The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of swift-bson with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-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/mongodb/swift-bson.git
Reference: v3.1.0
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/mongodb/swift-bson
 * tag               v3.1.0     -> FETCH_HEAD
HEAD is now at d18d979 Update README for 3.1.0
Cloned https://github.com/mongodb/swift-bson.git
Revision (git rev-parse @):
d18d9798987b737a7162ce6678da18561b5c629a
SUCCESS checkout https://github.com/mongodb/swift-bson.git at v3.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/mongodb/swift-bson.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/swift-extras/swift-extras-json
Fetching https://github.com/swift-extras/swift-extras-base64
Fetching https://github.com/apple/swift-nio
[1/1049] Fetching swift-extras-json
[1050/1673] Fetching swift-extras-json, swift-extras-base64
[1674/18964] Fetching swift-extras-json, swift-extras-base64, nimble
[18274/83461] Fetching swift-extras-json, swift-extras-base64, nimble, swift-nio
Fetched https://github.com/Quick/Nimble.git from cache (2.48s)
[30052/66170] Fetching swift-extras-json, swift-extras-base64, swift-nio
Fetched https://github.com/swift-extras/swift-extras-base64 from cache (5.01s)
Fetched https://github.com/swift-extras/swift-extras-json from cache (5.01s)
Fetched https://github.com/apple/swift-nio from cache (5.08s)
Computing version for https://github.com/swift-extras/swift-extras-base64
Computed https://github.com/swift-extras/swift-extras-base64 at 0.5.0 (0.48s)
Computing version for https://github.com/swift-extras/swift-extras-json
Computed https://github.com/swift-extras/swift-extras-json at 0.6.0 (0.58s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (0.48s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.63.0 (0.69s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/2983] Fetching swift-system
[61/4546] Fetching swift-system, swift-atomics
[4547/18292] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.44s)
[3076/15309] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.19s)
Fetched https://github.com/apple/swift-collections.git from cache (1.21s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.2.1 (0.52s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.46s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.0 (0.80s)
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/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.0
Creating working copy for https://github.com/swift-extras/swift-extras-base64
Working copy of https://github.com/swift-extras/swift-extras-base64 resolved at 0.5.0
Creating working copy for https://github.com/swift-extras/swift-extras-json
Working copy of https://github.com/swift-extras/swift-extras-json resolved at 0.6.0
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.1.2
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio 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
Building for debugging...
[0/22] Write sources
[12/22] Compiling CNIOWindows WSAStartup.c
[13/22] Compiling CNIOLinux liburing_shims.c
[14/22] Write sources
[15/22] Compiling _AtomicsShims.c
[16/22] Compiling CNIODarwin shim.c
/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.
[17/22] Compiling CNIOLinux shim.c
[18/22] Compiling CNIOWindows shim.c
[19/22] Write swift-version-24593BA9C3E375BF.txt
[21/81] Emitting module _NIODataStructures
[21/81] Compiling c-nioatomics.c
[22/81] Compiling c-atomics.c
[24/87] Emitting module Atomics
[25/89] Compiling Atomics IntegerOperations.swift
[26/89] Compiling Atomics Unmanaged extensions.swift
[27/89] Compiling Atomics OptionalRawRepresentable.swift
[28/89] Compiling Atomics RawRepresentable.swift
[29/89] Compiling Atomics Primitives.shims.swift
[30/89] Compiling Atomics AtomicInteger.swift
[31/89] Compiling Atomics AtomicOptionalWrappable.swift
[32/91] Emitting module ExtrasJSON
[33/91] Compiling Atomics UnsafeAtomic.swift
[34/91] Compiling Atomics UnsafeAtomicLazyReference.swift
[37/91] Compiling Atomics AtomicBool.swift
[38/91] Compiling Atomics IntegerConformances.swift
[39/91] Compiling Atomics PointerConformances.swift
[40/92] Compiling Atomics AtomicMemoryOrderings.swift
[42/92] Compiling Atomics DoubleWord.swift
[46/92] Compiling Atomics AtomicReference.swift
[47/92] Compiling Atomics AtomicStorage.swift
[48/92] Compiling Atomics AtomicValue.swift
[49/92] Compiling _CollectionsUtilities UnsafeBufferPointer+Extras.swift
[50/92] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[60/92] Compiling Atomics Primitives.native.swift
[61/92] Emitting module _CollectionsUtilities
[62/92] Compiling ExtrasBase64 DecodingError.swift
[69/92] Compiling ExtrasBase64 Base64.swift
[72/92] Compiling ExtrasJSON JSONValue.swift
[73/92] Emitting module _NIOBase64
[74/92] Compiling _NIOBase64 Base64.swift
[75/93] Compiling ExtrasJSON DocumentReader.swift
[77/93] Compiling _NIODataStructures PriorityQueue.swift
[78/93] Compiling _NIODataStructures _TinyArray.swift
[86/95] Emitting module NIOConcurrencyHelpers
[87/111] Compiling ExtrasJSON JSONParser.swift
[89/112] Compiling DequeModule _DequeBuffer.swift
[90/112] Compiling DequeModule _DequeBufferHeader.swift
[91/114] Compiling DequeModule Deque+Hashable.swift
[92/114] Compiling DequeModule Deque+Sendable.swift
[93/114] Compiling NIOConcurrencyHelpers lock.swift
[94/114] Compiling _NIODataStructures Heap.swift
[95/114] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[96/115] Compiling DequeModule _DequeSlot.swift
[97/115] Compiling DequeModule _UnsafeWrappedBuffer.swift
[99/115] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[100/115] Compiling NIOConcurrencyHelpers NIOLock.swift
[101/115] Compiling NIOConcurrencyHelpers atomics.swift
[102/115] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[103/115] Compiling DequeModule Deque+Extras.swift
[104/115] Compiling DequeModule Deque+Testing.swift
[105/115] Compiling DequeModule Deque._Storage.swift
[106/115] Compiling DequeModule Deque._UnsafeHandle.swift
[107/115] Compiling DequeModule Deque.swift
[109/116] Compiling DequeModule Deque+Descriptions.swift
[110/116] Compiling DequeModule Deque+Equatable.swift
[111/116] Compiling DequeModule Deque+Codable.swift
[112/116] Compiling DequeModule Deque+Collection.swift
[113/116] Compiling DequeModule Deque+CustomReflectable.swift
[114/116] Emitting module DequeModule
[116/174] Emitting module ExtrasBase64
[117/174] Compiling NIOCore MarkedCircularBuffer.swift
[118/174] Compiling NIOCore MulticastChannel.swift
[119/174] Compiling NIOCore NIOAny.swift
[120/174] Compiling NIOCore NIOCloseOnErrorHandler.swift
[121/174] Compiling NIOCore NIOLoopBound.swift
[122/174] Compiling NIOCore NIOSendable.swift
[123/174] Compiling NIOCore PointerHelpers.swift
[124/174] Compiling NIOCore RecvByteBufferAllocator.swift
[125/182] Compiling ExtrasBase64 Chromium.swift
[127/183] Compiling NIOCore GlobalSingletons.swift
[128/183] Compiling NIOCore IO.swift
[129/183] Compiling NIOCore IOData.swift
[130/183] Compiling NIOCore IPProtocol.swift
[131/183] Compiling NIOCore IntegerBitPacking.swift
[132/183] Compiling NIOCore IntegerTypes.swift
[133/183] Compiling NIOCore Interfaces.swift
[134/183] Compiling NIOCore Linux.swift
[135/183] Compiling NIOCore EventLoop+SerialExecutor.swift
[136/183] Compiling NIOCore EventLoop.swift
[137/183] Compiling NIOCore EventLoopFuture+Deprecated.swift
[138/183] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[139/183] Compiling NIOCore EventLoopFuture.swift
[140/183] Compiling NIOCore FileDescriptor.swift
[141/183] Compiling NIOCore FileHandle.swift
[142/183] Compiling NIOCore FileRegion.swift
[143/183] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[144/183] Compiling NIOCore SocketAddresses.swift
[145/183] Compiling NIOCore SocketOptionProvider.swift
[146/183] Compiling NIOCore SystemCallHelpers.swift
[147/183] Compiling NIOCore TimeAmount+Duration.swift
[148/183] Compiling NIOCore TypeAssistedChannelHandler.swift
[149/183] Compiling NIOCore UniversalBootstrapSupport.swift
[150/183] Compiling NIOCore Utilities.swift
[151/183] Compiling NIOCore ChannelOption.swift
[152/183] Compiling NIOCore ChannelPipeline.swift
[153/183] Compiling NIOCore CircularBuffer.swift
[154/183] Compiling NIOCore Codec.swift
[155/183] Compiling NIOCore ConvenienceOptionSupport.swift
[156/183] Compiling NIOCore DeadChannel.swift
[157/183] Compiling NIOCore DispatchQueue+WithFuture.swift
[158/183] Compiling NIOCore EventLoop+Deprecated.swift
[159/183] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[160/183] Compiling NIOCore NIOAsyncWriter.swift
[161/183] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[162/183] Compiling NIOCore BSDSocketAPI.swift
[163/183] Compiling NIOCore ByteBuffer-aux.swift
[164/183] Compiling NIOCore ByteBuffer-conversions.swift
[165/183] Compiling NIOCore ByteBuffer-core.swift
[166/183] Compiling NIOCore ByteBuffer-hexdump.swift
[167/183] Compiling NIOCore AddressedEnvelope.swift
[168/183] Compiling NIOCore AsyncAwaitSupport.swift
[169/183] Compiling NIOCore AsyncChannel.swift
[170/183] Compiling NIOCore AsyncChannelInboundStream.swift
[171/183] Compiling NIOCore AsyncChannelInboundStreamChannelHandler.swift
[172/183] Compiling NIOCore AsyncChannelOutboundWriter.swift
[173/183] Compiling NIOCore AsyncChannelOutboundWriterHandler.swift
[174/183] Compiling NIOCore NIOAsyncSequenceProducer.swift
[175/183] Compiling NIOCore ByteBuffer-int.swift
[176/183] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[177/183] Compiling NIOCore ByteBuffer-multi-int.swift
[178/183] Compiling NIOCore ByteBuffer-views.swift
[179/183] Compiling NIOCore Channel.swift
[180/183] Compiling NIOCore ChannelHandler.swift
[181/183] Compiling NIOCore ChannelHandlers.swift
[182/183] Compiling NIOCore ChannelInvoker.swift
[183/183] Emitting module NIOCore
[185/235] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[186/235] Compiling NIOEmbedded Embedded.swift
[187/235] Compiling NIOEmbedded AsyncTestingChannel.swift
[188/235] Emitting module NIOEmbedded
[190/236] Emitting module NIOPosix
[191/242] Compiling NIOPosix PooledRecvBufferAllocator.swift
[192/242] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[193/242] Compiling NIOPosix PosixSingletons.swift
[194/242] Compiling NIOPosix RawSocketBootstrap.swift
[195/242] Compiling NIOPosix Resolver.swift
[196/242] Compiling NIOPosix Selectable.swift
[197/242] Compiling NIOPosix ServerSocket.swift
[198/242] Compiling NIOPosix Socket.swift
[199/242] Compiling NIOPosix SocketChannel.swift
[200/242] Compiling NIOPosix SocketProtocols.swift
[201/242] Compiling NIOPosix System.swift
[202/242] Compiling NIOPosix Thread.swift
[203/242] Compiling NIOPosix IntegerBitPacking.swift
[204/242] Compiling NIOPosix IntegerTypes.swift
[205/242] Compiling NIOPosix Linux.swift
[206/242] Compiling NIOPosix LinuxCPUSet.swift
[207/242] Compiling NIOPosix LinuxUring.swift
[208/242] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[209/242] Compiling NIOPosix NIOThreadPool.swift
[210/242] Compiling NIOPosix SelectableChannel.swift
[211/242] Compiling NIOPosix SelectableEventLoop.swift
[212/242] Compiling NIOPosix SelectorEpoll.swift
[213/242] Compiling NIOPosix SelectorGeneric.swift
[214/242] Compiling NIOPosix SelectorKqueue.swift
[215/242] Compiling NIOPosix SelectorUring.swift
[216/242] Compiling NIOPosix ThreadPosix.swift
[217/242] Compiling NIOPosix ThreadWindows.swift
[218/242] Compiling NIOPosix UnsafeTransfer.swift
[219/242] Compiling NIOPosix Utilities.swift
[220/242] Compiling NIOPosix VsockAddress.swift
[221/242] Compiling NIOPosix VsockChannelEvents.swift
[222/242] Compiling NIOPosix NonBlockingFileIO.swift
[223/242] Compiling NIOPosix PendingDatagramWritesManager.swift
[224/242] Compiling NIOPosix PendingWritesManager.swift
[225/242] Compiling NIOPosix PipeChannel.swift
[226/242] Compiling NIOPosix PipePair.swift
[227/242] Compiling NIOPosix PointerHelpers.swift
[228/242] Compiling NIOPosix Pool.swift
[229/242] Compiling NIOPosix BSDSocketAPICommon.swift
[230/242] Compiling NIOPosix BSDSocketAPIPosix.swift
[231/242] Compiling NIOPosix BSDSocketAPIWindows.swift
[232/242] Compiling NIOPosix BaseSocket.swift
[233/242] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[234/242] Compiling NIOPosix BaseSocketChannel.swift
[235/242] Compiling NIOPosix BaseStreamSocketChannel.swift
[236/242] Compiling NIOPosix Bootstrap.swift
[237/242] Compiling NIOPosix ControlMessage.swift
[238/242] Compiling NIOPosix DatagramVectorReadManager.swift
[239/242] Compiling NIOPosix FileDescriptor.swift
[240/242] Compiling NIOPosix GetaddrinfoResolver.swift
[241/242] Compiling NIOPosix HappyEyeballs.swift
[242/242] Compiling NIOPosix IO.swift
[244/245] Compiling NIO Exports.swift
[245/245] Emitting module NIO
[247/274] Emitting module SwiftBSON
/host/spi-builder-workspace/Sources/SwiftBSON/BSONObjectID.swift:161:27: warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
    internal var counter: NIOAtomic<UInt32>
                          ^
