Build Information
Successful build of RestApi, reference v1.2.0 (1cbfa1), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 06:33:15 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/RxDx/restapi.git
Reference: v1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RxDx/restapi
* tag v1.2.0 -> FETCH_HEAD
HEAD is now at 1cbfa11 Throw error when http status code >= 400 (#5)
Cloned https://github.com/RxDx/restapi.git
Revision (git rev-parse @):
1cbfa1191d78444471b8a21a697226dcda8089e8
SUCCESS checkout https://github.com/RxDx/restapi.git at v1.2.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/RxDx/restapi.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/4] Compiling RestApi RestApi.swift
[4/4] Emitting module RestApi
Build complete! (3.58s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "RestApi",
"name" : "RestApi",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "RestApi",
"targets" : [
"RestApi"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RestApiTests",
"module_type" : "SwiftTarget",
"name" : "RestApiTests",
"path" : "Tests/RestApiTests",
"sources" : [
"RestApiTests.swift"
],
"target_dependencies" : [
"RestApi"
],
"type" : "test"
},
{
"c99name" : "RestApi",
"module_type" : "SwiftTarget",
"name" : "RestApi",
"path" : "Sources/RestApi",
"product_memberships" : [
"RestApi"
],
"sources" : [
"RestApi.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.