Build Information
Successful build of Identity, reference master (8764a5
), with Swift 5.10 for macOS (SPM) on 20 May 2025 06:54:33 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.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jordanekay/Identity.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jordanekay/Identity
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 8764a54 Add conditional conformance of Identifier to Sendable
Cloned https://github.com/jordanekay/Identity.git
Revision (git rev-parse @):
8764a54c8e5ef0d14f3dc2ec5c10223ed0411a4d
SUCCESS checkout https://github.com/jordanekay/Identity.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/jordanekay/Identity.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/4] Emitting module Identity
[4/4] Compiling Identity Identity.swift
Build complete! (5.76s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Identity",
"name" : "Identity",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Identity",
"targets" : [
"Identity"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "IdentityTests",
"module_type" : "SwiftTarget",
"name" : "IdentityTests",
"path" : "Tests/IdentityTests",
"sources" : [
"IdentityTests.swift",
"LinuxTestable.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Identity"
],
"type" : "test"
},
{
"c99name" : "Identity",
"module_type" : "SwiftTarget",
"name" : "Identity",
"path" : "Sources/Identity",
"product_memberships" : [
"Identity"
],
"sources" : [
"Identity.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.