Build Information
Successful build of CaseConverter, reference 1.0.0 (bdae9e), with Swift 6.0 for macOS (SPM) on 16 Mar 2026 06:56:09 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.69.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftStructure/CaseConverter.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SwiftStructure/CaseConverter
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at bdae9e4 Release 1.0.0
Cloned https://github.com/SwiftStructure/CaseConverter.git
Revision (git rev-parse @):
bdae9e4a9459119242d09dfc8358ce494fa19d81
SUCCESS checkout https://github.com/SwiftStructure/CaseConverter.git at 1.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/SwiftStructure/CaseConverter.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/5] Compiling CaseConverter Conversions.swift
[4/5] Emitting module CaseConverter
[5/5] Compiling CaseConverter Conversion.swift
Build complete! (0.72s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CaseConverter",
"name" : "CaseConverter",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CaseConverter",
"targets" : [
"CaseConverter"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CaseConverterTests",
"module_type" : "SwiftTarget",
"name" : "CaseConverterTests",
"path" : "Tests/CaseConverterTests",
"sources" : [
"ConversionTests.swift"
],
"target_dependencies" : [
"CaseConverter"
],
"type" : "test"
},
{
"c99name" : "CaseConverter",
"module_type" : "SwiftTarget",
"name" : "CaseConverter",
"path" : "Sources/CaseConverter",
"product_memberships" : [
"CaseConverter"
],
"sources" : [
"Conversion.swift",
"Conversions.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.