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 main (72d496), with Swift 6.1 for macOS (SPM) on 11 Aug 2025 10:38:57 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/The-Wand/URL.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/The-Wand/URL
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 72d4960 feat: Avoid mime type check if data.isEmpty
Cloned https://github.com/The-Wand/URL.git
Revision (git rev-parse @):
72d4960c877ef0893a8ee31932c73276a866a425
SUCCESS checkout https://github.com/The-Wand/URL.git at main
Fetching https://github.com/The-Wand/Any.git
Fetching https://github.com/The-Wand/Wand.git
[3/143] Fetching any
[66/6072] Fetching any, wand
Fetched https://github.com/The-Wand/Wand.git from cache (4.57s)
Fetched https://github.com/The-Wand/Any.git from cache (4.57s)
Computing version for https://github.com/The-Wand/Wand.git
Computed https://github.com/The-Wand/Wand.git at 2.0.7 (5.19s)
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 2.0.7
========================================
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": "2.0.8",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Wand",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/The-Wand/URL.git
[1/4495] Fetching url
Fetched https://github.com/The-Wand/URL.git from cache (1.23s)
Fetching https://github.com/The-Wand/Wand.git from cache
Fetched https://github.com/The-Wand/Wand.git from cache (0.46s)
Computing version for https://github.com/The-Wand/Wand.git
Computed https://github.com/The-Wand/Wand.git at 2.0.8 (1.09s)
Creating working copy for https://github.com/The-Wand/Wand.git
Working copy of https://github.com/The-Wand/Wand.git resolved at 2.0.8
Creating working copy for https://github.com/The-Wand/URL.git
Working copy of https://github.com/The-Wand/URL.git resolved at main (72d4960)
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" : "2.0.7",
            "upper_bound" : "3.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/RestModelFormatted.swift",
        "REST/dto/RestModel_Ask.swift",
        "REST/dto/RestModel_DELETE.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/29] Emitting module Wand
