Build Information
Successful build of Flow, reference develop (ae13e0
), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 10:48:12 UTC.
Swift 6 data race errors: 8
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.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/toastersocks/Flow.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/toastersocks/Flow
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at ae13e06 Add codecov.yml
Cloned https://github.com/toastersocks/Flow.git
Revision (git rev-parse @):
ae13e06a8781fa2b8a46c7312abd4319dbd96aed
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/toastersocks/Flow.git at develop
Fetching https://github.com/llvm-swift/FileCheck.git
Fetching https://github.com/typelift/SwiftCheck
Fetching https://github.com/mxcl/Chalk.git
Fetching https://github.com/apple/swift-argument-parser from cache
[1/81] Fetching chalk
[10/560] Fetching chalk, filecheck
[525/5430] Fetching chalk, filecheck, swiftcheck
Fetched https://github.com/mxcl/Chalk.git from cache (0.98s)
[2817/5349] Fetching filecheck, swiftcheck
Fetched https://github.com/typelift/SwiftCheck from cache (1.07s)
Computing version for https://github.com/typelift/SwiftCheck
Fetched https://github.com/llvm-swift/FileCheck.git from cache (1.08s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.08s)
Computed https://github.com/typelift/SwiftCheck at 0.12.0 (2.08s)
Computing version for https://github.com/llvm-swift/FileCheck.git
Computed https://github.com/llvm-swift/FileCheck.git at 0.2.6 (0.61s)
Computing version for https://github.com/mxcl/Chalk.git
Computed https://github.com/mxcl/Chalk.git at 0.5.0 (0.58s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.2.3 (0.62s)
Creating working copy for https://github.com/typelift/SwiftCheck
Working copy of https://github.com/typelift/SwiftCheck resolved at 0.12.0
Creating working copy for https://github.com/llvm-swift/FileCheck.git
Working copy of https://github.com/llvm-swift/FileCheck.git resolved at 0.2.6
Creating working copy for https://github.com/mxcl/Chalk.git
Working copy of https://github.com/mxcl/Chalk.git resolved at 0.5.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.2.3
========================================
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/toastersocks/Flow.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Flow",
"dependencies": [
]
}
]
}
Fetching https://github.com/toastersocks/Flow.git
[4/334] Fetching flow
Fetched https://github.com/toastersocks/Flow.git from cache (0.85s)
Creating working copy for https://github.com/toastersocks/Flow.git
Working copy of https://github.com/toastersocks/Flow.git resolved at develop (ae13e06)
warning: '.resolve-product-dependencies': dependency 'flow' 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/toastersocks/Flow.git
https://github.com/toastersocks/Flow.git
{
"dependencies" : [
{
"identity" : "swiftcheck",
"requirement" : {
"range" : [
{
"lower_bound" : "0.12.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/typelift/SwiftCheck"
}
],
"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" : "maccatalyst",
"version" : "16.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",
"product_dependencies" : [
"SwiftCheck"
],
"sources" : [
"+Arbitrary.swift",
"FloatingPointCompare.swift",
"FlowTests.swift",
"Mocks.swift"
],
"target_dependencies" : [
"Flow"
],
"type" : "test"
},
{
"c99name" : "Flow",
"module_type" : "SwiftTarget",
"name" : "Flow",
"path" : "Sources/Flow",
"product_memberships" : [
"Flow"
],
"sources" : [
"Flow.swift",
"PreviewCode.swift",
"SupportingTypes.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
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
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/7] Compiling Flow SupportingTypes.swift
[5/7] Compiling Flow Flow.swift
/Users/admin/builder/spi-builder-workspace/Sources/Flow/Flow.swift:231:1: warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
229 | }
230 |
231 | extension CGSize: Hashable {
| |- warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
232 | public func hash(into hasher: inout Hasher) {
233 | hasher.combine(width)
/Users/admin/builder/spi-builder-workspace/Sources/Flow/Flow.swift:273:6: warning: previewDisplayName is ignored in a #Preview macro. Provide the name to the macro initializer, e.g. `#Preview("preview name")` (from macro 'Preview')
271 | .border(.red)
272 | }
273 | .previewDisplayName("Trailing Random sizes")
| `- warning: previewDisplayName is ignored in a #Preview macro. Provide the name to the macro initializer, e.g. `#Preview("preview name")` (from macro 'Preview')
274 | }
275 |
[6/7] Compiling Flow PreviewCode.swift
/Users/admin/builder/spi-builder-workspace/Sources/Flow/PreviewCode.swift:153:20: warning: static property 'red' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
151 |
152 | enum Rainbow {
153 | static var red: Color = .red
| |- warning: static property 'red' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'red' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'red' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
154 | static var orange: Color = .orange
155 | static var yellow: Color = .yellow
/Users/admin/builder/spi-builder-workspace/Sources/Flow/PreviewCode.swift:154:20: warning: static property 'orange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
152 | enum Rainbow {
153 | static var red: Color = .red
154 | static var orange: Color = .orange
| |- warning: static property 'orange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'orange' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'orange' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
155 | static var yellow: Color = .yellow
156 | static var green: Color = .green
/Users/admin/builder/spi-builder-workspace/Sources/Flow/PreviewCode.swift:155:20: warning: static property 'yellow' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
153 | static var red: Color = .red
154 | static var orange: Color = .orange
155 | static var yellow: Color = .yellow
| |- warning: static property 'yellow' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'yellow' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'yellow' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
156 | static var green: Color = .green
157 | static var blue: Color = .blue
/Users/admin/builder/spi-builder-workspace/Sources/Flow/PreviewCode.swift:156:20: warning: static property 'green' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
154 | static var orange: Color = .orange
155 | static var yellow: Color = .yellow
156 | static var green: Color = .green
| |- warning: static property 'green' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'green' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'green' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
157 | static var blue: Color = .blue
158 | static var indigo: Color = .indigo
/Users/admin/builder/spi-builder-workspace/Sources/Flow/PreviewCode.swift:157:20: warning: static property 'blue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
155 | static var yellow: Color = .yellow
156 | static var green: Color = .green
157 | static var blue: Color = .blue
| |- warning: static property 'blue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'blue' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'blue' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
158 | static var indigo: Color = .indigo
159 | static var violet: Color = .purple
/Users/admin/builder/spi-builder-workspace/Sources/Flow/PreviewCode.swift:158:20: warning: static property 'indigo' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
156 | static var green: Color = .green
157 | static var blue: Color = .blue
158 | static var indigo: Color = .indigo
| |- warning: static property 'indigo' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'indigo' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'indigo' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
159 | static var violet: Color = .purple
160 |
/Users/admin/builder/spi-builder-workspace/Sources/Flow/PreviewCode.swift:159:20: warning: static property 'violet' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
157 | static var blue: Color = .blue
158 | static var indigo: Color = .indigo
159 | static var violet: Color = .purple
| |- warning: static property 'violet' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'violet' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'violet' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
160 |
161 | static var allColors: [Color] = [
/Users/admin/builder/spi-builder-workspace/Sources/Flow/PreviewCode.swift:161:20: warning: static property 'allColors' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
159 | static var violet: Color = .purple
160 |
161 | static var allColors: [Color] = [
| |- warning: static property 'allColors' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allColors' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allColors' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
162 | .red,
163 | .orange,
[7/7] Emitting module Flow
/Users/admin/builder/spi-builder-workspace/Sources/Flow/Flow.swift:231:1: warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
229 | }
230 |
231 | extension CGSize: Hashable {
| |- warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
232 | public func hash(into hasher: inout Hasher) {
233 | hasher.combine(width)
/Users/admin/builder/spi-builder-workspace/Sources/Flow/Flow.swift:273:6: warning: previewDisplayName is ignored in a #Preview macro. Provide the name to the macro initializer, e.g. `#Preview("preview name")` (from macro 'Preview')
271 | .border(.red)
272 | }
273 | .previewDisplayName("Trailing Random sizes")
| `- warning: previewDisplayName is ignored in a #Preview macro. Provide the name to the macro initializer, e.g. `#Preview("preview name")` (from macro 'Preview')
274 | }
275 |
/Users/admin/builder/spi-builder-workspace/Sources/Flow/PreviewCode.swift:153:20: warning: static property 'red' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
151 |
152 | enum Rainbow {
153 | static var red: Color = .red
| |- warning: static property 'red' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'red' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'red' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
154 | static var orange: Color = .orange
155 | static var yellow: Color = .yellow
/Users/admin/builder/spi-builder-workspace/Sources/Flow/PreviewCode.swift:154:20: warning: static property 'orange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
152 | enum Rainbow {
153 | static var red: Color = .red
154 | static var orange: Color = .orange
| |- warning: static property 'orange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'orange' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'orange' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
155 | static var yellow: Color = .yellow
156 | static var green: Color = .green
/Users/admin/builder/spi-builder-workspace/Sources/Flow/PreviewCode.swift:155:20: warning: static property 'yellow' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
153 | static var red: Color = .red
154 | static var orange: Color = .orange
155 | static var yellow: Color = .yellow
| |- warning: static property 'yellow' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'yellow' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'yellow' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
156 | static var green: Color = .green
157 | static var blue: Color = .blue
/Users/admin/builder/spi-builder-workspace/Sources/Flow/PreviewCode.swift:156:20: warning: static property 'green' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
154 | static var orange: Color = .orange
155 | static var yellow: Color = .yellow
156 | static var green: Color = .green
| |- warning: static property 'green' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'green' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'green' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
157 | static var blue: Color = .blue
158 | static var indigo: Color = .indigo
/Users/admin/builder/spi-builder-workspace/Sources/Flow/PreviewCode.swift:157:20: warning: static property 'blue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
155 | static var yellow: Color = .yellow
156 | static var green: Color = .green
157 | static var blue: Color = .blue
| |- warning: static property 'blue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'blue' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'blue' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
158 | static var indigo: Color = .indigo
159 | static var violet: Color = .purple
/Users/admin/builder/spi-builder-workspace/Sources/Flow/PreviewCode.swift:158:20: warning: static property 'indigo' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
156 | static var green: Color = .green
157 | static var blue: Color = .blue
158 | static var indigo: Color = .indigo
| |- warning: static property 'indigo' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'indigo' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'indigo' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
159 | static var violet: Color = .purple
160 |
/Users/admin/builder/spi-builder-workspace/Sources/Flow/PreviewCode.swift:159:20: warning: static property 'violet' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
157 | static var blue: Color = .blue
158 | static var indigo: Color = .indigo
159 | static var violet: Color = .purple
| |- warning: static property 'violet' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'violet' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'violet' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
160 |
161 | static var allColors: [Color] = [
/Users/admin/builder/spi-builder-workspace/Sources/Flow/PreviewCode.swift:161:20: warning: static property 'allColors' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
159 | static var violet: Color = .purple
160 |
161 | static var allColors: [Color] = [
| |- warning: static property 'allColors' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allColors' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allColors' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
162 | .red,
163 | .orange,
Build complete! (10.74s)
Build complete.
{
"dependencies" : [
{
"identity" : "swiftcheck",
"requirement" : {
"range" : [
{
"lower_bound" : "0.12.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/typelift/SwiftCheck"
}
],
"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" : "maccatalyst",
"version" : "16.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",
"product_dependencies" : [
"SwiftCheck"
],
"sources" : [
"+Arbitrary.swift",
"FloatingPointCompare.swift",
"FlowTests.swift",
"Mocks.swift"
],
"target_dependencies" : [
"Flow"
],
"type" : "test"
},
{
"c99name" : "Flow",
"module_type" : "SwiftTarget",
"name" : "Flow",
"path" : "Sources/Flow",
"product_memberships" : [
"Flow"
],
"sources" : [
"Flow.swift",
"PreviewCode.swift",
"SupportingTypes.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/toastersocks/flow/develop
Repository: toastersocks/Flow
Swift version used: 6.1
Target: Flow
Extracting symbol information for 'Flow'...
Finished extracting symbol information for 'Flow'. (5.43s)
Building documentation for 'Flow'...
Finished building documentation for 'Flow' (0.11s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/toastersocks/flow/develop
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Updating https://github.com/mxcl/Chalk.git
Updating https://github.com/apple/swift-argument-parser
Updating https://github.com/llvm-swift/FileCheck.git
Updating https://github.com/typelift/SwiftCheck
Updated https://github.com/mxcl/Chalk.git (0.46s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.47s)
Updated https://github.com/llvm-swift/FileCheck.git (0.46s)
Updated https://github.com/typelift/SwiftCheck (0.59s)
Updated https://github.com/apple/swift-argument-parser (0.59s)
Computing version for https://github.com/typelift/SwiftCheck
Computed https://github.com/typelift/SwiftCheck at 0.12.0 (1.62s)
Computing version for https://github.com/llvm-swift/FileCheck.git
Computed https://github.com/llvm-swift/FileCheck.git at 0.2.6 (0.58s)
Computing version for https://github.com/mxcl/Chalk.git
Computed https://github.com/mxcl/Chalk.git at 0.5.0 (0.54s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.2.3 (0.57s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.56s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.72s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.33s)
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
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
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling Snippets SnippetParser.swift
[7/53] Compiling SymbolKit GenericConstraint.swift
[8/53] Compiling SymbolKit GenericParameter.swift
[9/53] Compiling SymbolKit Generics.swift
[10/53] Compiling SymbolKit Namespace.swift
[11/57] Emitting module Snippets
[12/57] Compiling Snippets Snippet.swift
[13/57] Compiling SymbolKit Identifier.swift
[14/57] Compiling SymbolKit KindIdentifier.swift
[15/57] Compiling SymbolKit Location.swift
[16/57] Compiling SymbolKit Mutability.swift
[17/57] Compiling SymbolKit Relationship.swift
[18/57] Compiling SymbolKit RelationshipKind.swift
[19/57] Compiling SymbolKit SourceOrigin.swift
[20/57] Compiling SymbolKit GenericConstraints.swift
[21/57] Compiling SymbolKit Swift.swift
[22/57] Compiling SymbolKit DeclarationFragments.swift
[23/57] Compiling SymbolKit Fragment.swift
[24/57] Compiling SymbolKit FragmentKind.swift
[25/57] Compiling SymbolKit FunctionParameter.swift
[26/57] Compiling SymbolKit FunctionSignature.swift
[27/57] Compiling SymbolKit Symbol.swift
[28/57] Compiling SymbolKit SymbolKind.swift
[29/57] Compiling SymbolKit SymbolGraph.swift
[30/57] Compiling SymbolKit GraphCollector.swift
[31/57] Compiling SymbolKit SourceRange.swift
[32/57] Compiling SymbolKit Metadata.swift
[33/57] Compiling SymbolKit Module.swift
[34/57] Compiling SymbolKit OperatingSystem.swift
[35/57] Compiling SymbolKit Platform.swift
[36/57] Compiling SymbolKit Mixin+Equals.swift
[37/57] Compiling SymbolKit Mixin+Hash.swift
[38/57] Compiling SymbolKit Mixin.swift
[39/57] Compiling SymbolKit LineList.swift
[40/57] Compiling SymbolKit Position.swift
[41/57] Compiling SymbolKit Names.swift
[42/57] Compiling SymbolKit SPI.swift
[43/57] Compiling SymbolKit Snippet.swift
[44/57] Compiling SymbolKit Extension.swift
[45/57] Compiling SymbolKit SemanticVersion.swift
[46/57] Compiling SymbolKit AccessControl.swift
[47/57] Compiling SymbolKit Availability.swift
[48/57] Compiling SymbolKit AvailabilityItem.swift
[49/57] Compiling SymbolKit Domain.swift
[50/57] Emitting module SymbolKit
[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 SnippetBuildCommand.swift
[57/61] Compiling snippet_extract SymbolGraph+Snippet.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.27s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/5] Compiling Flow SupportingTypes.swift
[3/5] Compiling Flow PreviewCode.swift
[4/5] Compiling Flow Flow.swift
/Users/admin/builder/spi-builder-workspace/Sources/Flow/Flow.swift:231:1: warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
229 | }
230 |
231 | extension CGSize: Hashable {
| |- warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
232 | public func hash(into hasher: inout Hasher) {
233 | hasher.combine(width)
/Users/admin/builder/spi-builder-workspace/Sources/Flow/Flow.swift:273:6: warning: previewDisplayName is ignored in a #Preview macro. Provide the name to the macro initializer, e.g. `#Preview("preview name")` (from macro 'Preview')
271 | .border(.red)
272 | }
273 | .previewDisplayName("Trailing Random sizes")
| `- warning: previewDisplayName is ignored in a #Preview macro. Provide the name to the macro initializer, e.g. `#Preview("preview name")` (from macro 'Preview')
274 | }
275 |
[5/5] Emitting module Flow
/Users/admin/builder/spi-builder-workspace/Sources/Flow/Flow.swift:231:1: warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
229 | }
230 |
231 | extension CGSize: Hashable {
| |- warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
232 | public func hash(into hasher: inout Hasher) {
233 | hasher.combine(width)
/Users/admin/builder/spi-builder-workspace/Sources/Flow/Flow.swift:273:6: warning: previewDisplayName is ignored in a #Preview macro. Provide the name to the macro initializer, e.g. `#Preview("preview name")` (from macro 'Preview')
271 | .border(.red)
272 | }
273 | .previewDisplayName("Trailing Random sizes")
| `- warning: previewDisplayName is ignored in a #Preview macro. Provide the name to the macro initializer, e.g. `#Preview("preview name")` (from macro 'Preview')
274 | }
275 |
Build of target: 'Flow' complete! (1.37s)
106
2 /Users/admin/builder/spi-builder-workspace/.docs/toastersocks/flow/develop
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/toastersocks/flow/develop
File count: 106
Doc size: 2.0MB
Preparing doc bundle ...
Uploading prod-toastersocks-flow-develop-edac3d3a.zip to s3://spi-docs-inbox/prod-toastersocks-flow-develop-edac3d3a.zip
Copying... [17%]
Copying... [35%]
Copying... [52%]
Copying... [69%]
Copying... [86%]
Copying... [100%]
Done.