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 ConsulSwift with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cpageler93/consulswift.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/cpageler93/consulswift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b4480c9 Update to Quack 1.3.1 for Linux Support
Cloned https://github.com/cpageler93/consulswift.git
Revision (git rev-parse @):
b4480c9ce94c209777bb4f3acfbd810e811fb24d
SUCCESS checkout https://github.com/cpageler93/consulswift.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/cpageler93/consulswift.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/cpageler93/quack
Fetching https://github.com/antitypical/Result.git
Fetching https://github.com/IBM-Swift/SwiftyJSON.git
Fetching https://github.com/Alamofire/Alamofire
[7/639] Fetching quack
[640/3326] Fetching quack, swiftyjson
[775/5859] Fetching quack, swiftyjson, result
[5860/33908] Fetching quack, swiftyjson, result, alamofire
Fetched https://github.com/IBM-Swift/SwiftyJSON.git from cache (2.47s)
Fetched https://github.com/cpageler93/quack from cache (2.47s)
Computing version for https://github.com/cpageler93/quack
Fetched https://github.com/antitypical/Result.git from cache (2.47s)
Fetched https://github.com/Alamofire/Alamofire from cache (2.52s)
error: Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.1F4Yhz/vfs.yaml", "-L", "/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/usr/lib/swift/pm/ManifestAPI", "-swift-version", "4", "-I", "/usr/lib/swift/pm/ManifestAPI", "-package-description-version", "4.1.0", "/Package.swift", "-Xfrontend", "-disable-implicit-concurrency-module-import", "-Xfrontend", "-disable-implicit-string-processing-module-import", "-o", "/tmp/TemporaryDirectory.5SSLzp/quack-manifest"])
error: fatalError
/Package.swift:8:69: error: missing argument for parameter 'condition' in call
let httpTargetDependency = Target.Dependency.byNameItem(name: "HTTP")
                                                                    ^
                                                                    , condition: <#TargetDependencyCondition?#>
PackageDescription.Target:17:14: note: 'byNameItem(name:condition:)' declared here
        case byNameItem(name: String, condition: TargetDependencyCondition?)
             ^
/Package.swift:27:43: error: missing argument for parameter 'condition' in call
            .byNameItem(name: "SwiftyJSON"),
                                          ^
                                          , condition: <#TargetDependencyCondition?#>
PackageDescription.Target:17:14: note: 'byNameItem(name:condition:)' declared here
        case byNameItem(name: String, condition: TargetDependencyCondition?)
             ^
/Package.swift:28:39: error: missing argument for parameter 'condition' in call
            .byNameItem(name: "Result")
                                      ^
                                      , condition: <#TargetDependencyCondition?#>
PackageDescription.Target:17:14: note: 'byNameItem(name:condition:)' declared here
        case byNameItem(name: String, condition: TargetDependencyCondition?)
             ^ in https://github.com/cpageler93/quack
Updating https://github.com/Alamofire/Alamofire
Updating https://github.com/cpageler93/quack
Updating https://github.com/IBM-Swift/SwiftyJSON.git
Updating https://github.com/antitypical/Result.git
Updated https://github.com/IBM-Swift/SwiftyJSON.git (0.14s)
Updated https://github.com/cpageler93/quack (0.17s)
Updated https://github.com/antitypical/Result.git (0.17s)
Computing version for https://github.com/cpageler93/quack
Updated https://github.com/Alamofire/Alamofire (0.20s)
error: Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.0DHud0/vfs.yaml", "-L", "/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/usr/lib/swift/pm/ManifestAPI", "-swift-version", "4", "-I", "/usr/lib/swift/pm/ManifestAPI", "-package-description-version", "4.1.0", "/Package.swift", "-Xfrontend", "-disable-implicit-concurrency-module-import", "-Xfrontend", "-disable-implicit-string-processing-module-import", "-o", "/tmp/TemporaryDirectory.65ClgT/quack-manifest"])
error: fatalError
/Package.swift:8:69: error: missing argument for parameter 'condition' in call
let httpTargetDependency = Target.Dependency.byNameItem(name: "HTTP")
                                                                    ^
                                                                    , condition: <#TargetDependencyCondition?#>
PackageDescription.Target:17:14: note: 'byNameItem(name:condition:)' declared here
        case byNameItem(name: String, condition: TargetDependencyCondition?)
             ^
/Package.swift:27:43: error: missing argument for parameter 'condition' in call
            .byNameItem(name: "SwiftyJSON"),
                                          ^
                                          , condition: <#TargetDependencyCondition?#>
PackageDescription.Target:17:14: note: 'byNameItem(name:condition:)' declared here
        case byNameItem(name: String, condition: TargetDependencyCondition?)
             ^
/Package.swift:28:39: error: missing argument for parameter 'condition' in call
            .byNameItem(name: "Result")
                                      ^
                                      , condition: <#TargetDependencyCondition?#>
PackageDescription.Target:17:14: note: 'byNameItem(name:condition:)' declared here
        case byNameItem(name: String, condition: TargetDependencyCondition?)
             ^ in https://github.com/cpageler93/quack
BUILD FAILURE 5.10 linux