Build Information
Successful build of FourCC, reference 0.1.2 (0796bc
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 19:01:43 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sbooth/FourCC.git
Reference: 0.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sbooth/FourCC
* tag 0.1.2 -> FETCH_HEAD
HEAD is now at 0796bcb Update swift.yml (#6)
Cloned https://github.com/sbooth/FourCC.git
Revision (git rev-parse @):
0796bcb582e6a67241804adfaa6e29c6e028f48a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/sbooth/FourCC.git at 0.1.2
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/sbooth/FourCC.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/5] Compiling FourCC String+fourCC.swift
[4/5] Compiling FourCC UInt32+fourCC.swift
[5/5] Emitting module FourCC
Build complete! (3.08s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "FourCC",
"name" : "FourCC",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "FourCC",
"targets" : [
"FourCC"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FourCCTests",
"module_type" : "SwiftTarget",
"name" : "FourCCTests",
"path" : "Tests/FourCCTests",
"sources" : [
"FourCCTests.swift"
],
"target_dependencies" : [
"FourCC"
],
"type" : "test"
},
{
"c99name" : "FourCC",
"module_type" : "SwiftTarget",
"name" : "FourCC",
"path" : "Sources/FourCC",
"product_memberships" : [
"FourCC"
],
"sources" : [
"String+fourCC.swift",
"UInt32+fourCC.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.