From 6d7beb708f69eeaed5b3be2dd8b6cb839ca25faf Mon Sep 17 00:00:00 2001 From: Antoine Marandon Date: Tue, 23 Jun 2026 17:50:48 +0900 Subject: [PATCH] Xcode 27 support --- Package.resolved | 4 ++-- Package.swift | 9 ++------- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/Package.resolved b/Package.resolved index 321bd40..55c9c09 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "dd86d2493cca1545a2dbd5638765bbeb508b3186ba9725c496b8ec29519e9380", + "originHash" : "f83a6c644c89c2c35b2a3bfe3466e432fd4e0c133c66af5d0be5bc26fe79075a", "pins" : [ { "identity" : "swift-collections", @@ -40,7 +40,7 @@ { "identity" : "swift-syntax", "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-syntax.git", + "location" : "https://github.com/swiftlang/swift-syntax.git", "state" : { "revision" : "4799286537280063c85a32f09884cfbca301b1a1", "version" : "602.0.0" diff --git a/Package.swift b/Package.swift index e5ba9f0..4f1a521 100644 --- a/Package.swift +++ b/Package.swift @@ -1,4 +1,4 @@ -// swift-tools-version: 6.0 +// swift-tools-version: 6.3 // The swift-tools-version declares the minimum version of Swift required to build this package. import CompilerPluginSupport @@ -6,12 +6,7 @@ import PackageDescription let package = Package( name: "Normalization", - platforms: [ - .macOS(.v11), - .iOS(.v13), - .tvOS(.v13), - .watchOS(.v6), - ], + platforms: [.macOS(.v10_15), .iOS(.v13), .tvOS(.v13), .watchOS(.v6), .macCatalyst(.v13)], products: [ // Products define the executables and libraries a package produces, making them visible to other packages. .library(