The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftCurrent with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wwt/SwiftCurrent.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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:             5.10
Building package at path:  $workDir
https://github.com/wwt/SwiftCurrent.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/23] Write sources
[2/23] Copying lib_InternalSwiftSyntaxParser.dylib
[2/23] Write sources
[6/23] Write SwiftCurrent_CLI-entitlement.plist
[6/23] Write sources
[12/23] Write swift-version--423B1241ED78D482.txt
[13/51] Compiling atomic-counter.c
[15/84] Emitting module ArgumentParserToolInfo
[16/84] Compiling ArgumentParserToolInfo ToolInfo.swift
[16/121] Compiling SwiftCurrent_Testing_ObjC XCTestHooks.m
[17/121] Compiling SwiftCurrent_Testing_ObjC NSObjectLoadable.m
[19/121] Emitting module SwiftCurrent
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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 Swift 6
    public func thenPresent<F>(_ type:F.Type, presentationType:LaunchStyle = LaunchStyle.default, staysInViewStack:@escaping @autoclosure () -> FlowPersistence) -> Workflow where F: FlowRepresentable {
                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftCurrent/Models/Workflow.swift:26:29: note: 'F' previously declared here
public final class Workflow<F: FlowRepresentable>: LinkedList<_WorkflowItem> {
                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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 Swift 6
    public func thenPresent<F>(_ type:F.Type, presentationType:LaunchStyle = LaunchStyle.default, staysInViewStack:@escaping (F.WorkflowInput) -> FlowPersistence) -> Workflow where F: FlowRepresentable {
                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftCurrent/Models/Workflow.swift:26:29: note: 'F' previously declared here
public final class Workflow<F: FlowRepresentable>: LinkedList<_WorkflowItem> {
                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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 Swift 6
    public func thenPresent<F>(_ type:F.Type, presentationType:LaunchStyle = LaunchStyle.default, staysInViewStack:@escaping () -> FlowPersistence) -> Workflow where F: FlowRepresentable, F.WorkflowInput == Never {
                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftCurrent/Models/Workflow.swift:26:29: note: 'F' previously declared here
public final class Workflow<F: FlowRepresentable>: LinkedList<_WorkflowItem> {
                            ^
[20/124] Compiling ArgumentParser ParsableArgumentsValidation.swift
[21/124] Compiling ArgumentParser ParsableCommand.swift
[22/124] Compiling ArgumentParser ArgumentDecoder.swift
[23/124] Compiling ArgumentParser Name.swift
[24/124] Compiling ArgumentParser Parsed.swift
[25/124] Compiling ArgumentParser ParsedValues.swift
[26/124] Compiling ArgumentParser ParserError.swift
[27/124] Compiling ArgumentParser BashCompletionsGenerator.swift
[28/124] Compiling ArgumentParser CompletionsGenerator.swift
[29/124] Compiling ArgumentParser FishCompletionsGenerator.swift
[30/124] Emitting module ArgumentParser
[31/129] Compiling ArgumentParser InputOrigin.swift
[32/129] Compiling ArgumentParser Option.swift
[33/129] Compiling ArgumentParser OptionGroup.swift
[34/129] Compiling ArgumentParser AsyncParsableCommand.swift
[35/129] Compiling ArgumentParser ArgumentDefinition.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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 Swift 6
    public func thenPresent<F>(_ type:F.Type, presentationType:LaunchStyle = LaunchStyle.default, staysInViewStack:@escaping @autoclosure () -> FlowPersistence) -> Workflow where F: FlowRepresentable {
                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftCurrent/Models/Workflow.swift:26:29: note: 'F' previously declared here
public final class Workflow<F: FlowRepresentable>: LinkedList<_WorkflowItem> {
                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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 Swift 6
    public func thenPresent<F>(_ type:F.Type, presentationType:LaunchStyle = LaunchStyle.default, staysInViewStack:@escaping (F.WorkflowInput) -> FlowPersistence) -> Workflow where F: FlowRepresentable {
                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftCurrent/Models/Workflow.swift:26:29: note: 'F' previously declared here
public final class Workflow<F: FlowRepresentable>: LinkedList<_WorkflowItem> {
                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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 Swift 6
    public func thenPresent<F>(_ type:F.Type, presentationType:LaunchStyle = LaunchStyle.default, staysInViewStack:@escaping () -> FlowPersistence) -> Workflow where F: FlowRepresentable, F.WorkflowInput == Never {
                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftCurrent/Models/Workflow.swift:26:29: note: 'F' previously declared here
public final class Workflow<F: FlowRepresentable>: LinkedList<_WorkflowItem> {
                            ^
[36/129] Compiling ArgumentParser ArgumentSet.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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 Swift 6
    public func thenPresent<F>(_ type:F.Type, presentationType:LaunchStyle = LaunchStyle.default, staysInViewStack:@escaping @autoclosure () -> FlowPersistence) -> Workflow where F: FlowRepresentable {
                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftCurrent/Models/Workflow.swift:26:29: note: 'F' previously declared here
public final class Workflow<F: FlowRepresentable>: LinkedList<_WorkflowItem> {
                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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 Swift 6
    public func thenPresent<F>(_ type:F.Type, presentationType:LaunchStyle = LaunchStyle.default, staysInViewStack:@escaping (F.WorkflowInput) -> FlowPersistence) -> Workflow where F: FlowRepresentable {
                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftCurrent/Models/Workflow.swift:26:29: note: 'F' previously declared here
public final class Workflow<F: FlowRepresentable>: LinkedList<_WorkflowItem> {
                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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 Swift 6
    public func thenPresent<F>(_ type:F.Type, presentationType:LaunchStyle = LaunchStyle.default, staysInViewStack:@escaping () -> FlowPersistence) -> Workflow where F: FlowRepresentable, F.WorkflowInput == Never {
                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftCurrent/Models/Workflow.swift:26:29: note: 'F' previously declared here
public final class Workflow<F: FlowRepresentable>: LinkedList<_WorkflowItem> {
                            ^
[37/129] Compiling ArgumentParser CommandParser.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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 Swift 6
    public func thenPresent<F>(_ type:F.Type, presentationType:LaunchStyle = LaunchStyle.default, staysInViewStack:@escaping @autoclosure () -> FlowPersistence) -> Workflow where F: FlowRepresentable {
                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftCurrent/Models/Workflow.swift:26:29: note: 'F' previously declared here
public final class Workflow<F: FlowRepresentable>: LinkedList<_WorkflowItem> {
                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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 Swift 6
    public func thenPresent<F>(_ type:F.Type, presentationType:LaunchStyle = LaunchStyle.default, staysInViewStack:@escaping (F.WorkflowInput) -> FlowPersistence) -> Workflow where F: FlowRepresentable {
                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftCurrent/Models/Workflow.swift:26:29: note: 'F' previously declared here
public final class Workflow<F: FlowRepresentable>: LinkedList<_WorkflowItem> {
                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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 Swift 6
    public func thenPresent<F>(_ type:F.Type, presentationType:LaunchStyle = LaunchStyle.default, staysInViewStack:@escaping () -> FlowPersistence) -> Workflow where F: FlowRepresentable, F.WorkflowInput == Never {
                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftCurrent/Models/Workflow.swift:26:29: note: 'F' previously declared here
public final class Workflow<F: FlowRepresentable>: LinkedList<_WorkflowItem> {
                            ^
[38/129] Compiling ArgumentParser InputKey.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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 Swift 6
    public func thenPresent<F>(_ type:F.Type, presentationType:LaunchStyle = LaunchStyle.default, staysInViewStack:@escaping @autoclosure () -> FlowPersistence) -> Workflow where F: FlowRepresentable {
                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftCurrent/Models/Workflow.swift:26:29: note: 'F' previously declared here
public final class Workflow<F: FlowRepresentable>: LinkedList<_WorkflowItem> {
                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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 Swift 6
    public func thenPresent<F>(_ type:F.Type, presentationType:LaunchStyle = LaunchStyle.default, staysInViewStack:@escaping (F.WorkflowInput) -> FlowPersistence) -> Workflow where F: FlowRepresentable {
                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftCurrent/Models/Workflow.swift:26:29: note: 'F' previously declared here
public final class Workflow<F: FlowRepresentable>: LinkedList<_WorkflowItem> {
                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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 Swift 6
    public func thenPresent<F>(_ type:F.Type, presentationType:LaunchStyle = LaunchStyle.default, staysInViewStack:@escaping () -> FlowPersistence) -> Workflow where F: FlowRepresentable, F.WorkflowInput == Never {
                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftCurrent/Models/Workflow.swift:26:29: note: 'F' previously declared here
public final class Workflow<F: FlowRepresentable>: LinkedList<_WorkflowItem> {
                            ^
[39/129] Compiling ArgumentParser CommandConfiguration.swift
[40/129] Compiling ArgumentParser EnumerableFlag.swift
[41/129] Compiling ArgumentParser ExpressibleByArgument.swift
[42/129] Compiling ArgumentParser ParsableArguments.swift
[43/129] Compiling SwiftCurrent AnyFlowRepresentable.swift
[44/129] Compiling SwiftCurrent AnyWorkflow.swift
[45/129] Compiling ArgumentParser Errors.swift
[46/129] Compiling ArgumentParser Flag.swift
[47/129] Compiling ArgumentParser NameSpecification.swift
[48/129] Compiling SwiftCurrent TestOnly.swift
[51/129] Compiling ArgumentParser ZshCompletionsGenerator.swift
[52/129] Compiling ArgumentParser Argument.swift
[53/129] Compiling ArgumentParser ArgumentHelp.swift
[54/172] Compiling SwiftCurrent_SwiftUI Inspection.swift
[55/172] Compiling SwiftCurrent_SwiftUI ModalModifier.swift
[59/172] Compiling SwiftCurrent_Testing ViewControllerAdditions.swift
[60/172] Compiling SwiftCurrent_Testing TestRegistry.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[61/172] Emitting module SwiftCurrent_UIKit
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftCurrent_UIKit/Extensions/LaunchStyleAdditions.swift:12:8: error: no such module 'UIKit'
import UIKit
       ^
[62/172] Compiling SwiftCurrent_UIKit HostedWorkflowItem.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftCurrent_UIKit/Extensions/LaunchStyleAdditions.swift:12:8: error: no such module 'UIKit'
import UIKit
       ^
[63/172] Compiling SwiftCurrent_SwiftUI OptionalWorkflowItem.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftCurrent_UIKit/Extensions/LaunchStyleAdditions.swift:12:8: error: no such module 'UIKit'
import UIKit
       ^
[64/172] Compiling SwiftCurrent_SwiftUI SwiftUILaunchStyleAdditions.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftCurrent_UIKit/Extensions/LaunchStyleAdditions.swift:12:8: error: no such module 'UIKit'
import UIKit
       ^
[65/172] Compiling SwiftCurrent_UIKit UIKitPresenter.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftCurrent_UIKit/Extensions/LaunchStyleAdditions.swift:12:8: error: no such module 'UIKit'
import UIKit
       ^
[66/172] Compiling SwiftCurrent_UIKit WorkflowUIKitAdditions.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftCurrent_UIKit/Extensions/LaunchStyleAdditions.swift:12:8: error: no such module 'UIKit'
import UIKit
       ^
[67/172] Compiling SwiftCurrent_SwiftUI ViewBuilderExtensions.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftCurrent_UIKit/Extensions/LaunchStyleAdditions.swift:12:8: error: no such module 'UIKit'
import UIKit
       ^
[68/172] Compiling SwiftCurrent_SwiftUI WorkflowDecodableExtensions.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftCurrent_UIKit/Extensions/LaunchStyleAdditions.swift:12:8: error: no such module 'UIKit'
import UIKit
       ^
[69/172] Compiling SwiftCurrent_UIKit StoryboardLoadable.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftCurrent_UIKit/Extensions/LaunchStyleAdditions.swift:12:8: error: no such module 'UIKit'
import UIKit
       ^
[70/172] Compiling SwiftCurrent_SwiftUI NavigationWrapper.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftCurrent_UIKit/Extensions/LaunchStyleAdditions.swift:12:8: error: no such module 'UIKit'
import UIKit
       ^
[71/172] Compiling SwiftCurrent_SwiftUI EitherWorkflowItem.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftCurrent_UIKit/Extensions/LaunchStyleAdditions.swift:12:8: error: no such module 'UIKit'
import UIKit
       ^
[72/173] Compiling SwiftCurrent_UIKit UIWorkflowItem.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftCurrent_UIKit/Extensions/LaunchStyleAdditions.swift:12:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
[73/173] Compiling SwiftCurrent_Testing FlowRepresentableMetadataAdditions.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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.
            guard let value = objc_getAssociatedObject(self, &Self.associatedKey) as? String else {
                                                             ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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.
            objc_setAssociatedObject(self, &Self.associatedKey, newValue, objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
                                           ^
[74/173] Compiling SwiftCurrent_Testing MockOrchestrationResponder.swift
[75/173] Compiling SwiftCurrent_Testing CustomAssertions.swift
[76/173] Emitting module SwiftCurrent_Testing
[77/173] Compiling SwiftCurrent_Testing AnyWorkflowAdditions.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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.
            guard let value = objc_getAssociatedObject(self, &Self.launchStyleAssociatedKey) as? LaunchStyle else {
                                                             ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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.
            objc_setAssociatedObject(self, &Self.launchStyleAssociatedKey, newValue, objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
                                           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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.
            guard let value = objc_getAssociatedObject(self, &Self.onFinishAssociatedKey) as? ((AnyWorkflow.PassedArgs) -> Void)? else {
                                                             ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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.
            objc_setAssociatedObject(self, &Self.onFinishAssociatedKey, newValue, objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
                                           ^
Fetching https://github.com/sindresorhus/ExceptionCatcher
Fetching https://github.com/nalexn/ViewInspector.git from cache
Fetching https://github.com/apple/swift-argument-parser from cache
Fetching https://github.com/apple/swift-algorithms from cache
Fetching https://github.com/apple/swift-syntax.git from cache
Fetching https://github.com/mattgallagher/CwlCatchException.git from cache
[1/69] Fetching exceptioncatcher
Fetched https://github.com/sindresorhus/ExceptionCatcher from cache (0.45s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git from cache
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.45s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.46s)
Fetched https://github.com/apple/swift-algorithms from cache (0.58s)
Fetched https://github.com/nalexn/ViewInspector.git from cache (0.58s)
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.15s)
Fetched https://github.com/apple/swift-syntax.git from cache (0.63s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.50600.1 (0.02s)
Computing version for https://github.com/sindresorhus/ExceptionCatcher
Computed https://github.com/sindresorhus/ExceptionCatcher at 2.0.1 (0.59s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.0 (0.02s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.19s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.02s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.1.2 (0.02s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.0 (0.01s)
Computing version for https://github.com/nalexn/ViewInspector.git
Computed https://github.com/nalexn/ViewInspector.git at 0.9.10 (0.28s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.3.0 (0.38s)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.1.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
warning: /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/swift-argument-parser-54a11a8d is not valid git repository for 'https://github.com/apple/swift-argument-parser', will fetch again.
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.02s)
warning: /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/swift-argument-parser-54a11a8d is not valid git repository for 'https://github.com/apple/swift-argument-parser', will fetch again.
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.01s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.3.0
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.0
warning: /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/swift-algorithms-bf5a01cd is not valid git repository for 'https://github.com/apple/swift-algorithms', will fetch again.
Fetching https://github.com/apple/swift-algorithms from cache
Fetched https://github.com/apple/swift-algorithms from cache (0.01s)
warning: /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/swift-algorithms-bf5a01cd is not valid git repository for 'https://github.com/apple/swift-algorithms', will fetch again.
Fetching https://github.com/apple/swift-algorithms from cache
Fetched https://github.com/apple/swift-algorithms from cache (0.01s)
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.0
Creating working copy for https://github.com/nalexn/ViewInspector.git
Working copy of https://github.com/nalexn/ViewInspector.git resolved at 0.9.10
Creating working copy for https://github.com/sindresorhus/ExceptionCatcher
Working copy of https://github.com/sindresorhus/ExceptionCatcher resolved at 2.0.1
warning: /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/swift-numerics-d936ec6c is not valid git repository for 'https://github.com/apple/swift-numerics.git', will fetch again.
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.01s)
warning: /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/swift-numerics-d936ec6c is not valid git repository for 'https://github.com/apple/swift-numerics.git', will fetch again.
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.01s)
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.2
Fetching binary artifact https://github.com/apple/swift-syntax/releases/download/0.50600.1/_InternalSwiftSyntaxParser.xcframework.zip from cache
Fetched https://github.com/apple/swift-syntax/releases/download/0.50600.1/_InternalSwiftSyntaxParser.xcframework.zip from cache (1.08s)
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/9] Write swift-version--423B1241ED78D482.txt
[3/108] Compiling SwiftCurrent_Testing TestEventReceiver.swift
[4/108] Emitting module SwiftCurrent_Testing
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/108] Emitting module SwiftCurrent_UIKit
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftCurrent_UIKit/Extensions/LaunchStyleAdditions.swift:12:8: error: no such module 'UIKit'
import UIKit
       ^
[6/108] Compiling SwiftCurrent_UIKit StoryboardLoadable.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftCurrent_UIKit/Extensions/LaunchStyleAdditions.swift:12:8: error: no such module 'UIKit'
import UIKit
       ^
[7/108] Compiling SwiftCurrent_UIKit HostedWorkflowItem.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftCurrent_UIKit/Extensions/LaunchStyleAdditions.swift:12:8: error: no such module 'UIKit'
import UIKit
       ^
[8/108] Compiling SwiftCurrent_UIKit WorkflowUIKitAdditions.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftCurrent_UIKit/Extensions/LaunchStyleAdditions.swift:12:8: error: no such module 'UIKit'
import UIKit
       ^
[9/108] Compiling SwiftCurrent_UIKit UIKitPresenter.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftCurrent_UIKit/Extensions/LaunchStyleAdditions.swift:12:8: error: no such module 'UIKit'
import UIKit
       ^
[10/108] Compiling ArgumentParser Argument.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftCurrent_UIKit/Extensions/LaunchStyleAdditions.swift:12:8: error: no such module 'UIKit'
import UIKit
       ^
[11/108] Compiling ArgumentParser ArgumentHelp.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftCurrent_UIKit/Extensions/LaunchStyleAdditions.swift:12:8: error: no such module 'UIKit'
import UIKit
       ^
[12/108] Compiling ArgumentParser BashCompletionsGenerator.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftCurrent_UIKit/Extensions/LaunchStyleAdditions.swift:12:8: error: no such module 'UIKit'
import UIKit
       ^
[13/108] Compiling ArgumentParser CompletionsGenerator.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftCurrent_UIKit/Extensions/LaunchStyleAdditions.swift:12:8: error: no such module 'UIKit'
import UIKit
       ^
[14/108] Compiling ArgumentParser FishCompletionsGenerator.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftCurrent_UIKit/Extensions/LaunchStyleAdditions.swift:12:8: error: no such module 'UIKit'
import UIKit
       ^
[15/108] Compiling ArgumentParser ZshCompletionsGenerator.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftCurrent_UIKit/Extensions/LaunchStyleAdditions.swift:12:8: error: no such module 'UIKit'
import UIKit
       ^
[16/109] Compiling ArgumentParser AsyncParsableCommand.swift
[17/109] Compiling ArgumentParser CommandConfiguration.swift
[18/109] Compiling ArgumentParser EnumerableFlag.swift
[19/109] Compiling ArgumentParser ExpressibleByArgument.swift
[20/112] Compiling SwiftCurrent_UIKit UIWorkflowItem.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftCurrent_UIKit/Extensions/LaunchStyleAdditions.swift:12:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
BUILD FAILURE 5.10 macosSpm