The Swift Package Index logo.Swift Package Index

Build Information

Successful build of aws-xray-sdk-swift with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
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:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/pokryfka/aws-xray-sdk-swift.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/slashmo/gsoc-swift-baggage-context.git
Fetching https://github.com/fabianfett/pure-swift-json.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
[1/502] Fetching gsoc-swift-baggage-context
[503/3672] Fetching gsoc-swift-baggage-context, swift-log
[3673/4721] Fetching gsoc-swift-baggage-context, swift-log, pure-swift-json
Fetched https://github.com/slashmo/gsoc-swift-baggage-context.git from cache (0.58s)
Fetched https://github.com/fabianfett/pure-swift-json.git from cache (0.58s)
Fetched https://github.com/apple/swift-log.git from cache (0.58s)
[1/64498] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (3.93s)
Computing version for https://github.com/fabianfett/pure-swift-json.git
Computed https://github.com/fabianfett/pure-swift-json.git at 0.4.0 (0.38s)
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 (0.39s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.4 (0.38s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.63.0 (0.56s)
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/1563] Fetching swift-atomics
[361/4546] Fetching swift-atomics, swift-system
[4547/18292] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.94s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.94s)
Fetched https://github.com/apple/swift-collections.git from cache (0.96s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.2.1 (0.39s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.36s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.0 (0.63s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.5.4
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/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/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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.63.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.2.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.0
Building for debugging...
[0/30] Write sources
[12/30] Compiling CNIOWindows WSAStartup.c
[13/30] Compiling CNIOWindows shim.c
[14/30] Compiling CNIOLinux liburing_shims.c
[15/30] Compiling CNIOLLHTTP c_nio_http.c
[16/30] Compiling CNIODarwin shim.c
[16/30] Write sources
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:203:9: warning: 'RENAME_NOREPLACE' macro redefined [-Wmacro-redefined]
#define RENAME_NOREPLACE 1
        ^
/usr/include/stdio.h:164:10: note: previous definition is here
# define RENAME_NOREPLACE (1 << 0)
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:204:9: warning: 'RENAME_EXCHANGE' macro redefined [-Wmacro-redefined]
#define RENAME_EXCHANGE  2
        ^
/usr/include/stdio.h:165:10: note: previous definition is here
# define RENAME_EXCHANGE (1 << 1)
         ^
