Build Information
Successful build of Hex.swift, reference main (e0575d), with Swift 6.0 for macOS (SPM) on 8 Nov 2025 10:24:47 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yaslab/Hex.swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yaslab/Hex.swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e0575df Update ci.yml
Cloned https://github.com/yaslab/Hex.swift.git
Revision (git rev-parse @):
e0575dfae50faf1988d84d6c97318ef601c1a2f5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/yaslab/Hex.swift.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/yaslab/Hex.swift.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/8] Compiling Hex Sequence+Hex.swift
[4/8] Compiling Hex Base16.swift
[5/8] Compiling Hex Collection+Hex.swift
[6/8] Compiling Hex JSON.swift
[7/8] Compiling Hex Data+Hex.swift
[8/8] Emitting module Hex
Build complete! (5.39s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Hex.swift",
"name" : "Hex.swift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "maccatalyst",
"version" : "14.0"
}
],
"products" : [
{
"name" : "Hex",
"targets" : [
"Hex"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HexTests",
"module_type" : "SwiftTarget",
"name" : "HexTests",
"path" : "Tests/HexTests",
"sources" : [
"Base16Tests.swift",
"Collection+HexTests.swift",
"Data+HexTests.swift",
"JSONTests.swift",
"Sequence+HexTests.swift"
],
"target_dependencies" : [
"Hex"
],
"type" : "test"
},
{
"c99name" : "Hex",
"module_type" : "SwiftTarget",
"name" : "Hex",
"path" : "Sources/Hex",
"product_memberships" : [
"Hex"
],
"sources" : [
"Base16.swift",
"Collection+Hex.swift",
"Data+Hex.swift",
"JSON.swift",
"Sequence+Hex.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.