The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Quack with Swift 6.0 for visionOS using Xcode 16.0.

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cpageler93/quack.git
Reference: 1.9.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cpageler93/quack
 * tag               1.9.0      -> FETCH_HEAD
HEAD is now at 38930de Update to Swift 5
Cloned https://github.com/cpageler93/quack.git
Revision (git rev-parse @):
38930deedf25007f860fff45d2cfe7550ed02776
SUCCESS checkout https://github.com/cpageler93/quack.git at 1.9.0
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.0
Building package at path:  $PWD
https://github.com/cpageler93/quack.git
Command line invocation:
    /Applications/Xcode-16.1.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
resolved source packages:
error: 'spi-builder-workspace': Invalid manifest (compiled with: ["/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", "-vfsoverlay", "/var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/TemporaryDirectory.lqXIia/vfs.yaml", "-L", "/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-target", "arm64-apple-macosx13.0", "-sdk", "/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk", "-F", "/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", "-I", "/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", "-L", "/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", "-swift-version", "4", "-I", "/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-sdk", "/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk", "-package-description-version", "4.1.0", "/Users/admin/builder/spi-builder-workspace/Package.swift", "-o", "/var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/TemporaryDirectory.UWJwa5/spi-builder-workspace-manifest"])
/Users/admin/builder/spi-builder-workspace/Package.swift:11:74: error: missing argument for parameter 'condition' in call
 9 | #else
10 | let httpPackageDependency = Package.Dependency.package(url: "https://github.com/Alamofire/Alamofire", from: "4.8.2")
11 | let httpTargetDependency = Target.Dependency.byNameItem(name: "Alamofire")
   |                                                                          `- error: missing argument for parameter 'condition' in call
12 | #endif
13 |
PackageDescription.Target:17:14: note: 'byNameItem(name:condition:)' declared here
15 |         case targetItem(name: String, condition: TargetDependencyCondition?)
16 |         case productItem(name: String, package: String?, moduleAliases: [String : String]?, condition: TargetDependencyCondition?)
17 |         case byNameItem(name: String, condition: TargetDependencyCondition?)
   |              `- note: 'byNameItem(name:condition:)' declared here
18 |     }
19 |     final public var name: String
/Users/admin/builder/spi-builder-workspace/Package.swift:27:43: error: missing argument for parameter 'condition' in call
25 |         .target(name: "Quack", dependencies: [
26 |             httpTargetDependency,
27 |             .byNameItem(name: "SwiftyJSON"),
   |                                           `- error: missing argument for parameter 'condition' in call
28 |             .byNameItem(name: "Result")
29 |         ]),
PackageDescription.Target:17:14: note: 'byNameItem(name:condition:)' declared here
15 |         case targetItem(name: String, condition: TargetDependencyCondition?)
16 |         case productItem(name: String, package: String?, moduleAliases: [String : String]?, condition: TargetDependencyCondition?)
17 |         case byNameItem(name: String, condition: TargetDependencyCondition?)
   |              `- note: 'byNameItem(name:condition:)' declared here
18 |     }
19 |     final public var name: String
/Users/admin/builder/spi-builder-workspace/Package.swift:28:39: error: missing argument for parameter 'condition' in call
26 |             httpTargetDependency,
27 |             .byNameItem(name: "SwiftyJSON"),
28 |             .byNameItem(name: "Result")
   |                                       `- error: missing argument for parameter 'condition' in call
29 |         ]),
30 |         .testTarget(name: "QuackUnitTests", dependencies: ["Quack"])
PackageDescription.Target:17:14: note: 'byNameItem(name:condition:)' declared here
15 |         case targetItem(name: String, condition: TargetDependencyCondition?)
16 |         case productItem(name: String, package: String?, moduleAliases: [String : String]?, condition: TargetDependencyCondition?)
17 |         case byNameItem(name: String, condition: TargetDependencyCondition?)
   |              `- note: 'byNameItem(name:condition:)' declared here
18 |     }
19 |     final public var name: String
error: fatalError
GENERIC FAILURE 6.0 visionOS