2 warnings generated.
[23/30] Compiling CNIOLinux shim.c
[24/30] Compiling CNIOLLHTTP c_nio_api.c
[25/30] Compiling _AtomicsShims.c
[26/30] Write swift-version-24593BA9C3E375BF.txt
[27/32] Compiling CNIOLLHTTP c_nio_llhttp.c
[29/74] Emitting module Logging
[30/74] Emitting module _NIODataStructures
[31/74] Emitting module _CollectionsUtilities
[31/76] Compiling c-nioatomics.c
[32/77] Compiling c-atomics.c
[34/101] Compiling Atomics AtomicBool.swift
[35/101] Compiling Atomics AtomicMemoryOrderings.swift
[36/101] Compiling Atomics Primitives.shims.swift
[37/101] Compiling Atomics AtomicInteger.swift
[38/101] Compiling Atomics AtomicOptionalWrappable.swift
[39/103] Compiling Atomics ManagedAtomic.swift
[40/103] Compiling Atomics ManagedAtomicLazyReference.swift
[41/103] Compiling Atomics AtomicReference.swift
[42/103] Compiling Atomics AtomicStorage.swift
[43/103] Compiling Atomics AtomicValue.swift
[46/103] Compiling Atomics UnsafeAtomic.swift
[47/103] Compiling Atomics UnsafeAtomicLazyReference.swift
[49/103] Compiling Atomics DoubleWord.swift
[52/103] Compiling _NIODataStructures _TinyArray.swift
[53/103] Compiling Baggage BaggageContextCarrier.swift
[54/103] Compiling Atomics PointerConformances.swift
[55/103] Compiling Atomics Primitives.native.swift
[57/103] Compiling Atomics IntegerConformances.swift
[64/104] Compiling Atomics OptionalRawRepresentable.swift
[67/104] Emitting module Baggage
[68/104] Compiling Baggage BaggageContext.swift
[75/105] Compiling Atomics RawRepresentable.swift
[76/105] Emitting module PureSwiftJSON
[79/106] Compiling _NIODataStructures PriorityQueue.swift
[80/106] Compiling _NIOBase64 Base64.swift
[81/106] Emitting module _NIOBase64
[85/107] Compiling PureSwiftJSON JSONValue.swift
[86/107] Compiling PureSwiftJSON DocumentReader.swift
[87/107] Compiling Atomics IntegerOperations.swift
[88/107] Compiling Atomics Unmanaged extensions.swift
[89/107] Emitting module NIOConcurrencyHelpers
[90/123] Compiling DequeModule _DequeBuffer.swift
[91/123] Compiling DequeModule _DequeBufferHeader.swift
[92/123] Compiling PureSwiftJSON JSONParser.swift
[94/126] Emitting module Atomics
[95/126] Compiling DequeModule Deque+Equatable.swift
[98/126] Compiling DequeModule Deque.swift
[99/126] Compiling DequeModule Deque+Testing.swift
[100/126] Compiling DequeModule Deque._Storage.swift
[102/127] Compiling DequeModule _DequeSlot.swift
[103/127] Compiling DequeModule _UnsafeWrappedBuffer.swift
[104/127] Compiling DequeModule Deque+Hashable.swift
[105/127] Compiling DequeModule Deque+Sendable.swift
[106/127] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[107/127] Compiling DequeModule Deque+Extras.swift
[108/127] Compiling DequeModule Deque+Descriptions.swift
[112/127] Compiling DequeModule Deque._UnsafeHandle.swift
[114/127] Compiling Logging MetadataProvider.swift
[115/127] Compiling NIOConcurrencyHelpers lock.swift
[116/127] Compiling _NIODataStructures Heap.swift
[118/128] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[119/128] Emitting module DequeModule
[120/128] Compiling DequeModule Deque+Codable.swift
[121/128] Compiling DequeModule Deque+Collection.swift
[122/128] Compiling DequeModule Deque+CustomReflectable.swift
[123/129] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[124/129] Compiling NIOConcurrencyHelpers NIOLock.swift
[125/129] Compiling NIOConcurrencyHelpers atomics.swift
[128/130] Compiling Logging LogHandler.swift
[129/130] Compiling Logging Locks.swift
[130/130] Compiling Logging Logging.swift
[132/188] Compiling NIOCore MarkedCircularBuffer.swift
[133/188] Compiling NIOCore MulticastChannel.swift
[134/188] Compiling NIOCore NIOAny.swift
[135/188] Compiling NIOCore NIOCloseOnErrorHandler.swift
[136/188] Compiling NIOCore NIOLoopBound.swift
[137/188] Compiling NIOCore NIOSendable.swift
[138/188] Compiling NIOCore PointerHelpers.swift
[139/188] Compiling NIOCore RecvByteBufferAllocator.swift
[140/196] Compiling NIOCore AddressedEnvelope.swift
[141/196] Compiling NIOCore AsyncAwaitSupport.swift
[142/196] Compiling NIOCore AsyncChannel.swift
[143/196] Compiling NIOCore AsyncChannelInboundStream.swift
[144/196] Compiling NIOCore AsyncChannelInboundStreamChannelHandler.swift
[145/196] Compiling NIOCore AsyncChannelOutboundWriter.swift
[146/196] Compiling NIOCore AsyncChannelOutboundWriterHandler.swift
[147/196] Compiling NIOCore NIOAsyncSequenceProducer.swift
[148/196] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[149/196] Compiling NIOCore SocketAddresses.swift
[150/196] Compiling NIOCore SocketOptionProvider.swift
[151/196] Compiling NIOCore SystemCallHelpers.swift
[152/196] Compiling NIOCore TimeAmount+Duration.swift
[153/196] Compiling NIOCore TypeAssistedChannelHandler.swift
[154/196] Compiling NIOCore UniversalBootstrapSupport.swift
[155/196] Compiling NIOCore Utilities.swift
[156/196] Compiling NIOCore GlobalSingletons.swift
[157/196] Compiling NIOCore IO.swift
[158/196] Compiling NIOCore IOData.swift
[159/196] Compiling NIOCore IPProtocol.swift
[160/196] Compiling NIOCore IntegerBitPacking.swift
[161/196] Compiling NIOCore IntegerTypes.swift
[162/196] Compiling NIOCore Interfaces.swift
[163/196] Compiling NIOCore Linux.swift
[164/196] Compiling NIOCore EventLoop+SerialExecutor.swift
[165/196] Compiling NIOCore EventLoop.swift
[166/196] Compiling NIOCore EventLoopFuture+Deprecated.swift
[167/196] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[168/196] Compiling NIOCore EventLoopFuture.swift
[169/196] Compiling NIOCore FileDescriptor.swift
[170/196] Compiling NIOCore FileHandle.swift
[171/196] Compiling NIOCore FileRegion.swift
[172/196] Compiling NIOCore ChannelOption.swift
[173/196] Compiling NIOCore ChannelPipeline.swift
[174/196] Compiling NIOCore CircularBuffer.swift
[175/196] Compiling NIOCore Codec.swift
[176/196] Compiling NIOCore ConvenienceOptionSupport.swift
[177/196] Compiling NIOCore DeadChannel.swift
[178/196] Compiling NIOCore DispatchQueue+WithFuture.swift
[179/196] Compiling NIOCore EventLoop+Deprecated.swift
[180/196] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[181/196] Compiling NIOCore NIOAsyncWriter.swift
[182/196] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[183/196] Compiling NIOCore BSDSocketAPI.swift
[184/196] Compiling NIOCore ByteBuffer-aux.swift
[185/196] Compiling NIOCore ByteBuffer-conversions.swift
[186/196] Compiling NIOCore ByteBuffer-core.swift
[187/196] Compiling NIOCore ByteBuffer-hexdump.swift
[188/196] Compiling NIOCore ByteBuffer-int.swift
[189/196] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[190/196] Compiling NIOCore ByteBuffer-multi-int.swift
[191/196] Compiling NIOCore ByteBuffer-views.swift
[192/196] Compiling NIOCore Channel.swift
[193/196] Compiling NIOCore ChannelHandler.swift
[194/196] Compiling NIOCore ChannelHandlers.swift
[195/196] Compiling NIOCore ChannelInvoker.swift
[196/196] Emitting module NIOCore
[198/248] Emitting module NIOEmbedded
[199/248] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[200/248] Compiling NIOEmbedded AsyncTestingChannel.swift
[201/248] Compiling NIOEmbedded Embedded.swift
[202/249] Compiling NIOPosix PooledRecvBufferAllocator.swift
[203/249] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[204/249] Compiling NIOPosix PosixSingletons.swift
[205/249] Compiling NIOPosix RawSocketBootstrap.swift
[206/249] Compiling NIOPosix Resolver.swift
[207/249] Compiling NIOPosix Selectable.swift
[209/255] Emitting module NIOPosix
[210/255] Compiling NIOPosix ThreadPosix.swift
[211/255] Compiling NIOPosix ThreadWindows.swift
[212/255] Compiling NIOPosix UnsafeTransfer.swift
[213/255] Compiling NIOPosix Utilities.swift
[214/255] Compiling NIOPosix VsockAddress.swift
[215/255] Compiling NIOPosix VsockChannelEvents.swift
[216/255] Compiling NIOPosix ServerSocket.swift
[217/255] Compiling NIOPosix Socket.swift
[218/255] Compiling NIOPosix SocketChannel.swift
[219/255] Compiling NIOPosix SocketProtocols.swift
[220/255] Compiling NIOPosix System.swift
[221/255] Compiling NIOPosix Thread.swift
[222/255] Compiling NIOPosix BSDSocketAPICommon.swift
[223/255] Compiling NIOPosix BSDSocketAPIPosix.swift
[224/255] Compiling NIOPosix BSDSocketAPIWindows.swift
[225/255] Compiling NIOPosix BaseSocket.swift
[226/255] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[227/255] Compiling NIOPosix BaseSocketChannel.swift
[228/255] Compiling NIOPosix BaseStreamSocketChannel.swift
[229/255] Compiling NIOPosix SelectableChannel.swift
[230/255] Compiling NIOPosix SelectableEventLoop.swift
[231/255] Compiling NIOPosix SelectorEpoll.swift
[232/255] Compiling NIOPosix SelectorGeneric.swift
[233/255] Compiling NIOPosix SelectorKqueue.swift
[234/255] Compiling NIOPosix SelectorUring.swift
[235/255] Compiling NIOPosix NonBlockingFileIO.swift
[236/255] Compiling NIOPosix PendingDatagramWritesManager.swift
[237/255] Compiling NIOPosix PendingWritesManager.swift
[238/255] Compiling NIOPosix PipeChannel.swift
[239/255] Compiling NIOPosix PipePair.swift
[240/255] Compiling NIOPosix PointerHelpers.swift
[241/255] Compiling NIOPosix Pool.swift
[242/255] Compiling NIOPosix IntegerBitPacking.swift
[243/255] Compiling NIOPosix IntegerTypes.swift
[244/255] Compiling NIOPosix Linux.swift
[245/255] Compiling NIOPosix LinuxCPUSet.swift
[246/255] Compiling NIOPosix LinuxUring.swift
[247/255] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[248/255] Compiling NIOPosix NIOThreadPool.swift
[249/255] Compiling NIOPosix Bootstrap.swift
[250/255] Compiling NIOPosix ControlMessage.swift
[251/255] Compiling NIOPosix DatagramVectorReadManager.swift
[252/255] Compiling NIOPosix FileDescriptor.swift
[253/255] Compiling NIOPosix GetaddrinfoResolver.swift
[254/255] Compiling NIOPosix HappyEyeballs.swift
[255/255] Compiling NIOPosix IO.swift
[257/258] Compiling NIO Exports.swift
[258/258] Emitting module NIO
[260/275] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[261/275] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[262/277] Emitting module NIOHTTP1
[263/277] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[264/277] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[265/277] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[266/277] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[267/277] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[268/277] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[269/277] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[270/277] Compiling NIOHTTP1 HTTPTypes.swift
[271/277] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[272/277] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[273/277] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[274/277] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[275/277] Compiling NIOHTTP1 ByteCollectionUtils.swift
[276/277] Compiling NIOHTTP1 HTTPDecoder.swift
[277/277] Compiling NIOHTTP1 HTTPEncoder.swift
[279/300] Emitting module AWSXRayRecorder
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Recorder.swift:30:30: warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
    private let isShutdown = NIOAtomic<Bool>.makeAtomic(value: false)
                             ^
