The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Factory, reference 2.4.0 (dfe085), with Swift 5.9 for iOS using Xcode 15.2 on 11 Oct 2024 00:41:03 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Factory -destination generic/platform=iOS

Build Log

/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:44:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDebugInformationMap: [FactoryKey:FactoryDebugInformation] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:44:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDebugInformationMap: [FactoryKey:FactoryDebugInformation] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:58:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:58:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal let globalDebugLock = SpinLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal let globalDebugLock = SpinLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift:69:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var current = FactoryContext()
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift:69:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var current = FactoryContext()
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift:69:17: error: type annotation missing in pattern
    nonisolated(unsafe) public static var current = FactoryContext()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift:69:17: error: extensions must not contain stored properties
    nonisolated(unsafe) public static var current = FactoryContext()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift:69:5: error: 'nonisolated' can not be applied to stored properties
    nonisolated(unsafe) public static var current = FactoryContext()
    ^~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:44:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalDebugInformationMap: [FactoryKey:FactoryDebugInformation] = [:]
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:44:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalDebugInformationMap: [FactoryKey:FactoryDebugInformation] = [:]
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:58:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:58:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal let globalDebugLock = SpinLock()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal let globalDebugLock = SpinLock()
            ^~~~~~
SwiftCompile normal arm64 Compiling\ Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift (in target 'Factory' from project 'Factory')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Modifiers.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Modifiers.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Modifiers.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Modifiers.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Factory_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.2-21C52-d4853233c81beb1da90379997a312ef0.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Factory -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.2 -target-sdk-name iphoneos17.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Modifiers.o -index-unit-output-path /Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Modifiers.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift (in target 'Factory' from project 'Factory')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Modifiers.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Modifiers.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Modifiers.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Modifiers.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Factory_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.2-21C52-d4853233c81beb1da90379997a312ef0.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Factory -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.2 -target-sdk-name iphoneos17.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Modifiers.o -index-unit-output-path /Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Modifiers.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:44:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDebugInformationMap: [FactoryKey:FactoryDebugInformation] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:44:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDebugInformationMap: [FactoryKey:FactoryDebugInformation] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:58:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:58:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal let globalDebugLock = SpinLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal let globalDebugLock = SpinLock()
                   ^
                   ;
SwiftCompile normal arm64 Compiling\ Containers.swift,\ Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift (in target 'Factory' from project 'Factory')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Containers.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Containers.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Containers.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Containers.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Contexts.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Contexts.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Contexts.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Contexts.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Factory_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.2-21C52-d4853233c81beb1da90379997a312ef0.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Factory -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.2 -target-sdk-name iphoneos17.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Containers.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Contexts.o -index-unit-output-path /Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Containers.o -index-unit-output-path /Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Contexts.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift (in target 'Factory' from project 'Factory')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Containers.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Containers.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Containers.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Containers.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Contexts.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Contexts.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Contexts.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Contexts.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Factory_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.2-21C52-d4853233c81beb1da90379997a312ef0.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Factory -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.2 -target-sdk-name iphoneos17.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Containers.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Contexts.o -index-unit-output-path /Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Containers.o -index-unit-output-path /Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Contexts.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:44:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDebugInformationMap: [FactoryKey:FactoryDebugInformation] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:44:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDebugInformationMap: [FactoryKey:FactoryDebugInformation] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:58:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:58:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal let globalDebugLock = SpinLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal let globalDebugLock = SpinLock()
                   ^
                   ;
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift (in target 'Factory' from project 'Factory')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Containers.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Containers.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Containers.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Containers.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Contexts.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Contexts.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Contexts.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Contexts.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Factory_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.2-21C52-d4853233c81beb1da90379997a312ef0.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Factory -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.2 -target-sdk-name iphoneos17.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Containers.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Contexts.o -index-unit-output-path /Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Containers.o -index-unit-output-path /Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Contexts.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift:69:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var current = FactoryContext()
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift:69:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var current = FactoryContext()
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:44:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDebugInformationMap: [FactoryKey:FactoryDebugInformation] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:44:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDebugInformationMap: [FactoryKey:FactoryDebugInformation] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:58:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:58:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal let globalDebugLock = SpinLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal let globalDebugLock = SpinLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift:69:17: error: type annotation missing in pattern
    nonisolated(unsafe) public static var current = FactoryContext()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift:69:17: error: extensions must not contain stored properties
    nonisolated(unsafe) public static var current = FactoryContext()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift:69:5: error: 'nonisolated' can not be applied to stored properties
    nonisolated(unsafe) public static var current = FactoryContext()
    ^~~~~~~~~~~

