The Swift Package Index logo.Swift Package Index

Build Information

Successful build of BSON, reference main (aaaa20), with Swift 6.1 for Linux on 10 Apr 2026 04:14:39 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orlandos-nl/BSON.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/orlandos-nl/BSON
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at aaaa20d Merge pull request #89 from gulivero1773/main
Cloned https://github.com/orlandos-nl/BSON.git
Revision (git rev-parse @):
aaaa20dedb5c1bc1beead3d45d2eb1a5db62678d
SUCCESS checkout https://github.com/orlandos-nl/BSON.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/orlandos-nl/BSON.git
https://github.com/orlandos-nl/BSON.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.46.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    }
  ],
  "manifest_display_name" : "BSON",
  "name" : "BSON",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "BSON",
      "targets" : [
        "BSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BSONTests",
      "module_type" : "SwiftTarget",
      "name" : "BSONTests",
      "path" : "Tests/BSONTests",
      "sources" : [
        "BSONCorpusTests.swift",
        "BSONDateDecodingTests.swift",
        "BSONEncoderTests.swift",
        "BSONPublicTests.swift",
        "ObjectIdTests.swift"
      ],
      "target_dependencies" : [
        "BSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BSON",
      "module_type" : "SwiftTarget",
      "name" : "BSON",
      "path" : "Sources/BSON",
      "product_dependencies" : [
        "NIOCore"
      ],
      "product_memberships" : [
        "BSON"
      ],
      "sources" : [
        "Codable/Codable.swift",
        "Codable/Decoding/BSONDecoder.swift",
        "Codable/Decoding/BSONDecoderSettings.swift",
        "Codable/Decoding/Fast/FastBSONDecoder.swift",
        "Codable/Decoding/KeyedBSONDecodingContainer.swift",
        "Codable/Decoding/PrimitiveDecoding.swift",
        "Codable/Decoding/SingleValueBSONDecodingContainer.swift",
        "Codable/Decoding/UnkeyedBSONDecodingContainer.swift",
        "Codable/Encoding/BSONEncoder.swift",
        "Codable/Encoding/BSONEncoderStrategies.swift",
        "Codable/Encoding/PrimitiveEncoding.swift",
        "Debugging/CustomDebugStringConvertible.swift",
        "Document/Document+Array.swift",
        "Document/Document+Cache.swift",
        "Document/Document+Collection.swift",
        "Document/Document+Dictionary.swift",
        "Document/Document+Equatable.swift",
        "Document/Document+Helpers.swift",
        "Document/Document+Mutations.swift",
        "Document/Document+Serialization.swift",
        "Document/Document+Subscripts.swift",
        "Document/Document+Validation.swift",
        "Document/Document.swift",
        "Document/DocumentSlice.swift",
        "Helpers/ByteBuffer+Helpers.swift",
        "Types/AnyPrimitive.swift",
        "Types/Binary.swift",
        "Types/Decimal128.swift",
        "Types/JavaScript.swift",
        "Types/Null.swift",
        "Types/ObjectId.swift",
        "Types/Optional.swift",
        "Types/PrimitiveConvertible.swift",
        "Types/Primitives.swift",
        "Types/RegularExpression.swift",
        "Types/Timestamp.swift",
        "Types/TypeIdentifier.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7bfd71e9384436264431030299dc8a2d42d0664a168cfa1a5dd84c9bc592ccf
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio.git
[1/83101] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (10.63s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (12.39s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/1820] Fetching swift-atomics
[1821/25345] Fetching swift-atomics, swift-collections
[2292/30946] Fetching swift-atomics, swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.06s)
[3702/25345] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (2.85s)
Fetched https://github.com/apple/swift-collections.git from cache (2.91s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (4.10s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (1.27s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (1.50s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.97.1
Building for debugging...
[0/20] Write sources
[7/20] Compiling CNIOWindows shim.c
[7/20] Compiling _AtomicsShims.c
[7/20] Compiling CNIOWindows WSAStartup.c
[10/20] Compiling CNIOWASI CNIOWASI.c
[10/20] Write sources
[13/20] Compiling CNIOOpenBSD shim.c
[14/20] Compiling CNIODarwin shim.c
[15/20] Compiling CNIOLinux liburing_shims.c
[16/20] Compiling CNIOLinux shim.c
[17/20] Write swift-version-24593BA9C3E375BF.txt
[19/62] Emitting module Atomics
[20/64] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[21/64] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[22/64] Compiling _NIODataStructures PriorityQueue.swift
[23/64] Compiling _NIODataStructures _TinyArray.swift
[24/64] Emitting module _NIOBase64
[25/64] Compiling _NIOBase64 Base64.swift
[26/64] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[27/64] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[28/65] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[29/65] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[30/65] Compiling InternalCollectionsUtilities Span+Extras.swift
[31/65] Emitting module InternalCollectionsUtilities
[32/65] Compiling InternalCollectionsUtilities String+Padding.swift
[33/65] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[34/65] Compiling InternalCollectionsUtilities Debugging.swift
[35/65] Compiling InternalCollectionsUtilities Descriptions.swift
[36/65] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[37/65] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[38/65] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[39/67] Compiling InternalCollectionsUtilities _SortedCollection.swift
[40/67] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[52/67] Compiling InternalCollectionsUtilities Integer rank.swift
[53/67] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[54/67] Compiling InternalCollectionsUtilities UInt+reversed.swift
[62/101] Compiling ContainersPreview Drain+Reduce.swift
[63/101] Compiling ContainersPreview Drain.swift
[64/101] Compiling ContainersPreview Producer+Collect.swift
[65/101] Compiling ContainersPreview Producer+Filter.swift
[66/101] Compiling ContainersPreview RandomAccessContainer.swift
[67/101] Compiling ContainersPreview RangeExpression2.swift
[68/101] Compiling ContainersPreview RangeReplaceableContainer.swift
[69/101] Compiling ContainersPreview Drain+Map.swift
[70/101] Emitting module ContainersPreview
[71/101] Compiling ContainersPreview Producer+Map.swift
[72/101] Compiling ContainersPreview Producer+Reduce.swift
[73/101] Compiling ContainersPreview Producer.swift
[74/101] Compiling ContainersPreview Borrow.swift
[75/105] Compiling ContainersPreview OutputSpan+Extras.swift
[76/105] Compiling ContainersPreview TemporaryAllocation.swift
[77/105] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[78/105] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[79/105] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[80/105] Compiling ContainersPreview Container.swift
[81/105] Compiling ContainersPreview ContainerIterator.swift
[82/105] Compiling ContainersPreview DynamicContainer.swift
[83/105] Compiling ContainersPreview MutableContainer.swift
[84/105] Compiling ContainersPreview PermutableContainer.swift
[85/105] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[86/105] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[87/105] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[88/105] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[89/105] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[90/105] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[91/105] Compiling ContainersPreview BorrowingSequence.swift
[92/105] Compiling ContainersPreview BidirectionalContainer.swift
[93/105] Compiling ContainersPreview Container+Filter.swift
[94/105] Compiling ContainersPreview Container+SpanwiseZip.swift
[95/105] Compiling _NIODataStructures Heap.swift
[96/105] Emitting module _NIODataStructures
[101/107] Compiling ContainersPreview Box.swift
[102/107] Compiling ContainersPreview Inout.swift
[103/107] Compiling ContainersPreview InputSpan.swift
[104/107] Compiling ContainersPreview Shared.swift
[105/108] Compiling c-nioatomics.c
[108/148] Compiling DequeModule UniqueDeque+Hashable.swift
[109/148] Compiling DequeModule UniqueDeque+Initializers.swift
[110/148] Compiling DequeModule UniqueDeque+Insertions.swift
[111/148] Compiling DequeModule UniqueDeque+Prepend.swift
[112/148] Compiling DequeModule UniqueDeque+Removals.swift
[113/153] Compiling DequeModule RigidDeque+Removals.swift
[114/153] Compiling DequeModule RigidDeque+Replacements.swift
[115/153] Compiling DequeModule RigidDeque+Testing.swift
[116/153] Compiling DequeModule RigidDeque.swift
[117/153] Compiling DequeModule UniqueDeque+Append.swift
[118/153] Compiling DequeModule UniqueDeque+Consumption.swift
[119/153] Compiling DequeModule UniqueDeque+Container.swift
[120/153] Compiling DequeModule UniqueDeque+Descriptions.swift
[121/153] Compiling DequeModule UniqueDeque+Equatable.swift
[122/153] Compiling DequeModule UniqueDeque+Experimental.swift
[123/153] Compiling DequeModule RigidDeque+Equatable.swift
[124/153] Compiling DequeModule RigidDeque+Experimental.swift
[125/153] Compiling DequeModule RigidDeque+Hashable.swift
[126/153] Compiling DequeModule RigidDeque+Initializers.swift
[127/153] Compiling DequeModule RigidDeque+Insertions.swift
[128/153] Compiling DequeModule RigidDeque+Prepend.swift
[129/153] Compiling DequeModule _DequeBuffer.swift
[130/153] Compiling DequeModule _DequeBufferHeader.swift
[131/153] Compiling DequeModule RigidDeque+Append.swift
[132/153] Compiling DequeModule RigidDeque+Consumption.swift
[133/153] Compiling DequeModule RigidDeque+Container.swift
[134/153] Compiling DequeModule RigidDeque+Descriptions.swift
[135/153] Compiling DequeModule Deque+Codable.swift
[136/153] Compiling DequeModule Deque+Collection.swift
[137/153] Compiling DequeModule Deque+CustomReflectable.swift
[138/153] Compiling DequeModule Deque+Descriptions.swift
[139/153] Compiling DequeModule Deque+Equatable.swift
[140/153] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[140/153] Compiling c-atomics.c
[142/160] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[143/160] Compiling NIOConcurrencyHelpers NIOLock.swift
[144/160] Compiling DequeModule Deque+Extras.swift
[145/160] Compiling DequeModule Deque+Hashable.swift
[146/160] Compiling DequeModule Deque+Testing.swift
[147/160] Compiling DequeModule Deque._Storage.swift
[148/160] Compiling DequeModule Deque._UnsafeHandle.swift
[149/160] Compiling DequeModule Deque.swift
[150/160] Compiling NIOConcurrencyHelpers lock.swift
[151/160] Emitting module NIOConcurrencyHelpers
[152/160] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[153/160] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[154/160] Compiling NIOConcurrencyHelpers atomics.swift
[156/161] Compiling DequeModule UniqueDeque+Replacements.swift
[157/161] Compiling DequeModule UniqueDeque.swift
[158/161] Compiling DequeModule _DequeSlot.swift
[159/161] Compiling DequeModule _UnsafeDequeHandle.swift
[160/161] Compiling DequeModule _UnsafeDequeSegments.swift
[161/161] Emitting module DequeModule
[163/226] Compiling NIOCore NIOCoreSendableMetatype.swift
[164/226] Compiling NIOCore NIODecodedAsyncSequence.swift
[165/226] Compiling NIOCore NIOLoopBound.swift
[166/226] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[167/226] Compiling NIOCore NIOScheduledCallback.swift
[168/226] Compiling NIOCore NIOSendable.swift
[169/226] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[170/226] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[171/226] Compiling NIOCore RecvByteBufferAllocator.swift
[172/234] Compiling NIOCore EventLoopFuture+Deprecated.swift
[173/234] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[174/234] Compiling NIOCore EventLoopFuture.swift
[175/234] Compiling NIOCore FileDescriptor.swift
[176/234] Compiling NIOCore FileHandle.swift
[177/234] Compiling NIOCore FileRegion.swift
[178/234] Compiling NIOCore GlobalSingletons.swift
[179/234] Compiling NIOCore IO.swift
[180/234] Compiling NIOCore IOData.swift
[181/234] Compiling NIOCore CircularBuffer.swift
[182/234] Compiling NIOCore Codec.swift
[183/234] Compiling NIOCore ConvenienceOptionSupport.swift
[184/234] Compiling NIOCore DeadChannel.swift
[185/234] Compiling NIOCore DispatchQueue+WithFuture.swift
[186/234] Compiling NIOCore EventLoop+Deprecated.swift
[187/234] Compiling NIOCore EventLoop+SerialExecutor.swift
[188/234] Compiling NIOCore EventLoop.swift
[189/234] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[190/234] Compiling NIOCore AddressedEnvelope.swift
[191/234] Compiling NIOCore AsyncAwaitSupport.swift
[192/234] Compiling NIOCore AsyncChannel.swift
[193/234] Compiling NIOCore AsyncChannelHandler.swift
[194/234] Compiling NIOCore AsyncChannelInboundStream.swift
[195/234] Compiling NIOCore AsyncChannelOutboundWriter.swift
[196/234] Compiling NIOCore NIOAsyncSequenceProducer.swift
[197/234] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[198/234] Compiling NIOCore NIOAsyncWriter.swift
[199/234] Compiling NIOCore IPProtocol.swift
[200/234] Compiling NIOCore IntegerBitPacking.swift
[201/234] Compiling NIOCore IntegerTypes.swift
[202/234] Compiling NIOCore Interfaces.swift
[203/234] Compiling NIOCore Linux.swift
[204/234] Compiling NIOCore MarkedCircularBuffer.swift
[205/234] Compiling NIOCore MulticastChannel.swift
[206/234] Compiling NIOCore NIOAny.swift
[207/234] Compiling NIOCore NIOCloseOnErrorHandler.swift
[208/234] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[209/234] Compiling NIOCore BSDSocketAPI.swift
[210/234] Compiling NIOCore ByteBuffer-aux.swift
[211/234] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[212/234] Compiling NIOCore ByteBuffer-conversions.swift
[213/234] Compiling NIOCore ByteBuffer-core.swift
[214/234] Compiling NIOCore ByteBuffer-hex.swift
[215/234] Compiling NIOCore ByteBuffer-int.swift
[216/234] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[217/234] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[218/234] Compiling NIOCore SocketAddresses.swift
[219/234] Compiling NIOCore SocketOptionProvider.swift
[220/234] Compiling NIOCore SystemCallHelpers.swift
[221/234] Compiling NIOCore TimeAmount+Duration.swift
[222/234] Compiling NIOCore TypeAssistedChannelHandler.swift
[223/234] Compiling NIOCore UniversalBootstrapSupport.swift
[224/234] Compiling NIOCore Utilities.swift
[225/234] Compiling NIOCore ByteBuffer-multi-int.swift
[226/234] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[227/234] Compiling NIOCore ByteBuffer-views.swift
[228/234] Compiling NIOCore Channel.swift
[229/234] Compiling NIOCore ChannelHandler.swift
[230/234] Compiling NIOCore ChannelHandlers.swift
[231/234] Compiling NIOCore ChannelInvoker.swift
[232/234] Compiling NIOCore ChannelOption.swift
[233/234] Compiling NIOCore ChannelPipeline.swift
[234/234] Emitting module NIOCore
[236/269] Compiling BSON Null.swift
[237/269] Compiling BSON ObjectId.swift
[238/269] Compiling BSON Optional.swift
[239/269] Compiling BSON PrimitiveConvertible.swift
[240/269] Compiling BSON Document+Dictionary.swift
[241/269] Compiling BSON Document+Equatable.swift
[242/269] Compiling BSON Document+Helpers.swift
[243/269] Compiling BSON Document+Mutations.swift
[244/269] Compiling BSON Document+Serialization.swift
[245/269] Compiling BSON PrimitiveDecoding.swift
/host/spi-builder-workspace/Sources/BSON/Codable/Encoding/BSONEncoder.swift:84:33: warning: immutable value 'primitive' was never used; consider replacing with '_' or removing it
 82 |             case .document(let document):
 83 |                 document
 84 |             case .primitive(let primitive):
    |                                 `- warning: immutable value 'primitive' was never used; consider replacing with '_' or removing it
 85 |                 nil
 86 |             case nil:
/host/spi-builder-workspace/Sources/BSON/Codable/Encoding/BSONEncoder.swift:174:32: warning: result of call to 'removeValue(forKey:)' is unused
172 |                 self.document?.appendValue(newValue, forKey: converted(key.stringValue))
173 |             } else {
174 |                 self.document?.removeValue(forKey: converted(key.stringValue))
    |                                `- warning: result of call to 'removeValue(forKey:)' is unused
175 |             }
176 |         }
[246/269] Compiling BSON SingleValueBSONDecodingContainer.swift
/host/spi-builder-workspace/Sources/BSON/Codable/Encoding/BSONEncoder.swift:84:33: warning: immutable value 'primitive' was never used; consider replacing with '_' or removing it
 82 |             case .document(let document):
 83 |                 document
 84 |             case .primitive(let primitive):
    |                                 `- warning: immutable value 'primitive' was never used; consider replacing with '_' or removing it
 85 |                 nil
 86 |             case nil:
/host/spi-builder-workspace/Sources/BSON/Codable/Encoding/BSONEncoder.swift:174:32: warning: result of call to 'removeValue(forKey:)' is unused
172 |                 self.document?.appendValue(newValue, forKey: converted(key.stringValue))
173 |             } else {
174 |                 self.document?.removeValue(forKey: converted(key.stringValue))
    |                                `- warning: result of call to 'removeValue(forKey:)' is unused
175 |             }
176 |         }
[247/269] Compiling BSON UnkeyedBSONDecodingContainer.swift
/host/spi-builder-workspace/Sources/BSON/Codable/Encoding/BSONEncoder.swift:84:33: warning: immutable value 'primitive' was never used; consider replacing with '_' or removing it
 82 |             case .document(let document):
 83 |                 document
 84 |             case .primitive(let primitive):
    |                                 `- warning: immutable value 'primitive' was never used; consider replacing with '_' or removing it
 85 |                 nil
 86 |             case nil:
/host/spi-builder-workspace/Sources/BSON/Codable/Encoding/BSONEncoder.swift:174:32: warning: result of call to 'removeValue(forKey:)' is unused
172 |                 self.document?.appendValue(newValue, forKey: converted(key.stringValue))
173 |             } else {
174 |                 self.document?.removeValue(forKey: converted(key.stringValue))
    |                                `- warning: result of call to 'removeValue(forKey:)' is unused