[280/302] Compiling AWSXRayRecorder AWS.swift
[281/302] Compiling AWSXRayRecorder AnyCodable.swift
[282/302] Compiling AWSXRayRecorder AnyDecodable.swift
[283/302] Compiling AWSXRayRecorder HTTP.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Recorder.swift:30:30: warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
    private let isShutdown = NIOAtomic<Bool>.makeAtomic(value: false)
                             ^
[284/302] Compiling AWSXRayRecorder NoOpRecorder.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Recorder.swift:30:30: warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
    private let isShutdown = NIOAtomic<Bool>.makeAtomic(value: false)
                             ^
[285/302] Compiling AWSXRayRecorder NoOpSegment.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Recorder.swift:30:30: warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
    private let isShutdown = NIOAtomic<Bool>.makeAtomic(value: false)
                             ^
[286/302] Compiling AWSXRayRecorder Emitter+NIO.swift
[287/302] Compiling AWSXRayRecorder Emitter.swift
[288/302] Compiling AWSXRayRecorder Exception.swift
[289/302] Compiling AWSXRayRecorder StringCompat.swift
[290/302] Compiling AWSXRayRecorder Timestamp.swift
[291/302] Compiling AWSXRayRecorder Trace.swift
[292/302] Compiling AWSXRayRecorder Locks+Synchronized.swift
[293/302] Compiling AWSXRayRecorder Locks.swift
[294/302] Compiling AWSXRayRecorder AnyEncodable.swift
[295/302] Compiling AWSXRayRecorder Baggage.swift
[296/302] Compiling AWSXRayRecorder Config.swift
[297/302] Compiling AWSXRayRecorder Recorder.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Recorder.swift:30:30: warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
    private let isShutdown = NIOAtomic<Bool>.makeAtomic(value: false)
                             ^
