Build Information
Failed to build EmbraceIO, reference 6.13.1 (f9f48f
), with Swift 5.10 for macOS (SPM) on 30 Aug 2025 02:53:02 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/embrace-io/embrace-apple-sdk.git
Reference: 6.13.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/embrace-io/embrace-apple-sdk
* tag 6.13.1 -> FETCH_HEAD
HEAD is now at f9f48f2 CI/CD: Bumps version to '6.13.1'
Cloned https://github.com/embrace-io/embrace-apple-sdk.git
Revision (git rev-parse @):
f9f48f2b489617600cfc9ea478531febe9523da2
SUCCESS checkout https://github.com/embrace-io/embrace-apple-sdk.git at 6.13.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/embrace-io/embrace-apple-sdk.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin GRPCSwiftPlugin
[2/2] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[2/73] Write swift-version-33747A42983211AE.txt
[3/73] Write sources
[10/75] Compiling SwiftSyntax509 Empty.swift
[11/75] Emitting module SwiftSyntax509
[11/75] Write sources
[13/121] Compiling SwiftSyntax AbsolutePosition.swift
[14/121] Compiling SwiftSyntax Assert.swift
[15/121] Compiling SwiftSyntax BumpPtrAllocator.swift
[16/121] Compiling SwiftSyntax CommonAncestor.swift
[17/121] Compiling SwiftSyntax Convenience.swift
[17/126] Compiling EMBRURLSessionTaskHeaderInjector.m
[18/126] Write sources
[18/126] Copying PrivacyInfo.xcprivacy
[18/126] Write sources
[30/126] Compiling URLSessionDelegateImplementerButWithoutConforming.m
[31/126] Compiling SwiftSyntax Syntax.swift
[32/126] Compiling SwiftSyntax SyntaxArena.swift
[33/126] Compiling SwiftSyntax SyntaxChildren.swift
[34/126] Compiling SwiftSyntax SyntaxCollection.swift
[35/126] Compiling SwiftSyntax SyntaxData.swift
[36/126] Compiling EMBURLSessionDelegateProxy.m
/Users/admin/builder/spi-builder-workspace/Sources/EmbraceObjCUtilsInternal/source/EMBStartupTracker.m:9:7: warning: 'TARGET_OS_MACOSX' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_]
#elif TARGET_OS_MACOSX
^
/Users/admin/builder/spi-builder-workspace/Sources/EmbraceObjCUtilsInternal/source/EMBStartupTracker.m:43:7: warning: 'TARGET_OS_MACOSX' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_]
#elif TARGET_OS_MACOSX
^
2 warnings generated.
[37/126] Compiling EMBStartupTracker.m
/Users/admin/builder/spi-builder-workspace/Sources/EmbraceObjCUtilsInternal/source/EMBURLSessionDelegateProxyFunctions.m:106:21: warning: 'URLSession:task:needNewBodyStreamFromOffset:completionHandler:' is only available on macOS 14.0 or newer [-Wunguarded-availability-new]
[target URLSession:session
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:1025:1: note: 'URLSession:task:needNewBodyStreamFromOffset:completionHandler:' has been marked as being introduced in macOS 14.0 here, but the deployment target is macOS 13.0.0
- (void)URLSession:(NSURLSession *)session task:(NSURLSessionTask *)task
^
/Users/admin/builder/spi-builder-workspace/Sources/EmbraceObjCUtilsInternal/source/EMBURLSessionDelegateProxyFunctions.m:106:21: note: enclose 'URLSession:task:needNewBodyStreamFromOffset:completionHandler:' in an @available check to silence this warning
[target URLSession:session
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EmbraceObjCUtilsInternal/source/EMBURLSessionDelegateProxyFunctions.m:135:21: warning: 'URLSession:task:didReceiveInformationalResponse:' is only available on macOS 14.0 or newer [-Wunguarded-availability-new]
[target URLSession:session task:task didReceiveInformationalResponse:response];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:1039:1: note: 'URLSession:task:didReceiveInformationalResponse:' has been marked as being introduced in macOS 14.0 here, but the deployment target is macOS 13.0.0
- (void)URLSession:(NSURLSession *)session task:(NSURLSessionTask *)task didReceiveInformationalResponse:(NSHTTPURLResponse *)response API_AVAILABLE(macos(14.0), ios(17.0), watchos(10.0), tvos(17.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/EmbraceObjCUtilsInternal/source/EMBURLSessionDelegateProxyFunctions.m:135:21: note: enclose 'URLSession:task:didReceiveInformationalResponse:' in an @available check to silence this warning
[target URLSession:session task:task didReceiveInformationalResponse:response];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
[38/126] Compiling EMBURLSessionDelegateProxyFunctions.m
[39/208] Compiling EMBStackTraceProccessor.m
[40/208] Compiling EMBURLSessionDelegateForwarder.m
[41/208] Compiling KSCrashMonitor_Zombie.c
[42/208] Compiling KSCrashMonitor_User.c
[43/208] Compiling KSCrashMonitor_Signal.c
[44/208] Compiling KSCrashRecording resource_bundle_accessor.m
/Users/admin/builder/spi-builder-workspace/Sources/EmbraceObjCUtilsInternal/source/EMBDisplayLinkProxy.m:16:5: warning: 'CADisplayLink' is only available on macOS 14.0 or newer [-Wunguarded-availability-new]
CADisplayLink *_link;
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CADisplayLink.h:21:12: note: 'CADisplayLink' has been marked as being introduced in macOS 14.0 here, but the deployment target is macOS 13.0.0
@interface CADisplayLink : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/EmbraceObjCUtilsInternal/include/EMBDisplayLinkProxy.h:9:12: note: annotate 'EMBDisplayLinkProxy' with an availability attribute to silence this warning
@interface EMBDisplayLinkProxy : NSObject
^
1 warning generated.
[45/208] Compiling EMBDisplayLinkProxy.m
[46/208] Compiling KSCrashMonitor_MachException.c
[47/208] Compiling EMBDevice.m
[48/208] Compiling KSCrashMonitor_Deadlock.m
[49/208] Compiling KSCrashMonitor_System.m
[50/208] Compiling KSCrashMonitor_AppState.c
[51/208] Compiling KSCrashRecording KSThreadCache.c
[52/208] Compiling KSCrashMonitor_NSException.m
[53/208] Compiling KSCrashRecording KSCrashReportStoreC.c
[54/208] Compiling KSCrashMonitor_Memory.m
[55/208] Compiling KSCrashRecording KSCrashReportFixer.c
[56/208] Compiling KSCrashRecording KSCrashReportStore.m
[57/208] Compiling KSCrashRecording KSCrashReportC.c
[58/208] Compiling KSCrashRecording KSCrashReport.m
[59/208] Compiling KSCrashRecording KSCrashC.c
[60/208] Compiling EMBLoaderClass.m
[61/208] Compiling KSCrashRecording KSCrashConfiguration.m
[62/208] Compiling KSCrashRecording KSCrashAppStateTracker.m
[63/208] Write sources
[66/208] Copying PrivacyInfo.xcprivacy
[67/208] Write sources
[74/208] Compiling KSCrashRecording KSCrashAppMemory.m
[75/208] Write sources
[77/208] Compiling KSCrashRecording KSCrashAppMemoryTracker.m
[78/208] Compiling EMBURLSessionDelegateProxy+FRPPatch.m
[79/208] Compiling EMBBinaryImageProvider.m
[80/208] Compiling KSCrashRecording KSCrash.m
[81/215] Compiling EMBWKNavigationDelegateProxy.m
In file included from <built-in>:1:
In file included from /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/KSCrashRecording.build/DerivedSources/resource_bundle_accessor.h:1:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:9:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:601:1: error: expected unqualified-id
@class NSString, Protocol;
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:603:9: error: unknown type name 'NSString'
typedef NSString * NSExceptionName NS_TYPED_EXTENSIBLE_ENUM;
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:604:9: error: unknown type name 'NSString'
typedef NSString * NSRunLoopMode NS_TYPED_EXTENSIBLE_ENUM;
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:606:19: error: unknown type name 'NSString'
FOUNDATION_EXPORT NSString *NSStringFromSelector(SEL aSelector);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:607:44: error: unknown type name 'NSString'
FOUNDATION_EXPORT SEL NSSelectorFromString(NSString *aSelectorName);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:609:19: error: unknown type name 'NSString'
FOUNDATION_EXPORT NSString *NSStringFromClass(Class aClass);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:610:53: error: unknown type name 'NSString'
FOUNDATION_EXPORT Class _Nullable NSClassFromString(NSString *aClassName);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:612:19: error: unknown type name 'NSString'
FOUNDATION_EXPORT NSString *NSStringFromProtocol(Protocol *proto) API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:612:50: error: unknown type name 'Protocol'
FOUNDATION_EXPORT NSString *NSStringFromProtocol(Protocol *proto) API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:613:19: error: unknown type name 'Protocol'
FOUNDATION_EXPORT Protocol * _Nullable NSProtocolFromString(NSString *namestr) API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:613:61: error: unknown type name 'NSString'
FOUNDATION_EXPORT Protocol * _Nullable NSProtocolFromString(NSString *namestr) API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:617:30: error: unknown type name 'NSString'
FOUNDATION_EXPORT void NSLog(NSString *format, ...) NS_FORMAT_FUNCTION(1,2) NS_NO_TAIL_CALL;
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:617:53: error: format argument not a string type
FOUNDATION_EXPORT void NSLog(NSString *format, ...) NS_FORMAT_FUNCTION(1,2) NS_NO_TAIL_CALL;
~~~~~~~~~~~~~~~~ ^ ~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:94:49: note: expanded from macro 'NS_FORMAT_FUNCTION'
#define NS_FORMAT_FUNCTION(F,A) __attribute__((format(__NSString__, F, A)))
^ ~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:618:31: error: unknown type name 'NSString'
FOUNDATION_EXPORT void NSLogv(NSString *format, va_list args) NS_FORMAT_FUNCTION(1,0) NS_NO_TAIL_CALL;
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:618:63: error: format argument not a string type
FOUNDATION_EXPORT void NSLogv(NSString *format, va_list args) NS_FORMAT_FUNCTION(1,0) NS_NO_TAIL_CALL;
~~~~~~~~~~~~~~~~ ^ ~
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:94:49: note: expanded from macro 'NS_FORMAT_FUNCTION'
#define NS_FORMAT_FUNCTION(F,A) __attribute__((format(__NSString__, F, A)))
^ ~
In file included from <built-in>:1:
In file included from /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/KSCrashRecording.build/DerivedSources/resource_bundle_accessor.h:1:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:11:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:5:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:7:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSZone.h:9:1: error: expected unqualified-id
@class NSString;
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSZone.h:19:63: error: unknown type name 'NSString'
FOUNDATION_EXPORT void NSSetZoneName(NSZone * _Nullable zone, NSString *name)NS_SWIFT_UNAVAILABLE("Zone-based memory management is unavailable");
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSZone.h:20:19: error: unknown type name 'NSString'
FOUNDATION_EXPORT NSString *NSZoneName(NSZone * _Nullable zone) NS_SWIFT_UNAVAILABLE("Zone-based memory management is unavailable");
^
In file included from <built-in>:1:
In file included from /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/KSCrashRecording.build/DerivedSources/resource_bundle_accessor.h:1:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:11:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:5:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:9:1: error: expected unqualified-id
@class NSInvocation, NSMethodSignature, NSCoder, NSString, NSEnumerator;
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[82/215] Compiling KSCrashMonitor_CPPException.cpp
[83/215] Compiling OpenTelemetryApi ObservableLongGauge.swift
[84/215] Compiling OpenTelemetryApi Baggage.swift
[85/215] Compiling OpenTelemetryApi BaggageBuilder.swift
[86/215] Compiling OpenTelemetryApi BaggageManager.swift
[87/215] Compiling OpenTelemetryApi BaggageManagerProvider.swift
[88/215] Compiling OpenTelemetryApi ObservableDoubleCounter.swift
[89/215] Compiling OpenTelemetryApi ObservableDoubleGauge.swift
[90/215] Compiling OpenTelemetryApi ObservableDoubleMeasurement.swift
[91/215] Compiling OpenTelemetryApi ObservableDoubleUpDownCounter.swift
[92/215] Compiling OpenTelemetryApi ObservableLongCounter.swift
[93/215] Compiling OpenTelemetryApi LoggerProvider.swift
[94/215] Compiling OpenTelemetryApi Severity.swift
[95/215] Compiling OpenTelemetryApi Meter.swift
[96/215] Compiling OpenTelemetryApi MeterBuilder.swift
[97/215] Compiling OpenTelemetryApi MeterProvider.swift
Fetching https://github.com/kstenerud/KSCrash
Fetching https://github.com/open-telemetry/opentelemetry-swift
Fetching https://github.com/swiftlang/swift-syntax.git
[1/17995] Fetching opentelemetry-swift
[2/36491] Fetching opentelemetry-swift, kscrash
[3106/108331] Fetching opentelemetry-swift, kscrash, swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.08s)
Fetched https://github.com/open-telemetry/opentelemetry-swift from cache (4.08s)
Fetched https://github.com/kstenerud/KSCrash from cache (4.09s)
Computing version for https://github.com/open-telemetry/opentelemetry-swift
Computed https://github.com/open-telemetry/opentelemetry-swift at 2.0.2 (0.54s)
Fetching https://github.com/undefinedlabs/Thrift-Swift
Fetching https://github.com/mw99/DataCompression
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/undefinedlabs/opentracing-objc
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-protobuf.git
[1/2341] Fetching swift-metrics
[72/2550] Fetching swift-metrics, datacompression
[239/3202] Fetching swift-metrics, datacompression, thrift-swift
[381/3710] Fetching swift-metrics, datacompression, thrift-swift, opentracing-objc
[422/5518] Fetching swift-metrics, datacompression, thrift-swift, opentracing-objc, swift-atomics
[501/9415] Fetching swift-metrics, datacompression, thrift-swift, opentracing-objc, swift-atomics, swift-log
Fetched https://github.com/undefinedlabs/Thrift-Swift from cache (0.81s)
Fetching https://github.com/grpc/grpc-swift.git
[2471/8763] Fetching swift-metrics, datacompression, opentracing-objc, swift-atomics, swift-log
Fetched https://github.com/undefinedlabs/opentracing-objc from cache (0.90s)
[4161/8255] Fetching swift-metrics, datacompression, swift-atomics, swift-log
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-metrics.git from cache (0.90s)
Fetched https://github.com/mw99/DataCompression from cache (0.90s)
[1650/5705] Fetching swift-atomics, swift-log
[5706/57002] Fetching swift-atomics, swift-log, grpc-swift
[5707/97148] Fetching swift-atomics, swift-log, grpc-swift, swift-protobuf
[14160/175087] Fetching swift-atomics, swift-log, grpc-swift, swift-protobuf, swift-nio
Fetched https://github.com/grpc/grpc-swift.git from cache (2.39s)
[93702/123790] Fetching swift-atomics, swift-log, swift-protobuf, swift-nio
Fetched https://github.com/apple/swift-protobuf.git from cache (4.10s)
Fetched https://github.com/apple/swift-atomics.git from cache (4.11s)
Fetched https://github.com/apple/swift-log.git from cache (4.11s)
Fetched https://github.com/apple/swift-nio.git from cache (4.00s)
Computing version for https://github.com/kstenerud/KSCrash
warning: 'kscrash': /Package.swift:4:17: remark: '@preconcurrency' attribute on module 'PackageDescription' is unused
@preconcurrency import PackageDescription
~~~~~~~~~~~~~~~~^
Computed https://github.com/kstenerud/KSCrash at 2.2.0 (0.53s)
Computing version for https://github.com/undefinedlabs/opentracing-objc
Computed https://github.com/undefinedlabs/opentracing-objc at 0.5.2 (1.80s)
Computing version for https://github.com/mw99/DataCompression
Computed https://github.com/mw99/DataCompression at 3.9.0 (0.37s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.37s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.39s)
Computing version for https://github.com/grpc/grpc-swift.git
Computed https://github.com/grpc/grpc-swift.git at 1.26.1 (0.54s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/2698] Fetching swift-nio-transport-services
[109/14359] Fetching swift-nio-transport-services, swift-nio-http2
[137/20486] Fetching swift-nio-transport-services, swift-nio-http2, swift-nio-extras
[557/37872] Fetching swift-nio-transport-services, swift-nio-http2, swift-nio-extras, swift-collections
[6688/52947] Fetching swift-nio-transport-services, swift-nio-http2, swift-nio-extras, swift-collections, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.12s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.12s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.12s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.12s)
Fetched https://github.com/apple/swift-collections.git from cache (2.12s)
Computing version for https://github.com/undefinedlabs/Thrift-Swift
Computed https://github.com/undefinedlabs/Thrift-Swift at 1.1.2 (2.36s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.44s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.31.0 (0.40s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (0.41s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (0.40s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (0.61s)
Fetching https://github.com/apple/swift-system.git
[1/4941] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.08s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 509.1.1 (1.27s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.49s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (0.52s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1629] Fetching swift-asn1
[116/2546] Fetching swift-asn1, swift-http-types
[135/4979] Fetching swift-asn1, swift-http-types, swift-service-lifecycle
[407/6155] Fetching swift-asn1, swift-http-types, swift-service-lifecycle, swift-http-structured-headers
[455/12123] Fetching swift-asn1, swift-http-types, swift-service-lifecycle, swift-http-structured-headers, swift-algorithms
[968/18584] Fetching swift-asn1, swift-http-types, swift-service-lifecycle, swift-http-structured-headers, swift-algorithms, swift-certificates
[1968/23717] Fetching swift-asn1, swift-http-types, swift-service-lifecycle, swift-http-structured-headers, swift-algorithms, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-http-types.git from cache (1.21s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.21s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.21s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.21s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.21s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.21s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.21s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.40s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.43s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.48s)
Fetching https://github.com/apple/swift-numerics.git
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.11s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.52s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.37s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (0.50s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.13.0 (0.50s)
Fetching https://github.com/apple/swift-crypto.git
[1/16363] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.91s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (0.40s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (0.39s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.44s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.0 (1.10s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.29.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/kstenerud/KSCrash
Working copy of https://github.com/kstenerud/KSCrash resolved at 2.2.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 509.1.1
Creating working copy for https://github.com/grpc/grpc-swift.git
Working copy of https://github.com/grpc/grpc-swift.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.31.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.13.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.0
Creating working copy for https://github.com/undefinedlabs/opentracing-objc
Working copy of https://github.com/undefinedlabs/opentracing-objc resolved at 0.5.2
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.4.0
Creating working copy for https://github.com/open-telemetry/opentelemetry-swift
Working copy of https://github.com/open-telemetry/opentelemetry-swift resolved at 2.0.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/undefinedlabs/Thrift-Swift
Working copy of https://github.com/undefinedlabs/Thrift-Swift resolved at 1.1.2
Creating working copy for https://github.com/mw99/DataCompression
Working copy of https://github.com/mw99/DataCompression resolved at 3.9.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.33.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.0
warning: 'kscrash': /Users/admin/builder/spi-builder-workspace/.build/checkouts/KSCrash/Package.swift:4:17: remark: '@preconcurrency' attribute on module 'PackageDescription' is unused
@preconcurrency import PackageDescription
~~~~~~~~~~~~~~~~^
BUILD FAILURE 5.10 macosSpm