175 |             }
176 |         }
[248/269] Compiling BSON BSONEncoder.swift
/host/spi-builder-workspace/Sources/BSON/Codable/Encoding/BSONEncoder.swift:84:33: warning: immutable value 'primitive' was never used; consider replacing with '_' or removing it
 82 |             case .document(let document):
 83 |                 document
 84 |             case .primitive(let primitive):
    |                                 `- warning: immutable value 'primitive' was never used; consider replacing with '_' or removing it
 85 |                 nil
 86 |             case nil:
/host/spi-builder-workspace/Sources/BSON/Codable/Encoding/BSONEncoder.swift:174:32: warning: result of call to 'removeValue(forKey:)' is unused
172 |                 self.document?.appendValue(newValue, forKey: converted(key.stringValue))
173 |             } else {
174 |                 self.document?.removeValue(forKey: converted(key.stringValue))
    |                                `- warning: result of call to 'removeValue(forKey:)' is unused
175 |             }
176 |         }
[249/269] Compiling BSON BSONEncoderStrategies.swift
/host/spi-builder-workspace/Sources/BSON/Codable/Encoding/BSONEncoder.swift:84:33: warning: immutable value 'primitive' was never used; consider replacing with '_' or removing it
 82 |             case .document(let document):
 83 |                 document
 84 |             case .primitive(let primitive):
    |                                 `- warning: immutable value 'primitive' was never used; consider replacing with '_' or removing it
 85 |                 nil
 86 |             case nil:
/host/spi-builder-workspace/Sources/BSON/Codable/Encoding/BSONEncoder.swift:174:32: warning: result of call to 'removeValue(forKey:)' is unused
172 |                 self.document?.appendValue(newValue, forKey: converted(key.stringValue))
173 |             } else {
174 |                 self.document?.removeValue(forKey: converted(key.stringValue))
    |                                `- warning: result of call to 'removeValue(forKey:)' is unused
