Build Information
Successful build of Flow, reference 1.0.4 (c2195a
), with Swift 6.0 for macOS (SPM) on 30 Nov 2024 15:55:50 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/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
========================================
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": "flow",
"name": "Flow",
"url": "https://github.com/AudioKit/Flow.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Flow",
"dependencies": [
]
}
]
}
Fetching https://github.com/AudioKit/Flow.git
[1/2091] Fetching flow
Fetched https://github.com/AudioKit/Flow.git from cache (1.08s)
Creating working copy for https://github.com/AudioKit/Flow.git
Working copy of https://github.com/AudioKit/Flow.git resolved at 1.0.4 (c2195af)
warning: '.resolve-product-dependencies': dependency 'flow' 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/AudioKit/Flow.git
{
"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"
}
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/20] Compiling Flow NodeEditor+Style.swift
[4/20] Compiling Flow NodeEditor.swift
[5/21] Compiling Flow TextCache.swift
[6/21] Compiling Flow NodeEditor+Modifiers.swift
[7/21] Compiling Flow NodeEditor+Rects.swift
[8/21] Compiling Flow Port.swift
[9/21] Compiling Flow Wire.swift
[10/21] Compiling Flow Node+Gestures.swift
[11/21] Compiling Flow Node+Layout.swift
[12/21] Compiling Flow Node.swift
[13/21] Compiling Flow Patch+Gestures.swift
[14/21] Emitting module Flow
[15/21] Compiling Flow Patch+Layout.swift
[16/21] Compiling Flow Patch.swift
[17/21] Compiling Flow Helpers.swift
[18/21] Compiling Flow LayoutConstants.swift
[19/21] Compiling Flow NodeEditor+Drawing.swift
[20/21] Compiling Flow NodeEditor+Gestures.swift
[21/21] Compiling Flow WorkspaceView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Flow/Views/WorkspaceView.swift:129:13: warning: call to main actor-isolated instance method 'removeTrackingArea' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
127 | deinit {
128 | if trackingArea != nil {
129 | removeTrackingArea(trackingArea)
| `- warning: call to main actor-isolated instance method 'removeTrackingArea' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
130 | }
131 | }
AppKit.NSView:5:26: note: calls to instance method 'removeTrackingArea' from outside of its actor context are implicitly asynchronous
3 | open func addTrackingArea(_ trackingArea: NSTrackingArea)
4 | @available(macOS 10.5, *)
5 | @MainActor open func removeTrackingArea(_ trackingArea: NSTrackingArea)
| `- note: calls to instance method 'removeTrackingArea' from outside of its actor context are implicitly asynchronous
6 | @available(macOS 10.5, *)
7 | open var trackingAreas: [NSTrackingArea] { get }
/Users/admin/builder/spi-builder-workspace/Sources/Flow/Views/WorkspaceView.swift:128:12: warning: cannot access property 'trackingArea' with a non-sendable type 'NSTrackingArea?' from nonisolated deinit; this is an error in the Swift 6 language mode
126 |
127 | deinit {
128 | if trackingArea != nil {
| `- warning: cannot access property 'trackingArea' with a non-sendable type 'NSTrackingArea?' from nonisolated deinit; this is an error in the Swift 6 language mode
129 | removeTrackingArea(trackingArea)
130 | }
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
| `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 | case none
3 | case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/Sources/Flow/Views/WorkspaceView.swift:129:32: warning: cannot access property 'trackingArea' with a non-sendable type 'NSTrackingArea?' from nonisolated deinit; this is an error in the Swift 6 language mode
127 | deinit {
128 | if trackingArea != nil {
129 | removeTrackingArea(trackingArea)
| `- warning: cannot access property 'trackingArea' with a non-sendable type 'NSTrackingArea?' from nonisolated deinit; this is an error in the Swift 6 language mode
130 | }
131 | }
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
| `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 | case none
3 | case some(Wrapped)
Build complete! (20.47s)
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"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/audiokit/flow/1.0.4
Repository: AudioKit/Flow
Swift version used: 6.0
Target: Flow
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
* branch 88815688627177b9716a01ca41da19397bd30e47 -> FETCH_HEAD
HEAD is now at 8881568 Update the artifact
Extracting symbol information for 'Flow'...
Finished extracting symbol information for 'Flow'. (5.46s)
Building documentation for 'Flow'...
warning: Parameter 'layout' is missing documentation
--> ../Views/NodeEditor.swift:53:56-53:56
51 | /// - Parameters:
52 | /// - patch: Patch to display.
53 + /// - selection: Set of nodes currently selected.
| ╰─suggestion: Document 'layout' parameter
54 | public init(patch: Binding<Patch>,
55 | selection: Binding<Set<NodeIndex>>,Finished building documentation for 'Flow' (0.49s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/audiokit/flow/1.0.4
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2038] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.23s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.53s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3188] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.29s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.56s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--7754E27361AE5C74.txt
[6/53] Emitting module Snippets
[7/53] Compiling Snippets SnippetParser.swift
[8/53] Compiling Snippets Snippet.swift
[9/53] Compiling SymbolKit Identifier.swift
[10/53] Compiling SymbolKit KindIdentifier.swift
[11/53] Compiling SymbolKit Location.swift
[12/53] Compiling SymbolKit Mutability.swift
[13/57] Emitting module SymbolKit
[14/57] Compiling SymbolKit SourceRange.swift
[15/57] Compiling SymbolKit Metadata.swift
[16/57] Compiling SymbolKit Module.swift
[17/57] Compiling SymbolKit OperatingSystem.swift
[18/57] Compiling SymbolKit Platform.swift
[19/57] Compiling SymbolKit GenericConstraint.swift
[20/57] Compiling SymbolKit GenericParameter.swift
[21/57] Compiling SymbolKit Generics.swift
[22/57] Compiling SymbolKit Namespace.swift
[23/57] Compiling SymbolKit Relationship.swift
[24/57] Compiling SymbolKit RelationshipKind.swift
[25/57] Compiling SymbolKit SourceOrigin.swift
[26/57] Compiling SymbolKit GenericConstraints.swift
[27/57] Compiling SymbolKit Swift.swift
[28/57] Compiling SymbolKit Mixin+Equals.swift
[29/57] Compiling SymbolKit Mixin+Hash.swift
[30/57] Compiling SymbolKit Mixin.swift
[31/57] Compiling SymbolKit LineList.swift
[32/57] Compiling SymbolKit Position.swift
[33/57] Compiling SymbolKit SemanticVersion.swift
[34/57] Compiling SymbolKit AccessControl.swift
[35/57] Compiling SymbolKit Availability.swift
[36/57] Compiling SymbolKit AvailabilityItem.swift
[37/57] Compiling SymbolKit Domain.swift
[38/57] Compiling SymbolKit Names.swift
[39/57] Compiling SymbolKit SPI.swift
[40/57] Compiling SymbolKit Snippet.swift
[41/57] Compiling SymbolKit Extension.swift
[42/57] Compiling SymbolKit Symbol.swift
[43/57] Compiling SymbolKit SymbolKind.swift
[44/57] Compiling SymbolKit SymbolGraph.swift
[45/57] Compiling SymbolKit GraphCollector.swift
[46/57] Compiling SymbolKit DeclarationFragments.swift
[47/57] Compiling SymbolKit Fragment.swift
[48/57] Compiling SymbolKit FragmentKind.swift
[49/57] Compiling SymbolKit FunctionParameter.swift
[50/57] Compiling SymbolKit FunctionSignature.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.16s)
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
[2/19] Emitting module Flow
[3/19] Compiling Flow Port.swift
[4/19] Compiling Flow Wire.swift
[5/20] Compiling Flow TextCache.swift
[6/20] Compiling Flow NodeEditor+Modifiers.swift
[7/20] Compiling Flow NodeEditor+Rects.swift
[8/20] Compiling Flow NodeEditor+Style.swift
[9/20] Compiling Flow NodeEditor.swift
[10/20] Compiling Flow Node.swift
[11/20] Compiling Flow Patch+Gestures.swift
[12/20] Compiling Flow Patch+Layout.swift
[13/20] Compiling Flow Patch.swift
[14/20] Compiling Flow Node+Gestures.swift
[15/20] Compiling Flow Node+Layout.swift
[16/20] Compiling Flow NodeEditor+Drawing.swift
[17/20] Compiling Flow NodeEditor+Gestures.swift
[18/20] Compiling Flow Helpers.swift
[19/20] Compiling Flow LayoutConstants.swift
[20/20] Compiling Flow WorkspaceView.swift
Build of target: 'Flow' complete! (1.31s)
1643
13 /Users/admin/builder/spi-builder-workspace/.docs/audiokit/flow/1.0.4
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/audiokit/flow/1.0.4
File count: 1643
Doc size: 13.0MB
Preparing doc bundle ...
Uploading prod-audiokit-flow-1.0.4-45247404.zip to s3://spi-docs-inbox/prod-audiokit-flow-1.0.4-45247404.zip
Copying... [12%]
Copying... [21%]
Copying... [32%]
Copying... [41%]
Copying... [51%]
Copying... [62%]
Copying... [71%]
Copying... [81%]
Copying... [92%]
Copying... [100%]
Done.