Build Information
Successful build of EazyRestClient, reference main (6b26ce
), with Swift 5.10 for macOS (SPM) on 7 May 2025 06:36:58 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nissaba/EasyRestClient.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nissaba/EasyRestClient
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6b26ce4 removed swiftformat action
Cloned https://github.com/nissaba/EasyRestClient.git
Revision (git rev-parse @):
6b26ce4ddd0268b08fb0a9235a70cbd675e47352
SUCCESS checkout https://github.com/nissaba/EasyRestClient.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/nissaba/EasyRestClient.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/11] Compiling EazyRestClient HTTPMethods.swift
[4/11] Compiling EazyRestClient EazyRestRequest.swift
[5/11] Compiling EazyRestClient EazyRestRequest+defaults.swift
[6/11] Compiling EazyRestClient EasyRestError.swift
[7/11] Compiling EazyRestClient Decodable+EasyRest.swift
[8/11] Compiling EazyRestClient EasyRestResponse.swift
[9/11] Compiling EazyRestClient EasyRestDefaultResponse.swift
[10/11] Emitting module EazyRestClient
[11/11] Compiling EazyRestClient EasyRestClient.swift
Build complete! (5.35s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "EazyRestClient",
"name" : "EazyRestClient",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "EazyRestClient",
"targets" : [
"EazyRestClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "EazyRestClientTests",
"module_type" : "SwiftTarget",
"name" : "EazyRestClientTests",
"path" : "Tests",
"sources" : [
"RestEasyAPITests/MockURLProtocol.swift"
],
"target_dependencies" : [
"EazyRestClient"
],
"type" : "test"
},
{
"c99name" : "EazyRestClient",
"module_type" : "SwiftTarget",
"name" : "EazyRestClient",
"path" : "Sources",
"product_memberships" : [
"EazyRestClient"
],
"sources" : [
"EasyRestClient/Decodable+EasyRest.swift",
"EasyRestClient/EasyRestClient.swift",
"EasyRestClient/EasyRestDefaultResponse.swift",
"EasyRestClient/EasyRestError.swift",
"EasyRestClient/EasyRestResponse.swift",
"EasyRestClient/EazyRestRequest+defaults.swift",
"EasyRestClient/EazyRestRequest.swift",
"EasyRestClient/HTTPMethods.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9.2"
}
Done.