Build Information
Successful build of RestEssentials, reference 6.1.1 (dc7366), with Swift 6.0 for macOS (SPM) on 20 Apr 2026 14:16:51 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sean7512/RestEssentials.git
Reference: 6.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sean7512/RestEssentials
* tag 6.1.1 -> FETCH_HEAD
HEAD is now at dc7366d remove build file and update package.swift
Cloned https://github.com/sean7512/RestEssentials.git
Revision (git rev-parse @):
dc7366d999f449e2c6eedf30251b80f70c88069a
SUCCESS checkout https://github.com/sean7512/RestEssentials.git at 6.1.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/sean7512/RestEssentials.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/6] Compiling RestEssentials RestController.swift
[4/6] Compiling RestEssentials JSON.swift
[5/6] Emitting module RestEssentials
[6/6] Compiling RestEssentials Deserializer.swift
Build complete! (6.70s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/RestEssentials/Info.plist
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "RestEssentials",
"name" : "RestEssentials",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "RestEssentials",
"targets" : [
"RestEssentials"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RestEssentialsTests",
"module_type" : "SwiftTarget",
"name" : "RestEssentialsTests",
"path" : "Sources/RestEssentialsTests",
"sources" : [
"RestControllerTests.swift"
],
"target_dependencies" : [
"RestEssentials"
],
"type" : "test"
},
{
"c99name" : "RestEssentials",
"module_type" : "SwiftTarget",
"name" : "RestEssentials",
"path" : "Sources/RestEssentials",
"product_memberships" : [
"RestEssentials"
],
"sources" : [
"Deserializer.swift",
"JSON.swift",
"RestController.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.