Build Information
Successful build of StringBooster, reference 1.4.0 (883b95
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 04:19:00 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/btfranklin/StringBooster.git
Reference: 1.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/btfranklin/StringBooster
* tag 1.4.0 -> FETCH_HEAD
HEAD is now at 883b950 Unfortunately, it looks like there's no acceptable way to publish custom operators in a Swift Package, so I've removed the custom operator.
Cloned https://github.com/btfranklin/StringBooster.git
Revision (git rev-parse @):
883b950220b470109ae26a17c55e50561a6c960f
SUCCESS checkout https://github.com/btfranklin/StringBooster.git at 1.4.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/btfranklin/StringBooster.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/8] Compiling StringBooster String+titleCased.swift
[4/8] Compiling StringBooster String+startsWithVowel.swift
[5/8] Compiling StringBooster String+parseIntoArray.swift
[6/8] Compiling StringBooster String+firstUppercased.swift
[7/8] Emitting module StringBooster
[8/8] Compiling StringBooster NSMutableAttributedString+uppercaseFirstCharacter.swift
Build complete! (3.16s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "StringBooster",
"name" : "StringBooster",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "StringBooster",
"targets" : [
"StringBooster"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "StringBoosterTests",
"module_type" : "SwiftTarget",
"name" : "StringBoosterTests",
"path" : "Tests/StringBoosterTests",
"sources" : [
"NSMutableAttributedStringUppercaseFirstCharacterTests.swift",
"StringFirstUppercasedTests.swift",
"StringParseIntoArrayTests.swift",
"StringStartsWithVowelTests.swift",
"StringTitleCasedTests.swift"
],
"target_dependencies" : [
"StringBooster"
],
"type" : "test"
},
{
"c99name" : "StringBooster",
"module_type" : "SwiftTarget",
"name" : "StringBooster",
"path" : "Sources/StringBooster",
"product_memberships" : [
"StringBooster"
],
"sources" : [
"NSMutableAttributedString+uppercaseFirstCharacter.swift",
"String+firstUppercased.swift",
"String+parseIntoArray.swift",
"String+startsWithVowel.swift",
"String+titleCased.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.