[5/31] Compiling Wand Counting.swift
[6/31] Compiling Wand Error.swift
[7/31] Compiling Wand Error?.swift
[8/31] Compiling Wand Log.swift
[9/31] Compiling Wand Memory.swift
[10/31] Compiling Wand Describing.swift
[11/31] Compiling Wand Describing_Character.swift
[12/31] Compiling Wand CoreGraphics_Convertible.swift
[13/31] Compiling Wand Numbers_Convertible.swift
[14/31] Compiling Wand String_Convertible.swift
[15/31] Compiling Wand Option.swift
[16/31] Compiling Wand Ask.swift
[17/31] Compiling Wand Asking.swift
[18/31] Compiling Wand AskingNil.swift
[19/31] Compiling Wand Core.swift
[20/31] Compiling Wand Key.swift
[21/31] Compiling Wand State.swift
[22/31] Compiling Wand Weak.swift
[23/31] Compiling Wand Obtainable.swift
[24/31] Compiling Wand Describing_Data.swift
[25/31] Compiling Wand Expressible.swift
[26/31] Compiling Wand Ubiquitous.swift
[27/31] Compiling Wand Wanded.swift
[28/31] Compiling Wand |.swift
[29/31] Compiling Wand Addons.swift
[30/31] Compiling Wand All.swift
[31/31] Compiling Wand Any.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[32/56] 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 'Obtainable', '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: Obtainable {
   | |- warning: extension declares a conformance of imported type 'URLRequest' to imported protocols 'Obtainable', '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 'Obtainable', '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: Obtainable {
    | |- warning: extension declares a conformance of imported type 'URLSessionDataTask' to imported protocols 'Obtainable', '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:92:5: warning: 'public' modifier is redundant for static method declared in a public extension
 90 | extension Core.Error {
 91 |
 92 |     public
    |     `- warning: 'public' modifier is redundant for static method declared in a public extension
 93 |     static
 94 |     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 'Obtainable', '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: Obtainable {
   | |- warning: extension declares a conformance of imported type 'URLSession' to imported protocols 'Obtainable', '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)
[33/58] Compiling WandURL RestModelPagedURL.swift
[34/58] Compiling WandURL RestModel.swift
[35/58] Compiling WandURL RestModelFormatted.swift
[36/58] Compiling WandURL Rest.swift
[37/58] Compiling WandURL RestModelPaged.swift
[38/58] Compiling WandURL RestModelPagedOffset.swift
[39/58] 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 |
[40/58] 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 |
[41/58] 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 |
[42/58] 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)!
[43/58] 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)!
[44/58] 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 'Obtainable', '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: Obtainable {
    | |- warning: extension declares a conformance of imported type 'URLSessionDataTask' to imported protocols 'Obtainable', '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:92:5: warning: 'public' modifier is redundant for static method declared in a public extension
 90 | extension Core.Error {
 91 |
 92 |     public
    |     `- warning: 'public' modifier is redundant for static method declared in a public extension
 93 |     static
 94 |     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 'Core' in a '@Sendable' closure
 47 |
 48 |             if let error = error {
 49 |                 wand.add(error)
    |                 `- warning: capture of 'wand' with non-sendable type 'Core' in a '@Sendable' closure
 50 |                 return
 51 |             }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/Core/Core.swift:26:7: note: class 'Core' does not conform to the 'Sendable' protocol
 24 | public
 25 | final
 26 | class Core {
    |       `- note: class 'Core' does not conform to the 'Sendable' protocol
 27 |
 28 |     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 'Obtainable', '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: Obtainable {
   | |- warning: extension declares a conformance of imported type 'URLSession' to imported protocols 'Obtainable', '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/58] 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 'Obtainable', '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: Obtainable {
    | |- warning: extension declares a conformance of imported type 'URLSessionDataTask' to imported protocols 'Obtainable', '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:92:5: warning: 'public' modifier is redundant for static method declared in a public extension
 90 | extension Core.Error {
 91 |
 92 |     public
    |     `- warning: 'public' modifier is redundant for static method declared in a public extension
 93 |     static
 94 |     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 'Core' in a '@Sendable' closure
 47 |
 48 |             if let error = error {
 49 |                 wand.add(error)
    |                 `- warning: capture of 'wand' with non-sendable type 'Core' in a '@Sendable' closure
 50 |                 return
 51 |             }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/Core/Core.swift:26:7: note: class 'Core' does not conform to the 'Sendable' protocol
 24 | public
 25 | final
 26 | class Core {
    |       `- note: class 'Core' does not conform to the 'Sendable' protocol
 27 |
 28 |     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 'Obtainable', '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: Obtainable {
   | |- warning: extension declares a conformance of imported type 'URLSession' to imported protocols 'Obtainable', '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/58] 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 'Obtainable', '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: Obtainable {
   | |- warning: extension declares a conformance of imported type 'URLRequest' to imported protocols 'Obtainable', '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)
[47/58] 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 'Obtainable', '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: Obtainable {
   | |- warning: extension declares a conformance of imported type 'URLRequest' to imported protocols 'Obtainable', '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)
[48/58] Compiling WandURL RestModel_Ask.swift
[49/58] Compiling WandURL RestModel_DELETE.swift
[50/58] Compiling WandURL RestModel_GET.swift
[51/58] Compiling WandURL RestModel_GET_Array.swift
[52/58] Compiling WandURL RestModel_HEAD.swift
[53/58] Compiling WandURL RestModel_POST.swift
[54/58] Compiling WandURL JsonArray_Convert.swift
[55/58] Compiling WandURL JsonDictionary_Ask.swift
[56/58] Compiling WandURL JsonDictionary_Convert.swift
[57/58] Compiling WandURL URL_Convert.swift
[58/58] 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/27] Emitting module Wand
[3/29] Compiling Wand Ubiquitous.swift
[4/29] Compiling Wand Wanded.swift
[5/29] Compiling Wand |.swift
[6/29] Compiling Wand Addons.swift
[7/29] Compiling Wand All.swift
[8/29] Compiling Wand Any.swift
[9/29] Compiling Wand Describing_Data.swift
[10/29] Compiling Wand Expressible.swift
[11/29] Compiling Wand Describing.swift
[12/29] Compiling Wand Describing_Character.swift
[13/29] Compiling Wand Counting.swift
[14/29] Compiling Wand Error.swift
[15/29] Compiling Wand Error?.swift
[16/29] Compiling Wand State.swift
[17/29] Compiling Wand Weak.swift
[18/29] Compiling Wand Obtainable.swift
[19/29] Compiling Wand Option.swift
[20/29] Compiling Wand Ask.swift
[21/29] Compiling Wand Asking.swift
[22/29] Compiling Wand Log.swift
[23/29] Compiling Wand Memory.swift
[24/29] Compiling Wand CoreGraphics_Convertible.swift
[25/29] Compiling Wand Numbers_Convertible.swift
[26/29] Compiling Wand String_Convertible.swift
[27/29] Compiling Wand AskingNil.swift
[28/29] Compiling Wand Core.swift
[29/29] Compiling Wand Key.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[30/54] 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 'Obtainable', '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: Obtainable {
   | |- warning: extension declares a conformance of imported type 'URLRequest' to imported protocols 'Obtainable', '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 'Obtainable', '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: Obtainable {
    | |- warning: extension declares a conformance of imported type 'URLSessionDataTask' to imported protocols 'Obtainable', '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:92:5: warning: 'public' modifier is redundant for static method declared in a public extension
 90 | extension Core.Error {
 91 |
 92 |     public
    |     `- warning: 'public' modifier is redundant for static method declared in a public extension
 93 |     static
 94 |     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 'Obtainable', '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: Obtainable {
   | |- warning: extension declares a conformance of imported type 'URLSession' to imported protocols 'Obtainable', '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)
[31/56] 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 'Obtainable', '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: Obtainable {
    | |- warning: extension declares a conformance of imported type 'URLSessionDataTask' to imported protocols 'Obtainable', '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:92:5: warning: 'public' modifier is redundant for static method declared in a public extension
 90 | extension Core.Error {
 91 |
 92 |     public
    |     `- warning: 'public' modifier is redundant for static method declared in a public extension
 93 |     static
 94 |     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 'Obtainable', '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: Obtainable {
   | |- warning: extension declares a conformance of imported type 'URLSession' to imported protocols 'Obtainable', '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)
[32/56] 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 'Obtainable', '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: Obtainable {
    | |- warning: extension declares a conformance of imported type 'URLSessionDataTask' to imported protocols 'Obtainable', '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:92:5: warning: 'public' modifier is redundant for static method declared in a public extension
 90 | extension Core.Error {
 91 |
 92 |     public
    |     `- warning: 'public' modifier is redundant for static method declared in a public extension
 93 |     static
 94 |     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 'Obtainable', '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: Obtainable {
   | |- warning: extension declares a conformance of imported type 'URLSession' to imported protocols 'Obtainable', '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)
[33/56] 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)
[34/56] 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)
[35/56] 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)
[36/56] Compiling WandURL RestModel_Ask.swift
[37/56] Compiling WandURL RestModel_DELETE.swift
[38/56] Compiling WandURL RestModel_GET.swift
[39/56] 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 'Obtainable', '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: Obtainable {
   | |- warning: extension declares a conformance of imported type 'URLRequest' to imported protocols 'Obtainable', '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)
[40/56] 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 'Obtainable', '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: Obtainable {
   | |- warning: extension declares a conformance of imported type 'URLRequest' to imported protocols 'Obtainable', '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)
[41/56] Compiling WandURL JsonArray_Convert.swift
[42/56] Compiling WandURL JsonDictionary_Ask.swift
[43/56] Compiling WandURL JsonDictionary_Convert.swift
[44/56] Compiling WandURL RestModelPagedURL.swift
[45/56] Compiling WandURL RestModel.swift
[46/56] Compiling WandURL RestModelFormatted.swift
[47/56] Compiling WandURL Rest.swift
[48/56] Compiling WandURL RestModelPaged.swift
[49/56] Compiling WandURL RestModelPagedOffset.swift
[50/56] Compiling WandURL RestModel_GET_Array.swift
[51/56] Compiling WandURL RestModel_HEAD.swift
[52/56] Compiling WandURL RestModel_POST.swift
[53/56] 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)!
[54/56] 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)!
[55/56] Compiling WandURL URL_Convert.swift
[56/56] 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