The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build aws-xray-sdk-swift, reference main (c505ac), with Swift 6.1 for Android on 27 May 2025 19:37:01 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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-4609320-3":/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/slashmo/gsoc-swift-baggage-context.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/fabianfett/pure-swift-json.git
Fetching https://github.com/apple/swift-nio.git
[1/502] Fetching gsoc-swift-baggage-context
[503/4338] Fetching gsoc-swift-baggage-context, swift-log
[1769/5394] Fetching gsoc-swift-baggage-context, swift-log, pure-swift-json
[5395/81449] Fetching gsoc-swift-baggage-context, swift-log, pure-swift-json, swift-nio
Fetched https://github.com/slashmo/gsoc-swift-baggage-context.git from cache (0.44s)
Fetched https://github.com/apple/swift-log.git from cache (0.44s)
[2578/77111] Fetching pure-swift-json, swift-nio
Fetched https://github.com/fabianfett/pure-swift-json.git from cache (5.02s)
Fetched https://github.com/apple/swift-nio.git from cache (5.11s)
Computing version for https://github.com/fabianfett/pure-swift-json.git
Computed https://github.com/fabianfett/pure-swift-json.git at 0.4.0 (8.34s)
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 (4.14s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.68s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.28s)
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/4391] Fetching swift-system
[4392/6101] Fetching swift-system, swift-atomics
[6102/22692] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.42s)
Fetched https://github.com/apple/swift-system.git from cache (1.42s)
Fetched https://github.com/apple/swift-collections.git from cache (1.44s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.90s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.48s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.71s)
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-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-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
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
Building for debugging...
[0/31] Write sources
[13/31] Compiling CNIOWindows shim.c
[14/31] Compiling _AtomicsShims.c
[15/31] Compiling CNIOWASI CNIOWASI.c
[16/31] Compiling CNIOLinux liburing_shims.c
[17/31] Compiling CNIODarwin shim.c
[18/31] Compiling CNIOWindows WSAStartup.c
[18/31] Write sources
[24/31] Compiling CNIOLLHTTP c_nio_http.c
[25/31] Compiling CNIOLinux shim.c
[26/31] Compiling CNIOLLHTTP c_nio_api.c
[27/31] Write swift-version-24593BA9C3E375BF.txt
[28/41] Compiling CNIOLLHTTP c_nio_llhttp.c
[30/88] Emitting module Atomics
[31/90] Compiling _NIODataStructures _TinyArray.swift
[32/90] Compiling _NIODataStructures PriorityQueue.swift
[33/90] Compiling PureSwiftJSON ArrayKey.swift
[34/90] Compiling PureSwiftJSON JSONDecoder.swift
[35/90] Emitting module PureSwiftJSON
[36/91] Compiling PureSwiftJSON JSONKeyedEncodingContainer.swift
[37/91] Compiling PureSwiftJSON JSONSingleValueEncodingContainer.swift
[38/92] Compiling PureSwiftJSON JSONUnkeyedDecodingContainer.swift
[39/92] Compiling PureSwiftJSON JSONEncoder.swift
[42/92] Emitting module InternalCollectionsUtilities
[43/92] Compiling PureSwiftJSON JSONKeyedDecodingContainer.swift
[44/92] Compiling PureSwiftJSON JSONSingleValueDecodingContainer.swift
[45/92] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[45/92] Compiling c-nioatomics.c
[47/92] Compiling _NIOBase64 Base64.swift
[48/92] Emitting module _NIOBase64
[50/96] Compiling Atomics IntegerOperations.swift
[51/96] Compiling Atomics Unmanaged extensions.swift
[52/96] Compiling PureSwiftJSON JSONParser.swift
[52/96] Compiling c-atomics.c
[54/96] Compiling Baggage BaggageContextCarrier.swift
[55/96] Emitting module Baggage
[56/96] Compiling Baggage BaggageContext.swift
[63/97] Compiling PureSwiftJSON JSONUnkeyedEncodingContainer.swift
[64/97] Compiling InternalCollectionsUtilities Descriptions.swift
[65/97] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[67/97] Compiling PureSwiftJSON JSONError+DecodingError.swift
[68/97] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[70/98] Compiling PureSwiftJSON JSONValue.swift
[71/98] Compiling Atomics ManagedAtomic.swift
[72/98] Compiling Atomics ManagedAtomicLazyReference.swift
[75/98] Compiling PureSwiftJSON DocumentReader.swift
[76/98] Compiling Atomics UnsafeAtomic.swift
[77/98] Compiling Atomics UnsafeAtomicLazyReference.swift
[79/98] Compiling Atomics AtomicStorage.swift
[80/98] Compiling Atomics AtomicValue.swift
[81/98] Compiling _NIODataStructures Heap.swift
[83/98] Emitting module _NIODataStructures
[97/116] Compiling NIOConcurrencyHelpers lock.swift
[98/122] Emitting module NIOConcurrencyHelpers
[99/122] Compiling NIOConcurrencyHelpers NIOLock.swift
[100/122] Compiling DequeModule Deque+Equatable.swift
[101/122] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[102/122] Compiling DequeModule Deque+CustomReflectable.swift
[103/122] Compiling DequeModule Deque+Descriptions.swift
[104/124] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[105/124] Compiling DequeModule _DequeBuffer.swift
[106/124] Compiling DequeModule _DequeBufferHeader.swift
[107/124] Compiling Logging MetadataProvider.swift
[108/124] Emitting module Logging
[109/124] Compiling Logging Locks.swift
[110/124] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[111/124] Compiling NIOConcurrencyHelpers atomics.swift
[112/125] Compiling Logging LogHandler.swift
[113/125] Compiling Logging Logging.swift
[114/126] Compiling DequeModule Deque._UnsafeHandle.swift
[115/126] Compiling DequeModule Deque.swift
[116/126] Compiling DequeModule Deque+Testing.swift
[117/126] Compiling DequeModule Deque._Storage.swift
[118/126] Compiling DequeModule Deque+Extras.swift
[119/126] Compiling DequeModule Deque+Hashable.swift
[121/126] Compiling DequeModule _DequeSlot.swift
[122/126] Compiling DequeModule _UnsafeWrappedBuffer.swift
[124/126] Emitting module DequeModule
[125/126] Compiling DequeModule Deque+Codable.swift
[126/126] Compiling DequeModule Deque+Collection.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 SingleStepByteToMessageDecoder.swift
[153/195] Compiling NIOCore SocketAddresses.swift
[154/195] Compiling NIOCore SocketOptionProvider.swift
[155/195] Compiling NIOCore SystemCallHelpers.swift
[156/195] Compiling NIOCore TimeAmount+Duration.swift
[157/195] Compiling NIOCore TypeAssistedChannelHandler.swift
[158/195] Compiling NIOCore UniversalBootstrapSupport.swift
[159/195] Compiling NIOCore Utilities.swift
[160/195] Compiling NIOCore CircularBuffer.swift
[161/195] Compiling NIOCore Codec.swift
[162/195] Compiling NIOCore ConvenienceOptionSupport.swift
[163/195] Compiling NIOCore DeadChannel.swift
[164/195] Compiling NIOCore DispatchQueue+WithFuture.swift
[165/195] Compiling NIOCore EventLoop+Deprecated.swift
[166/195] Compiling NIOCore EventLoop+SerialExecutor.swift
[167/195] Compiling NIOCore EventLoop.swift
[168/195] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[169/195] Compiling NIOCore BSDSocketAPI.swift
[170/195] Compiling NIOCore ByteBuffer-aux.swift
[171/195] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[172/195] Compiling NIOCore ByteBuffer-conversions.swift
[173/195] Compiling NIOCore ByteBuffer-core.swift
[174/195] Compiling NIOCore ByteBuffer-hex.swift
[175/195] Compiling NIOCore ByteBuffer-int.swift
[176/195] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[177/195] Compiling NIOCore AddressedEnvelope.swift
[178/195] Compiling NIOCore AsyncAwaitSupport.swift
[179/195] Compiling NIOCore AsyncChannel.swift
[180/195] Compiling NIOCore AsyncChannelHandler.swift
[181/195] Compiling NIOCore AsyncChannelInboundStream.swift
[182/195] Compiling NIOCore AsyncChannelOutboundWriter.swift
[183/195] Compiling NIOCore NIOAsyncSequenceProducer.swift
[184/195] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[185/195] Compiling NIOCore NIOAsyncWriter.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] Compiling NIOEmbedded AsyncTestingChannel.swift
[198/246] Emitting module NIOEmbedded
[199/246] Compiling NIOEmbedded Embedded.swift
[200/246] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[202/247] Compiling NIOPosix Pool.swift
[203/247] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[204/247] Compiling NIOPosix PosixSingletons.swift
[205/247] Compiling NIOPosix RawSocketBootstrap.swift
[206/247] Compiling NIOPosix Resolver.swift
[207/247] Compiling NIOPosix Selectable.swift
[208/247] Compiling NIOPosix IO.swift
[209/247] Compiling NIOPosix IntegerBitPacking.swift
[210/247] Compiling NIOPosix IntegerTypes.swift
[211/247] Compiling NIOPosix Linux.swift
[212/247] Compiling NIOPosix LinuxCPUSet.swift
[213/247] Compiling NIOPosix LinuxUring.swift
[214/247] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[215/247] Compiling NIOPosix ServerSocket.swift
[216/247] Compiling NIOPosix Socket.swift
[217/247] Compiling NIOPosix SocketChannel.swift
[218/247] Compiling NIOPosix SocketProtocols.swift
[219/247] Compiling NIOPosix System.swift
[220/247] Compiling NIOPosix Thread.swift
[221/253] Compiling NIOPosix SelectableChannel.swift
[222/253] Compiling NIOPosix SelectableEventLoop.swift
[223/253] Compiling NIOPosix SelectorEpoll.swift
[224/253] Compiling NIOPosix SelectorGeneric.swift
[225/253] Compiling NIOPosix SelectorKqueue.swift
[226/253] Compiling NIOPosix SelectorUring.swift
[227/253] Compiling NIOPosix BSDSocketAPICommon.swift
[228/253] Compiling NIOPosix BSDSocketAPIPosix.swift
[229/253] Compiling NIOPosix BSDSocketAPIWindows.swift
[230/253] Compiling NIOPosix BaseSocket.swift
[231/253] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[232/253] Compiling NIOPosix BaseSocketChannel.swift
[233/253] Compiling NIOPosix BaseStreamSocketChannel.swift
[234/253] Compiling NIOPosix ThreadPosix.swift
[235/253] Compiling NIOPosix ThreadWindows.swift
[236/253] Compiling NIOPosix UnsafeTransfer.swift
[237/253] Compiling NIOPosix Utilities.swift
[238/253] Compiling NIOPosix VsockAddress.swift
[239/253] Compiling NIOPosix VsockChannelEvents.swift
[240/253] Emitting module NIOPosix
[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] Emitting module NIO
[256/256] Compiling NIO Exports.swift
[258/273] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[259/273] Compiling NIOHTTP1 HTTPHeaders+Validation.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 NIOHTTPClientUpgradeHandler.swift
[266/275] Compiling NIOHTTP1 NIOHTTPObjectAggregator.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 NIOTypedHTTPClientUpgradeHandler.swift
[272/275] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[273/275] Compiling NIOHTTP1 ByteCollectionUtils.swift
[274/275] Compiling NIOHTTP1 HTTPDecoder.swift
[275/275] Compiling NIOHTTP1 HTTPEncoder.swift
[277/298] 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 |
[278/298] 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 |
[279/298] 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 |
[280/298] 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 |
[281/298] 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 |
[282/298] 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 |
[283/298] 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 |
[284/298] 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 |
[285/298] 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 |
[286/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 |
[287/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 |
[288/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 |
[289/300] 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 |
[290/300] 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 |
[291/300] 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 |
[292/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 |
[293/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 |
[294/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 |
[295/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 |
[296/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[297/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 |
[298/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 |
[299/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 |
[300/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 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/62] Compiling PureSwiftJSON JSONUnkeyedDecodingContainer.swift
[3/62] Compiling PureSwiftJSON JSONEncoder.swift
[4/63] Compiling NIOConcurrencyHelpers lock.swift
[5/63] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[6/63] Compiling Baggage BaggageContextCarrier.swift
[7/63] Compiling Baggage BaggageContext.swift
[8/68] Emitting module Baggage
[9/69] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[10/69] Compiling Atomics ManagedAtomic.swift
[11/69] Compiling Atomics ManagedAtomicLazyReference.swift
[12/69] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[13/69] Compiling Atomics DoubleWord.swift
[14/69] Compiling PureSwiftJSON JSONSingleValueDecodingContainer.swift
[16/69] Compiling InternalCollectionsUtilities Descriptions.swift
[18/71] Compiling PureSwiftJSON ArrayKey.swift
[19/71] Compiling PureSwiftJSON JSONDecoder.swift
[21/72] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[22/72] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[23/72] Compiling NIOConcurrencyHelpers atomics.swift
[24/72] Compiling NIOConcurrencyHelpers NIOLock.swift
[25/72] Compiling Logging MetadataProvider.swift
[26/72] Compiling PureSwiftJSON JSONKeyedEncodingContainer.swift
[27/72] Compiling PureSwiftJSON JSONSingleValueEncodingContainer.swift
[30/72] Compiling _NIODataStructures Heap.swift
[31/72] Compiling _NIODataStructures PriorityQueue.swift
[32/72] Compiling _NIODataStructures _TinyArray.swift
[35/72] Compiling PureSwiftJSON JSONKeyedDecodingContainer.swift
[36/72] Compiling PureSwiftJSON JSONValue.swift
[37/72] Compiling PureSwiftJSON JSONUnkeyedEncodingContainer.swift
[38/72] Compiling PureSwiftJSON JSONError+DecodingError.swift
[39/72] Compiling PureSwiftJSON DocumentReader.swift
[42/72] Emitting module _NIODataStructures
[43/73] Emitting module _NIOBase64
[44/73] Compiling _NIOBase64 Base64.swift
[46/74] Compiling Logging Locks.swift
[47/74] Emitting module Logging
[51/74] Emitting module InternalCollectionsUtilities
[58/74] Emitting module NIOConcurrencyHelpers
[59/74] Compiling Atomics IntegerOperations.swift
[60/74] Compiling Atomics Unmanaged extensions.swift
[61/76] Emitting module PureSwiftJSON
[64/76] Compiling PureSwiftJSON JSONParser.swift
[66/77] Compiling Logging LogHandler.swift
[67/77] Compiling Logging Logging.swift
[69/93] Emitting module Atomics
[70/93] Compiling DequeModule Deque+CustomReflectable.swift
[71/93] Compiling DequeModule Deque+Descriptions.swift
[72/95] Compiling DequeModule _DequeBuffer.swift
[73/95] Compiling DequeModule _DequeBufferHeader.swift
[74/95] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[75/95] Compiling DequeModule Deque+Testing.swift
[76/95] Compiling DequeModule Deque._Storage.swift
[77/95] Compiling DequeModule _UnsafeWrappedBuffer.swift
[78/95] Compiling Atomics PointerConformances.swift
[79/95] Compiling Atomics Primitives.native.swift
[80/95] Compiling DequeModule Deque+Extras.swift
[81/95] Compiling DequeModule Deque+Hashable.swift
[82/95] Compiling DequeModule Deque._UnsafeHandle.swift
[83/96] Compiling DequeModule Deque+Equatable.swift
[86/96] Compiling DequeModule _DequeSlot.swift
[93/96] Compiling DequeModule Deque.swift
[94/96] Compiling DequeModule Deque+Codable.swift
[95/96] Compiling DequeModule Deque+Collection.swift
[96/96] Emitting module DequeModule
[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 SingleStepByteToMessageDecoder.swift
[107/165] Compiling NIOCore SocketAddresses.swift
[108/165] Compiling NIOCore SocketOptionProvider.swift
[109/165] Compiling NIOCore SystemCallHelpers.swift
[110/165] Compiling NIOCore TimeAmount+Duration.swift
[111/165] Compiling NIOCore TypeAssistedChannelHandler.swift
[112/165] Compiling NIOCore UniversalBootstrapSupport.swift
[113/165] Compiling NIOCore Utilities.swift
[114/165] Compiling NIOCore IO.swift
[115/165] Compiling NIOCore IOData.swift
[116/165] Compiling NIOCore IPProtocol.swift
[117/165] Compiling NIOCore IntegerBitPacking.swift
[118/165] Compiling NIOCore IntegerTypes.swift
[119/165] Compiling NIOCore Interfaces.swift
[120/165] Compiling NIOCore Linux.swift
[121/165] Compiling NIOCore MarkedCircularBuffer.swift
[122/165] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[123/165] Compiling NIOCore EventLoopFuture+Deprecated.swift
[124/165] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[125/165] Compiling NIOCore EventLoopFuture.swift
[126/165] Compiling NIOCore FileDescriptor.swift
[127/165] Compiling NIOCore FileHandle.swift
[128/165] Compiling NIOCore FileRegion.swift
[129/165] Compiling NIOCore GlobalSingletons.swift
[130/165] Compiling NIOCore CircularBuffer.swift
[131/165] Compiling NIOCore Codec.swift
[132/165] Compiling NIOCore ConvenienceOptionSupport.swift
[133/165] Compiling NIOCore DeadChannel.swift
[134/165] Compiling NIOCore DispatchQueue+WithFuture.swift
[135/165] Compiling NIOCore EventLoop+Deprecated.swift
[136/165] Compiling NIOCore EventLoop+SerialExecutor.swift
[137/165] Compiling NIOCore EventLoop.swift
[138/165] Compiling NIOCore AddressedEnvelope.swift
[139/165] Compiling NIOCore AsyncAwaitSupport.swift
[140/165] Compiling NIOCore AsyncChannel.swift
[141/165] Compiling NIOCore AsyncChannelHandler.swift
[142/165] Compiling NIOCore AsyncChannelInboundStream.swift
[143/165] Compiling NIOCore AsyncChannelOutboundWriter.swift
[144/165] Compiling NIOCore NIOAsyncSequenceProducer.swift
[145/165] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[146/165] Compiling NIOCore NIOAsyncWriter.swift
[147/165] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[148/165] Compiling NIOCore BSDSocketAPI.swift
[149/165] Compiling NIOCore ByteBuffer-aux.swift
[150/165] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[151/165] Compiling NIOCore ByteBuffer-conversions.swift
[152/165] Compiling NIOCore ByteBuffer-core.swift
[153/165] Compiling NIOCore ByteBuffer-hex.swift
[154/165] Compiling NIOCore ByteBuffer-int.swift
[155/165] Compiling NIOCore ByteBuffer-lengthPrefix.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] Compiling NIOEmbedded AsyncTestingChannel.swift
[169/216] Emitting module NIOEmbedded
[170/216] Compiling NIOEmbedded Embedded.swift
[172/217] Emitting module NIOPosix
[173/217] Compiling NIOPosix BSDSocketAPICommon.swift
[174/217] Compiling NIOPosix BSDSocketAPIPosix.swift
[175/217] Compiling NIOPosix BSDSocketAPIWindows.swift
[176/217] Compiling NIOPosix BaseSocket.swift
[177/217] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[178/217] Compiling NIOPosix BaseSocketChannel.swift
[179/217] Compiling NIOPosix BaseStreamSocketChannel.swift
[180/223] Compiling NIOPosix ServerSocket.swift
[181/223] Compiling NIOPosix Socket.swift
[182/223] Compiling NIOPosix SocketChannel.swift
[183/223] Compiling NIOPosix SocketProtocols.swift
[184/223] Compiling NIOPosix System.swift
[185/223] Compiling NIOPosix Thread.swift
[186/223] Compiling NIOPosix Pool.swift
[187/223] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[188/223] Compiling NIOPosix PosixSingletons.swift
[189/223] Compiling NIOPosix RawSocketBootstrap.swift
[190/223] Compiling NIOPosix Resolver.swift
[191/223] Compiling NIOPosix Selectable.swift
[192/223] Compiling NIOPosix SelectableChannel.swift
[193/223] Compiling NIOPosix SelectableEventLoop.swift
[194/223] Compiling NIOPosix SelectorEpoll.swift
[195/223] Compiling NIOPosix SelectorGeneric.swift
[196/223] Compiling NIOPosix SelectorKqueue.swift
[197/223] Compiling NIOPosix SelectorUring.swift
[198/223] Compiling NIOPosix ThreadPosix.swift
[199/223] Compiling NIOPosix ThreadWindows.swift
[200/223] Compiling NIOPosix UnsafeTransfer.swift
[201/223] Compiling NIOPosix Utilities.swift
[202/223] Compiling NIOPosix VsockAddress.swift
[203/223] Compiling NIOPosix VsockChannelEvents.swift
[204/223] Compiling NIOPosix Bootstrap.swift
[205/223] Compiling NIOPosix ControlMessage.swift
[206/223] Compiling NIOPosix DatagramVectorReadManager.swift
[207/223] Compiling NIOPosix Errors+Any.swift
[208/223] Compiling NIOPosix FileDescriptor.swift
[209/223] Compiling NIOPosix GetaddrinfoResolver.swift
[210/223] Compiling NIOPosix HappyEyeballs.swift
[211/223] Compiling NIOPosix NIOThreadPool.swift
[212/223] Compiling NIOPosix NonBlockingFileIO.swift
[213/223] Compiling NIOPosix PendingDatagramWritesManager.swift
[214/223] Compiling NIOPosix PendingWritesManager.swift
[215/223] Compiling NIOPosix PipeChannel.swift
[216/223] Compiling NIOPosix PipePair.swift
[217/223] Compiling NIOPosix IO.swift
[218/223] Compiling NIOPosix IntegerBitPacking.swift
[219/223] Compiling NIOPosix IntegerTypes.swift
[220/223] Compiling NIOPosix Linux.swift
[221/223] Compiling NIOPosix LinuxCPUSet.swift
[222/223] Compiling NIOPosix LinuxUring.swift
[223/223] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[225/226] Emitting module NIO
[226/226] Compiling NIO Exports.swift
[228/243] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[229/243] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[230/245] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[231/245] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[232/245] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[233/245] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[234/245] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[235/245] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[236/245] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[237/245] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[238/245] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[239/245] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[240/245] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[241/245] Compiling NIOHTTP1 HTTPTypes.swift
[242/245] Emitting module NIOHTTP1
[243/245] Compiling NIOHTTP1 ByteCollectionUtils.swift
[244/245] Compiling NIOHTTP1 HTTPDecoder.swift
[245/245] Compiling NIOHTTP1 HTTPEncoder.swift
[247/268] 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 |
[248/268] 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 |
[249/268] 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 |
[250/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 |
[251/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 |
[252/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 |
[253/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 |
[254/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 |
[255/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[256/270] 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 |
[257/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 |
[258/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 |
[259/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 |
[260/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 |
[261/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 |
[262/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 |
[263/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 |
[264/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 |
[265/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 |
[266/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 |
[267/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 |
[268/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 |
[269/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 |
[270/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 |
BUILD FAILURE 6.1 android