Build Information
Successful build of swift-cwinrt, reference main (3e3d5a
), with Swift 6.0 for macOS (SPM) on 4 Dec 2024 18:47: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 -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.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/thebrowsercompany/swift-cwinrt.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/thebrowsercompany/swift-cwinrt
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 3e3d5a0 Add outdated warning (#2)
Cloned https://github.com/thebrowsercompany/swift-cwinrt.git
Revision (git rev-parse @):
3e3d5a0270ebe8fb0bc738d24d4786a6cd0621eb
SUCCESS checkout https://github.com/thebrowsercompany/swift-cwinrt.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": "swift-cwinrt",
"name": "swift-cwinrt",
"url": "https://github.com/thebrowsercompany/swift-cwinrt.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-cwinrt",
"dependencies": [
]
}
]
}
Fetching https://github.com/thebrowsercompany/swift-cwinrt.git
[1/436] Fetching swift-cwinrt
Fetched https://github.com/thebrowsercompany/swift-cwinrt.git from cache (1.19s)
Creating working copy for https://github.com/thebrowsercompany/swift-cwinrt.git
Working copy of https://github.com/thebrowsercompany/swift-cwinrt.git resolved at main (3e3d5a0)
warning: '.resolve-product-dependencies': dependency 'swift-cwinrt' 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/thebrowsercompany/swift-cwinrt.git
{
"dependencies" : [
],
"manifest_display_name" : "swift-cwinrt",
"name" : "swift-cwinrt",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CWinRT",
"targets" : [
"CWinRT"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "CWinRT",
"module_type" : "ClangTarget",
"name" : "CWinRT",
"path" : "Sources/CWinRT",
"product_memberships" : [
"CWinRT"
],
"sources" : [
"shim.c"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
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/3] Compiling CWinRT shim.c
[1/3] Write Objects.LinkFileList
warning: no debug symbols in executable (-arch arm64)
[2/3] Linking libCWinRT.dylib
Build complete! (0.36s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-cwinrt",
"name" : "swift-cwinrt",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CWinRT",
"targets" : [
"CWinRT"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "CWinRT",
"module_type" : "ClangTarget",
"name" : "CWinRT",
"path" : "Sources/CWinRT",
"product_memberships" : [
"CWinRT"
],
"sources" : [
"shim.c"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.