The Swift Package Index logo.Swift Package Index

Build Information

Failed to build WandURL, reference 3.0.8 (88bad6), with Swift 6.1 for macOS (SPM) on 29 Mar 2026 12:06:19 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/The-Wand/URL.git
Reference: 3.0.8
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/The-Wand/URL
 * tag               3.0.8      -> FETCH_HEAD
HEAD is now at 88bad65 Bump 3.0.8
Cloned https://github.com/The-Wand/URL.git
Revision (git rev-parse @):
88bad65565133fd4f3d5ef1408b5707a2c67fc3e
SUCCESS checkout https://github.com/The-Wand/URL.git at 3.0.8
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/The-Wand/URL.git
https://github.com/The-Wand/URL.git
{
  "dependencies" : [
    {
      "identity" : "any",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/the-wand/Any.git"
    },
    {
      "identity" : "wand",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.8",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/the-wand/Wand.git"
    }
  ],
  "manifest_display_name" : "WandURL",
  "name" : "WandURL",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "WandURL",
      "targets" : [
        "WandURL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "wandTests",
      "module_type" : "SwiftTarget",
      "name" : "wandTests",
      "path" : "Tests/wandTests",
      "product_dependencies" : [
        "Any_"
      ],
      "sources" : [
        "REST/Model/Employee.swift",
        "REST/Model/GitHubAPI/GitHubAPI.swift",
        "REST/Model/GitHubAPI/Repo+API.swift",
        "REST/Model/GitHubAPI/Repo+Paged.swift",
        "REST/Model/GitHubAPI/Repo.swift",
        "REST/Model/JsonPlaceholderAPI/Post+API.swift",
        "REST/Model/JsonPlaceholderAPI/Post.swift",
        "REST/Model/JsonPlaceholderAPI/TypicodeAPI.swift",
        "REST/REST_DELETE_Tests.swift",
        "REST/REST_GET_Array_Paged_Tests.swift",
        "REST/REST_GET_Array_Tests.swift",
        "REST/REST_GET_Tests.swift",
        "REST/REST_HEAD_Tests.swift",
        "REST/REST_PATCH_Tests.swift",
        "REST/REST_POST_Tests.swift",
        "REST/REST_PUT_Tests.swift",
        "REST/REST_Retry_Tests.swift",
        "URL/Data/Data_Tests.swift",
        "URL/JSON/JSON_Array_Tests.swift",
        "URL/JSON/JSON_Dictionary_Tests.swift",
        "|unit/Unit.swift",
        "|unit/XCTestCase.swift"
      ],
      "target_dependencies" : [
        "WandURL"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WandURL",
      "module_type" : "SwiftTarget",
      "name" : "WandURL",
      "path" : "Sources/WandURL",
      "product_dependencies" : [
        "Wand"
      ],
      "product_memberships" : [
        "WandURL"
      ],
      "sources" : [
        "Data/Data_Ask.swift",
        "JSON/JSON.swift",
        "JSON/JsonArray_Ask.swift",
        "JSON/JsonArray_Convert.swift",
        "JSON/JsonDictionary_Ask.swift",
        "JSON/JsonDictionary_Convert.swift",
        "REST/Rest.swift",
        "REST/dto/RestModel.swift",
        "REST/dto/RestModelFormatted.swift",
        "REST/dto/RestModel_Ask.swift",
        "REST/dto/RestModel_DELETE.swift",
        "REST/dto/RestModel_GET_Array.swift",
        "REST/dto/RestModel_HEAD.swift",
        "REST/dto/RestModel_PATCH.swift",
        "REST/dto/RestModel_POST.swift",
        "REST/dto/RestModel_PUT.swift",
        "URL/URL.lost.math.swift",
        "URL/URLCache_Ubiquitous.swift",
        "URL/URLRequest_Wand.swift",
        "URL/URLSessionDataTask_Obtain.swift",
        "URL/URLSession_Ubiquitous.swift",
        "URL/URL_Convert.swift",
        "URL/URL_Image_Pipe.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Fetching https://github.com/the-wand/Any.git
Fetching https://github.com/the-wand/Wand.git
[1/9074] Fetching wand
[2/9351] Fetching wand, any
Fetched https://github.com/the-wand/Wand.git from cache (1.23s)
Fetched https://github.com/the-wand/Any.git from cache (1.23s)
Computing version for https://github.com/the-wand/Wand.git
error: Invalid manifest (compiled with: ["/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", "-vfsoverlay", "/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryDirectory.aXcbFd/vfs.yaml", "-L", "/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-target", "arm64-apple-macosx14.0", "-sdk", "/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk", "-F", "/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", "-F", "/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks", "-I", "/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", "-L", "/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", "-swift-version", "5", "-I", "/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-sdk", "/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk", "-package-description-version", "5.6.0", "/Package.swift", "-o", "/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryDirectory.tPxAR9/wand-manifest"])
/Package.swift:37:67: error: expected ',' separator
35 |
36 |     dependencies: [
37 |         .package(url: "https://github.com/The-Wand/Any.git", .from: "1.0.3")
   |                                                                   `- error: expected ',' separator
38 |     ],
39 |
/Package.swift:37:67: error: expected argument label before colon
35 |
36 |     dependencies: [
37 |         .package(url: "https://github.com/The-Wand/Any.git", .from: "1.0.3")
   |                                                                   `- error: expected argument label before colon
38 |     ],
39 |
/Package.swift:37:10: error: no exact matches in call to static method 'package'
35 |
36 |     dependencies: [
37 |         .package(url: "https://github.com/The-Wand/Any.git", .from: "1.0.3")
   |          `- error: no exact matches in call to static method 'package'
38 |     ],
39 |
PackageDescription.Package.Dependency.package:4:24: note: incorrect labels for candidate (have: '(url:_:_:)', expected: '(name:url:branch:)')
2 |   class Dependency {
3 | @available(_PackageDescription, introduced: 5.5, deprecated: 5.6, message: "use package(url:branch:) instead")
4 |     public static func package(name: String, url: String, branch: String) -> Package.Dependency  }
  |                        `- note: incorrect labels for candidate (have: '(url:_:_:)', expected: '(name:url:branch:)')
5 | }
6 |
PackageDescription.Package.Dependency.package:4:24: note: incorrect labels for candidate (have: '(url:_:_:)', expected: '(name:url:revision:)')
2 |   class Dependency {
3 | @available(_PackageDescription, introduced: 5.5, deprecated: 5.6, message: "use package(url:revision:) instead")
4 |     public static func package(name: String, url: String, revision: String) -> Package.Dependency  }
  |                        `- note: incorrect labels for candidate (have: '(url:_:_:)', expected: '(name:url:revision:)')
5 | }
6 |
PackageDescription.Package.Dependency.package:4:24: note: incorrect labels for candidate (have: '(url:_:_:)', expected: '(name:url:_:)')
2 |   class Dependency {
3 | @available(_PackageDescription, introduced: 5.2, deprecated: 5.6, message: "use package(url:_:) instead")
4 |     public static func package(name: String, url: String, _ range: Range<Version>) -> Package.Dependency  }
  |                        `- note: incorrect labels for candidate (have: '(url:_:_:)', expected: '(name:url:_:)')
5 | }
6 |
PackageDescription.Package.Dependency.package:4:24: note: incorrect labels for candidate (have: '(url:_:_:)', expected: '(name:url:_:)')
2 |   class Dependency {
3 | @available(_PackageDescription, introduced: 5.2, deprecated: 5.6, message: "use package(url:_:) instead")
4 |     public static func package(name: String, url: String, _ range: ClosedRange<Version>) -> Package.Dependency  }
  |                        `- note: incorrect labels for candidate (have: '(url:_:_:)', expected: '(name:url:_:)')
5 | }
6 |
/Package.swift:37:63: error: reference to member 'from' cannot be resolved without a contextual type
35 |
36 |     dependencies: [
37 |         .package(url: "https://github.com/The-Wand/Any.git", .from: "1.0.3")
   |                                                               `- error: reference to member 'from' cannot be resolved without a contextual type
38 |     ],
39 | in https://github.com/the-wand/Wand.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Updating https://github.com/the-wand/Wand.git
Updating https://github.com/the-wand/Any.git
Updated https://github.com/the-wand/Any.git (0.39s)
Updated https://github.com/the-wand/Wand.git (0.43s)
Computing version for https://github.com/the-wand/Wand.git
error: Invalid manifest (compiled with: ["/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", "-vfsoverlay", "/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryDirectory.Tgf90Z/vfs.yaml", "-L", "/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-target", "arm64-apple-macosx14.0", "-sdk", "/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk", "-F", "/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", "-F", "/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks", "-I", "/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", "-L", "/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", "-swift-version", "5", "-I", "/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-sdk", "/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk", "-package-description-version", "5.6.0", "/Package.swift", "-o", "/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryDirectory.SE6qW9/wand-manifest"])
/Package.swift:37:67: error: expected ',' separator
35 |
36 |     dependencies: [
37 |         .package(url: "https://github.com/The-Wand/Any.git", .from: "1.0.3")
   |                                                                   `- error: expected ',' separator
38 |     ],
39 |
/Package.swift:37:67: error: expected argument label before colon
35 |
36 |     dependencies: [
37 |         .package(url: "https://github.com/The-Wand/Any.git", .from: "1.0.3")
   |                                                                   `- error: expected argument label before colon
38 |     ],
39 |
/Package.swift:37:10: error: no exact matches in call to static method 'package'
35 |
36 |     dependencies: [
37 |         .package(url: "https://github.com/The-Wand/Any.git", .from: "1.0.3")
   |          `- error: no exact matches in call to static method 'package'
38 |     ],
39 |
PackageDescription.Package.Dependency.package:4:24: note: incorrect labels for candidate (have: '(url:_:_:)', expected: '(name:url:branch:)')
2 |   class Dependency {
3 | @available(_PackageDescription, introduced: 5.5, deprecated: 5.6, message: "use package(url:branch:) instead")
4 |     public static func package(name: String, url: String, branch: String) -> Package.Dependency  }
  |                        `- note: incorrect labels for candidate (have: '(url:_:_:)', expected: '(name:url:branch:)')
5 | }
6 |
PackageDescription.Package.Dependency.package:4:24: note: incorrect labels for candidate (have: '(url:_:_:)', expected: '(name:url:revision:)')
2 |   class Dependency {
3 | @available(_PackageDescription, introduced: 5.5, deprecated: 5.6, message: "use package(url:revision:) instead")
4 |     public static func package(name: String, url: String, revision: String) -> Package.Dependency  }
  |                        `- note: incorrect labels for candidate (have: '(url:_:_:)', expected: '(name:url:revision:)')
5 | }
6 |
PackageDescription.Package.Dependency.package:4:24: note: incorrect labels for candidate (have: '(url:_:_:)', expected: '(name:url:_:)')
2 |   class Dependency {
3 | @available(_PackageDescription, introduced: 5.2, deprecated: 5.6, message: "use package(url:_:) instead")
4 |     public static func package(name: String, url: String, _ range: Range<Version>) -> Package.Dependency  }
  |                        `- note: incorrect labels for candidate (have: '(url:_:_:)', expected: '(name:url:_:)')
5 | }
6 |
PackageDescription.Package.Dependency.package:4:24: note: incorrect labels for candidate (have: '(url:_:_:)', expected: '(name:url:_:)')
2 |   class Dependency {
3 | @available(_PackageDescription, introduced: 5.2, deprecated: 5.6, message: "use package(url:_:) instead")
4 |     public static func package(name: String, url: String, _ range: ClosedRange<Version>) -> Package.Dependency  }
  |                        `- note: incorrect labels for candidate (have: '(url:_:_:)', expected: '(name:url:_:)')
5 | }
6 |
/Package.swift:37:63: error: reference to member 'from' cannot be resolved without a contextual type
35 |
36 |     dependencies: [
37 |         .package(url: "https://github.com/The-Wand/Any.git", .from: "1.0.3")
   |                                                               `- error: reference to member 'from' cannot be resolved without a contextual type
38 |     ],
39 | in https://github.com/the-wand/Wand.git
BUILD FAILURE 6.1 macosSpm