The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwiftCurrent, reference 5.1.12 (ec91f6), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 21:22:53 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: 5.1.12
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wwt/SwiftCurrent
 * tag               5.1.12     -> FETCH_HEAD
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 5.1.12
========================================
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] Copying lib_InternalSwiftSyntaxParser.dylib
[1/23] Write sources
[9/23] Write SwiftCurrent_CLI-entitlement.plist
[9/23] Write sources
[12/23] Write swift-version-1EA4D86E10B52AF.txt
[13/52] Compiling atomic-counter.c
[15/86] Emitting module ArgumentParserToolInfo
[16/86] Compiling ArgumentParserToolInfo ToolInfo.swift
[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 CommandConfiguration.swift
[21/127] Compiling ArgumentParser CommandGroup.swift
[22/127] Compiling ArgumentParser EnumerableFlag.swift
[23/127] Compiling ArgumentParser ExpressibleByArgument.swift
[24/131] Emitting module ArgumentParser
[25/131] Compiling ArgumentParser InputOrigin.swift
[26/131] Compiling ArgumentParser Name.swift
[27/131] Compiling ArgumentParser Parsed.swift
[28/131] Compiling ArgumentParser ParsedValues.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 BashCompletionsGenerator.swift
[34/131] Compiling ArgumentParser CompletionsGenerator.swift
[35/131] Compiling ArgumentParser FishCompletionsGenerator.swift
[36/131] Compiling ArgumentParser ZshCompletionsGenerator.swift
[37/131] Compiling ArgumentParser Argument.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)
/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)
/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)
[44/131] Compiling SwiftCurrent AnyFlowRepresentable.swift
[45/131] Compiling SwiftCurrent AnyWorkflow.swift
[46/131] Compiling ArgumentParser ParsableArgumentsValidation.swift
[47/131] Compiling ArgumentParser ParsableCommand.swift
[48/131] Compiling ArgumentParser ArgumentDecoder.swift
[52/131] Compiling ArgumentParser CompletionKind.swift
[53/131] Compiling ArgumentParser Errors.swift
[54/131] Compiling ArgumentParser Flag.swift
[55/131] Compiling ArgumentParser ParserError.swift
[56/131] Compiling ArgumentParser SplitArguments.swift
[57/131] Compiling ArgumentParser DumpHelpGenerator.swift
[58/131] Compiling ArgumentParser HelpCommand.swift
[59/131] Compiling ArgumentParser ParsableArguments.swift
[64/131] Compiling ArgumentParser ArgumentHelp.swift
[65/131] Compiling ArgumentParser ArgumentVisibility.swift
[66/175] Compiling SwiftCurrent_Testing ViewControllerAdditions.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[67/175] 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
[68/175] 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
[69/175] 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
[70/175] 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
[71/175] 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
[72/175] 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
[73/175] 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
[74/175] 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
[75/175] 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
[76/175] Compiling SwiftCurrent_SwiftUI WorkflowDecodableExtensions.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
[77/175] Compiling SwiftCurrent_SwiftUI ExtendedFlowRepresentableMetadata.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
[78/176] Compiling ArgumentParser ArgumentDefinition.swift
[79/176] Compiling ArgumentParser ArgumentSet.swift
[80/176] Compiling ArgumentParser CommandParser.swift
[81/176] Compiling ArgumentParser InputKey.swift
[84/176] Compiling ArgumentParser OptionGroup.swift
[85/176] Compiling ArgumentParser AsyncParsableCommand.swift
[86/176] Compiling SwiftCurrent_SwiftUI AnyWorkflowItem.swift
[87/176] Compiling SwiftCurrent_SwiftUI InspectableSheet.swift
[90/176] Compiling ArgumentParser HelpGenerator.swift
[91/176] Compiling ArgumentParser MessageInfo.swift
[92/176] Compiling ArgumentParser UsageGenerator.swift
[93/176] Compiling ArgumentParser CollectionExtensions.swift
[94/176] Compiling SwiftCurrent_SwiftUI SwiftUIFlowPersistenceAdditions.swift
[95/176] Compiling SwiftCurrent_SwiftUI SwiftUILaunchStyleAdditions.swift
[96/176] Compiling SwiftCurrent_SwiftUI ViewBuilderExtensions.swift
[97/176] Compiling SwiftCurrent_SwiftUI WorkflowItem.swift
[98/176] Compiling SwiftCurrent_SwiftUI WorkflowItemWrapper.swift
[99/176] Compiling SwiftCurrent_SwiftUI Inspection.swift
[100/176] Compiling SwiftCurrent_SwiftUI ModalModifier.swift
[101/176] Compiling SwiftCurrent_SwiftUI NavigationWrapper.swift
[102/176] Compiling SwiftCurrent_SwiftUI AnyFlowRepresentableView.swift
[103/176] Compiling SwiftCurrent_Testing TestRegistry.swift
[104/176] 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 |     }
[105/176] Compiling SwiftCurrent_Testing MockOrchestrationResponder.swift
[106/176] Compiling SwiftCurrent_Testing CustomAssertions.swift
[107/176] 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 |     }
[108/176] Emitting module SwiftCurrent_Testing
[109/176] Compiling SwiftCurrent_Testing TestEventReceiver.swift
[110/176] 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
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/sindresorhus/ExceptionCatcher
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/mattgallagher/CwlCatchException.git
Fetching https://github.com/nalexn/ViewInspector.git
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetching https://github.com/apple/swift-algorithms
[1/455] Fetching cwlcatchexception
[188/1712] Fetching cwlcatchexception, cwlpreconditiontesting
[390/1808] Fetching cwlcatchexception, cwlpreconditiontesting, exceptioncatcher
[486/14223] Fetching cwlcatchexception, cwlpreconditiontesting, exceptioncatcher, viewinspector
[1143/20182] Fetching cwlcatchexception, cwlpreconditiontesting, exceptioncatcher, viewinspector, swift-algorithms
[9929/35562] Fetching cwlcatchexception, cwlpreconditiontesting, exceptioncatcher, viewinspector, swift-algorithms, swift-argument-parser
Fetched https://github.com/apple/swift-algorithms from cache (1.22s)
[15146/29603] Fetching cwlcatchexception, cwlpreconditiontesting, exceptioncatcher, viewinspector, swift-argument-parser
[29604/100509] Fetching cwlcatchexception, cwlpreconditiontesting, exceptioncatcher, viewinspector, swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser from cache (1.67s)
Fetched https://github.com/sindresorhus/ExceptionCatcher from cache (1.67s)
[16255/85033] Fetching cwlcatchexception, cwlpreconditiontesting, viewinspector, swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.18s)
Fetched https://github.com/nalexn/ViewInspector.git from cache (3.18s)
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (3.18s)
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (3.18s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.50600.1 (3.82s)
Computing version for https://github.com/sindresorhus/ExceptionCatcher
Computed https://github.com/sindresorhus/ExceptionCatcher at 2.2.0 (0.42s)
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.01s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.58s)
Computing version for https://github.com/nalexn/ViewInspector.git
Computed https://github.com/nalexn/ViewInspector.git at 0.10.2 (0.42s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.44s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.52s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.51s)
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/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/sindresorhus/ExceptionCatcher
Working copy of https://github.com/sindresorhus/ExceptionCatcher resolved at 2.2.0
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/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.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-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.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
[32759/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 (2.13s)
BUILD FAILURE 6.2 macosSpm