The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build WandURL, reference 1.4.7 (b14b9f), with Swift 6.1 for macOS (SPM) on 15 Jul 2025 14:14:41 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/The-Wand/URL.git
Reference: 1.4.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/The-Wand/URL
 * tag               1.4.7      -> FETCH_HEAD
HEAD is now at b14b9ff Add custom encoder support
Cloned https://github.com/The-Wand/URL.git
Revision (git rev-parse @):
b14b9ffc0d53d7add62fa3229e621f484db9efbd
SUCCESS checkout https://github.com/The-Wand/URL.git at 1.4.7
Fetching https://github.com/The-Wand/Wand.git
Fetching https://github.com/The-Wand/Any.git
[1/5369] Fetching wand
[55/5512] Fetching wand, any
Fetched https://github.com/The-Wand/Wand.git from cache (1.30s)
Fetched https://github.com/The-Wand/Any.git from cache (1.30s)
Computing version for https://github.com/The-Wand/Wand.git
Computed https://github.com/The-Wand/Wand.git at 1.5.5 (1.91s)
Computing version for https://github.com/The-Wand/Any.git
Computed https://github.com/The-Wand/Any.git at 1.0.1 (0.58s)
Creating working copy for https://github.com/The-Wand/Any.git
Working copy of https://github.com/The-Wand/Any.git resolved at 1.0.1
Creating working copy for https://github.com/The-Wand/Wand.git
Working copy of https://github.com/The-Wand/Wand.git resolved at 1.5.5
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "url",
      "name": "WandURL",
      "url": "https://github.com/The-Wand/URL.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/URL",
      "dependencies": [
        {
          "identity": "wand",
          "name": "Wand",
          "url": "https://github.com/The-Wand/Wand.git",
          "version": "1.5.5",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Wand",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/The-Wand/URL.git
[1/4363] Fetching url
Fetched https://github.com/The-Wand/URL.git from cache (1.28s)
Fetching https://github.com/The-Wand/Wand.git from cache
Fetched https://github.com/The-Wand/Wand.git from cache (0.45s)
Computing version for https://github.com/The-Wand/Wand.git
Computed https://github.com/The-Wand/Wand.git at 1.5.5 (0.50s)
Creating working copy for https://github.com/The-Wand/Wand.git
Working copy of https://github.com/The-Wand/Wand.git resolved at 1.5.5
Creating working copy for https://github.com/The-Wand/URL.git
Working copy of https://github.com/The-Wand/URL.git resolved at 1.4.7 (b14b9ff)
warning: '.resolve-product-dependencies': dependency 'url' is not used by any target
Found 1 product dependencies
  - Wand
========================================
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
{
  "default_localization" : "ru",
  "dependencies" : [
    {
      "identity" : "any",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/The-Wand/Any.git"
    },
    {
      "identity" : "wand",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.5",
            "upper_bound" : "2.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",
        "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/Paged/RestModelPaged.swift",
        "REST/dto/Paged/RestModelPagedOffset.swift",
        "REST/dto/Paged/RestModelPagedURL.swift",
        "REST/dto/RestModel.swift",
        "REST/dto/RestModel_Ask.swift",
        "REST/dto/RestModel_GET.swift",
        "REST/dto/RestModel_GET_Array.swift",
        "REST/dto/RestModel_HEAD.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
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/24] Emitting module Wand
[5/26] Compiling Wand Log.swift
[6/26] Compiling Wand Memory.swift
[7/26] Compiling Wand All.swift
[8/26] Compiling Wand Any.swift
[9/26] Compiling Wand Counting.swift
[10/26] Compiling Wand |.swift
[11/26] Compiling Wand CoreGraphicsMath+Wand.swift
[12/26] Compiling Wand Wand.swift
[13/26] Compiling Wand Error.swift
[14/26] Compiling Wand Numbers+Wand.swift
[15/26] Compiling Wand String+Wand.swift
[16/26] Compiling Wand Describing.swift
[17/26] Compiling Wand Describing_Character.swift
[18/26] Compiling Wand Error?.swift
[19/26] Compiling Wand Wanded.swift
[20/26] Compiling Wand Describing_Data.swift
[21/26] Compiling Wand Expressible.swift
[22/26] Compiling Wand Option.swift
[23/26] Compiling Wand Ask.swift
[24/26] Compiling Wand Asking.swift
[25/26] Compiling Wand AskingNil.swift
[26/26] Compiling Wand Obtain.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[27/49] Emitting module WandURL
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/Data/Data_Ask.swift:32:1: warning: extension declares a conformance of imported type 'Data' to imported protocols 'Asking', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
30 | ///
31 | @available(visionOS, unavailable)
32 | extension Data: Asking, Wanded {
   | |- warning: extension declares a conformance of imported type 'Data' to imported protocols 'Asking', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
33 |
34 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/JSON/JSON.swift:28:9: warning: static property 'defaultHeaders' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
26 |
27 |     static
28 |     var defaultHeaders = ["Accept": "application/json",
   |         |- warning: static property 'defaultHeaders' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |         |- note: convert 'defaultHeaders' to a 'let' constant to make 'Sendable' shared state immutable
   |         |- note: add '@MainActor' to make static property 'defaultHeaders' part of global actor 'MainActor'
   |         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |                           "Content-Type": "application/json"]
30 |
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/URL/URL.lost.math.swift:54:20: error: 'appending(queryItems:)' is only available in macOS 13.0 or newer
45 | @inlinable
46 | public
47 | func + (url: URL, items: [String: String]) -> URL {
   |      `- note: add @available attribute to enclosing operator function
48 |
49 |     let queryItems = items.map {
   :
52 |
53 |     if #available(iOS 16.0, *) {
54 |         return url.appending(queryItems: queryItems)
   |                    |- error: 'appending(queryItems:)' is only available in macOS 13.0 or newer
   |                    `- note: add 'if #available' version check
55 |     } else {
56 |         var components = URLComponents(url: url, resolvingAgainstBaseURL: false)!
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/URL/URLRequest_Wand.swift:30:1: warning: extension declares a conformance of imported type 'URLRequest' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
28 | ///
29 | @available(visionOS, unavailable)
30 | extension URLRequest: Obtain {
   | |- warning: extension declares a conformance of imported type 'URLRequest' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |
32 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/URL/URLSessionDataTask_Obtain.swift:30:1: warning: extension declares a conformance of imported type 'URLSessionDataTask' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
28 | ///
29 | @available(visionOS, unavailable)
30 | extension URLSessionDataTask: Obtain {
   | |- warning: extension declares a conformance of imported type 'URLSessionDataTask' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |
32 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/URL/URLSessionDataTask_Obtain.swift:89:5: warning: 'public' modifier is redundant for static method declared in a public extension
87 | extension Wand.Error {
88 |
89 |     public
   |     `- warning: 'public' modifier is redundant for static method declared in a public extension
90 |     static
91 |     func HTTP(_ reason: String) -> Error {
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/URL/URLSession_Ubiquitous.swift:55:1: warning: extension declares a conformance of imported type 'URLSession' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
53 | ///
54 | @available(visionOS, unavailable)
55 | extension URLSession: Obtain {
   | |- warning: extension declares a conformance of imported type 'URLSession' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
56 |
57 |     @inline(__always)
[28/51] Compiling WandURL RestModel_HEAD.swift
[29/51] Compiling WandURL RestModel_POST.swift
[30/51] Compiling WandURL JsonArray_Convert.swift
[31/51] Compiling WandURL JsonDictionary_Ask.swift
[32/51] Compiling WandURL JsonDictionary_Convert.swift
[33/51] Compiling WandURL Data_Ask.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/Data/Data_Ask.swift:32:1: warning: extension declares a conformance of imported type 'Data' to imported protocols 'Asking', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
30 | ///
31 | @available(visionOS, unavailable)
32 | extension Data: Asking, Wanded {
   | |- warning: extension declares a conformance of imported type 'Data' to imported protocols 'Asking', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
33 |
34 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/JSON/JSON.swift:28:9: warning: static property 'defaultHeaders' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
26 |
27 |     static
28 |     var defaultHeaders = ["Accept": "application/json",
   |         |- warning: static property 'defaultHeaders' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |         |- note: convert 'defaultHeaders' to a 'let' constant to make 'Sendable' shared state immutable
   |         |- note: add '@MainActor' to make static property 'defaultHeaders' part of global actor 'MainActor'
   |         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |                           "Content-Type": "application/json"]
30 |
[34/51] Compiling WandURL JSON.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/Data/Data_Ask.swift:32:1: warning: extension declares a conformance of imported type 'Data' to imported protocols 'Asking', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
30 | ///
31 | @available(visionOS, unavailable)
32 | extension Data: Asking, Wanded {
   | |- warning: extension declares a conformance of imported type 'Data' to imported protocols 'Asking', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
33 |
34 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/JSON/JSON.swift:28:9: warning: static property 'defaultHeaders' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
26 |
27 |     static
28 |     var defaultHeaders = ["Accept": "application/json",
   |         |- warning: static property 'defaultHeaders' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |         |- note: convert 'defaultHeaders' to a 'let' constant to make 'Sendable' shared state immutable
   |         |- note: add '@MainActor' to make static property 'defaultHeaders' part of global actor 'MainActor'
   |         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |                           "Content-Type": "application/json"]
30 |
[35/51] Compiling WandURL JsonArray_Ask.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/Data/Data_Ask.swift:32:1: warning: extension declares a conformance of imported type 'Data' to imported protocols 'Asking', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
30 | ///
31 | @available(visionOS, unavailable)
32 | extension Data: Asking, Wanded {
   | |- warning: extension declares a conformance of imported type 'Data' to imported protocols 'Asking', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
33 |
34 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/JSON/JSON.swift:28:9: warning: static property 'defaultHeaders' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
26 |
27 |     static
28 |     var defaultHeaders = ["Accept": "application/json",
   |         |- warning: static property 'defaultHeaders' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |         |- note: convert 'defaultHeaders' to a 'let' constant to make 'Sendable' shared state immutable
   |         |- note: add '@MainActor' to make static property 'defaultHeaders' part of global actor 'MainActor'
   |         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |                           "Content-Type": "application/json"]
30 |
[36/51] Compiling WandURL URLCache_Ubiquitous.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/URL/URLRequest_Wand.swift:30:1: warning: extension declares a conformance of imported type 'URLRequest' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
28 | ///
29 | @available(visionOS, unavailable)
30 | extension URLRequest: Obtain {
   | |- warning: extension declares a conformance of imported type 'URLRequest' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |
32 |     @inline(__always)
[37/51] Compiling WandURL URLRequest_Wand.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/URL/URLRequest_Wand.swift:30:1: warning: extension declares a conformance of imported type 'URLRequest' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
28 | ///
29 | @available(visionOS, unavailable)
30 | extension URLRequest: Obtain {
   | |- warning: extension declares a conformance of imported type 'URLRequest' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |
32 |     @inline(__always)
[38/51] Compiling WandURL RestModelPagedURL.swift
[39/51] Compiling WandURL RestModel.swift
[40/51] Compiling WandURL RestModel_Ask.swift
[41/51] Compiling WandURL Rest.swift
[42/51] Compiling WandURL RestModelPaged.swift
[43/51] Compiling WandURL RestModelPagedOffset.swift
[44/51] Compiling WandURL URLSessionDataTask_Obtain.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/URL/URLSessionDataTask_Obtain.swift:30:1: warning: extension declares a conformance of imported type 'URLSessionDataTask' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
28 | ///
29 | @available(visionOS, unavailable)
30 | extension URLSessionDataTask: Obtain {
   | |- warning: extension declares a conformance of imported type 'URLSessionDataTask' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |
32 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/URL/URLSessionDataTask_Obtain.swift:89:5: warning: 'public' modifier is redundant for static method declared in a public extension
87 | extension Wand.Error {
88 |
89 |     public
   |     `- warning: 'public' modifier is redundant for static method declared in a public extension
90 |     static
91 |     func HTTP(_ reason: String) -> Error {
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/URL/URLSessionDataTask_Obtain.swift:49:17: warning: capture of 'wand' with non-sendable type 'Wand' in a '@Sendable' closure
47 |
48 |             if let error = error {
49 |                 wand.add(error)
   |                 `- warning: capture of 'wand' with non-sendable type 'Wand' in a '@Sendable' closure
50 |                 return
51 |             }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/Wand.swift:25:7: note: class 'Wand' does not conform to the 'Sendable' protocol
 23 | public
 24 | final
 25 | class Wand {
    |       `- note: class 'Wand' does not conform to the 'Sendable' protocol
 26 |
 27 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/URL/URLSessionDataTask_Obtain.swift:23:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Wand'
21 | #if canImport(Foundation)
22 | import Foundation.NSURLSession
23 | import Wand
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Wand'
24 |
25 | /// Obtain
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/URL/URLSession_Ubiquitous.swift:55:1: warning: extension declares a conformance of imported type 'URLSession' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
53 | ///
54 | @available(visionOS, unavailable)
55 | extension URLSession: Obtain {
   | |- warning: extension declares a conformance of imported type 'URLSession' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
56 |
57 |     @inline(__always)
[45/51] Compiling WandURL URLSession_Ubiquitous.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/URL/URLSessionDataTask_Obtain.swift:30:1: warning: extension declares a conformance of imported type 'URLSessionDataTask' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
28 | ///
29 | @available(visionOS, unavailable)
30 | extension URLSessionDataTask: Obtain {
   | |- warning: extension declares a conformance of imported type 'URLSessionDataTask' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |
32 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/URL/URLSessionDataTask_Obtain.swift:89:5: warning: 'public' modifier is redundant for static method declared in a public extension
87 | extension Wand.Error {
88 |
89 |     public
   |     `- warning: 'public' modifier is redundant for static method declared in a public extension
90 |     static
91 |     func HTTP(_ reason: String) -> Error {
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/URL/URLSessionDataTask_Obtain.swift:49:17: warning: capture of 'wand' with non-sendable type 'Wand' in a '@Sendable' closure
47 |
48 |             if let error = error {
49 |                 wand.add(error)
   |                 `- warning: capture of 'wand' with non-sendable type 'Wand' in a '@Sendable' closure
50 |                 return
51 |             }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/Wand.swift:25:7: note: class 'Wand' does not conform to the 'Sendable' protocol
 23 | public
 24 | final
 25 | class Wand {
    |       `- note: class 'Wand' does not conform to the 'Sendable' protocol
 26 |
 27 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/URL/URLSessionDataTask_Obtain.swift:23:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Wand'
21 | #if canImport(Foundation)
22 | import Foundation.NSURLSession
23 | import Wand
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Wand'
24 |
25 | /// Obtain
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/URL/URLSession_Ubiquitous.swift:55:1: warning: extension declares a conformance of imported type 'URLSession' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
53 | ///
54 | @available(visionOS, unavailable)
55 | extension URLSession: Obtain {
   | |- warning: extension declares a conformance of imported type 'URLSession' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
56 |
57 |     @inline(__always)
[46/51] Compiling WandURL RestModel_GET.swift
[47/51] Compiling WandURL RestModel_GET_Array.swift
[48/51] Compiling WandURL RestModel_PUT.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/URL/URL.lost.math.swift:54:20: error: 'appending(queryItems:)' is only available in macOS 13.0 or newer
45 | @inlinable
46 | public
47 | func + (url: URL, items: [String: String]) -> URL {
   |      `- note: add @available attribute to enclosing operator function
48 |
49 |     let queryItems = items.map {
   :
52 |
53 |     if #available(iOS 16.0, *) {
54 |         return url.appending(queryItems: queryItems)
   |                    |- error: 'appending(queryItems:)' is only available in macOS 13.0 or newer
   |                    `- note: add 'if #available' version check
55 |     } else {
56 |         var components = URLComponents(url: url, resolvingAgainstBaseURL: false)!
[49/51] Compiling WandURL URL.lost.math.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/URL/URL.lost.math.swift:54:20: error: 'appending(queryItems:)' is only available in macOS 13.0 or newer
45 | @inlinable
46 | public
47 | func + (url: URL, items: [String: String]) -> URL {
   |      `- note: add @available attribute to enclosing operator function
48 |
49 |     let queryItems = items.map {
   :
52 |
53 |     if #available(iOS 16.0, *) {
54 |         return url.appending(queryItems: queryItems)
   |                    |- error: 'appending(queryItems:)' is only available in macOS 13.0 or newer
   |                    `- note: add 'if #available' version check
55 |     } else {
56 |         var components = URLComponents(url: url, resolvingAgainstBaseURL: false)!
[50/51] Compiling WandURL URL_Convert.swift
[51/51] Compiling WandURL URL_Image_Pipe.swift
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/22] Compiling Wand All.swift
[3/22] Compiling Wand Any.swift
[4/22] Compiling Wand Counting.swift
[5/22] Emitting module Wand
[6/24] Compiling Wand |.swift
[7/24] Compiling Wand CoreGraphicsMath+Wand.swift
[8/24] Compiling Wand Describing.swift
[9/24] Compiling Wand Describing_Character.swift
[10/24] Compiling Wand Numbers+Wand.swift
[11/24] Compiling Wand String+Wand.swift
[12/24] Compiling Wand Describing_Data.swift
[13/24] Compiling Wand Expressible.swift
[14/24] Compiling Wand Error?.swift
[15/24] Compiling Wand Wanded.swift
[16/24] Compiling Wand Option.swift
[17/24] Compiling Wand Ask.swift
[18/24] Compiling Wand Asking.swift
[19/24] Compiling Wand AskingNil.swift
[20/24] Compiling Wand Obtain.swift
[21/24] Compiling Wand Wand.swift
[22/24] Compiling Wand Error.swift
[23/24] Compiling Wand Log.swift
[24/24] Compiling Wand Memory.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[25/47] Emitting module WandURL
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/Data/Data_Ask.swift:32:1: warning: extension declares a conformance of imported type 'Data' to imported protocols 'Asking', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
30 | ///
31 | @available(visionOS, unavailable)
32 | extension Data: Asking, Wanded {
   | |- warning: extension declares a conformance of imported type 'Data' to imported protocols 'Asking', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
33 |
34 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/URL/URL.lost.math.swift:54:20: error: 'appending(queryItems:)' is only available in macOS 13.0 or newer
45 | @inlinable
46 | public
47 | func + (url: URL, items: [String: String]) -> URL {
   |      `- note: add @available attribute to enclosing operator function
48 |
49 |     let queryItems = items.map {
   :
52 |
53 |     if #available(iOS 16.0, *) {
54 |         return url.appending(queryItems: queryItems)
   |                    |- error: 'appending(queryItems:)' is only available in macOS 13.0 or newer
   |                    `- note: add 'if #available' version check
55 |     } else {
56 |         var components = URLComponents(url: url, resolvingAgainstBaseURL: false)!
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/URL/URLRequest_Wand.swift:30:1: warning: extension declares a conformance of imported type 'URLRequest' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
28 | ///
29 | @available(visionOS, unavailable)
30 | extension URLRequest: Obtain {
   | |- warning: extension declares a conformance of imported type 'URLRequest' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |
32 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/URL/URLSessionDataTask_Obtain.swift:30:1: warning: extension declares a conformance of imported type 'URLSessionDataTask' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
28 | ///
29 | @available(visionOS, unavailable)
30 | extension URLSessionDataTask: Obtain {
   | |- warning: extension declares a conformance of imported type 'URLSessionDataTask' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |
32 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/URL/URLSessionDataTask_Obtain.swift:89:5: warning: 'public' modifier is redundant for static method declared in a public extension
87 | extension Wand.Error {
88 |
89 |     public
   |     `- warning: 'public' modifier is redundant for static method declared in a public extension
90 |     static
91 |     func HTTP(_ reason: String) -> Error {
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/URL/URLSession_Ubiquitous.swift:55:1: warning: extension declares a conformance of imported type 'URLSession' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
53 | ///
54 | @available(visionOS, unavailable)
55 | extension URLSession: Obtain {
   | |- warning: extension declares a conformance of imported type 'URLSession' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
56 |
57 |     @inline(__always)
[26/49] Compiling WandURL RestModel_PUT.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/URL/URL.lost.math.swift:54:20: error: 'appending(queryItems:)' is only available in macOS 13.0 or newer
45 | @inlinable
46 | public
47 | func + (url: URL, items: [String: String]) -> URL {
   |      `- note: add @available attribute to enclosing operator function
48 |
49 |     let queryItems = items.map {
   :
52 |
53 |     if #available(iOS 16.0, *) {
54 |         return url.appending(queryItems: queryItems)
   |                    |- error: 'appending(queryItems:)' is only available in macOS 13.0 or newer
   |                    `- note: add 'if #available' version check
55 |     } else {
56 |         var components = URLComponents(url: url, resolvingAgainstBaseURL: false)!
[27/49] Compiling WandURL URL.lost.math.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/URL/URL.lost.math.swift:54:20: error: 'appending(queryItems:)' is only available in macOS 13.0 or newer
45 | @inlinable
46 | public
47 | func + (url: URL, items: [String: String]) -> URL {
   |      `- note: add @available attribute to enclosing operator function
48 |
49 |     let queryItems = items.map {
   :
52 |
53 |     if #available(iOS 16.0, *) {
54 |         return url.appending(queryItems: queryItems)
   |                    |- error: 'appending(queryItems:)' is only available in macOS 13.0 or newer
   |                    `- note: add 'if #available' version check
55 |     } else {
56 |         var components = URLComponents(url: url, resolvingAgainstBaseURL: false)!
[28/49] Compiling WandURL RestModel_GET.swift
[29/49] Compiling WandURL RestModel_GET_Array.swift
[30/49] Compiling WandURL RestModelPagedURL.swift
[31/49] Compiling WandURL RestModel.swift
[32/49] Compiling WandURL RestModel_Ask.swift
[33/49] Compiling WandURL URLCache_Ubiquitous.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/URL/URLRequest_Wand.swift:30:1: warning: extension declares a conformance of imported type 'URLRequest' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
28 | ///
29 | @available(visionOS, unavailable)
30 | extension URLRequest: Obtain {
   | |- warning: extension declares a conformance of imported type 'URLRequest' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |
32 |     @inline(__always)
[34/49] Compiling WandURL URLRequest_Wand.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/URL/URLRequest_Wand.swift:30:1: warning: extension declares a conformance of imported type 'URLRequest' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
28 | ///
29 | @available(visionOS, unavailable)
30 | extension URLRequest: Obtain {
   | |- warning: extension declares a conformance of imported type 'URLRequest' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |
32 |     @inline(__always)
[35/49] Compiling WandURL RestModel_HEAD.swift
[36/49] Compiling WandURL RestModel_POST.swift
[37/49] Compiling WandURL Rest.swift
[38/49] Compiling WandURL RestModelPaged.swift
[39/49] Compiling WandURL RestModelPagedOffset.swift
[40/49] Compiling WandURL Data_Ask.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/Data/Data_Ask.swift:32:1: warning: extension declares a conformance of imported type 'Data' to imported protocols 'Asking', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
30 | ///
31 | @available(visionOS, unavailable)
32 | extension Data: Asking, Wanded {
   | |- warning: extension declares a conformance of imported type 'Data' to imported protocols 'Asking', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
33 |
34 |     @inline(__always)
[41/49] Compiling WandURL JSON.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/Data/Data_Ask.swift:32:1: warning: extension declares a conformance of imported type 'Data' to imported protocols 'Asking', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
30 | ///
31 | @available(visionOS, unavailable)
32 | extension Data: Asking, Wanded {
   | |- warning: extension declares a conformance of imported type 'Data' to imported protocols 'Asking', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
33 |
34 |     @inline(__always)
[42/49] Compiling WandURL JsonArray_Ask.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/Data/Data_Ask.swift:32:1: warning: extension declares a conformance of imported type 'Data' to imported protocols 'Asking', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
30 | ///
31 | @available(visionOS, unavailable)
32 | extension Data: Asking, Wanded {
   | |- warning: extension declares a conformance of imported type 'Data' to imported protocols 'Asking', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
33 |
34 |     @inline(__always)
[43/49] Compiling WandURL URLSessionDataTask_Obtain.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/URL/URLSessionDataTask_Obtain.swift:30:1: warning: extension declares a conformance of imported type 'URLSessionDataTask' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
28 | ///
29 | @available(visionOS, unavailable)
30 | extension URLSessionDataTask: Obtain {
   | |- warning: extension declares a conformance of imported type 'URLSessionDataTask' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |
32 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/URL/URLSessionDataTask_Obtain.swift:89:5: warning: 'public' modifier is redundant for static method declared in a public extension
87 | extension Wand.Error {
88 |
89 |     public
   |     `- warning: 'public' modifier is redundant for static method declared in a public extension
90 |     static
91 |     func HTTP(_ reason: String) -> Error {
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/URL/URLSession_Ubiquitous.swift:55:1: warning: extension declares a conformance of imported type 'URLSession' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
53 | ///
54 | @available(visionOS, unavailable)
55 | extension URLSession: Obtain {
   | |- warning: extension declares a conformance of imported type 'URLSession' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
56 |
57 |     @inline(__always)
[44/49] Compiling WandURL URLSession_Ubiquitous.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/URL/URLSessionDataTask_Obtain.swift:30:1: warning: extension declares a conformance of imported type 'URLSessionDataTask' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
28 | ///
29 | @available(visionOS, unavailable)
30 | extension URLSessionDataTask: Obtain {
   | |- warning: extension declares a conformance of imported type 'URLSessionDataTask' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |
32 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/URL/URLSessionDataTask_Obtain.swift:89:5: warning: 'public' modifier is redundant for static method declared in a public extension
87 | extension Wand.Error {
88 |
89 |     public
   |     `- warning: 'public' modifier is redundant for static method declared in a public extension
90 |     static
91 |     func HTTP(_ reason: String) -> Error {
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/URL/URLSession_Ubiquitous.swift:55:1: warning: extension declares a conformance of imported type 'URLSession' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
53 | ///
54 | @available(visionOS, unavailable)
55 | extension URLSession: Obtain {
   | |- warning: extension declares a conformance of imported type 'URLSession' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
56 |
57 |     @inline(__always)
[45/49] Compiling WandURL JsonArray_Convert.swift
[46/49] Compiling WandURL JsonDictionary_Ask.swift
[47/49] Compiling WandURL JsonDictionary_Convert.swift
[48/49] Compiling WandURL URL_Convert.swift
[49/49] Compiling WandURL URL_Image_Pipe.swift
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Tests/wandTests/Package.xctestplan
BUILD FAILURE 6.1 macosSpm