Build Information
Successful build of swift-typeid, reference main (b5ebbf
), with Swift 5.10 for macOS (SPM) on 18 Mar 2025 06:49:52 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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Frizlab/swift-typeid.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Frizlab/swift-typeid
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b5ebbf2 Merge branch 'feat/frizlab/codable_uuidv7' into develop
Cloned https://github.com/Frizlab/swift-typeid.git
Revision (git rev-parse @):
b5ebbf28beac1132d4331f7004fe63ee6cb6ce3e
SUCCESS checkout https://github.com/Frizlab/swift-typeid.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/Frizlab/swift-typeid.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/8] Compiling TypeID UUIDv7.swift
[4/8] Compiling TypeID UUIDv7+Codable.swift
[5/8] Emitting module TypeID
[6/8] Compiling TypeID UUID+Base32.swift
[7/8] Compiling TypeID TypeID.swift
[8/8] Compiling TypeID TypeID+Codable.swift
Build complete! (11.22s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-typeid",
"name" : "swift-typeid",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "TypeID",
"targets" : [
"TypeID"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TypeIDTests",
"module_type" : "SwiftTarget",
"name" : "TypeIDTests",
"path" : "Tests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Data",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
" Helpers.swift",
"TypeIDTests.swift",
"UUIDBase32Tests.swift",
"UUIDv7Tests.swift",
"UpstreamTypeIDTests.swift"
],
"target_dependencies" : [
"TypeID"
],
"type" : "test"
},
{
"c99name" : "TypeID",
"module_type" : "SwiftTarget",
"name" : "TypeID",
"path" : "Sources",
"product_memberships" : [
"TypeID"
],
"sources" : [
"TypeID+Codable.swift",
"TypeID.swift",
"UUID+Base32.swift",
"UUIDv7+Codable.swift",
"UUIDv7.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.