Build Information
Successful build of StringBooster, reference main (883b95
), with Swift 6.0 for macOS (SPM) on 29 Nov 2024 10:47:14 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.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
Build Log
========================================
RunAll
========================================
Builder version: 4.58.1
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "stringbooster",
"name": "StringBooster",
"url": "https://github.com/btfranklin/StringBooster.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/StringBooster",
"dependencies": [
]
}
]
}
Fetching https://github.com/btfranklin/StringBooster.git
[1/141] Fetching stringbooster
Fetched https://github.com/btfranklin/StringBooster.git from cache (0.66s)
Creating working copy for https://github.com/btfranklin/StringBooster.git
Working copy of https://github.com/btfranklin/StringBooster.git resolved at main (883b950)
warning: '.resolve-product-dependencies': dependency 'stringbooster' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/btfranklin/StringBooster.git
{
"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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.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--7754E27361AE5C74.txt
[3/8] Compiling StringBooster String+parseIntoArray.swift
[4/8] Compiling StringBooster String+titleCased.swift
[5/8] Compiling StringBooster String+startsWithVowel.swift
[6/8] Compiling StringBooster String+firstUppercased.swift
[7/8] Compiling StringBooster NSMutableAttributedString+uppercaseFirstCharacter.swift
[8/8] Emitting module StringBooster
Build complete! (6.24s)
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.