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

Successful build of WandURL, reference 1.4.5 (5b012c), with Swift 6.2 (beta) for macOS (SPM) on 2 Jul 2025 06:42:28 UTC.

Swift 6 data race errors: 0

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_Backup.git
Reference: 1.4.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/The-Wand/URL_Backup
 * tag               1.4.5      -> FETCH_HEAD
HEAD is now at 5b012c4 Select exact Wand version
Cloned https://github.com/The-Wand/URL_Backup.git
Revision (git rev-parse @):
5b012c40c2a72382dc9149b4a04460993c4163b6
SUCCESS checkout https://github.com/The-Wand/URL_Backup.git at 1.4.5
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/The-Wand/URL_Backup.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 Numbers+Wand.swift
[8/26] Compiling Wand String+Wand.swift
[9/26] Compiling Wand All.swift
[10/26] Compiling Wand Any.swift
[11/26] Compiling Wand Counting.swift
[12/26] Compiling Wand Error?.swift
[13/26] Compiling Wand Wanded.swift
[14/26] Compiling Wand Wand.swift
[15/26] Compiling Wand Error.swift
[16/26] Compiling Wand Option.swift
[17/26] Compiling Wand Ask.swift
[18/26] Compiling Wand Asking.swift
[19/26] Compiling Wand Describing_Data.swift
[20/26] Compiling Wand Expressible.swift
[21/26] Compiling Wand |.swift
[22/26] Compiling Wand CoreGraphicsMath+Wand.swift
[23/26] Compiling Wand AskingNil.swift
[24/26] Compiling Wand Obtain.swift
[25/26] Compiling Wand Describing.swift
[26/26] Compiling Wand Describing_Character.swift
[27/47] 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/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/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/49] Compiling WandURL RestModelPaged.swift
[29/49] Compiling WandURL RestModel_Ask.swift
[30/49] 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)
[31/49] 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)
[32/49] Compiling WandURL RestModel_PUT.swift
[33/49] Compiling WandURL URL.lost.math.swift
[34/49] Compiling WandURL RestModel_HEAD.swift
[35/49] Compiling WandURL RestModel_POST.swift
[36/49] Compiling WandURL JsonArray_Convert.swift
[37/49] Compiling WandURL JsonDictionary_Ask.swift
[38/49] Compiling WandURL JsonDictionary_Convert.swift
[39/49] Compiling WandURL RestModel_GET.swift
[40/49] Compiling WandURL RestModel_GET_Array.swift
[41/49] Compiling WandURL Rest.swift
[42/49] Compiling WandURL RestModel.swift
[43/49] 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/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)
[44/49] 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/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)
[45/49] 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/49] 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/49] 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/49] Compiling WandURL URL_Convert.swift
[49/49] Compiling WandURL URL_Image_Pipe.swift
Build complete! (7.58s)
Fetching https://github.com/The-Wand/Wand.git
Fetching https://github.com/The-Wand/Any.git
[1/5369] Fetching wand
[2/5512] Fetching wand, any
Fetched https://github.com/The-Wand/Any.git from cache (1.34s)
Fetched https://github.com/The-Wand/Wand.git from cache (1.34s)
Computing version for https://github.com/The-Wand/Wand.git
Computed https://github.com/The-Wand/Wand.git at 1.5.5 (1.82s)
Computing version for https://github.com/The-Wand/Any.git
Computed https://github.com/The-Wand/Any.git at 1.0.1 (0.46s)
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 1.5.5
Build complete.
{
  "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" : {
        "exact" : [
          "1.5.5"
        ]
      },
      "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.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_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/RestModel.swift",
        "REST/dto/RestModelPaged.swift",
        "REST/dto/RestModel_Ask.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"
}
Done.