Build Information
Successful build of FloatingButton, reference main (c1e3e6
), with Swift 6.1 for macOS (SPM) on 1 May 2025 03:18:53 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.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.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/exyte/FloatingButton.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/exyte/FloatingButton
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c1e3e6a Add swift 6 support; deprecate cocoapods
Cloned https://github.com/exyte/FloatingButton.git
Revision (git rev-parse @):
c1e3e6a641ef5bacbcbc2b2c80db54793f75f974
SUCCESS checkout https://github.com/exyte/FloatingButton.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": "floatingbutton",
"name": "FloatingButton",
"url": "https://github.com/exyte/FloatingButton.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FloatingButton",
"dependencies": [
]
}
]
}
Fetching https://github.com/exyte/FloatingButton.git
[1/394] Fetching floatingbutton
Fetched https://github.com/exyte/FloatingButton.git from cache (1.05s)
Creating working copy for https://github.com/exyte/FloatingButton.git
Working copy of https://github.com/exyte/FloatingButton.git resolved at main (c1e3e6a)
warning: '.resolve-product-dependencies': dependency 'floatingbutton' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/exyte/FloatingButton.git
https://github.com/exyte/FloatingButton.git
{
"dependencies" : [
],
"manifest_display_name" : "FloatingButton",
"name" : "FloatingButton",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "FloatingButton",
"targets" : [
"FloatingButton"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FloatingButton",
"module_type" : "SwiftTarget",
"name" : "FloatingButton",
"path" : "Sources/FloatingButton",
"product_memberships" : [
"FloatingButton"
],
"sources" : [
"FloatingButton.swift",
"Utils.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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-2F0A5646E1D333AE.txt
[3/5] Compiling FloatingButton FloatingButton.swift
[4/5] Emitting module FloatingButton
[5/5] Compiling FloatingButton Utils.swift
Build complete! (8.52s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "FloatingButton",
"name" : "FloatingButton",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "FloatingButton",
"targets" : [
"FloatingButton"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FloatingButton",
"module_type" : "SwiftTarget",
"name" : "FloatingButton",
"path" : "Sources/FloatingButton",
"product_memberships" : [
"FloatingButton"
],
"sources" : [
"FloatingButton.swift",
"Utils.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.