Build Information
Successful build of SwiftTitleCase, reference main (d6048c), with Swift 6.1 for macOS (SPM) on 20 Feb 2026 23:11:54 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mangoumbrella/SwiftTitleCase.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mangoumbrella/SwiftTitleCase
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d6048cc Small improvements from AP title case research (#9)
Cloned https://github.com/mangoumbrella/SwiftTitleCase.git
Revision (git rev-parse @):
d6048cc4dbf4cbfe080ee2401eb7989c9bafdeba
SUCCESS checkout https://github.com/mangoumbrella/SwiftTitleCase.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/mangoumbrella/SwiftTitleCase.git
https://github.com/mangoumbrella/SwiftTitleCase.git
{
"dependencies" : [
],
"manifest_display_name" : "SwiftTitleCase",
"name" : "SwiftTitleCase",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftTitleCase",
"targets" : [
"SwiftTitleCase"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftTitleCaseTests",
"module_type" : "SwiftTarget",
"name" : "SwiftTitleCaseTests",
"path" : "Tests/SwiftTitleCaseTests",
"sources" : [
"SwiftTitleCaseTests.swift"
],
"target_dependencies" : [
"SwiftTitleCase"
],
"type" : "test"
},
{
"c99name" : "SwiftTitleCase",
"module_type" : "SwiftTarget",
"name" : "SwiftTitleCase",
"path" : "Sources/SwiftTitleCase",
"product_memberships" : [
"SwiftTitleCase"
],
"sources" : [
"SwiftTitleCase.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/4] Compiling SwiftTitleCase SwiftTitleCase.swift
[4/4] Emitting module SwiftTitleCase
Build complete! (4.63s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftTitleCase",
"name" : "SwiftTitleCase",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftTitleCase",
"targets" : [
"SwiftTitleCase"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftTitleCaseTests",
"module_type" : "SwiftTarget",
"name" : "SwiftTitleCaseTests",
"path" : "Tests/SwiftTitleCaseTests",
"sources" : [
"SwiftTitleCaseTests.swift"
],
"target_dependencies" : [
"SwiftTitleCase"
],
"type" : "test"
},
{
"c99name" : "SwiftTitleCase",
"module_type" : "SwiftTarget",
"name" : "SwiftTitleCase",
"path" : "Sources/SwiftTitleCase",
"product_memberships" : [
"SwiftTitleCase"
],
"sources" : [
"SwiftTitleCase.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.