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.2 (beta) for macOS (SPM) on 11 Aug 2025 10:38:18 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.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
========================================
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/29] Emitting module Wand
[5/31] Compiling Wand Ubiquitous.swift
[6/31] Compiling Wand Wanded.swift
[7/31] Compiling Wand |.swift
[8/31] Compiling Wand Describing.swift
[9/31] Compiling Wand Describing_Character.swift
[10/31] Compiling Wand Option.swift
[11/31] Compiling Wand Ask.swift
[12/31] Compiling Wand Asking.swift
[13/31] Compiling Wand Addons.swift
[14/31] Compiling Wand All.swift
[15/31] Compiling Wand Any.swift
[16/31] Compiling Wand Log.swift
[17/31] Compiling Wand Memory.swift
[18/31] Compiling Wand AskingNil.swift
[19/31] Compiling Wand Core.swift
[20/31] Compiling Wand Key.swift
[21/31] Compiling Wand Counting.swift
[22/31] Compiling Wand Error.swift
[23/31] Compiling Wand Error?.swift
[24/31] Compiling Wand State.swift
[25/31] Compiling Wand Weak.swift
[26/31] Compiling Wand Obtainable.swift
[27/31] Compiling Wand Describing_Data.swift
[28/31] Compiling Wand Expressible.swift
[29/31] Compiling Wand CoreGraphics_Convertible.swift
[30/31] Compiling Wand Numbers_Convertible.swift
[31/31] Compiling Wand String_Convertible.swift
[32/56] Compiling WandURL RestModel_GET_Array.swift
[33/56] Compiling WandURL RestModel_HEAD.swift
[34/56] Compiling WandURL RestModel_POST.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[35/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)
[36/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)
[37/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)
[38/58] 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)
[39/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)!
[40/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)!
[41/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)
[42/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)
[43/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)
[44/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)
[45/58] Compiling WandURL Rest.swift
[46/58] Compiling WandURL RestModelPaged.swift
[47/58] Compiling WandURL RestModelPagedOffset.swift
[48/58] Compiling WandURL RestModelPagedURL.swift
[49/58] Compiling WandURL RestModel.swift
[50/58] Compiling WandURL RestModelFormatted.swift
[51/58] Compiling WandURL RestModel_Ask.swift
[52/58] Compiling WandURL RestModel_DELETE.swift
[53/58] Compiling WandURL RestModel_GET.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
Fetching https://github.com/The-Wand/Wand.git
Fetching https://github.com/The-Wand/Any.git
[5/143] Fetching any
[67/6072] Fetching any, wand
Fetched https://github.com/The-Wand/Any.git from cache (1.38s)
Fetched https://github.com/The-Wand/Wand.git from cache (1.38s)
Computing version for https://github.com/The-Wand/Any.git
Computed https://github.com/The-Wand/Any.git at 1.0.1 (1.93s)
Computing version for https://github.com/The-Wand/Wand.git
Computed https://github.com/The-Wand/Wand.git at 2.0.8 (0.52s)
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/Any.git
Working copy of https://github.com/The-Wand/Any.git resolved at 1.0.1
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.2 macosSpm