Build Information
Successful build of BLAS-LAPACK-AppStore-Workaround, reference main (dc78ff
), with Swift 6.0 for macOS (SPM) on 28 Nov 2024 06:53:13 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/kewlbear/BLAS-LAPACK-AppStore-Workaround.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kewlbear/BLAS-LAPACK-AppStore-Workaround
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at dc78ff0 fix release build
Cloned https://github.com/kewlbear/BLAS-LAPACK-AppStore-Workaround.git
Revision (git rev-parse @):
dc78ff05b3c8c1c39d83aab9bdbaef59dc6c87f5
SUCCESS checkout https://github.com/kewlbear/BLAS-LAPACK-AppStore-Workaround.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": "blas-lapack-appstore-workaround",
"name": "BLAS-LAPACK-AppStore-Workaround",
"url": "https://github.com/kewlbear/BLAS-LAPACK-AppStore-Workaround.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BLAS-LAPACK-AppStore-Workaround",
"dependencies": [
]
}
]
}
Fetching https://github.com/kewlbear/BLAS-LAPACK-AppStore-Workaround.git
[1/31] Fetching blas-lapack-appstore-workaround
Fetched https://github.com/kewlbear/BLAS-LAPACK-AppStore-Workaround.git from cache (0.56s)
Creating working copy for https://github.com/kewlbear/BLAS-LAPACK-AppStore-Workaround.git
Working copy of https://github.com/kewlbear/BLAS-LAPACK-AppStore-Workaround.git resolved at main (dc78ff0)
warning: '.resolve-product-dependencies': dependency 'blas-lapack-appstore-workaround' 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/kewlbear/BLAS-LAPACK-AppStore-Workaround.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...
/Users/admin/builder/spi-builder-workspace/Sources/BLAS-LAPACK-AppStore-Workaround/BLAS_LAPACK_AppStore_Workaround.mm:36:5: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
36 | auto c = toupper(*s);
| ^
1 warning generated.
[0/1] Compiling BLAS-LAPACK-AppStore-Workaround BLAS_LAPACK_AppStore_Workaround.mm
Build complete! (1.80s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "BLAS-LAPACK-AppStore-Workaround",
"name" : "BLAS-LAPACK-AppStore-Workaround",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "BLAS-LAPACK-AppStore-Workaround",
"targets" : [
"BLAS-LAPACK-AppStore-Workaround"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "BLAS_LAPACK_AppStore_WorkaroundTests",
"module_type" : "SwiftTarget",
"name" : "BLAS-LAPACK-AppStore-WorkaroundTests",
"path" : "Tests/BLAS-LAPACK-AppStore-WorkaroundTests",
"sources" : [
"BLAS_LAPACK_AppStore_WorkaroundTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"BLAS-LAPACK-AppStore-Workaround"
],
"type" : "test"
},
{
"c99name" : "BLAS_LAPACK_AppStore_Workaround",
"module_type" : "ClangTarget",
"name" : "BLAS-LAPACK-AppStore-Workaround",
"path" : "Sources/BLAS-LAPACK-AppStore-Workaround",
"product_memberships" : [
"BLAS-LAPACK-AppStore-Workaround"
],
"sources" : [
"BLAS_LAPACK_AppStore_Workaround.mm"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.