[248/277] Compiling SwiftBSON BSONSymbol.swift
[249/277] Compiling SwiftBSON BSONTimestamp.swift
[250/277] Compiling SwiftBSON BSONValue.swift
[251/277] Compiling SwiftBSON Bool+BSONValue.swift
[252/277] Compiling SwiftBSON Double+BSONValue.swift
[253/277] Compiling SwiftBSON ExtendedJSONDecoder.swift
[254/277] Compiling SwiftBSON ExtendedJSONEncoder.swift
[255/277] Compiling SwiftBSON ByteBuffer+BSON.swift
[256/277] Compiling SwiftBSON CodableNumber.swift
[257/277] Compiling SwiftBSON CodingStrategies.swift
[258/277] Compiling SwiftBSON Date+BSONValue.swift
[259/277] Compiling SwiftBSON Array+BSONValue.swift
[260/277] Compiling SwiftBSON BSON.swift
[261/277] Compiling SwiftBSON BSONBinary.swift
[262/277] Compiling SwiftBSON BSONCode.swift
[263/277] Compiling SwiftBSON Integers+BSONValue.swift
[264/277] Compiling SwiftBSON JSON.swift
[265/277] Compiling SwiftBSON String+BSONValue.swift
[266/277] Compiling SwiftBSON BSONDocument+Sequence.swift
[267/277] Compiling SwiftBSON BSONDocument.swift
[268/277] Compiling SwiftBSON BSONDocumentIterator.swift
[269/277] Compiling SwiftBSON BSONEncoder.swift
[270/277] Compiling SwiftBSON BSONError.swift
/host/spi-builder-workspace/Sources/SwiftBSON/BSONObjectID.swift:161:27: warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
    internal var counter: NIOAtomic<UInt32>
                          ^
