Build Information
Successful build of Flow, reference 1.0.4 (c2195a
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 04:47:56 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AudioKit/Flow.git
Reference: 1.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AudioKit/Flow
* tag 1.0.4 -> FETCH_HEAD
HEAD is now at c2195af Compile for visionos
Cloned https://github.com/AudioKit/Flow.git
Revision (git rev-parse @):
c2195aff3772a405655c08f22eb2aafbd77c27af
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/AudioKit/Flow.git at 1.0.4
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/AudioKit/Flow.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/20] Compiling Flow Port.swift
[4/20] Compiling Flow Wire.swift
[5/21] Compiling Flow WorkspaceView.swift
[6/21] Emitting module Flow
[7/21] Compiling Flow Helpers.swift
[8/21] Compiling Flow LayoutConstants.swift
[9/21] Compiling Flow NodeEditor+Style.swift
[10/21] Compiling Flow NodeEditor.swift
[11/21] Compiling Flow NodeEditor+Drawing.swift
[12/21] Compiling Flow NodeEditor+Gestures.swift
[13/21] Compiling Flow Node.swift
[14/21] Compiling Flow Patch+Gestures.swift
[15/21] Compiling Flow Node+Gestures.swift
[16/21] Compiling Flow Node+Layout.swift
[17/21] Compiling Flow NodeEditor+Modifiers.swift
[18/21] Compiling Flow NodeEditor+Rects.swift
[19/21] Compiling Flow Patch+Layout.swift
[20/21] Compiling Flow Patch.swift
[21/21] Compiling Flow TextCache.swift
Build complete! (8.12s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Flow",
"name" : "Flow",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "Flow",
"targets" : [
"Flow"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FlowTests",
"module_type" : "SwiftTarget",
"name" : "FlowTests",
"path" : "Tests/FlowTests",
"sources" : [
"LayoutTests.swift",
"NodeTests.swift"
],
"target_dependencies" : [
"Flow"
],
"type" : "test"
},
{
"c99name" : "Flow",
"module_type" : "SwiftTarget",
"name" : "Flow",
"path" : "Sources/Flow",
"product_memberships" : [
"Flow"
],
"sources" : [
"Helpers.swift",
"Model/LayoutConstants.swift",
"Model/Node+Gestures.swift",
"Model/Node+Layout.swift",
"Model/Node.swift",
"Model/Patch+Gestures.swift",
"Model/Patch+Layout.swift",
"Model/Patch.swift",
"Model/Port.swift",
"Model/Wire.swift",
"Views/NodeEditor+Drawing.swift",
"Views/NodeEditor+Gestures.swift",
"Views/NodeEditor+Modifiers.swift",
"Views/NodeEditor+Rects.swift",
"Views/NodeEditor+Style.swift",
"Views/NodeEditor.swift",
"Views/TextCache.swift",
"Views/WorkspaceView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.