175 |             }
176 |         }
[250/273] Compiling BSON AnyPrimitive.swift
[251/273] Compiling BSON Binary.swift
[252/273] Compiling BSON Decimal128.swift
[253/273] Compiling BSON JavaScript.swift
[254/273] Compiling BSON Document+Subscripts.swift
[255/273] Compiling BSON Document+Validation.swift
[256/273] Compiling BSON Document.swift
[257/273] Compiling BSON DocumentSlice.swift
[258/273] Compiling BSON ByteBuffer+Helpers.swift
[259/273] Compiling BSON PrimitiveEncoding.swift
[260/273] Compiling BSON CustomDebugStringConvertible.swift
[261/273] Compiling BSON Document+Array.swift
[262/273] Compiling BSON Document+Cache.swift
[263/273] Compiling BSON Document+Collection.swift
[264/273] Compiling BSON Codable.swift
[265/273] Compiling BSON BSONDecoder.swift
[266/273] Compiling BSON BSONDecoderSettings.swift
[267/273] Compiling BSON FastBSONDecoder.swift
[268/273] Compiling BSON KeyedBSONDecodingContainer.swift
[269/273] Emitting module BSON
[270/273] Compiling BSON Primitives.swift
[271/273] Compiling BSON RegularExpression.swift
[272/273] Compiling BSON Timestamp.swift
[273/273] Compiling BSON TypeIdentifier.swift
Build complete! (81.23s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.46.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    }
  ],
  "manifest_display_name" : "BSON",
  "name" : "BSON",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "BSON",
      "targets" : [
        "BSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BSONTests",
      "module_type" : "SwiftTarget",
      "name" : "BSONTests",
      "path" : "Tests/BSONTests",
      "sources" : [
        "BSONCorpusTests.swift",
        "BSONDateDecodingTests.swift",
        "BSONEncoderTests.swift",
        "BSONPublicTests.swift",
        "ObjectIdTests.swift"
      ],
      "target_dependencies" : [
        "BSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BSON",
      "module_type" : "SwiftTarget",
      "name" : "BSON",
      "path" : "Sources/BSON",
      "product_dependencies" : [
        "NIOCore"
      ],
      "product_memberships" : [
        "BSON"
      ],
      "sources" : [
        "Codable/Codable.swift",
        "Codable/Decoding/BSONDecoder.swift",
        "Codable/Decoding/BSONDecoderSettings.swift",
        "Codable/Decoding/Fast/FastBSONDecoder.swift",
        "Codable/Decoding/KeyedBSONDecodingContainer.swift",
        "Codable/Decoding/PrimitiveDecoding.swift",
        "Codable/Decoding/SingleValueBSONDecodingContainer.swift",
        "Codable/Decoding/UnkeyedBSONDecodingContainer.swift",
        "Codable/Encoding/BSONEncoder.swift",
        "Codable/Encoding/BSONEncoderStrategies.swift",
        "Codable/Encoding/PrimitiveEncoding.swift",
        "Debugging/CustomDebugStringConvertible.swift",
        "Document/Document+Array.swift",
        "Document/Document+Cache.swift",
        "Document/Document+Collection.swift",
        "Document/Document+Dictionary.swift",
        "Document/Document+Equatable.swift",
        "Document/Document+Helpers.swift",
        "Document/Document+Mutations.swift",
        "Document/Document+Serialization.swift",
        "Document/Document+Subscripts.swift",
        "Document/Document+Validation.swift",
        "Document/Document.swift",
        "Document/DocumentSlice.swift",
        "Helpers/ByteBuffer+Helpers.swift",
        "Types/AnyPrimitive.swift",
        "Types/Binary.swift",
        "Types/Decimal128.swift",
        "Types/JavaScript.swift",
        "Types/Null.swift",
        "Types/ObjectId.swift",
        "Types/Optional.swift",
        "Types/PrimitiveConvertible.swift",
        "Types/Primitives.swift",
        "Types/RegularExpression.swift",
        "Types/Timestamp.swift",
        "Types/TypeIdentifier.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7bfd71e9384436264431030299dc8a2d42d0664a168cfa1a5dd84c9bc592ccf
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Done.