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 BSON, reference 8.2.0 (4240cf), with Swift 6.1 for Linux on 28 Apr 2025 12:20:46 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orlandos-nl/BSON.git
Reference: 8.2.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/orlandos-nl/BSON
 * tag               8.2.0      -> FETCH_HEAD
HEAD is now at 4240cf6 Merge pull request #87 from orlandos-nl/jo/expose-type-identifier
Cloned https://github.com/orlandos-nl/BSON.git
Revision (git rev-parse @):
4240cf68b5d161434034a493741f0ae08cbef017
SUCCESS checkout https://github.com/orlandos-nl/BSON.git at 8.2.0
========================================
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-3":/host -w "$PWD" registry.gitlab.com/finestructure/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 finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio.git
[1/75466] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (3.83s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (6.42s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1705] Fetching swift-atomics
[632/6058] Fetching swift-atomics, swift-system
[5668/22300] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.57s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.59s)
[4386/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.39s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.16s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.77s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.11s)
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.4
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.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/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Building for debugging...
[0/18] Write sources
[6/18] Compiling CNIOWindows WSAStartup.c
[7/18] Compiling CNIODarwin shim.c
[8/18] Compiling CNIOLinux liburing_shims.c
[8/18] Write sources
[11/18] Compiling CNIOWASI CNIOWASI.c
[12/18] Compiling CNIOWindows shim.c
[13/18] Compiling CNIOLinux shim.c
[14/18] Compiling _AtomicsShims.c
[15/18] Write swift-version-24593BA9C3E375BF.txt
[17/60] Emitting module InternalCollectionsUtilities
[18/62] Emitting module _NIODataStructures
[18/62] Compiling c-nioatomics.c
[20/62] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[21/62] Compiling InternalCollectionsUtilities Specialize.swift
[22/62] Compiling _NIODataStructures _TinyArray.swift
[22/62] Compiling c-atomics.c
[24/62] Emitting module _NIOBase64
[25/62] Compiling _NIOBase64 Base64.swift
[26/63] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[27/63] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[28/65] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[29/65] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[30/65] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[31/65] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[33/65] Compiling _NIODataStructures PriorityQueue.swift
[36/65] Compiling InternalCollectionsUtilities UInt+reversed.swift
[37/65] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[38/65] Compiling InternalCollectionsUtilities _SortedCollection.swift
[39/65] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[40/65] Compiling InternalCollectionsUtilities Debugging.swift
[41/65] Compiling InternalCollectionsUtilities Descriptions.swift
[44/69] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[45/69] Compiling InternalCollectionsUtilities Integer rank.swift
[46/69] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[50/69] Emitting module Atomics
[54/70] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[64/72] Compiling Atomics IntegerOperations.swift
[65/72] Compiling Atomics Unmanaged extensions.swift
[67/88] Compiling DequeModule _DequeBuffer.swift
[68/88] Compiling DequeModule _DequeBufferHeader.swift
[69/90] Compiling NIOConcurrencyHelpers NIOLock.swift
[70/90] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[71/90] Emitting module NIOConcurrencyHelpers
[72/90] Compiling NIOConcurrencyHelpers lock.swift
[73/90] Compiling DequeModule Deque+CustomReflectable.swift
[74/90] Compiling DequeModule Deque+Descriptions.swift
[75/90] Compiling _NIODataStructures Heap.swift
[76/91] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[77/91] Compiling NIOConcurrencyHelpers atomics.swift
[79/92] Compiling DequeModule _DequeSlot.swift
[80/92] Compiling DequeModule _UnsafeWrappedBuffer.swift
[82/92] Compiling DequeModule Deque+Equatable.swift
[83/92] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[84/92] Compiling DequeModule Deque+Extras.swift
[85/92] Compiling DequeModule Deque+Hashable.swift
[86/92] Compiling DequeModule Deque._UnsafeHandle.swift
[87/92] Compiling DequeModule Deque.swift
[88/92] Compiling DequeModule Deque+Testing.swift
[89/92] Compiling DequeModule Deque._Storage.swift
[90/92] Compiling DequeModule Deque+Codable.swift
[91/92] Compiling DequeModule Deque+Collection.swift
[92/92] Emitting module DequeModule
[94/152] Compiling NIOCore GlobalSingletons.swift
[95/152] Compiling NIOCore IO.swift
[96/152] Compiling NIOCore IOData.swift
[97/152] Compiling NIOCore IPProtocol.swift
[98/152] Compiling NIOCore IntegerBitPacking.swift
[99/152] Compiling NIOCore IntegerTypes.swift
[100/152] Compiling NIOCore Interfaces.swift
[101/152] Compiling NIOCore Linux.swift
[102/152] Compiling NIOCore MarkedCircularBuffer.swift
[103/152] Compiling NIOCore MulticastChannel.swift
[104/152] Compiling NIOCore NIOAny.swift
[105/152] Compiling NIOCore NIOCloseOnErrorHandler.swift
[106/152] Compiling NIOCore NIOLoopBound.swift
[107/152] Compiling NIOCore NIOScheduledCallback.swift
[108/152] Compiling NIOCore NIOSendable.swift
[109/152] Compiling NIOCore RecvByteBufferAllocator.swift
[110/160] Compiling NIOCore EventLoop.swift
[111/160] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[112/160] Compiling NIOCore EventLoopFuture+Deprecated.swift
[113/160] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[114/160] Compiling NIOCore EventLoopFuture.swift
[115/160] Compiling NIOCore FileDescriptor.swift
[116/160] Compiling NIOCore FileHandle.swift
[117/160] Compiling NIOCore FileRegion.swift
[118/160] Compiling NIOCore ChannelPipeline.swift
[119/160] Compiling NIOCore CircularBuffer.swift
[120/160] Compiling NIOCore Codec.swift
[121/160] Compiling NIOCore ConvenienceOptionSupport.swift
[122/160] Compiling NIOCore DeadChannel.swift
[123/160] Compiling NIOCore DispatchQueue+WithFuture.swift
[124/160] Compiling NIOCore EventLoop+Deprecated.swift
[125/160] Compiling NIOCore EventLoop+SerialExecutor.swift
[126/160] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[127/160] Compiling NIOCore SocketAddresses.swift
[128/160] Compiling NIOCore SocketOptionProvider.swift
[129/160] Compiling NIOCore SystemCallHelpers.swift
[130/160] Compiling NIOCore TimeAmount+Duration.swift
[131/160] Compiling NIOCore TypeAssistedChannelHandler.swift
[132/160] Compiling NIOCore UniversalBootstrapSupport.swift
[133/160] Compiling NIOCore Utilities.swift
[134/160] Compiling NIOCore AddressedEnvelope.swift
[135/160] Compiling NIOCore AsyncAwaitSupport.swift
[136/160] Compiling NIOCore AsyncChannel.swift
[137/160] Compiling NIOCore AsyncChannelHandler.swift
[138/160] Compiling NIOCore AsyncChannelInboundStream.swift
[139/160] Compiling NIOCore AsyncChannelOutboundWriter.swift
[140/160] Compiling NIOCore NIOAsyncSequenceProducer.swift
[141/160] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[142/160] Compiling NIOCore NIOAsyncWriter.swift
[143/160] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[144/160] Compiling NIOCore BSDSocketAPI.swift
[145/160] Compiling NIOCore ByteBuffer-aux.swift
[146/160] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[147/160] Compiling NIOCore ByteBuffer-conversions.swift
[148/160] Compiling NIOCore ByteBuffer-core.swift
[149/160] Compiling NIOCore ByteBuffer-hex.swift
[150/160] Compiling NIOCore ByteBuffer-int.swift
[151/160] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[152/160] Compiling NIOCore ByteBuffer-multi-int.swift
[153/160] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[154/160] Compiling NIOCore ByteBuffer-views.swift
[155/160] Compiling NIOCore Channel.swift
[156/160] Compiling NIOCore ChannelHandler.swift
[157/160] Compiling NIOCore ChannelHandlers.swift
[158/160] Compiling NIOCore ChannelInvoker.swift
[159/160] Compiling NIOCore ChannelOption.swift
[160/160] Emitting module NIOCore
[162/195] Compiling BSON Null.swift
[163/195] Compiling BSON ObjectId.swift
[164/195] Compiling BSON Optional.swift
[165/195] Compiling BSON PrimitiveConvertible.swift
[166/199] Compiling BSON PrimitiveEncoding.swift
[167/199] Compiling BSON CustomDebugStringConvertible.swift
[168/199] Compiling BSON Document+Array.swift
[169/199] Compiling BSON Document+Cache.swift
[170/199] Compiling BSON Document+Collection.swift
[171/199] Compiling BSON Document+Subscripts.swift
[172/199] Compiling BSON Document+Validation.swift
[173/199] Compiling BSON Document.swift
[174/199] Compiling BSON DocumentSlice.swift
[175/199] Compiling BSON ByteBuffer+Helpers.swift
[176/199] Compiling BSON AnyPrimitive.swift
[177/199] Compiling BSON Binary.swift
[178/199] Compiling BSON Decimal128.swift
[179/199] Compiling BSON JavaScript.swift
[180/199] Compiling BSON Document+Dictionary.swift
[181/199] Compiling BSON Document+Equatable.swift
[182/199] Compiling BSON Document+Helpers.swift
[183/199] Compiling BSON Document+Mutations.swift
[184/199] Compiling BSON Document+Serialization.swift
[185/199] 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 |         }
[186/199] 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 |         }
[187/199] 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 |         }
[188/199] 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 |         }
[189/199] 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 |         }
[190/199] Compiling BSON Codable.swift
[191/199] Compiling BSON BSONDecoder.swift
[192/199] Compiling BSON BSONDecoderSettings.swift
[193/199] Compiling BSON FastBSONDecoder.swift
[194/199] Compiling BSON KeyedBSONDecodingContainer.swift
[195/199] Emitting module BSON
[196/199] Compiling BSON Primitives.swift
[197/199] Compiling BSON RegularExpression.swift
[198/199] Compiling BSON Timestamp.swift
[199/199] Compiling BSON TypeIdentifier.swift
Build complete! (37.43s)
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 finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.