Build Information
Successful build of ASCKit, reference 0.4.0 (1e0dcb
), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 10:15:11 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/Blackjacx/ASCKit.git
Reference: 0.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Blackjacx/ASCKit
* tag 0.4.0 -> FETCH_HEAD
HEAD is now at 1e0dcb8 Merge branch 'release/0.4.0'
Cloned https://github.com/Blackjacx/ASCKit.git
Revision (git rev-parse @):
1e0dcb842c6d179566cacdc6869d2d8584b36959
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Blackjacx/ASCKit.git at 0.4.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Blackjacx/ASCKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/8] Compiling SwiftKeychainWrapper KeychainWrapperSubscript.swift
[6/8] Compiling SwiftKeychainWrapper KeychainItemAccessibility.swift
[7/8] Compiling SwiftKeychainWrapper KeychainWrapper.swift
[8/8] Emitting module SwiftKeychainWrapper
[9/33] Compiling Engine UserDefaults+PropertyWrapper.swift
[10/33] Compiling Engine UIColor+Extensions.swift
[11/35] Compiling Engine EmptyResponse.swift
[12/35] Compiling Engine Clamping.swift
[13/35] Compiling Engine Engine.swift
[14/35] Compiling Engine Bundle+Extensions.swift
[15/35] Compiling Engine FileManager+Extensions.swift
[16/35] Compiling Engine UIView+Extensions.swift
[17/35] Compiling Engine UIViewController+Extensions.swift
[18/35] Compiling Engine JWTClaims.swift
[19/35] Compiling Engine JWTHeader.swift
[20/35] Compiling Engine Keychain.swift
[21/35] Compiling Engine LoggableError.swift
[22/35] Compiling Engine Network.swift
[23/35] Compiling Engine NetworkError.swift
[24/35] Compiling Engine Endpoint.swift
[25/35] Compiling Engine HTTPMethod.swift
[26/35] Compiling Engine Json.swift
[27/35] Compiling Engine Service.swift
[28/35] Compiling Engine DataWrapper.swift
[29/35] Emitting module Engine
[30/35] Compiling Engine ProcessInfo+Extensions.swift
[31/35] Compiling Engine String+Extensions.swift
[32/35] Compiling Engine String+Random.swift
[33/35] Compiling Engine URL+Extensions.swift
[34/35] Compiling Engine URLRequest+Extensions.swift
[35/35] Compiling Engine JWT.swift
[36/54] Compiling ASCKit Model.swift
[37/54] Compiling ASCKit PagedItemLoader.swift
[38/54] Compiling ASCKit BetaTester.swift
[39/54] Compiling ASCKit BetaTesterInvitationResponse.swift
[40/56] Compiling ASCKit ASCPayload.swift
/Users/admin/builder/spi-builder-workspace/Sources/ASCKit/ASCService.swift:429:22: warning: In case of error attach successful builds to the error so the user knows that something HAS been expired.
427 |
428 | if !errors.isEmpty {
429 | #warning("In case of error attach successful builds to the error so the user knows that something HAS been expired.")
| `- warning: In case of error attach successful builds to the error so the user knows that something HAS been expired.
430 | throw AscError.requestFailed(underlyingErrors: errors)
431 | }
[41/56] Compiling ASCKit ASCService.swift
/Users/admin/builder/spi-builder-workspace/Sources/ASCKit/ASCService.swift:429:22: warning: In case of error attach successful builds to the error so the user knows that something HAS been expired.
427 |
428 | if !errors.isEmpty {
429 | #warning("In case of error attach successful builds to the error so the user knows that something HAS been expired.")
| `- warning: In case of error attach successful builds to the error so the user knows that something HAS been expired.
430 | throw AscError.requestFailed(underlyingErrors: errors)
431 | }
[42/56] Compiling ASCKit AscEndpoint.swift
[43/56] Compiling ASCKit AscError.swift
[44/56] Compiling ASCKit ASCHeader.swift
[45/56] Compiling ASCKit ASCKit.swift
[46/56] Compiling ASCKit Constants.swift
[47/56] Compiling ASCKit Filter.swift
[48/56] Emitting module ASCKit
/Users/admin/builder/spi-builder-workspace/Sources/ASCKit/ASCService.swift:429:22: warning: In case of error attach successful builds to the error so the user knows that something HAS been expired.
427 |
428 | if !errors.isEmpty {
429 | #warning("In case of error attach successful builds to the error so the user knows that something HAS been expired.")
| `- warning: In case of error attach successful builds to the error so the user knows that something HAS been expired.
430 | throw AscError.requestFailed(underlyingErrors: errors)
431 | }
[49/56] Compiling ASCKit ApiKey.swift
[50/56] Compiling ASCKit App.swift
[51/56] Compiling ASCKit AppStoreVersion.swift
[52/56] Compiling ASCKit BetaGroup.swift
[53/56] Compiling ASCKit Build.swift
[54/56] Compiling ASCKit BundleId.swift
[55/56] Compiling ASCKit PageableModel.swift
[56/56] Compiling ASCKit Relation.swift
Build complete! (13.01s)
Fetching https://github.com/blackjacx/Engine
[1/687] Fetching engine
Fetched https://github.com/blackjacx/Engine from cache (0.86s)
Computing version for https://github.com/blackjacx/Engine
Computed https://github.com/blackjacx/Engine at 0.1.0 (1.26s)
Fetching https://github.com/jrendel/SwiftKeychainWrapper
[1/1666] Fetching swiftkeychainwrapper
Fetched https://github.com/jrendel/SwiftKeychainWrapper from cache (0.87s)
Computing version for https://github.com/jrendel/SwiftKeychainWrapper
Computed https://github.com/jrendel/SwiftKeychainWrapper at 4.0.1 (3.31s)
Creating working copy for https://github.com/blackjacx/Engine
Working copy of https://github.com/blackjacx/Engine resolved at 0.1.0
Creating working copy for https://github.com/jrendel/SwiftKeychainWrapper
Working copy of https://github.com/jrendel/SwiftKeychainWrapper resolved at 4.0.1
Build complete.
{
"dependencies" : [
{
"identity" : "engine",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/blackjacx/Engine"
}
],
"manifest_display_name" : "ASCKit",
"name" : "ASCKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "ASCKit",
"targets" : [
"ASCKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ASCKitTests",
"module_type" : "SwiftTarget",
"name" : "ASCKitTests",
"path" : "Tests/ASCKitTests",
"sources" : [
"ASCKitTests.swift"
],
"target_dependencies" : [
"ASCKit"
],
"type" : "test"
},
{
"c99name" : "ASCKit",
"module_type" : "SwiftTarget",
"name" : "ASCKit",
"path" : "Sources/ASCKit",
"product_dependencies" : [
"Engine"
],
"product_memberships" : [
"ASCKit"
],
"sources" : [
"ASCHeader.swift",
"ASCKit.swift",
"ASCPayload.swift",
"ASCService.swift",
"AscEndpoint.swift",
"AscError.swift",
"Constants.swift",
"Filter.swift",
"Model.swift",
"PagedItemLoader.swift",
"models/ApiKey.swift",
"models/App.swift",
"models/AppStoreVersion.swift",
"models/BetaGroup.swift",
"models/BetaTester.swift",
"models/BetaTesterInvitationResponse.swift",
"models/Build.swift",
"models/BundleId.swift",
"models/PageableModel.swift",
"models/Relation.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.