Build Information
Failed to build aws-xray-sdk-swift, reference v0.7.1 (c505ac
), with Swift 6.1 for Android on 27 May 2025 19:37:21 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pokryfka/aws-xray-sdk-swift.git
Reference: v0.7.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/pokryfka/aws-xray-sdk-swift
* tag v0.7.1 -> FETCH_HEAD
HEAD is now at c505ac2 docs: bump version in README
Cloned https://github.com/pokryfka/aws-xray-sdk-swift.git
Revision (git rev-parse @):
c505ac2d75ce838311365a40a7725cdfdfdcd2ec
SUCCESS checkout https://github.com/pokryfka/aws-xray-sdk-swift.git at v0.7.1
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/pokryfka/aws-xray-sdk-swift.git
https://github.com/pokryfka/aws-xray-sdk-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.17.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "gsoc-swift-baggage-context",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "0.3.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/slashmo/gsoc-swift-baggage-context.git"
},
{
"identity" : "pure-swift-json",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.0",
"upper_bound" : "0.5.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/fabianfett/pure-swift-json.git"
}
],
"manifest_display_name" : "aws-xray-sdk-swift",
"name" : "aws-xray-sdk-swift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "AWSXRaySDK",
"targets" : [
"AWSXRaySDK"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AWSXRayRecorder",
"targets" : [
"AWSXRayRecorder"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AWSXRayUDPEmitter",
"targets" : [
"AWSXRayUDPEmitter"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AWSXRayTesting",
"targets" : [
"AWSXRayTesting"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AWSXRayUDPEmitterTests",
"module_type" : "SwiftTarget",
"name" : "AWSXRayUDPEmitterTests",
"path" : "Tests/AWSXRayUDPEmitterTests",
"sources" : [
"ConfigTests.swift",
"EmitterTests.swift",
"NIOHelpersTests.swift",
"TestSegmentEncoding.swift"
],
"target_dependencies" : [
"AWSXRayUDPEmitter"
],
"type" : "test"
},
{
"c99name" : "AWSXRayUDPEmitter",
"module_type" : "SwiftTarget",
"name" : "AWSXRayUDPEmitter",
"path" : "Sources/AWSXRayUDPEmitter",
"product_memberships" : [
"AWSXRaySDK",
"AWSXRayUDPEmitter"
],
"sources" : [
"Config.swift",
"Locks.swift",
"NIOHelpers.swift",
"Random.swift",
"UDPClient.swift",
"UDPEmitter.swift"
],
"target_dependencies" : [
"AWSXRayRecorder"
],
"type" : "library"
},
{
"c99name" : "AWSXRayTestingTests",
"module_type" : "SwiftTarget",
"name" : "AWSXRayTestingTests",
"path" : "Tests/AWSXRayTestingTests",
"sources" : [
"LogEmitterTests.swift",
"Utils/TestLogHandler.swift"
],
"target_dependencies" : [
"AWSXRayTesting"
],
"type" : "test"
},
{
"c99name" : "AWSXRayTesting",
"module_type" : "SwiftTarget",
"name" : "AWSXRayTesting",
"path" : "Sources/AWSXRayTesting",
"product_dependencies" : [
"NIO",
"Logging"
],
"product_memberships" : [
"AWSXRayTesting"
],
"sources" : [
"LogEmitter.swift"
],
"target_dependencies" : [
"AWSXRayRecorder"
],
"type" : "library"
},
{
"c99name" : "AWSXRaySDKTests",
"module_type" : "SwiftTarget",
"name" : "AWSXRaySDKTests",
"path" : "Tests/AWSXRaySDKTests",
"sources" : [
"EncodingTests.swift",
"SDKTests.swift",
"SegmentEncodingTests.swift"
],
"target_dependencies" : [
"AWSXRaySDK"
],
"type" : "test"
},
{
"c99name" : "AWSXRaySDK",
"module_type" : "SwiftTarget",
"name" : "AWSXRaySDK",
"path" : "Sources/AWSXRaySDK",
"product_dependencies" : [
"PureSwiftJSON"
],
"product_memberships" : [
"AWSXRaySDK"
],
"sources" : [
"DefaultEncoding.swift",
"DefaultRecorder.swift"
],
"target_dependencies" : [
"AWSXRayRecorder",
"AWSXRayUDPEmitter"
],
"type" : "library"
},
{
"c99name" : "AWSXRayRecorderTests",
"module_type" : "SwiftTarget",
"name" : "AWSXRayRecorderTests",
"path" : "Tests/AWSXRayRecorderTests",
"sources" : [
"AnyCodable/AnyCodableTests.swift",
"AnyCodable/AnyDecodableTests.swift",
"AnyCodable/AnyEncodableTests.swift",
"ConfigTests.swift",
"ContextTests.swift",
"HTTPTests.swift",
"NoOpRecorderTests.swift",
"NoOpSegmentTests.swift",
"RandomTests.swift",
"RecorderTests.swift",
"SegmentExceptionTests.swift",
"SegmentLoggingTests.swift",
"SegmentTests.swift",
"StringCompatTests.swift",
"TimestampTests.swift",
"TraceTests.swift",
"Utils/TestCharacterSet.swift",
"Utils/TestEmitter.swift",
"Utils/TestLogHandler.swift"
],
"target_dependencies" : [
"AWSXRayRecorder"
],
"type" : "test"
},
{
"c99name" : "AWSXRayRecorder",
"module_type" : "SwiftTarget",
"name" : "AWSXRayRecorder",
"path" : "Sources/AWSXRayRecorder",
"product_dependencies" : [
"NIO",
"NIOHTTP1",
"Logging",
"Baggage"
],
"product_memberships" : [
"AWSXRaySDK",
"AWSXRayRecorder",
"AWSXRayUDPEmitter",
"AWSXRayTesting"
],
"sources" : [
"AWS.swift",
"AnyCodable/AnyCodable.swift",
"AnyCodable/AnyDecodable.swift",
"AnyCodable/AnyEncodable.swift",
"Baggage.swift",
"Config.swift",
"Emitter+NIO.swift",
"Emitter.swift",
"Exception.swift",
"HTTP.swift",
"NoOpRecorder.swift",
"NoOpSegment.swift",
"Random.swift",
"Recorder+Helpers.swift",
"Recorder+NIO.swift",
"Recorder.swift",
"Segment+NIOHTTP.swift",
"Segment.swift",
"StringCompat.swift",
"Timestamp.swift",
"Trace.swift",
"Utils/Locks+Synchronized.swift",
"Utils/Locks.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/fabianfett/pure-swift-json.git
Fetching https://github.com/slashmo/gsoc-swift-baggage-context.git
[1/502] Fetching gsoc-swift-baggage-context
[398/1558] Fetching gsoc-swift-baggage-context, pure-swift-json
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/slashmo/gsoc-swift-baggage-context.git from cache (0.50s)
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/fabianfett/pure-swift-json.git from cache (0.57s)
[1/3836] Fetching swift-log
[3837/79891] Fetching swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.78s)
[3803/76055] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.70s)
Computing version for https://github.com/fabianfett/pure-swift-json.git
Computed https://github.com/fabianfett/pure-swift-json.git at 0.4.0 (10.24s)
Computing version for https://github.com/slashmo/gsoc-swift-baggage-context.git
Computed https://github.com/slashmo/gsoc-swift-baggage-context.git at 0.2.0 (1.03s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.96s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.72s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/1710] Fetching swift-atomics
[1677/6101] Fetching swift-atomics, swift-system
[4127/22692] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.43s)
[5885/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.61s)
Fetched https://github.com/apple/swift-collections.git from cache (1.63s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.41s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.89s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.53s)
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.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/fabianfett/pure-swift-json.git
Working copy of https://github.com/fabianfett/pure-swift-json.git resolved at 0.4.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
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.3
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/slashmo/gsoc-swift-baggage-context.git
Working copy of https://github.com/slashmo/gsoc-swift-baggage-context.git resolved at 0.2.0
Building for debugging...
[0/31] Write sources
[16/31] Compiling CNIOWindows shim.c
[17/31] Compiling CNIOLinux liburing_shims.c
[18/31] Compiling CNIOWASI CNIOWASI.c
[19/31] Compiling CNIOWindows WSAStartup.c
[20/31] Compiling CNIODarwin shim.c
[21/31] Compiling CNIOLLHTTP c_nio_http.c
[22/31] Write sources
[24/31] Compiling CNIOLinux shim.c
[25/31] Compiling CNIOLLHTTP c_nio_api.c
[26/31] Compiling _AtomicsShims.c
[27/31] Write swift-version-24593BA9C3E375BF.txt
[28/31] Compiling CNIOLLHTTP c_nio_llhttp.c
[30/88] Emitting module Logging
[31/88] Compiling PureSwiftJSON DocumentReader.swift
[32/88] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[33/89] Compiling _NIODataStructures _TinyArray.swift
[34/90] Compiling _NIODataStructures PriorityQueue.swift
[35/90] Emitting module PureSwiftJSON
[36/90] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[37/90] Compiling InternalCollectionsUtilities _SortedCollection.swift
[40/90] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[41/90] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[42/90] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[43/90] Compiling InternalCollectionsUtilities UInt+reversed.swift
[44/90] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[45/90] Compiling InternalCollectionsUtilities Integer rank.swift
[46/90] Emitting module _NIOBase64
[47/90] Compiling _NIOBase64 Base64.swift
[48/90] Compiling InternalCollectionsUtilities Descriptions.swift
[49/90] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[50/90] Emitting module InternalCollectionsUtilities
[51/90] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[52/90] Compiling InternalCollectionsUtilities Debugging.swift
[55/91] Compiling Atomics ManagedAtomic.swift
[56/91] Compiling Atomics ManagedAtomicLazyReference.swift
[58/91] Compiling Atomics UnsafeAtomicLazyReference.swift
[63/91] Compiling PureSwiftJSON JSONValue.swift
[68/91] Emitting module _NIODataStructures
[69/91] Compiling _NIODataStructures Heap.swift
[70/94] Emitting module Atomics
[74/94] Compiling Atomics AtomicReference.swift
[75/94] Compiling Atomics AtomicStorage.swift
[76/94] Compiling Atomics AtomicValue.swift
[85/94] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[86/95] Compiling Atomics IntegerOperations.swift
[87/95] Compiling Atomics Unmanaged extensions.swift
[87/96] Compiling c-nioatomics.c
[90/96] Compiling PureSwiftJSON JSONParser.swift
[93/113] Compiling Baggage BaggageContextCarrier.swift
[94/115] Emitting module Baggage
[95/115] Compiling Baggage BaggageContext.swift
[97/116] Compiling DequeModule _DequeBuffer.swift
[98/116] Compiling DequeModule _DequeBufferHeader.swift
[99/118] Compiling DequeModule _DequeSlot.swift
[100/118] Compiling DequeModule _UnsafeWrappedBuffer.swift
[101/118] Compiling DequeModule Deque+Testing.swift
[102/118] Compiling DequeModule Deque._Storage.swift
[103/118] Compiling DequeModule Deque+CustomReflectable.swift
[104/118] Compiling DequeModule Deque+Descriptions.swift
[105/118] Compiling DequeModule Deque+Equatable.swift
[106/118] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[107/118] Compiling DequeModule Deque._UnsafeHandle.swift
[108/118] Compiling DequeModule Deque.swift
[109/118] Compiling DequeModule Deque+Extras.swift
[110/118] Compiling DequeModule Deque+Hashable.swift
[110/118] Compiling c-atomics.c
[112/118] Emitting module DequeModule
[113/118] Compiling DequeModule Deque+Codable.swift
[114/118] Compiling DequeModule Deque+Collection.swift
[116/125] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[117/125] Compiling NIOConcurrencyHelpers NIOLock.swift
[118/125] Compiling Logging MetadataProvider.swift
[119/125] Compiling Logging Locks.swift
[120/125] Compiling Logging LogHandler.swift
[121/125] Compiling Logging Logging.swift
[122/126] Compiling NIOConcurrencyHelpers lock.swift
[124/126] Compiling NIOConcurrencyHelpers atomics.swift
[125/126] Emitting module NIOConcurrencyHelpers
[126/126] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[128/187] Compiling NIOCore MulticastChannel.swift
[129/187] Compiling NIOCore NIOAny.swift
[130/187] Compiling NIOCore NIOCloseOnErrorHandler.swift
[131/187] Compiling NIOCore NIOLoopBound.swift
[132/187] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[133/187] Compiling NIOCore NIOScheduledCallback.swift
[134/187] Compiling NIOCore NIOSendable.swift
[135/187] Compiling NIOCore RecvByteBufferAllocator.swift
[136/195] Compiling NIOCore IO.swift
[137/195] Compiling NIOCore IOData.swift
[138/195] Compiling NIOCore IPProtocol.swift
[139/195] Compiling NIOCore IntegerBitPacking.swift
[140/195] Compiling NIOCore IntegerTypes.swift
[141/195] Compiling NIOCore Interfaces.swift
[142/195] Compiling NIOCore Linux.swift
[143/195] Compiling NIOCore MarkedCircularBuffer.swift
[144/195] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[145/195] Compiling NIOCore EventLoopFuture+Deprecated.swift
[146/195] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[147/195] Compiling NIOCore EventLoopFuture.swift
[148/195] Compiling NIOCore FileDescriptor.swift
[149/195] Compiling NIOCore FileHandle.swift
[150/195] Compiling NIOCore FileRegion.swift
[151/195] Compiling NIOCore GlobalSingletons.swift
[152/195] Compiling NIOCore AddressedEnvelope.swift
[153/195] Compiling NIOCore AsyncAwaitSupport.swift
[154/195] Compiling NIOCore AsyncChannel.swift
[155/195] Compiling NIOCore AsyncChannelHandler.swift
[156/195] Compiling NIOCore AsyncChannelInboundStream.swift
[157/195] Compiling NIOCore AsyncChannelOutboundWriter.swift
[158/195] Compiling NIOCore NIOAsyncSequenceProducer.swift
[159/195] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[160/195] Compiling NIOCore NIOAsyncWriter.swift
[161/195] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[162/195] Compiling NIOCore SocketAddresses.swift
[163/195] Compiling NIOCore SocketOptionProvider.swift
[164/195] Compiling NIOCore SystemCallHelpers.swift
[165/195] Compiling NIOCore TimeAmount+Duration.swift
[166/195] Compiling NIOCore TypeAssistedChannelHandler.swift
[167/195] Compiling NIOCore UniversalBootstrapSupport.swift
[168/195] Compiling NIOCore Utilities.swift
[169/195] Compiling NIOCore CircularBuffer.swift
[170/195] Compiling NIOCore Codec.swift
[171/195] Compiling NIOCore ConvenienceOptionSupport.swift
[172/195] Compiling NIOCore DeadChannel.swift
[173/195] Compiling NIOCore DispatchQueue+WithFuture.swift
[174/195] Compiling NIOCore EventLoop+Deprecated.swift
[175/195] Compiling NIOCore EventLoop+SerialExecutor.swift
[176/195] Compiling NIOCore EventLoop.swift
[177/195] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[178/195] Compiling NIOCore BSDSocketAPI.swift
[179/195] Compiling NIOCore ByteBuffer-aux.swift
[180/195] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[181/195] Compiling NIOCore ByteBuffer-conversions.swift
[182/195] Compiling NIOCore ByteBuffer-core.swift
[183/195] Compiling NIOCore ByteBuffer-hex.swift
[184/195] Compiling NIOCore ByteBuffer-int.swift
[185/195] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[186/195] Compiling NIOCore ByteBuffer-multi-int.swift
[187/195] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[188/195] Compiling NIOCore ByteBuffer-views.swift
[189/195] Compiling NIOCore Channel.swift
[190/195] Compiling NIOCore ChannelHandler.swift
[191/195] Compiling NIOCore ChannelHandlers.swift
[192/195] Compiling NIOCore ChannelInvoker.swift
[193/195] Compiling NIOCore ChannelOption.swift
[194/195] Compiling NIOCore ChannelPipeline.swift
[195/195] Emitting module NIOCore
[197/246] Emitting module NIOEmbedded
[198/246] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[199/246] Compiling NIOEmbedded AsyncTestingChannel.swift
[200/246] Compiling NIOEmbedded Embedded.swift
[202/247] Compiling NIOPosix SelectableChannel.swift
[203/247] Compiling NIOPosix SelectableEventLoop.swift
[204/247] Compiling NIOPosix SelectorEpoll.swift
[205/247] Compiling NIOPosix SelectorGeneric.swift
[206/247] Compiling NIOPosix SelectorKqueue.swift
[207/247] Compiling NIOPosix SelectorUring.swift
[208/247] Compiling NIOPosix Pool.swift
[209/247] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[210/247] Compiling NIOPosix PosixSingletons.swift
[211/247] Compiling NIOPosix RawSocketBootstrap.swift
[212/247] Compiling NIOPosix Resolver.swift
[213/247] Compiling NIOPosix Selectable.swift
[214/253] Emitting module NIOPosix
[215/253] Compiling NIOPosix BSDSocketAPICommon.swift
[216/253] Compiling NIOPosix BSDSocketAPIPosix.swift
[217/253] Compiling NIOPosix BSDSocketAPIWindows.swift
[218/253] Compiling NIOPosix BaseSocket.swift
[219/253] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[220/253] Compiling NIOPosix BaseSocketChannel.swift
[221/253] Compiling NIOPosix BaseStreamSocketChannel.swift
[222/253] Compiling NIOPosix ServerSocket.swift
[223/253] Compiling NIOPosix Socket.swift
[224/253] Compiling NIOPosix SocketChannel.swift
[225/253] Compiling NIOPosix SocketProtocols.swift
[226/253] Compiling NIOPosix System.swift
[227/253] Compiling NIOPosix Thread.swift
[228/253] Compiling NIOPosix ThreadPosix.swift
[229/253] Compiling NIOPosix ThreadWindows.swift
[230/253] Compiling NIOPosix UnsafeTransfer.swift
[231/253] Compiling NIOPosix Utilities.swift
[232/253] Compiling NIOPosix VsockAddress.swift
[233/253] Compiling NIOPosix VsockChannelEvents.swift
[234/253] Compiling NIOPosix IO.swift
[235/253] Compiling NIOPosix IntegerBitPacking.swift
[236/253] Compiling NIOPosix IntegerTypes.swift
[237/253] Compiling NIOPosix Linux.swift
[238/253] Compiling NIOPosix LinuxCPUSet.swift
[239/253] Compiling NIOPosix LinuxUring.swift
[240/253] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[241/253] Compiling NIOPosix Bootstrap.swift
[242/253] Compiling NIOPosix ControlMessage.swift
[243/253] Compiling NIOPosix DatagramVectorReadManager.swift
[244/253] Compiling NIOPosix Errors+Any.swift
[245/253] Compiling NIOPosix FileDescriptor.swift
[246/253] Compiling NIOPosix GetaddrinfoResolver.swift
[247/253] Compiling NIOPosix HappyEyeballs.swift
[248/253] Compiling NIOPosix NIOThreadPool.swift
[249/253] Compiling NIOPosix NonBlockingFileIO.swift
[250/253] Compiling NIOPosix PendingDatagramWritesManager.swift
[251/253] Compiling NIOPosix PendingWritesManager.swift
[252/253] Compiling NIOPosix PipeChannel.swift
[253/253] Compiling NIOPosix PipePair.swift
[255/256] Compiling NIO Exports.swift
[256/256] Emitting module NIO
[258/273] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[259/273] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[260/275] Emitting module NIOHTTP1
[261/275] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[262/275] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[263/275] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[264/275] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[265/275] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[266/275] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[267/275] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[268/275] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[269/275] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[270/275] Compiling NIOHTTP1 HTTPTypes.swift
[271/275] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[272/275] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[273/275] Compiling NIOHTTP1 ByteCollectionUtils.swift
[274/275] Compiling NIOHTTP1 HTTPDecoder.swift
[275/275] Compiling NIOHTTP1 HTTPEncoder.swift
[277/298] Compiling AWSXRayRecorder Random.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[278/298] Compiling AWSXRayRecorder Recorder+Helpers.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[279/298] Compiling AWSXRayRecorder Recorder+NIO.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[280/300] Compiling AWSXRayRecorder HTTP.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[281/300] Compiling AWSXRayRecorder NoOpRecorder.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[282/300] Compiling AWSXRayRecorder NoOpSegment.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[283/300] Emitting module AWSXRayRecorder
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[284/300] Compiling AWSXRayRecorder StringCompat.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[285/300] Compiling AWSXRayRecorder Timestamp.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[286/300] Compiling AWSXRayRecorder Trace.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[287/300] Compiling AWSXRayRecorder AnyEncodable.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[288/300] Compiling AWSXRayRecorder Baggage.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[289/300] Compiling AWSXRayRecorder Config.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[290/300] Compiling AWSXRayRecorder Locks+Synchronized.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[291/300] Compiling AWSXRayRecorder Locks.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[292/300] Compiling AWSXRayRecorder Recorder.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[293/300] Compiling AWSXRayRecorder Segment+NIOHTTP.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[294/300] Compiling AWSXRayRecorder Segment.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[295/300] Compiling AWSXRayRecorder AWS.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[296/300] Compiling AWSXRayRecorder AnyCodable.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[297/300] Compiling AWSXRayRecorder AnyDecodable.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[298/300] Compiling AWSXRayRecorder Emitter+NIO.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[299/300] Compiling AWSXRayRecorder Emitter.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[300/300] Compiling AWSXRayRecorder Exception.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/67] Compiling Baggage BaggageContextCarrier.swift
[3/67] Compiling Atomics Primitives.shims.swift
[4/67] Compiling Atomics AtomicInteger.swift
[5/67] Compiling Atomics AtomicOptionalWrappable.swift
[6/69] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[7/70] Compiling Atomics ManagedAtomicLazyReference.swift
[8/70] Compiling Atomics AtomicReference.swift
[10/70] Compiling Atomics ManagedAtomic.swift
[11/70] Compiling Baggage BaggageContext.swift
[12/70] Emitting module Baggage
[13/71] Compiling Atomics IntegerConformances.swift
[14/71] Compiling Atomics PointerConformances.swift
[15/71] Compiling Logging MetadataProvider.swift
[18/71] Compiling Atomics AtomicMemoryOrderings.swift
[19/71] Compiling Atomics DoubleWord.swift
[21/71] Compiling Atomics AtomicStorage.swift
[22/71] Compiling Atomics AtomicValue.swift
[23/71] Compiling Atomics UnsafeAtomic.swift
[24/71] Compiling Atomics UnsafeAtomicLazyReference.swift
[26/71] Emitting module _NIOBase64
[27/71] Compiling _NIOBase64 Base64.swift
[30/73] Emitting module Logging
[31/73] Compiling Logging Locks.swift
[32/73] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[33/73] Compiling NIOConcurrencyHelpers NIOLock.swift
[34/73] Compiling NIOConcurrencyHelpers lock.swift
[35/73] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[36/73] Compiling PureSwiftJSON JSONValue.swift
[37/73] Compiling PureSwiftJSON DocumentReader.swift
[38/73] Compiling Atomics IntegerOperations.swift
[39/73] Compiling Atomics Unmanaged extensions.swift
[40/73] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[41/73] Compiling NIOConcurrencyHelpers atomics.swift
[44/73] Compiling _NIODataStructures _TinyArray.swift
[45/73] Compiling _NIODataStructures PriorityQueue.swift
[51/73] Emitting module _NIODataStructures
[52/73] Compiling _NIODataStructures Heap.swift
[53/73] Emitting module InternalCollectionsUtilities
[54/73] Emitting module NIOConcurrencyHelpers
[55/74] Emitting module PureSwiftJSON
[56/75] Compiling Atomics Primitives.native.swift
[57/75] Compiling Atomics OptionalRawRepresentable.swift
[58/75] Compiling Atomics RawRepresentable.swift
[59/75] Compiling Atomics AtomicBool.swift
[64/76] Compiling PureSwiftJSON JSONParser.swift
[69/77] Compiling Logging Logging.swift
[70/78] Compiling Logging LogHandler.swift
[72/93] Compiling DequeModule Deque+Testing.swift
[73/93] Compiling DequeModule Deque._Storage.swift
[74/95] Emitting module Atomics
[75/95] Compiling DequeModule _DequeSlot.swift
[76/95] Compiling DequeModule _UnsafeWrappedBuffer.swift
[77/95] Compiling DequeModule _DequeBuffer.swift
[78/95] Compiling DequeModule _DequeBufferHeader.swift
[79/95] Compiling DequeModule Deque._UnsafeHandle.swift
[80/95] Compiling DequeModule Deque.swift
[81/95] Compiling DequeModule Deque+Equatable.swift
[82/95] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[84/95] Compiling DequeModule Deque+Codable.swift
[85/95] Compiling DequeModule Deque+Collection.swift
[86/95] Compiling DequeModule Deque+Extras.swift
[87/95] Compiling DequeModule Deque+Hashable.swift
[93/95] Emitting module DequeModule
[94/95] Compiling DequeModule Deque+CustomReflectable.swift
[95/95] Compiling DequeModule Deque+Descriptions.swift
[98/157] Compiling NIOCore MulticastChannel.swift
[99/157] Compiling NIOCore NIOAny.swift
[100/157] Compiling NIOCore NIOCloseOnErrorHandler.swift
[101/157] Compiling NIOCore NIOLoopBound.swift
[102/157] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[103/157] Compiling NIOCore NIOScheduledCallback.swift
[104/157] Compiling NIOCore NIOSendable.swift
[105/157] Compiling NIOCore RecvByteBufferAllocator.swift
[106/165] Compiling NIOCore IO.swift
[107/165] Compiling NIOCore IOData.swift
[108/165] Compiling NIOCore IPProtocol.swift
[109/165] Compiling NIOCore IntegerBitPacking.swift
[110/165] Compiling NIOCore IntegerTypes.swift
[111/165] Compiling NIOCore Interfaces.swift
[112/165] Compiling NIOCore Linux.swift
[113/165] Compiling NIOCore MarkedCircularBuffer.swift
[114/165] Compiling NIOCore CircularBuffer.swift
[115/165] Compiling NIOCore Codec.swift
[116/165] Compiling NIOCore ConvenienceOptionSupport.swift
[117/165] Compiling NIOCore DeadChannel.swift
[118/165] Compiling NIOCore DispatchQueue+WithFuture.swift
[119/165] Compiling NIOCore EventLoop+Deprecated.swift
[120/165] Compiling NIOCore EventLoop+SerialExecutor.swift
[121/165] Compiling NIOCore EventLoop.swift
[122/165] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[123/165] Compiling NIOCore SocketAddresses.swift
[124/165] Compiling NIOCore SocketOptionProvider.swift
[125/165] Compiling NIOCore SystemCallHelpers.swift
[126/165] Compiling NIOCore TimeAmount+Duration.swift
[127/165] Compiling NIOCore TypeAssistedChannelHandler.swift
[128/165] Compiling NIOCore UniversalBootstrapSupport.swift
[129/165] Compiling NIOCore Utilities.swift
[130/165] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[131/165] Compiling NIOCore BSDSocketAPI.swift
[132/165] Compiling NIOCore ByteBuffer-aux.swift
[133/165] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[134/165] Compiling NIOCore ByteBuffer-conversions.swift
[135/165] Compiling NIOCore ByteBuffer-core.swift
[136/165] Compiling NIOCore ByteBuffer-hex.swift
[137/165] Compiling NIOCore ByteBuffer-int.swift
[138/165] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[139/165] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[140/165] Compiling NIOCore EventLoopFuture+Deprecated.swift
[141/165] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[142/165] Compiling NIOCore EventLoopFuture.swift
[143/165] Compiling NIOCore FileDescriptor.swift
[144/165] Compiling NIOCore FileHandle.swift
[145/165] Compiling NIOCore FileRegion.swift
[146/165] Compiling NIOCore GlobalSingletons.swift
[147/165] Compiling NIOCore AddressedEnvelope.swift
[148/165] Compiling NIOCore AsyncAwaitSupport.swift
[149/165] Compiling NIOCore AsyncChannel.swift
[150/165] Compiling NIOCore AsyncChannelHandler.swift
[151/165] Compiling NIOCore AsyncChannelInboundStream.swift
[152/165] Compiling NIOCore AsyncChannelOutboundWriter.swift
[153/165] Compiling NIOCore NIOAsyncSequenceProducer.swift
[154/165] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[155/165] Compiling NIOCore NIOAsyncWriter.swift
[156/165] Compiling NIOCore ByteBuffer-multi-int.swift
[157/165] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[158/165] Compiling NIOCore ByteBuffer-views.swift
[159/165] Compiling NIOCore Channel.swift
[160/165] Compiling NIOCore ChannelHandler.swift
[161/165] Compiling NIOCore ChannelHandlers.swift
[162/165] Compiling NIOCore ChannelInvoker.swift
[163/165] Compiling NIOCore ChannelOption.swift
[164/165] Compiling NIOCore ChannelPipeline.swift
[165/165] Emitting module NIOCore
[167/216] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[168/216] Emitting module NIOEmbedded
[169/216] Compiling NIOEmbedded AsyncTestingChannel.swift
[170/216] Compiling NIOEmbedded Embedded.swift
[172/217] Compiling NIOPosix ServerSocket.swift
[173/217] Compiling NIOPosix Socket.swift
[174/217] Compiling NIOPosix SocketChannel.swift
[175/217] Compiling NIOPosix SocketProtocols.swift
[176/217] Compiling NIOPosix System.swift
[177/217] Compiling NIOPosix Thread.swift
[178/223] Compiling NIOPosix BSDSocketAPICommon.swift
[179/223] Compiling NIOPosix BSDSocketAPIPosix.swift
[180/223] Compiling NIOPosix BSDSocketAPIWindows.swift
[181/223] Compiling NIOPosix BaseSocket.swift
[182/223] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[183/223] Compiling NIOPosix BaseSocketChannel.swift
[184/223] Compiling NIOPosix BaseStreamSocketChannel.swift
[185/223] Emitting module NIOPosix
[186/223] Compiling NIOPosix SelectableChannel.swift
[187/223] Compiling NIOPosix SelectableEventLoop.swift
[188/223] Compiling NIOPosix SelectorEpoll.swift
[189/223] Compiling NIOPosix SelectorGeneric.swift
[190/223] Compiling NIOPosix SelectorKqueue.swift
[191/223] Compiling NIOPosix SelectorUring.swift
[192/223] Compiling NIOPosix Bootstrap.swift
[193/223] Compiling NIOPosix ControlMessage.swift
[194/223] Compiling NIOPosix DatagramVectorReadManager.swift
[195/223] Compiling NIOPosix Errors+Any.swift
[196/223] Compiling NIOPosix FileDescriptor.swift
[197/223] Compiling NIOPosix GetaddrinfoResolver.swift
[198/223] Compiling NIOPosix HappyEyeballs.swift
[199/223] Compiling NIOPosix IO.swift
[200/223] Compiling NIOPosix IntegerBitPacking.swift
[201/223] Compiling NIOPosix IntegerTypes.swift
[202/223] Compiling NIOPosix Linux.swift
[203/223] Compiling NIOPosix LinuxCPUSet.swift
[204/223] Compiling NIOPosix LinuxUring.swift
[205/223] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[206/223] Compiling NIOPosix Pool.swift
[207/223] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[208/223] Compiling NIOPosix PosixSingletons.swift
[209/223] Compiling NIOPosix RawSocketBootstrap.swift
[210/223] Compiling NIOPosix Resolver.swift
[211/223] Compiling NIOPosix Selectable.swift
[212/223] Compiling NIOPosix NIOThreadPool.swift
[213/223] Compiling NIOPosix NonBlockingFileIO.swift
[214/223] Compiling NIOPosix PendingDatagramWritesManager.swift
[215/223] Compiling NIOPosix PendingWritesManager.swift
[216/223] Compiling NIOPosix PipeChannel.swift
[217/223] Compiling NIOPosix PipePair.swift
[218/223] Compiling NIOPosix ThreadPosix.swift
[219/223] Compiling NIOPosix ThreadWindows.swift
[220/223] Compiling NIOPosix UnsafeTransfer.swift
[221/223] Compiling NIOPosix Utilities.swift
[222/223] Compiling NIOPosix VsockAddress.swift
[223/223] Compiling NIOPosix VsockChannelEvents.swift
[225/226] Compiling NIO Exports.swift
[226/226] Emitting module NIO
[228/243] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[229/243] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[230/243] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[231/243] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[232/245] Emitting module NIOHTTP1
[233/245] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[234/245] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[235/245] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[236/245] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[237/245] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[238/245] Compiling NIOHTTP1 HTTPTypes.swift
[239/245] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[240/245] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[241/245] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[242/245] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[243/245] Compiling NIOHTTP1 ByteCollectionUtils.swift
[244/245] Compiling NIOHTTP1 HTTPDecoder.swift
[245/245] Compiling NIOHTTP1 HTTPEncoder.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[247/268] Emitting module AWSXRayRecorder
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[248/270] Compiling AWSXRayRecorder Emitter+NIO.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[249/270] Compiling AWSXRayRecorder Emitter.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[250/270] Compiling AWSXRayRecorder Exception.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[251/270] Compiling AWSXRayRecorder Locks+Synchronized.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[252/270] Compiling AWSXRayRecorder Locks.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[253/270] Compiling AWSXRayRecorder AWS.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[254/270] Compiling AWSXRayRecorder AnyCodable.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[255/270] Compiling AWSXRayRecorder AnyDecodable.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[256/270] Compiling AWSXRayRecorder StringCompat.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[257/270] Compiling AWSXRayRecorder Timestamp.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[258/270] Compiling AWSXRayRecorder Trace.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[259/270] Compiling AWSXRayRecorder Recorder.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[260/270] Compiling AWSXRayRecorder Segment+NIOHTTP.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[261/270] Compiling AWSXRayRecorder Segment.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[262/270] Compiling AWSXRayRecorder AnyEncodable.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[263/270] Compiling AWSXRayRecorder Baggage.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[264/270] Compiling AWSXRayRecorder Config.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[265/270] Compiling AWSXRayRecorder Random.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[266/270] Compiling AWSXRayRecorder Recorder+Helpers.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[267/270] Compiling AWSXRayRecorder Recorder+NIO.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[268/270] Compiling AWSXRayRecorder HTTP.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[269/270] Compiling AWSXRayRecorder NoOpRecorder.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
[270/270] Compiling AWSXRayRecorder NoOpSegment.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Timestamp.swift:19:8: error: no such module 'Glibc'
17 | import Darwin // timespec
18 | #else
19 | import Glibc // timespec
| `- error: no such module 'Glibc'
20 | #endif
21 |
BUILD FAILURE 6.1 android