The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SpiderWebService, reference 1.0.2 (dd1029), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 03:18:20 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/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Nomi-ngj/SpiderWebService.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/10] Compiling SpiderWebService NetworkError.swift
[4/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', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; 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', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; 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 {
[5/10] Compiling SpiderWebService Request.swift
[6/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 |
[7/10] Compiling SpiderWebService HTTPMethod.swift
[8/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', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; 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', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; 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 {
[9/10] Compiling SpiderWebService HTTPURLResponse.swift
[10/10] Compiling SpiderWebService Decodable+decoding.swift
BUILD FAILURE 6.2 macosSpm