Build Information
Successful build of SwiftyNames, reference 0.2.4 (e04bb0
), with Swift 6.0 for macOS (SPM) on 30 Oct 2024 22:53:35 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
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/skelpo/swiftynames.git
Reference: 0.2.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/skelpo/swiftynames
* tag 0.2.4 -> FETCH_HEAD
HEAD is now at e04bb09 Updates
Cloned https://github.com/skelpo/swiftynames.git
Revision (git rev-parse @):
e04bb0990669f181072f98c53a695c28612f3fda
SUCCESS checkout https://github.com/skelpo/swiftynames.git at 0.2.4
========================================
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": "swiftynames",
"name": "SwiftyNames",
"url": "https://github.com/skelpo/swiftynames.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftynames",
"dependencies": [
]
}
]
}
Fetching https://github.com/skelpo/swiftynames.git
[1/77] Fetching swiftynames
Fetched https://github.com/skelpo/swiftynames.git from cache (0.64s)
Creating working copy for https://github.com/skelpo/swiftynames.git
Working copy of https://github.com/skelpo/swiftynames.git resolved at 0.2.4 (e04bb09)
warning: '.resolve-product-dependencies': dependency 'swiftynames' 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/skelpo/swiftynames.git
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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/4] Emitting module SwiftyNames
[4/4] Compiling SwiftyNames String+SwiftyNames.swift
/Users/admin/builder/spi-builder-workspace/Sources/String+SwiftyNames.swift:24:13: warning: variable 'removeIndividualCharacters' was never mutated; consider changing to 'let' constant
22 | var commonPrefixes = ["Dr", "Prof"]
23 | var commonSuffixes = ["VI", "VII", "VIII", "I", "II", "III", "IV", "JR", "SR", "SNR", "MdB", "StB", "RA", "JNR", "Senior", "Junior", "Jr", "Sr"]
24 | var removeIndividualCharacters = [":","-",".","*","_"]
| `- warning: variable 'removeIndividualCharacters' was never mutated; consider changing to 'let' constant
25 |
26 | if self.uppercased() == self {
Build complete! (5.71s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftyNames",
"name" : "SwiftyNames",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftyNames",
"targets" : [
"SwiftyNames"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftyNamesTests",
"module_type" : "SwiftTarget",
"name" : "SwiftyNamesTests",
"path" : "SwiftyNamesTests",
"sources" : [
"SwiftyNamesTests.swift"
],
"target_dependencies" : [
"SwiftyNames"
],
"type" : "test"
},
{
"c99name" : "SwiftyNames",
"module_type" : "SwiftTarget",
"name" : "SwiftyNames",
"path" : "Sources",
"product_memberships" : [
"SwiftyNames"
],
"sources" : [
"String+SwiftyNames.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.