SwiftCompile normal arm64 Compiling\ Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift (in target 'Factory' from project 'Factory')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Resolutions.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Resolutions.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Resolutions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Resolutions.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Factory_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.2-21C52-d4853233c81beb1da90379997a312ef0.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Factory -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.2 -target-sdk-name iphoneos17.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Resolutions.o -index-unit-output-path /Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Resolutions.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift (in target 'Factory' from project 'Factory')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Resolutions.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Resolutions.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Resolutions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Resolutions.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Factory_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.2-21C52-d4853233c81beb1da90379997a312ef0.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Factory -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.2 -target-sdk-name iphoneos17.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Resolutions.o -index-unit-output-path /Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Resolutions.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:44:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDebugInformationMap: [FactoryKey:FactoryDebugInformation] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:44:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDebugInformationMap: [FactoryKey:FactoryDebugInformation] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:58:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:58:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal let globalDebugLock = SpinLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal let globalDebugLock = SpinLock()
                   ^
                   ;
SwiftCompile normal arm64 Compiling\ Injections.swift,\ Key.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift (in target 'Factory' from project 'Factory')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Injections.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Injections.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Injections.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Injections.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Key.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Key.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Key.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Key.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Factory_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.2-21C52-d4853233c81beb1da90379997a312ef0.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Factory -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.2 -target-sdk-name iphoneos17.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Injections.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Key.o -index-unit-output-path /Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Injections.o -index-unit-output-path /Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Key.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift (in target 'Factory' from project 'Factory')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Injections.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Injections.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Injections.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Injections.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Key.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Key.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Key.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Key.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Factory_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.2-21C52-d4853233c81beb1da90379997a312ef0.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Factory -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.2 -target-sdk-name iphoneos17.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Injections.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Key.o -index-unit-output-path /Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Injections.o -index-unit-output-path /Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Key.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift (in target 'Factory' from project 'Factory')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Injections.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Injections.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Injections.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Injections.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Key.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Key.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Key.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Key.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Factory_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.2-21C52-d4853233c81beb1da90379997a312ef0.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Factory -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.2 -target-sdk-name iphoneos17.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Injections.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Key.o -index-unit-output-path /Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Injections.o -index-unit-output-path /Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Key.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift (in target 'Factory' from project 'Factory')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Registrations.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Registrations.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Registrations.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Registrations.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Factory_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.2-21C52-d4853233c81beb1da90379997a312ef0.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Factory -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.2 -target-sdk-name iphoneos17.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Registrations.o -index-unit-output-path /Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Registrations.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift (in target 'Factory' from project 'Factory')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Registrations.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Registrations.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Registrations.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Registrations.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Factory_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.2-21C52-d4853233c81beb1da90379997a312ef0.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Factory -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.2 -target-sdk-name iphoneos17.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Registrations.o -index-unit-output-path /Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Registrations.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Scopes.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift (in target 'Factory' from project 'Factory')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Scopes.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Scopes.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Scopes.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Scopes.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Factory_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.2-21C52-d4853233c81beb1da90379997a312ef0.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Factory -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.2 -target-sdk-name iphoneos17.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Scopes.o -index-unit-output-path /Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Scopes.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift (in target 'Factory' from project 'Factory')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Scopes.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Scopes.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Scopes.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Scopes.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Factory_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.2-21C52-d4853233c81beb1da90379997a312ef0.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Factory -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.2 -target-sdk-name iphoneos17.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Scopes.o -index-unit-output-path /Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Scopes.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:44:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDebugInformationMap: [FactoryKey:FactoryDebugInformation] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:44:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDebugInformationMap: [FactoryKey:FactoryDebugInformation] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:58:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:58:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal let globalDebugLock = SpinLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal let globalDebugLock = SpinLock()
                   ^
                   ;
SwiftCompile normal arm64 Compiling\ Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift (in target 'Factory' from project 'Factory')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Resolver.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Resolver.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Resolver.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Resolver.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Factory_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.2-21C52-d4853233c81beb1da90379997a312ef0.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Factory -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.2 -target-sdk-name iphoneos17.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Resolver.o -index-unit-output-path /Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Resolver.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift (in target 'Factory' from project 'Factory')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Resolver.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Resolver.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Resolver.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Resolver.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Factory_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.2-21C52-d4853233c81beb1da90379997a312ef0.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Factory -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.2 -target-sdk-name iphoneos17.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Resolver.o -index-unit-output-path /Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Resolver.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:44:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDebugInformationMap: [FactoryKey:FactoryDebugInformation] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:44:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDebugInformationMap: [FactoryKey:FactoryDebugInformation] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:58:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:58:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal let globalDebugLock = SpinLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal let globalDebugLock = SpinLock()
                   ^
                   ;