/host/spi-builder-workspace/Sources/SwiftBSON/BSONObjectID.swift:172:24: warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
        self.counter = NIOAtomic<UInt32>.makeAtomic(value: UInt32.random(in: 0...ObjectIDGenerator.COUNTER_MAX))
                       ^
[271/277] Compiling SwiftBSON BSONNulls.swift
/host/spi-builder-workspace/Sources/SwiftBSON/BSONObjectID.swift:161:27: warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
    internal var counter: NIOAtomic<UInt32>
                          ^
/host/spi-builder-workspace/Sources/SwiftBSON/BSONObjectID.swift:172:24: warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
        self.counter = NIOAtomic<UInt32>.makeAtomic(value: UInt32.random(in: 0...ObjectIDGenerator.COUNTER_MAX))
                       ^
[272/277] Compiling SwiftBSON BSONObjectID.swift
/host/spi-builder-workspace/Sources/SwiftBSON/BSONObjectID.swift:161:27: warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
    internal var counter: NIOAtomic<UInt32>
                          ^
/host/spi-builder-workspace/Sources/SwiftBSON/BSONObjectID.swift:172:24: warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
        self.counter = NIOAtomic<UInt32>.makeAtomic(value: UInt32.random(in: 0...ObjectIDGenerator.COUNTER_MAX))
                       ^
[273/277] Compiling SwiftBSON BSONRegularExpression.swift
/host/spi-builder-workspace/Sources/SwiftBSON/BSONObjectID.swift:161:27: warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
    internal var counter: NIOAtomic<UInt32>
                          ^
/host/spi-builder-workspace/Sources/SwiftBSON/BSONObjectID.swift:172:24: warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
        self.counter = NIOAtomic<UInt32>.makeAtomic(value: UInt32.random(in: 0...ObjectIDGenerator.COUNTER_MAX))
                       ^
[274/277] Compiling SwiftBSON BSONDBPointer.swift
[275/277] Compiling SwiftBSON BSONDecimal128.swift
[276/277] Compiling SwiftBSON BSONDecoder.swift
[277/277] Compiling SwiftBSON BSONDocument+Collection.swift
Build complete! (77.83s)
Build complete.
Done.