Build Information
Successful build of DayPeriodFormatter, reference 0.0.2 (935dc3
), with Swift 6.0 for macOS (SPM) on 26 Nov 2024 18:33:18 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.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FormatterKit/DayPeriodFormatter.git
Reference: 0.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FormatterKit/DayPeriodFormatter
* tag 0.0.2 -> FETCH_HEAD
HEAD is now at 935dc38 Alphabetize rule set dictionary keys
Cloned https://github.com/FormatterKit/DayPeriodFormatter.git
Revision (git rev-parse @):
935dc38c222a235955c81cbad021e05fbe16686a
SUCCESS checkout https://github.com/FormatterKit/DayPeriodFormatter.git at 0.0.2
========================================
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": "dayperiodformatter",
"name": "DayPeriodFormatter",
"url": "https://github.com/FormatterKit/DayPeriodFormatter.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DayPeriodFormatter",
"dependencies": [
]
}
]
}
Fetching https://github.com/FormatterKit/DayPeriodFormatter.git
[1/168] Fetching dayperiodformatter
Fetched https://github.com/FormatterKit/DayPeriodFormatter.git from cache (0.76s)
Creating working copy for https://github.com/FormatterKit/DayPeriodFormatter.git
Working copy of https://github.com/FormatterKit/DayPeriodFormatter.git resolved at 0.0.2 (935dc38)
warning: '.resolve-product-dependencies': dependency 'dayperiodformatter' 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/FormatterKit/DayPeriodFormatter.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 -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 DayPeriodFormatter DayPeriodRuleSet.swift
[4/8] Compiling DayPeriodFormatter DayPeriodRule.swift
[5/8] Compiling DayPeriodFormatter DayPeriodFormatter+RuleSets.swift
[6/8] Compiling DayPeriodFormatter DayPeriod.swift
[7/8] Emitting module DayPeriodFormatter
[8/8] Compiling DayPeriodFormatter DayPeriodFormatter.swift
Build complete! (6.93s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "DayPeriodFormatter",
"name" : "DayPeriodFormatter",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "DayPeriodFormatter",
"targets" : [
"DayPeriodFormatter"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DayPeriodFormatterTests",
"module_type" : "SwiftTarget",
"name" : "DayPeriodFormatterTests",
"path" : "Tests/DayPeriodFormatterTests",
"sources" : [
"DayPeriodFormatterTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"DayPeriodFormatter"
],
"type" : "test"
},
{
"c99name" : "DayPeriodFormatter",
"module_type" : "SwiftTarget",
"name" : "DayPeriodFormatter",
"path" : "Sources/DayPeriodFormatter",
"product_memberships" : [
"DayPeriodFormatter"
],
"sources" : [
"DayPeriod.swift",
"DayPeriodFormatter+RuleSets.swift",
"DayPeriodFormatter.swift",
"DayPeriodRule.swift",
"DayPeriodRuleSet.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.