Build Information
Failed to build SpiderWebService, reference 1.0.2 (dd1029), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 14:52:50 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Nomi-ngj/SpiderWebService.git
Reference: 1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Nomi-ngj/SpiderWebService
* tag 1.0.2 -> FETCH_HEAD
HEAD is now at dd10290 Adding Version
Cloned https://github.com/Nomi-ngj/SpiderWebService.git
Revision (git rev-parse @):
dd10290d53368e74f168ad7b5abaf7638aa17b06
SUCCESS checkout https://github.com/Nomi-ngj/SpiderWebService.git at 1.0.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "spiderwebservice",
"name": "SpiderWebService",
"url": "https://github.com/Nomi-ngj/SpiderWebService.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SpiderWebService",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/Nomi-ngj/SpiderWebService.git
[1/64] Fetching spiderwebservice
Fetched https://github.com/Nomi-ngj/SpiderWebService.git from cache (0.64s)
Creating working copy for https://github.com/Nomi-ngj/SpiderWebService.git
Working copy of https://github.com/Nomi-ngj/SpiderWebService.git resolved at 1.0.2 (dd10290)
warning: '.resolve-product-dependencies': dependency 'spiderwebservice' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/Nomi-ngj/SpiderWebService.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/10] Emitting module SpiderWebService
/Users/admin/builder/spi-builder-workspace/Sources/SpiderWebService/Extension/URL+Expressible.swift:10:1: warning: extension declares a conformance of imported type 'Optional' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByUnicodeScalarLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
8 | import Foundation
9 |
10 | extension URL?: ExpressibleByStringLiteral,
| |- warning: extension declares a conformance of imported type 'Optional' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByUnicodeScalarLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
11 | ExpressibleByUnicodeScalarLiteral,
12 | ExpressibleByExtendedGraphemeClusterLiteral {
[4/10] Compiling SpiderWebService NetworkError.swift
[5/10] Compiling SpiderWebService Decodable+decoding.swift
[6/10] Compiling SpiderWebService Request.swift
[7/10] Compiling SpiderWebService HTTPMethod.swift
[8/10] Compiling SpiderWebService HTTPURLResponse.swift
[9/10] Compiling SpiderWebService URL+Expressible.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpiderWebService/Extension/URL+Expressible.swift:10:1: warning: extension declares a conformance of imported type 'Optional' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByUnicodeScalarLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
8 | import Foundation
9 |
10 | extension URL?: ExpressibleByStringLiteral,
| |- warning: extension declares a conformance of imported type 'Optional' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByUnicodeScalarLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
11 | ExpressibleByUnicodeScalarLiteral,
12 | ExpressibleByExtendedGraphemeClusterLiteral {
[10/10] Compiling SpiderWebService URLRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpiderWebService/Extension/URLRequest.swift:25:37: error: 'data(for:delegate:)' is only available in macOS 12.0 or newer
8 | import Foundation
9 |
10 | public extension URLRequest {
| `- note: add '@available' attribute to enclosing extension
11 | init(
12 | url: URL?,
:
22 | }
23 |
24 | func perform() async throws -> (Data, URLResponse) {
| `- note: add '@available' attribute to enclosing instance method
25 | try await URLSession.shared.data(for: self)
| |- error: 'data(for:delegate:)' is only available in macOS 12.0 or newer
| `- note: add 'if #available' version check
26 | }
27 |
BUILD FAILURE 6.3 macosSpm