Build Information
Successful build of APIAlerts, reference main (36f829), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 14:51:49 UTC.
Swift 6 data race errors: 0
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/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
========================================
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": "apialerts-swift",
"name": "APIAlerts",
"url": "https://github.com/apialerts/apialerts-swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/apialerts-swift",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/apialerts/apialerts-swift.git
[1/259] Fetching apialerts-swift
Fetched https://github.com/apialerts/apialerts-swift.git from cache (0.72s)
Creating working copy for https://github.com/apialerts/apialerts-swift.git
Working copy of https://github.com/apialerts/apialerts-swift.git resolved at main (36f8294)
warning: '.resolve-product-dependencies': dependency 'apialerts-swift' 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/apialerts/apialerts-swift.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/13] Compiling APIAlerts HttpMethod.swift
[4/14] Compiling APIAlerts EncoderDecoder.swift
[5/14] Compiling APIAlerts ErrorObject.swift
[6/14] Compiling APIAlerts Endpoints.swift
[7/14] Compiling APIAlerts EventResponse.swift
[8/14] Compiling APIAlerts EventRequest.swift
[9/14] Compiling APIAlerts ErrorResponse.swift
[10/14] Emitting module APIAlerts
[11/14] Compiling APIAlerts Constants.swift
[12/14] Compiling APIAlerts APIAlerts.swift
[13/14] Compiling APIAlerts Client.swift
[14/14] Compiling APIAlerts Network.swift
Build complete! (9.56s)
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.