Build Information
Successful build of FuncKeyPath, reference main (e4e6fe
), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 23:46:00 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/sloik/FuncKeyPath.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sloik/FuncKeyPath
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e4e6fe2 Makes framework dynamic.
Cloned https://github.com/sloik/FuncKeyPath.git
Revision (git rev-parse @):
e4e6fe23f132a8859df7e6579fb0f59b262a13e8
SUCCESS checkout https://github.com/sloik/FuncKeyPath.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": "funckeypath",
"name": "FuncKeyPath",
"url": "https://github.com/sloik/FuncKeyPath.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FuncKeyPath",
"dependencies": [
]
}
]
}
Fetching https://github.com/sloik/FuncKeyPath.git
[1/26] Fetching funckeypath
Fetched https://github.com/sloik/FuncKeyPath.git from cache (0.65s)
Creating working copy for https://github.com/sloik/FuncKeyPath.git
Working copy of https://github.com/sloik/FuncKeyPath.git resolved at main (e4e6fe2)
warning: '.resolve-product-dependencies': dependency 'funckeypath' 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/sloik/FuncKeyPath.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] Emitting module FuncKeyPath
[4/6] Compiling FuncKeyPath FuncKeyPath.swift
[4/6] Write Objects.LinkFileList
[5/6] Linking libFuncKeyPath.dylib
Build complete! (1.96s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "FuncKeyPath",
"name" : "FuncKeyPath",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "FuncKeyPath",
"targets" : [
"FuncKeyPath"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "FuncKeyPathTests",
"module_type" : "SwiftTarget",
"name" : "FuncKeyPathTests",
"path" : "Tests/FuncKeyPathTests",
"sources" : [
"FuncKeyPathTests.swift"
],
"target_dependencies" : [
"FuncKeyPath"
],
"type" : "test"
},
{
"c99name" : "FuncKeyPath",
"module_type" : "SwiftTarget",
"name" : "FuncKeyPath",
"path" : "Sources/FuncKeyPath",
"product_memberships" : [
"FuncKeyPath"
],
"sources" : [
"FuncKeyPath.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.