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

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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: 2.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/The-Wand/URL
 * tag               2.0.3      -> FETCH_HEAD
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 2.0.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/The-Wand/URL.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.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 Addons.swift
[9/31] Compiling Wand All.swift
[10/31] Compiling Wand Any.swift
[11/31] Compiling Wand Option.swift
[12/31] Compiling Wand Ask.swift
[13/31] Compiling Wand Asking.swift
[14/31] Compiling Wand Log.swift
[15/31] Compiling Wand Memory.swift
[16/31] Compiling Wand Describing.swift
[17/31] Compiling Wand Describing_Character.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 Ubiquitous.swift
[25/31] Compiling Wand Wanded.swift
[26/31] Compiling Wand |.swift
[27/31] Compiling Wand CoreGraphics_Convertible.swift
[28/31] Compiling Wand Numbers_Convertible.swift
[29/31] Compiling Wand String_Convertible.swift
[30/31] Compiling Wand Describing_Data.swift
[31/31] Compiling Wand Expressible.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/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 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)!
[34/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)!
[35/58] Compiling WandURL Rest.swift
[36/58] Compiling WandURL RestModelPaged.swift
[37/58] Compiling WandURL RestModelPagedOffset.swift
[38/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)
[39/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)
[40/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)
[41/58] Compiling WandURL RestModel_Ask.swift
[42/58] Compiling WandURL RestModel_DELETE.swift
[43/58] Compiling WandURL RestModel_GET.swift
[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/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/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 JsonArray_Convert.swift
[47/58] Compiling WandURL JsonDictionary_Ask.swift
[48/58] Compiling WandURL JsonDictionary_Convert.swift
[49/58] Compiling WandURL RestModelPagedURL.swift
[50/58] Compiling WandURL RestModel.swift
[51/58] Compiling WandURL RestModelFormatted.swift
[52/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)
[53/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)
[54/58] Compiling WandURL RestModel_GET_Array.swift
[55/58] Compiling WandURL RestModel_HEAD.swift
[56/58] Compiling WandURL RestModel_POST.swift
[57/58] Compiling WandURL URL_Convert.swift
[58/58] Compiling WandURL URL_Image_Pipe.swift
Fetching https://github.com/The-Wand/Wand.git
Fetching https://github.com/The-Wand/Any.git
[1/5929] Fetching wand
[61/6072] Fetching wand, any
Fetched https://github.com/The-Wand/Any.git from cache (1.24s)
Fetched https://github.com/The-Wand/Wand.git from cache (1.24s)
Computing version for https://github.com/The-Wand/Any.git
Computed https://github.com/The-Wand/Any.git at 1.0.1 (0.60s)
Computing version for https://github.com/The-Wand/Wand.git
Computed https://github.com/The-Wand/Wand.git at 2.0.8 (0.56s)
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.8
warning: 'wand': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/Wand.md
BUILD FAILURE 6.0 macosSpm