SwiftCompile normal arm64 Compiling\ Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift (in target 'Factory' from project 'Factory')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Locking.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Locking.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Locking.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Locking.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Factory_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.2-21C52-d4853233c81beb1da90379997a312ef0.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Factory -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.2 -target-sdk-name iphoneos17.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Locking.o -index-unit-output-path /Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Locking.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift (in target 'Factory' from project 'Factory')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Locking.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Locking.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Locking.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Locking.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Factory_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.2-21C52-d4853233c81beb1da90379997a312ef0.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Factory -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.2 -target-sdk-name iphoneos17.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Locking.o -index-unit-output-path /Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Locking.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalGraphResolutionDepth = 0
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:39:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChain: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:40:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDependencyChainMessages: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:41:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceFlag: Bool = false
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:42:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalTraceResolutions: [String] = []
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:43:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalLogger: (String) -> Void = { print($0) }
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:44:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalDebugInformationMap: [FactoryKey:FactoryDebugInformation] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:44:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalDebugInformationMap: [FactoryKey:FactoryDebugInformation] = [:]
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:58:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift:58:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var triggerFatalError = Swift.fatalError
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:1: error: expressions are not allowed at the top level
nonisolated(unsafe) internal let globalDebugLock = SpinLock()
^
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:20: error: consecutive statements on a line must be separated by ';'
nonisolated(unsafe) internal let globalDebugLock = SpinLock()
                   ^
                   ;
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:32:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal var globalRecursiveLock = RecursiveLock()
            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:1: error: cannot find 'nonisolated' in scope
nonisolated(unsafe) internal let globalDebugLock = SpinLock()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift:65:13: error: cannot find 'unsafe' in scope
nonisolated(unsafe) internal let globalDebugLock = SpinLock()
            ^~~~~~
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ Aliases.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift (in target 'Factory' from project 'Factory')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources/resource_bundle_accessor.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/resource_bundle_accessor.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/resource_bundle_accessor.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/resource_bundle_accessor.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/resource_bundle_accessor.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Aliases.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Aliases.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Aliases.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Aliases.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Factory_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.2-21C52-d4853233c81beb1da90379997a312ef0.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Factory -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.2 -target-sdk-name iphoneos17.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/resource_bundle_accessor.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Aliases.o -index-unit-output-path /Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/resource_bundle_accessor.o -index-unit-output-path /Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Aliases.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Factory.swift,\ Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift (in target 'Factory' from project 'Factory')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Aliases.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Injections.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Registrations.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Factory-c3e608f842818aad9436760850caaf41.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Factory-c3e608f842818aad9436760850caaf41.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Factory-c3e608f842818aad9436760850caaf41.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Factory-c3e608f842818aad9436760850caaf41.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Globals.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Globals.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Globals.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Globals.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Factory_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.2-21C52-d4853233c81beb1da90379997a312ef0.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Factory -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.2 -target-sdk-name iphoneos17.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Factory-c3e608f842818aad9436760850caaf41.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Globals.o -index-unit-output-path /Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Factory-c3e608f842818aad9436760850caaf41.o -index-unit-output-path /Factory.build/Debug-iphoneos/Factory.build/Objects-normal/arm64/Globals.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ Factory (in target 'Factory' from project 'Factory')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift (in target 'Factory' from project 'Factory')
	SwiftCompile normal arm64 Compiling\ Modifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Modifiers.swift (in target 'Factory' from project 'Factory')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift (in target 'Factory' from project 'Factory')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift (in target 'Factory' from project 'Factory')
	SwiftCompile normal arm64 Compiling\ Containers.swift,\ Contexts.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Containers.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Contexts.swift (in target 'Factory' from project 'Factory')
	SwiftCompile normal arm64 Compiling\ Resolutions.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift (in target 'Factory' from project 'Factory')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolutions.swift (in target 'Factory' from project 'Factory')
	SwiftCompile normal arm64 Compiling\ Scopes.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift (in target 'Factory' from project 'Factory')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Scopes.swift (in target 'Factory' from project 'Factory')
	SwiftCompile normal arm64 Compiling\ Resolver.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift (in target 'Factory' from project 'Factory')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Resolver.swift (in target 'Factory' from project 'Factory')
	SwiftCompile normal arm64 Compiling\ Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift (in target 'Factory' from project 'Factory')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Locking.swift (in target 'Factory' from project 'Factory')
	SwiftCompile normal arm64 Compiling\ Factory.swift,\ Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Factory.swift /Users/admin/builder/spi-builder-workspace/Sources/Factory/Factory/Globals.swift (in target 'Factory' from project 'Factory')
(15 failures)
BUILD FAILURE 5.9 iOS