Build Information
Successful build of SRCircleProgress, reference 0.2.1 (37a071
), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 11:39:32 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/Ryu0118/SRCircleProgress.git
Reference: 0.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Ryu0118/SRCircleProgress
* tag 0.2.1 -> FETCH_HEAD
HEAD is now at 37a071b Merge branch 'main' of github.com:Ryu0118/SRCircleProgress
Cloned https://github.com/Ryu0118/SRCircleProgress.git
Revision (git rev-parse @):
37a071b0850a239c4083220a92c23214f210e8aa
SUCCESS checkout https://github.com/Ryu0118/SRCircleProgress.git at 0.2.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": "srcircleprogress",
"name": "SRCircleProgress",
"url": "https://github.com/Ryu0118/SRCircleProgress.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SRCircleProgress",
"dependencies": [
]
}
]
}
Fetching https://github.com/Ryu0118/SRCircleProgress.git
[1/164] Fetching srcircleprogress
Fetched https://github.com/Ryu0118/SRCircleProgress.git from cache (0.66s)
Creating working copy for https://github.com/Ryu0118/SRCircleProgress.git
Working copy of https://github.com/Ryu0118/SRCircleProgress.git resolved at 0.2.1 (37a071b)
warning: '.resolve-product-dependencies': dependency 'srcircleprogress' 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/Ryu0118/SRCircleProgress.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 SRCircleProgress
[4/4] Compiling SRCircleProgress SRCircleProgress.swift
Build complete! (1.76s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SRCircleProgress",
"name" : "SRCircleProgress",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SRCircleProgress",
"targets" : [
"SRCircleProgress"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SRCircleProgressTests",
"module_type" : "SwiftTarget",
"name" : "SRCircleProgressTests",
"path" : "Tests/SRCircleProgressTests",
"sources" : [
"SRCircleProgressTests.swift"
],
"target_dependencies" : [
"SRCircleProgress"
],
"type" : "test"
},
{
"c99name" : "SRCircleProgress",
"module_type" : "SwiftTarget",
"name" : "SRCircleProgress",
"path" : "Sources/SRCircleProgress",
"product_memberships" : [
"SRCircleProgress"
],
"sources" : [
"SRCircleProgress.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.