Build Information
Successful build of APIAlerts, reference main (36f829), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 21:25:05 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apialerts/apialerts-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apialerts/apialerts-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 36f8294 readme and contributing update
Cloned https://github.com/apialerts/apialerts-swift.git
Revision (git rev-parse @):
36f82941b82cf41eafeec47f3243ba015e4e2471
SUCCESS checkout https://github.com/apialerts/apialerts-swift.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/apialerts/apialerts-swift.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/13] Compiling APIAlerts ErrorObject.swift
[4/14] Compiling APIAlerts EncoderDecoder.swift
[5/14] Compiling APIAlerts HttpMethod.swift
[6/14] Compiling APIAlerts Endpoints.swift
[7/14] Compiling APIAlerts EventResponse.swift
[8/14] Compiling APIAlerts ErrorResponse.swift
[9/14] Compiling APIAlerts Constants.swift
[10/14] Compiling APIAlerts EventRequest.swift
[11/14] Emitting module APIAlerts
[12/14] Compiling APIAlerts APIAlerts.swift
[13/14] Compiling APIAlerts Client.swift
[14/14] Compiling APIAlerts Network.swift
Build complete! (8.64s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "APIAlerts",
"name" : "APIAlerts",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "4.0"
},
{
"name" : "tvos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "APIAlerts",
"targets" : [
"APIAlerts"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "APIAlertsTests",
"module_type" : "SwiftTarget",
"name" : "APIAlertsTests",
"path" : "Tests/APIAlertsTests",
"sources" : [
"ConstantsTest.swift",
"Network/Contract/ErrorResponseTests.swift",
"Network/Contract/EventRequestTests.swift",
"Network/Contract/EventResponseTests.swift",
"Network/Util/HttpMethodTests.swift"
],
"target_dependencies" : [
"APIAlerts"
],
"type" : "test"
},
{
"c99name" : "APIAlerts",
"module_type" : "SwiftTarget",
"name" : "APIAlerts",
"path" : "Sources",
"product_memberships" : [
"APIAlerts"
],
"sources" : [
"apialerts-swift/APIAlerts.swift",
"apialerts-swift/Client.swift",
"apialerts-swift/Constants.swift",
"apialerts-swift/Network/Contract/ErrorResponse.swift",
"apialerts-swift/Network/Contract/EventRequest.swift",
"apialerts-swift/Network/Contract/EventResponse.swift",
"apialerts-swift/Network/Endpoints.swift",
"apialerts-swift/Network/ErrorObject.swift",
"apialerts-swift/Network/Util/EncoderDecoder.swift",
"apialerts-swift/Network/Util/HttpMethod.swift",
"apialerts-swift/Network/Util/Network.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.