Build Information
Failed to build SwiftCurrent, reference main (ec91f6
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 21:23:22 UTC.
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/wwt/SwiftCurrent.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wwt/SwiftCurrent
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ec91f63 [ci skip] Apply automatic changes
Cloned https://github.com/wwt/SwiftCurrent.git
Revision (git rev-parse @):
ec91f6355a5041ebe15d5e6a068bf7562b1ae20d
SUCCESS checkout https://github.com/wwt/SwiftCurrent.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/wwt/SwiftCurrent.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/23] Write sources
[5/23] Copying lib_InternalSwiftSyntaxParser.dylib
[5/23] Write sources
[5/23] Write SwiftCurrent_CLI-entitlement.plist
[8/23] Write sources
[12/23] Write swift-version-1EA4D86E10B52AF.txt
[13/52] Compiling atomic-counter.c
[15/86] Compiling ArgumentParserToolInfo ToolInfo.swift
[16/86] Emitting module ArgumentParserToolInfo
[16/125] Compiling SwiftCurrent_Testing_ObjC XCTestHooks.m
[17/125] Compiling SwiftCurrent_Testing_ObjC NSObjectLoadable.m
[19/125] Emitting module SwiftCurrent
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCurrent/Deprecations/WorkflowDeprecations.swift:14:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
12 | extension Workflow {
13 | @available(*, unavailable, renamed: "thenPresent(_:presentationType:flowPersistence:)")
14 | public func thenPresent<F>(_ type:F.Type, presentationType:LaunchStyle = LaunchStyle.default, staysInViewStack:@escaping @autoclosure () -> FlowPersistence) -> Workflow where F: FlowRepresentable {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
15 | fatalError("Obsoleted")
16 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCurrent/Models/Workflow.swift:26:29: note: 'F' previously declared here
24 | ```
25 | */
26 | public final class Workflow<F: FlowRepresentable>: LinkedList<_WorkflowItem> {
| `- note: 'F' previously declared here
27 | public required init(_ node: Element?) {
28 | super.init(node)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCurrent/Deprecations/WorkflowDeprecations.swift:19:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
17 |
18 | @available(*, unavailable, renamed: "thenPresent(_:presentationType:flowPersistence:)")
19 | public func thenPresent<F>(_ type:F.Type, presentationType:LaunchStyle = LaunchStyle.default, staysInViewStack:@escaping (F.WorkflowInput) -> FlowPersistence) -> Workflow where F: FlowRepresentable {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
20 | fatalError("Obsoleted")
21 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCurrent/Models/Workflow.swift:26:29: note: 'F' previously declared here
24 | ```
25 | */
26 | public final class Workflow<F: FlowRepresentable>: LinkedList<_WorkflowItem> {
| `- note: 'F' previously declared here
27 | public required init(_ node: Element?) {
28 | super.init(node)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCurrent/Deprecations/WorkflowDeprecations.swift:24:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
22 |
23 | @available(*, unavailable, renamed: "thenPresent(_:presentationType:flowPersistence:)")
24 | public func thenPresent<F>(_ type:F.Type, presentationType:LaunchStyle = LaunchStyle.default, staysInViewStack:@escaping () -> FlowPersistence) -> Workflow where F: FlowRepresentable, F.WorkflowInput == Never {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
25 | fatalError("Obsoleted")
26 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCurrent/Models/Workflow.swift:26:29: note: 'F' previously declared here
24 | ```
25 | */
26 | public final class Workflow<F: FlowRepresentable>: LinkedList<_WorkflowItem> {
| `- note: 'F' previously declared here
27 | public required init(_ node: Element?) {
28 | super.init(node)
[20/127] Compiling ArgumentParser InputOrigin.swift
[21/127] Compiling ArgumentParser Name.swift
[22/127] Compiling ArgumentParser Parsed.swift
[23/127] Compiling ArgumentParser ParsedValues.swift
[24/131] Emitting module ArgumentParser
[25/131] Compiling ArgumentParser NameSpecification.swift
[26/131] Compiling ArgumentParser Option.swift
[27/131] Compiling ArgumentParser OptionGroup.swift
[28/131] Compiling ArgumentParser AsyncParsableCommand.swift
[29/131] Compiling ArgumentParser Platform.swift
[30/131] Compiling ArgumentParser SequenceExtensions.swift
[31/131] Compiling ArgumentParser StringExtensions.swift
[32/131] Compiling ArgumentParser Tree.swift
[33/131] Compiling ArgumentParser Errors.swift
[34/131] Compiling ArgumentParser Flag.swift
[35/131] Compiling ArgumentParser ArgumentHelp.swift
[36/131] Compiling ArgumentParser ArgumentVisibility.swift
[37/131] Compiling ArgumentParser CompletionKind.swift
[38/131] Compiling ArgumentParser FishCompletionsGenerator.swift
[39/131] Compiling ArgumentParser ZshCompletionsGenerator.swift
[40/131] Compiling ArgumentParser Argument.swift
[42/131] Compiling ArgumentParser BashCompletionsGenerator.swift
[43/131] Compiling ArgumentParser CompletionsGenerator.swift
[47/131] Compiling ArgumentParser ParserError.swift
[48/131] Compiling ArgumentParser SplitArguments.swift
[49/131] Compiling ArgumentParser DumpHelpGenerator.swift
[50/131] Compiling ArgumentParser HelpCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCurrent/Deprecations/WorkflowDeprecations.swift:14:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
12 | extension Workflow {
13 | @available(*, unavailable, renamed: "thenPresent(_:presentationType:flowPersistence:)")
14 | public func thenPresent<F>(_ type:F.Type, presentationType:LaunchStyle = LaunchStyle.default, staysInViewStack:@escaping @autoclosure () -> FlowPersistence) -> Workflow where F: FlowRepresentable {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
15 | fatalError("Obsoleted")
16 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCurrent/Models/Workflow.swift:26:29: note: 'F' previously declared here
24 | ```
25 | */
26 | public final class Workflow<F: FlowRepresentable>: LinkedList<_WorkflowItem> {
| `- note: 'F' previously declared here
27 | public required init(_ node: Element?) {
28 | super.init(node)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCurrent/Deprecations/WorkflowDeprecations.swift:19:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
17 |
18 | @available(*, unavailable, renamed: "thenPresent(_:presentationType:flowPersistence:)")
19 | public func thenPresent<F>(_ type:F.Type, presentationType:LaunchStyle = LaunchStyle.default, staysInViewStack:@escaping (F.WorkflowInput) -> FlowPersistence) -> Workflow where F: FlowRepresentable {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
20 | fatalError("Obsoleted")
21 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCurrent/Models/Workflow.swift:26:29: note: 'F' previously declared here
24 | ```
25 | */
26 | public final class Workflow<F: FlowRepresentable>: LinkedList<_WorkflowItem> {
| `- note: 'F' previously declared here
27 | public required init(_ node: Element?) {
28 | super.init(node)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCurrent/Deprecations/WorkflowDeprecations.swift:24:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
22 |
23 | @available(*, unavailable, renamed: "thenPresent(_:presentationType:flowPersistence:)")
24 | public func thenPresent<F>(_ type:F.Type, presentationType:LaunchStyle = LaunchStyle.default, staysInViewStack:@escaping () -> FlowPersistence) -> Workflow where F: FlowRepresentable, F.WorkflowInput == Never {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
25 | fatalError("Obsoleted")
26 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCurrent/Models/Workflow.swift:26:29: note: 'F' previously declared here
24 | ```
25 | */
26 | public final class Workflow<F: FlowRepresentable>: LinkedList<_WorkflowItem> {
| `- note: 'F' previously declared here
27 | public required init(_ node: Element?) {
28 | super.init(node)
[51/131] Compiling ArgumentParser CommandConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCurrent/Deprecations/WorkflowDeprecations.swift:14:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
12 | extension Workflow {
13 | @available(*, unavailable, renamed: "thenPresent(_:presentationType:flowPersistence:)")
14 | public func thenPresent<F>(_ type:F.Type, presentationType:LaunchStyle = LaunchStyle.default, staysInViewStack:@escaping @autoclosure () -> FlowPersistence) -> Workflow where F: FlowRepresentable {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
15 | fatalError("Obsoleted")
16 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCurrent/Models/Workflow.swift:26:29: note: 'F' previously declared here
24 | ```
25 | */
26 | public final class Workflow<F: FlowRepresentable>: LinkedList<_WorkflowItem> {
| `- note: 'F' previously declared here
27 | public required init(_ node: Element?) {
28 | super.init(node)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCurrent/Deprecations/WorkflowDeprecations.swift:19:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
17 |
18 | @available(*, unavailable, renamed: "thenPresent(_:presentationType:flowPersistence:)")
19 | public func thenPresent<F>(_ type:F.Type, presentationType:LaunchStyle = LaunchStyle.default, staysInViewStack:@escaping (F.WorkflowInput) -> FlowPersistence) -> Workflow where F: FlowRepresentable {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
20 | fatalError("Obsoleted")
21 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCurrent/Models/Workflow.swift:26:29: note: 'F' previously declared here
24 | ```
25 | */
26 | public final class Workflow<F: FlowRepresentable>: LinkedList<_WorkflowItem> {
| `- note: 'F' previously declared here
27 | public required init(_ node: Element?) {
28 | super.init(node)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCurrent/Deprecations/WorkflowDeprecations.swift:24:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
22 |
23 | @available(*, unavailable, renamed: "thenPresent(_:presentationType:flowPersistence:)")
24 | public func thenPresent<F>(_ type:F.Type, presentationType:LaunchStyle = LaunchStyle.default, staysInViewStack:@escaping () -> FlowPersistence) -> Workflow where F: FlowRepresentable, F.WorkflowInput == Never {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
25 | fatalError("Obsoleted")
26 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCurrent/Models/Workflow.swift:26:29: note: 'F' previously declared here
24 | ```
25 | */
26 | public final class Workflow<F: FlowRepresentable>: LinkedList<_WorkflowItem> {
| `- note: 'F' previously declared here
27 | public required init(_ node: Element?) {
28 | super.init(node)
[52/131] Compiling ArgumentParser CommandGroup.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCurrent/Deprecations/WorkflowDeprecations.swift:14:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
12 | extension Workflow {
13 | @available(*, unavailable, renamed: "thenPresent(_:presentationType:flowPersistence:)")
14 | public func thenPresent<F>(_ type:F.Type, presentationType:LaunchStyle = LaunchStyle.default, staysInViewStack:@escaping @autoclosure () -> FlowPersistence) -> Workflow where F: FlowRepresentable {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
15 | fatalError("Obsoleted")
16 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCurrent/Models/Workflow.swift:26:29: note: 'F' previously declared here
24 | ```
25 | */
26 | public final class Workflow<F: FlowRepresentable>: LinkedList<_WorkflowItem> {
| `- note: 'F' previously declared here
27 | public required init(_ node: Element?) {
28 | super.init(node)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCurrent/Deprecations/WorkflowDeprecations.swift:19:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
17 |
18 | @available(*, unavailable, renamed: "thenPresent(_:presentationType:flowPersistence:)")
19 | public func thenPresent<F>(_ type:F.Type, presentationType:LaunchStyle = LaunchStyle.default, staysInViewStack:@escaping (F.WorkflowInput) -> FlowPersistence) -> Workflow where F: FlowRepresentable {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
20 | fatalError("Obsoleted")
21 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCurrent/Models/Workflow.swift:26:29: note: 'F' previously declared here
24 | ```
25 | */
26 | public final class Workflow<F: FlowRepresentable>: LinkedList<_WorkflowItem> {
| `- note: 'F' previously declared here
27 | public required init(_ node: Element?) {
28 | super.init(node)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCurrent/Deprecations/WorkflowDeprecations.swift:24:29: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
22 |
23 | @available(*, unavailable, renamed: "thenPresent(_:presentationType:flowPersistence:)")
24 | public func thenPresent<F>(_ type:F.Type, presentationType:LaunchStyle = LaunchStyle.default, staysInViewStack:@escaping () -> FlowPersistence) -> Workflow where F: FlowRepresentable, F.WorkflowInput == Never {
| `- warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
25 | fatalError("Obsoleted")
26 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCurrent/Models/Workflow.swift:26:29: note: 'F' previously declared here
24 | ```
25 | */
26 | public final class Workflow<F: FlowRepresentable>: LinkedList<_WorkflowItem> {
| `- note: 'F' previously declared here
27 | public required init(_ node: Element?) {
28 | super.init(node)
[53/131] Compiling ArgumentParser EnumerableFlag.swift
[54/131] Compiling ArgumentParser ExpressibleByArgument.swift
[59/131] Compiling SwiftCurrent AnyFlowRepresentable.swift
[60/131] Compiling SwiftCurrent AnyWorkflow.swift
[61/175] Compiling ArgumentParser ParsableArguments.swift
[62/175] Compiling ArgumentParser ParsableArgumentsValidation.swift
[63/175] Compiling ArgumentParser ParsableCommand.swift
[64/175] Compiling ArgumentParser ArgumentDecoder.swift
[65/175] Compiling ArgumentParser ArgumentDefinition.swift
[66/175] Compiling ArgumentParser ArgumentSet.swift
[67/175] Compiling ArgumentParser CommandParser.swift
[68/175] Compiling ArgumentParser InputKey.swift
[69/175] Compiling ArgumentParser CollectionExtensions.swift
[73/175] Compiling SwiftCurrent_SwiftUI WorkflowGroup.swift
[74/175] Compiling SwiftCurrent_SwiftUI WorkflowItem.swift
[75/175] Compiling SwiftCurrent_SwiftUI WorkflowItemWrapper.swift
[80/175] Compiling ArgumentParser UsageGenerator.swift
[81/178] Compiling SwiftCurrent_Testing ViewControllerAdditions.swift
[82/178] Compiling SwiftCurrent_Testing TestRegistry.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[83/178] Emitting module SwiftCurrent_UIKit
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCurrent_UIKit/Extensions/LaunchStyleAdditions.swift:12:8: error: no such module 'UIKit'
10 |
11 | import Foundation
12 | import UIKit
| `- error: no such module 'UIKit'
13 |
14 | import SwiftCurrent
[84/178] Compiling SwiftCurrent_UIKit WorkflowUIKitAdditions.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCurrent_UIKit/Extensions/LaunchStyleAdditions.swift:12:8: error: no such module 'UIKit'
10 |
11 | import Foundation
12 | import UIKit
| `- error: no such module 'UIKit'
13 |
14 | import SwiftCurrent
[85/178] Compiling SwiftCurrent_UIKit NSObjectExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCurrent_UIKit/Extensions/LaunchStyleAdditions.swift:12:8: error: no such module 'UIKit'
10 |
11 | import Foundation
12 | import UIKit
| `- error: no such module 'UIKit'
13 |
14 | import SwiftCurrent
[86/178] Compiling SwiftCurrent_UIKit UIViewControllerAdditions.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCurrent_UIKit/Extensions/LaunchStyleAdditions.swift:12:8: error: no such module 'UIKit'
10 |
11 | import Foundation
12 | import UIKit
| `- error: no such module 'UIKit'
13 |
14 | import SwiftCurrent
[87/178] Compiling SwiftCurrent_UIKit StoryboardLoadable.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCurrent_UIKit/Extensions/LaunchStyleAdditions.swift:12:8: error: no such module 'UIKit'
10 |
11 | import Foundation
12 | import UIKit
| `- error: no such module 'UIKit'
13 |
14 | import SwiftCurrent
[88/178] Compiling SwiftCurrent_UIKit HostedWorkflowItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCurrent_UIKit/Extensions/LaunchStyleAdditions.swift:12:8: error: no such module 'UIKit'
10 |
11 | import Foundation
12 | import UIKit
| `- error: no such module 'UIKit'
13 |
14 | import SwiftCurrent
[89/178] Compiling SwiftCurrent_UIKit WorkflowDecodableExtensions_UIKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCurrent_UIKit/Extensions/LaunchStyleAdditions.swift:12:8: error: no such module 'UIKit'
10 |
11 | import Foundation
12 | import UIKit
| `- error: no such module 'UIKit'
13 |
14 | import SwiftCurrent
[90/178] Compiling SwiftCurrent_UIKit UIKitPresenter.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCurrent_UIKit/Extensions/LaunchStyleAdditions.swift:12:8: error: no such module 'UIKit'
10 |
11 | import Foundation
12 | import UIKit
| `- error: no such module 'UIKit'
13 |
14 | import SwiftCurrent
[91/178] Compiling SwiftCurrent_SwiftUI WorkflowLauncherDeprecations.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCurrent_UIKit/Extensions/LaunchStyleAdditions.swift:12:8: error: no such module 'UIKit'
10 |
11 | import Foundation
12 | import UIKit
| `- error: no such module 'UIKit'
13 |
14 | import SwiftCurrent
[92/178] Compiling SwiftCurrent_SwiftUI AnyWorkflowElementExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCurrent_UIKit/Extensions/LaunchStyleAdditions.swift:12:8: error: no such module 'UIKit'
10 |
11 | import Foundation
12 | import UIKit
| `- error: no such module 'UIKit'
13 |
14 | import SwiftCurrent
[93/178] Compiling SwiftCurrent_UIKit LaunchStyleAdditions.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCurrent_UIKit/Extensions/LaunchStyleAdditions.swift:12:8: error: no such module 'UIKit'
10 |
11 | import Foundation
12 | import UIKit
| `- error: no such module 'UIKit'
13 |
14 | import SwiftCurrent
[94/179] Compiling SwiftCurrent_Testing CustomAssertions.swift
[95/179] Compiling SwiftCurrent_Testing MockOrchestrationResponder.swift
[96/179] Compiling SwiftCurrent_Testing AnyWorkflowAdditions.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCurrent_Testing/AnyWorkflowAdditions.swift:16:62: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
14 | public var launchStyle: LaunchStyle {
15 | get {
16 | guard let value = objc_getAssociatedObject(self, &Self.launchStyleAssociatedKey) as? LaunchStyle else {
| `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
17 | return .default
18 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCurrent_Testing/AnyWorkflowAdditions.swift:22:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
20 | }
21 | set(newValue) {
22 | objc_setAssociatedObject(self, &Self.launchStyleAssociatedKey, newValue, objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
| `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
23 | }
24 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCurrent_Testing/AnyWorkflowAdditions.swift:30:62: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
28 | public var onFinish: ((AnyWorkflow.PassedArgs) -> Void)? {
29 | get {
30 | guard let value = objc_getAssociatedObject(self, &Self.onFinishAssociatedKey) as? ((AnyWorkflow.PassedArgs) -> Void)? else {
| `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
31 | return nil
32 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCurrent_Testing/AnyWorkflowAdditions.swift:36:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
34 | }
35 | set(newValue) {
36 | objc_setAssociatedObject(self, &Self.onFinishAssociatedKey, newValue, objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
| `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
37 | }
38 | }
[97/179] Emitting module SwiftCurrent_Testing
[98/179] Compiling SwiftCurrent_Testing FlowRepresentableMetadataAdditions.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCurrent_Testing/FlowRepresentableMetadataAdditions.swift:16:62: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
14 | public var flowRepresentableTypeDescriptor: String {
15 | get {
16 | guard let value = objc_getAssociatedObject(self, &Self.associatedKey) as? String else {
| `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
17 | return "ERROR: No flowRepresentableType found on \(self)"
18 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCurrent_Testing/FlowRepresentableMetadataAdditions.swift:22:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
20 | }
21 | set(newValue) {
22 | objc_setAssociatedObject(self, &Self.associatedKey, newValue, objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
| `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
23 | }
24 | }
[99/179] Compiling SwiftCurrent_Testing TestEventReceiver.swift
[100/179] Compiling SwiftCurrent_UIKit UIWorkflowItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCurrent_UIKit/Extensions/LaunchStyleAdditions.swift:12:8: error: no such module 'UIKit'
10 |
11 | import Foundation
12 | import UIKit
| `- error: no such module 'UIKit'
13 |
14 | import SwiftCurrent
[106/179] Compiling SwiftCurrent_SwiftUI ExtendedFlowRepresentableMetadata.swift
[107/179] Compiling SwiftCurrent_SwiftUI Launcher.swift
[108/179] Compiling SwiftCurrent_SwiftUI WorkflowViewModel.swift
[109/179] Compiling SwiftCurrent_SwiftUI _WorkflowItemProtocol.swift
[110/179] Compiling SwiftCurrent_SwiftUI WorkflowBuilder.swift
[111/179] Compiling SwiftCurrent_SwiftUI SwiftUILaunchStyleAdditions.swift
[112/179] Compiling SwiftCurrent_SwiftUI ViewBuilderExtensions.swift
[113/179] Compiling SwiftCurrent_SwiftUI Inspection.swift
[114/179] Compiling SwiftCurrent_SwiftUI ModalModifier.swift
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetching https://github.com/mattgallagher/CwlCatchException.git
Fetching https://github.com/apple/swift-algorithms
Fetching https://github.com/nalexn/ViewInspector.git
Fetching https://github.com/sindresorhus/ExceptionCatcher
[1/455] Fetching cwlcatchexception
[293/551] Fetching cwlcatchexception, exceptioncatcher
[389/6510] Fetching cwlcatchexception, exceptioncatcher, swift-algorithms
[509/7767] Fetching cwlcatchexception, exceptioncatcher, swift-algorithms, cwlpreconditiontesting
[547/20182] Fetching cwlcatchexception, exceptioncatcher, swift-algorithms, cwlpreconditiontesting, viewinspector
[9825/35562] Fetching cwlcatchexception, exceptioncatcher, swift-algorithms, cwlpreconditiontesting, viewinspector, swift-argument-parser
Fetched https://github.com/sindresorhus/ExceptionCatcher from cache (1.24s)
[21009/35466] Fetching cwlcatchexception, swift-algorithms, cwlpreconditiontesting, viewinspector, swift-argument-parser
[35467/106372] Fetching cwlcatchexception, swift-algorithms, cwlpreconditiontesting, viewinspector, swift-argument-parser, swift-syntax
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (1.71s)
Fetched https://github.com/nalexn/ViewInspector.git from cache (1.71s)
Fetched https://github.com/apple/swift-algorithms from cache (1.71s)
[16545/86741] Fetching cwlcatchexception, swift-argument-parser, swift-syntax
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (3.69s)
Fetched https://github.com/apple/swift-argument-parser from cache (3.69s)
Fetched https://github.com/apple/swift-syntax.git from cache (3.69s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.50600.1 (4.31s)
Computing version for https://github.com/sindresorhus/ExceptionCatcher
Computed https://github.com/sindresorhus/ExceptionCatcher at 2.2.0 (0.40s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (0.49s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.03s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.55s)
Computing version for https://github.com/nalexn/ViewInspector.git
Computed https://github.com/nalexn/ViewInspector.git at 0.10.2 (0.38s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.41s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.47s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.48s)
Creating working copy for https://github.com/sindresorhus/ExceptionCatcher
Working copy of https://github.com/sindresorhus/ExceptionCatcher resolved at 2.2.0
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 0.50600.1
Creating working copy for https://github.com/nalexn/ViewInspector.git
Working copy of https://github.com/nalexn/ViewInspector.git resolved at 0.10.2
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Downloading binary artifact https://github.com/apple/swift-syntax/releases/download/0.50600.1/_InternalSwiftSyntaxParser.xcframework.zip
[16375/20579159] Downloading https://github.com/apple/swift-syntax/releases/download/0.50600.1/_InternalSwiftSyntaxParser.xcframework.zip
Downloaded https://github.com/apple/swift-syntax/releases/download/0.50600.1/_InternalSwiftSyntaxParser.xcframework.zip (1.85s)
BUILD FAILURE 6.2 macosSpm