Build Information
Successful build of SmartQuotes, reference 0.0.1 (001490
), with Swift 6.0 for macOS (SPM) on 30 Oct 2024 19:58:58 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/hallee/swift-smart-quotes.git
Reference: 0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hallee/swift-smart-quotes
* tag 0.0.1 -> FETCH_HEAD
HEAD is now at 0014907 Localization + de, fi, sv (#2)
Cloned https://github.com/hallee/swift-smart-quotes.git
Revision (git rev-parse @):
00149071a7680a44a825dc95ef88cd8f36e513da
SUCCESS checkout https://github.com/hallee/swift-smart-quotes.git at 0.0.1
========================================
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": "swift-smart-quotes",
"name": "SmartQuotes",
"url": "https://github.com/hallee/swift-smart-quotes.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-smart-quotes",
"dependencies": [
]
}
]
}
Fetching https://github.com/hallee/swift-smart-quotes.git
[1/152] Fetching swift-smart-quotes
Fetched https://github.com/hallee/swift-smart-quotes.git from cache (0.70s)
Creating working copy for https://github.com/hallee/swift-smart-quotes.git
Working copy of https://github.com/hallee/swift-smart-quotes.git resolved at 0.0.1 (0014907)
warning: '.resolve-product-dependencies': dependency 'swift-smart-quotes' 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/hallee/swift-smart-quotes.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/4] Write sources
[1/4] Write swift-version--7754E27361AE5C74.txt
[3/6] Compiling SmartQuotes SmartQuotes.swift
[4/6] Emitting module SmartQuotes
[4/6] Write Objects.LinkFileList
[5/6] Archiving libSmartQuotes.a
Build complete! (5.66s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SmartQuotes",
"name" : "SmartQuotes",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SmartQuotes",
"targets" : [
"SmartQuotes"
],
"type" : {
"library" : [
"static"
]
}
}
],
"targets" : [
{
"c99name" : "SmartQuotesTests",
"module_type" : "SwiftTarget",
"name" : "SmartQuotesTests",
"path" : "Tests/SmartQuotes",
"sources" : [
"Tests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SmartQuotes"
],
"type" : "test"
},
{
"c99name" : "SmartQuotes",
"module_type" : "SwiftTarget",
"name" : "SmartQuotes",
"path" : "Sources",
"product_memberships" : [
"SmartQuotes"
],
"sources" : [
"SmartQuotes.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.