Build Information
Successful build of StringBooster with Swift 6.0 for macOS (SPM).
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/btfranklin/StringBooster.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/btfranklin/StringBooster
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/btfranklin/StringBooster.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.txt
[3/8] Compiling StringBooster String+startsWithVowel.swift
[4/8] Compiling StringBooster String+parseIntoArray.swift
[5/8] Compiling StringBooster String+titleCased.swift
[6/8] Compiling StringBooster String+firstUppercased.swift
[7/8] Compiling StringBooster NSMutableAttributedString+uppercaseFirstCharacter.swift
[8/8] Emitting module StringBooster
Build complete! (17.35s)
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.