[298/302] Compiling AWSXRayRecorder Segment+NIOHTTP.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Recorder.swift:30:30: warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
    private let isShutdown = NIOAtomic<Bool>.makeAtomic(value: false)
                             ^
[299/302] Compiling AWSXRayRecorder Segment.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Recorder.swift:30:30: warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
    private let isShutdown = NIOAtomic<Bool>.makeAtomic(value: false)
                             ^
[300/302] Compiling AWSXRayRecorder Random.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Recorder.swift:30:30: warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
    private let isShutdown = NIOAtomic<Bool>.makeAtomic(value: false)
                             ^
[301/302] Compiling AWSXRayRecorder Recorder+Helpers.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Recorder.swift:30:30: warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
    private let isShutdown = NIOAtomic<Bool>.makeAtomic(value: false)
                             ^
[302/302] Compiling AWSXRayRecorder Recorder+NIO.swift
/host/spi-builder-workspace/Sources/AWSXRayRecorder/Recorder.swift:30:30: warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
    private let isShutdown = NIOAtomic<Bool>.makeAtomic(value: false)
                             ^
[304/312] Compiling AWSXRayUDPEmitter Random.swift
[305/312] Compiling AWSXRayUDPEmitter NIOHelpers.swift
[306/312] Emitting module AWSXRayUDPEmitter
/host/spi-builder-workspace/Sources/AWSXRayUDPEmitter/UDPClient.swift:52:30: warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
    private let isShutdown = NIOAtomic<Bool>.makeAtomic(value: false)
                             ^
