Build Information
Successful build of BunnySdk, reference main (cce5f8
), with Swift 6.0 for macOS (SPM) on 1 Dec 2024 14:16:31 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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jlarmstrongiv/bunny-sdk-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jlarmstrongiv/bunny-sdk-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at cce5f89 docs: contributing
Cloned https://github.com/jlarmstrongiv/bunny-sdk-swift.git
Revision (git rev-parse @):
cce5f897a199c7fa1e049069c842988c96dbeebc
SUCCESS checkout https://github.com/jlarmstrongiv/bunny-sdk-swift.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": "bunny-sdk-swift",
"name": "BunnySdk",
"url": "https://github.com/jlarmstrongiv/bunny-sdk-swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/bunny-sdk-swift",
"dependencies": [
]
}
]
}
Fetching https://github.com/jlarmstrongiv/bunny-sdk-swift.git
[1/27] Fetching bunny-sdk-swift
Fetched https://github.com/jlarmstrongiv/bunny-sdk-swift.git from cache (0.65s)
Creating working copy for https://github.com/jlarmstrongiv/bunny-sdk-swift.git
Working copy of https://github.com/jlarmstrongiv/bunny-sdk-swift.git resolved at main (cce5f89)
warning: '.resolve-product-dependencies': dependency 'bunny-sdk-swift' 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/jlarmstrongiv/bunny-sdk-swift.git
{
"dependencies" : [
],
"manifest_display_name" : "BunnySdk",
"name" : "BunnySdk",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "BunnySdk",
"targets" : [
"BunnySdk"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "BunnySdkTests",
"module_type" : "SwiftTarget",
"name" : "BunnySdkTests",
"path" : "Tests/BunnySdkTests",
"sources" : [
"BunnySdkTests.swift"
],
"target_dependencies" : [
"BunnySdk"
],
"type" : "test"
},
{
"c99name" : "BunnySdk",
"module_type" : "SwiftTarget",
"name" : "BunnySdk",
"path" : "Sources/BunnySdk",
"product_memberships" : [
"BunnySdk"
],
"sources" : [
"BunnySdk.swift"
],
"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/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/4] Emitting module BunnySdk
[4/4] Compiling BunnySdk BunnySdk.swift
Build complete! (1.47s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "BunnySdk",
"name" : "BunnySdk",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "BunnySdk",
"targets" : [
"BunnySdk"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "BunnySdkTests",
"module_type" : "SwiftTarget",
"name" : "BunnySdkTests",
"path" : "Tests/BunnySdkTests",
"sources" : [
"BunnySdkTests.swift"
],
"target_dependencies" : [
"BunnySdk"
],
"type" : "test"
},
{
"c99name" : "BunnySdk",
"module_type" : "SwiftTarget",
"name" : "BunnySdk",
"path" : "Sources/BunnySdk",
"product_memberships" : [
"BunnySdk"
],
"sources" : [
"BunnySdk.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.