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.2 (beta) for macOS (SPM) on 15 Jul 2025 14:14:05 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/The-Wand/URL.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/24] Emitting module Wand
[5/26] Compiling Wand Log.swift
[6/26] Compiling Wand Memory.swift
[7/26] Compiling Wand Describing.swift
[8/26] Compiling Wand Describing_Character.swift
[9/26] Compiling Wand AskingNil.swift
[10/26] Compiling Wand Obtain.swift
[11/26] Compiling Wand Numbers+Wand.swift
[12/26] Compiling Wand String+Wand.swift
[13/26] Compiling Wand Wand.swift
[14/26] Compiling Wand Error.swift
[15/26] Compiling Wand Error?.swift
[16/26] Compiling Wand Wanded.swift
[17/26] Compiling Wand Option.swift
[18/26] Compiling Wand Ask.swift
[19/26] Compiling Wand Asking.swift
[20/26] Compiling Wand Describing_Data.swift
[21/26] Compiling Wand Expressible.swift
[22/26] Compiling Wand All.swift
[23/26] Compiling Wand Any.swift
[24/26] Compiling Wand Counting.swift
[25/26] Compiling Wand |.swift
[26/26] Compiling Wand CoreGraphicsMath+Wand.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/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 JsonArray_Convert.swift
[29/51] Compiling WandURL JsonDictionary_Ask.swift
[30/51] Compiling WandURL JsonDictionary_Convert.swift
[31/51] Compiling WandURL Rest.swift
[32/51] Compiling WandURL RestModelPaged.swift
[33/51] Compiling WandURL RestModelPagedOffset.swift
[34/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/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)
[35/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/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)
[36/51] Compiling WandURL RestModel_HEAD.swift
[37/51] Compiling WandURL RestModel_POST.swift
[38/51] Compiling WandURL RestModel_GET.swift
[39/51] Compiling WandURL RestModel_GET_Array.swift
[40/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)
[41/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)
[42/51] Compiling WandURL RestModelPagedURL.swift
[43/51] Compiling WandURL RestModel.swift
[44/51] Compiling WandURL RestModel_Ask.swift
[45/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)
[46/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)
[47/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)
[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
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/Any.git from cache (1.27s)
Fetched https://github.com/The-Wand/Wand.git from cache (1.27s)
Computing version for https://github.com/The-Wand/Wand.git
Computed https://github.com/The-Wand/Wand.git at 1.5.5 (1.77s)
Computing version for https://github.com/The-Wand/Any.git
Computed https://github.com/The-Wand/Any.git at 1.0.1 (0.49s)
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/Any.git
Working copy of https://github.com/The-Wand/Any.git resolved at 1.0.1
BUILD FAILURE 6.2 macosSpm