[307/312] Compiling AWSXRayUDPEmitter Config.swift
[308/312] Compiling AWSXRayUDPEmitter Locks.swift
[309/312] Compiling AWSXRayUDPEmitter UDPClient.swift
/host/spi-builder-workspace/Sources/AWSXRayUDPEmitter/UDPClient.swift:52:30: warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
    private let isShutdown = NIOAtomic<Bool>.makeAtomic(value: false)
                             ^
[310/312] Compiling AWSXRayUDPEmitter UDPEmitter.swift
/host/spi-builder-workspace/Sources/AWSXRayUDPEmitter/UDPClient.swift:52:30: warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
    private let isShutdown = NIOAtomic<Bool>.makeAtomic(value: false)
                             ^
[312/316] Compiling AWSXRaySDK DefaultEncoding.swift
[313/316] Emitting module AWSXRaySDK
[314/316] Compiling AWSXRaySDK DefaultRecorder.swift
[316/317] Emitting module AWSXRayTesting
/host/spi-builder-workspace/Sources/AWSXRayTesting/LogEmitter.swift:29:30: warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
    private let isShutdown = NIOAtomic<Bool>.makeAtomic(value: false)
                             ^
[317/317] Compiling AWSXRayTesting LogEmitter.swift
/host/spi-builder-workspace/Sources/AWSXRayTesting/LogEmitter.swift:29:30: warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
    private let isShutdown = NIOAtomic<Bool>.makeAtomic(value: false)
                             ^
Build complete! (44.92s)
Build complete.
Done.

Build Machine: Linux 1