Build Information
Successful build of Flow, reference 3.1.0 (6dc1e0
), with Swift 5.9 for macOS (SPM) on 10 Jun 2025 14:01:20 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tevelee/SwiftUI-Flow.git
Reference: 3.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tevelee/SwiftUI-Flow
* tag 3.1.0 -> FETCH_HEAD
HEAD is now at 6dc1e0b fix: Now builds with Swift 6.2 compiler for *OS26 platforms (#34)
Cloned https://github.com/tevelee/SwiftUI-Flow.git
Revision (git rev-parse @):
6dc1e0b452432976c27221d28de136fbb6cee56a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/tevelee/SwiftUI-Flow.git at 3.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/tevelee/SwiftUI-Flow.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/10] Compiling Flow Utils.swift
[2/11] Compiling Flow VFlowLayout.swift
[3/11] Compiling Flow Protocols.swift
[4/11] Compiling Flow LineBreaking.swift
[5/11] Compiling Flow VFlow.swift
/Users/admin/builder/spi-builder-workspace/Sources/Flow/VFlow.swift:128:37: warning: stored property '_flexibility' of 'Sendable'-conforming generic struct 'VFlow' has non-sendable type 'Environment<FlexibilityBehavior>'
@Environment(\.flexibility) var flexibility
^
SwiftUI.Environment:2:40: note: generic struct 'Environment' does not conform to the 'Sendable' protocol
@frozen @propertyWrapper public struct Environment<Value> : DynamicProperty {
^
[6/11] Compiling Flow Support.swift
[7/11] Compiling Flow Size.swift
[8/11] Compiling Flow HFlowLayout.swift
[9/11] Compiling Flow Layout.swift
[10/11] Emitting module Flow
/Users/admin/builder/spi-builder-workspace/Sources/Flow/HFlow.swift:128:37: warning: stored property '_flexibility' of 'Sendable'-conforming generic struct 'HFlow' has non-sendable type 'Environment<FlexibilityBehavior>'
@Environment(\.flexibility) var flexibility
^
SwiftUI.Environment:2:40: note: generic struct 'Environment' does not conform to the 'Sendable' protocol
@frozen @propertyWrapper public struct Environment<Value> : DynamicProperty {
^
/Users/admin/builder/spi-builder-workspace/Sources/Flow/VFlow.swift:128:37: warning: stored property '_flexibility' of 'Sendable'-conforming generic struct 'VFlow' has non-sendable type 'Environment<FlexibilityBehavior>'
@Environment(\.flexibility) var flexibility
^
SwiftUI.Environment:2:40: note: generic struct 'Environment' does not conform to the 'Sendable' protocol
@frozen @propertyWrapper public struct Environment<Value> : DynamicProperty {
^
[11/11] Compiling Flow HFlow.swift
/Users/admin/builder/spi-builder-workspace/Sources/Flow/HFlow.swift:128:37: warning: stored property '_flexibility' of 'Sendable'-conforming generic struct 'HFlow' has non-sendable type 'Environment<FlexibilityBehavior>'
@Environment(\.flexibility) var flexibility
^
SwiftUI.Environment:2:40: note: generic struct 'Environment' does not conform to the 'Sendable' protocol
@frozen @propertyWrapper public struct Environment<Value> : DynamicProperty {
^
Build complete! (8.52s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Flow",
"name" : "Flow",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "Flow",
"targets" : [
"Flow"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FlowTests",
"module_type" : "SwiftTarget",
"name" : "FlowTests",
"path" : "Tests/FlowTests",
"sources" : [
"FlowTests.swift",
"LineBreakingTests.swift",
"Utils/Operators.swift",
"Utils/TestSubview.swift"
],
"target_dependencies" : [
"Flow"
],
"type" : "test"
},
{
"c99name" : "Flow",
"module_type" : "SwiftTarget",
"name" : "Flow",
"path" : "Sources/Flow",
"product_memberships" : [
"Flow"
],
"sources" : [
"HFlow.swift",
"HFlowLayout.swift",
"Internal/Layout.swift",
"Internal/LineBreaking.swift",
"Internal/Protocols.swift",
"Internal/Size.swift",
"Internal/Utils.swift",
"Support.swift",
"VFlow.swift",
"VFlowLayout.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.