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 5.10 for macOS (SPM) on 11 Aug 2025 10:36:27 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/The-Wand/URL.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-33747A42983211AE.txt
[4/29] Compiling Wand Counting.swift
[5/29] Compiling Wand Error.swift
[6/29] Compiling Wand Error?.swift
[7/31] Emitting module Wand
[8/31] Compiling Wand Addons.swift
[9/31] Compiling Wand All.swift
[10/31] Compiling Wand Any.swift
[11/31] Compiling Wand Log.swift
[12/31] Compiling Wand Memory.swift
[13/31] Compiling Wand Describing.swift
[14/31] Compiling Wand Describing_Character.swift
[15/31] Compiling Wand Option.swift
[16/31] Compiling Wand Ask.swift
[17/31] Compiling Wand Asking.swift
[18/31] Compiling Wand Ubiquitous.swift
[19/31] Compiling Wand Wanded.swift
[20/31] Compiling Wand |.swift
[21/31] Compiling Wand CoreGraphics_Convertible.swift
[22/31] Compiling Wand Numbers_Convertible.swift
[23/31] Compiling Wand String_Convertible.swift
[24/31] Compiling Wand State.swift
[25/31] Compiling Wand Weak.swift
[26/31] Compiling Wand Obtainable.swift
[27/31] Compiling Wand AskingNil.swift
[28/31] Compiling Wand Core.swift
[29/31] Compiling Wand Key.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/URL/URL.lost.math.swift:54:20: error: 'appending(queryItems:)' is only available in macOS 13.0 or newer
        return url.appending(queryItems: queryItems)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/URL/URL.lost.math.swift:54:20: note: add 'if #available' version check
        return url.appending(queryItems: queryItems)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/URL/URL.lost.math.swift:47:6: note: add @available attribute to enclosing operator function
func + (url: URL, items: [String: String]) -> URL {
     ^
/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
    public
    ^~~~~~

[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
        return url.appending(queryItems: queryItems)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/URL/URL.lost.math.swift:54:20: note: add 'if #available' version check
        return url.appending(queryItems: queryItems)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/URL/URL.lost.math.swift:47:6: note: add @available attribute to enclosing operator function
func + (url: URL, items: [String: String]) -> URL {
     ^
[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
        return url.appending(queryItems: queryItems)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/URL/URL.lost.math.swift:54:20: note: add 'if #available' version check
        return url.appending(queryItems: queryItems)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/WandURL/URL/URL.lost.math.swift:47:6: note: add @available attribute to enclosing operator function
func + (url: URL, items: [String: String]) -> URL {
     ^
[35/58] Compiling WandURL URLCache_Ubiquitous.swift
[36/58] Compiling WandURL URLRequest_Wand.swift
[37/58] Compiling WandURL Data_Ask.swift
[38/58] Compiling WandURL JSON.swift
[39/58] Compiling WandURL JsonArray_Ask.swift
[40/58] Compiling WandURL URLSessionDataTask_Obtain.swift
/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
    public
    ^~~~~~

[41/58] Compiling WandURL URLSession_Ubiquitous.swift
/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
    public
    ^~~~~~

[42/58] Compiling WandURL RestModel_Ask.swift
[43/58] Compiling WandURL RestModel_DELETE.swift
[44/58] Compiling WandURL RestModel_GET.swift
[45/58] Compiling WandURL RestModelPagedURL.swift
[46/58] Compiling WandURL RestModel.swift
[47/58] Compiling WandURL RestModelFormatted.swift
[48/58] Compiling WandURL Rest.swift
[49/58] Compiling WandURL RestModelPaged.swift
[50/58] Compiling WandURL RestModelPagedOffset.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
error: fatalError
Fetching https://github.com/The-Wand/Wand.git
Fetching https://github.com/The-Wand/Any.git
[1/143] Fetching any
[67/6072] Fetching any, wand
Fetched https://github.com/The-Wand/Any.git from cache (2.03s)
Fetched https://github.com/The-Wand/Wand.git from cache (2.03s)
Computing version for https://github.com/The-Wand/Any.git
Computed https://github.com/The-Wand/Any.git at 1.0.1 (0.45s)
Computing version for https://github.com/The-Wand/Wand.git
Computed https://github.com/The-Wand/Wand.git at 2.0.8 (0.45s)
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: '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 5.10 macosSpm