The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of swift-bson, reference main (de9447), with Swift 6.1 for Android on 28 May 2025 05:17:36 UTC.

Swift 6 data race errors: 17

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mongodb/swift-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/mongodb/swift-bson
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at de94473 update team members
Cloned https://github.com/mongodb/swift-bson.git
Revision (git rev-parse @):
de94473c2b872334937117af19c6c5f3e810e0ab
SUCCESS checkout https://github.com/mongodb/swift-bson.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mongodb/swift-bson.git
https://github.com/mongodb/swift-bson.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.32.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio"
    },
    {
      "identity" : "swift-extras-json",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "0.7.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-extras/swift-extras-json"
    },
    {
      "identity" : "swift-extras-base64",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "0.6.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-extras/swift-extras-base64"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.0.0",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble"
    }
  ],
  "manifest_display_name" : "swift-bson",
  "name" : "swift-bson",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftBSON",
      "targets" : [
        "SwiftBSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftBSONTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftBSONTests",
      "path" : "Tests/SwiftBSONTests",
      "product_dependencies" : [
        "Nimble",
        "ExtrasJSON"
      ],
      "sources" : [
        "BSONCorpusTests.swift",
        "BSONDocument+CollectionTests.swift",
        "BSONDocument+SequenceTests.swift",
        "BSONDocumentIteratorTests.swift",
        "BSONObjectIDTests.swift",
        "BSONTests.swift",
        "BSONValueTests.swift",
        "CodecTests.swift",
        "CommonTestUtils.swift",
        "DocumentTests.swift",
        "ExtendedJSONConversionTests.swift",
        "JSONTests.swift",
        "LeakCheckTests.swift"
      ],
      "target_dependencies" : [
        "SwiftBSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftBSON",
      "module_type" : "SwiftTarget",
      "name" : "SwiftBSON",
      "path" : "Sources/SwiftBSON",
      "product_dependencies" : [
        "NIOCore",
        "NIOConcurrencyHelpers",
        "ExtrasJSON",
        "ExtrasBase64"
      ],
      "product_memberships" : [
        "SwiftBSON"
      ],
      "sources" : [
        "Array+BSONValue.swift",
        "BSON.swift",
        "BSONBinary.swift",
        "BSONCode.swift",
        "BSONDBPointer.swift",
        "BSONDecimal128.swift",
        "BSONDecoder.swift",
        "BSONDocument+Collection.swift",
        "BSONDocument+Sequence.swift",
        "BSONDocument.swift",
        "BSONDocumentIterator.swift",
        "BSONEncoder.swift",
        "BSONError.swift",
        "BSONNulls.swift",
        "BSONObjectID.swift",
        "BSONRegularExpression.swift",
        "BSONSymbol.swift",
        "BSONTimestamp.swift",
        "BSONValue.swift",
        "Bool+BSONValue.swift",
        "ByteBuffer+BSON.swift",
        "CodableNumber.swift",
        "CodingStrategies.swift",
        "Date+BSONValue.swift",
        "Double+BSONValue.swift",
        "ExtendedJSONDecoder.swift",
        "ExtendedJSONEncoder.swift",
        "Integers+BSONValue.swift",
        "JSON.swift",
        "String+BSONValue.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/Quick/Nimble
Fetching https://github.com/apple/swift-nio
Fetching https://github.com/swift-extras/swift-extras-json
Fetching https://github.com/swift-extras/swift-extras-base64
[1/1056] Fetching swift-extras-json
[698/1889] Fetching swift-extras-json, swift-extras-base64
[1890/21473] Fetching swift-extras-json, swift-extras-base64, nimble
[3066/97528] Fetching swift-extras-json, swift-extras-base64, nimble, swift-nio
Fetched https://github.com/swift-extras/swift-extras-base64 from cache (1.55s)
[74640/96695] Fetching swift-extras-json, nimble, swift-nio
Fetched https://github.com/Quick/Nimble from cache (1.78s)
[61140/77111] Fetching swift-extras-json, swift-nio
Fetched https://github.com/swift-extras/swift-extras-json from cache (4.19s)
Fetched https://github.com/apple/swift-nio from cache (4.28s)
Computing version for https://github.com/swift-extras/swift-extras-base64
Computed https://github.com/swift-extras/swift-extras-base64 at 0.5.0 (4.87s)
Computing version for https://github.com/swift-extras/swift-extras-json
Computed https://github.com/swift-extras/swift-extras-json at 0.6.0 (1.80s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 8.1.2 (0.88s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.83.0 (1.21s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/16591] Fetching swift-collections
[665/18301] Fetching swift-collections, swift-atomics
Fetching https://github.com/apple/swift-system.git
Fetched https://github.com/apple/swift-atomics.git from cache (1.31s)
Fetched https://github.com/apple/swift-collections.git from cache (1.33s)
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.35s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.16s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.72s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.82s)
Creating working copy for https://github.com/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 8.1.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
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/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-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.83.0
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/20] Write sources
[9/20] Compiling CNIOWindows WSAStartup.c
[10/20] Compiling CNIOWASI CNIOWASI.c
[11/20] Compiling CNIOLinux liburing_shims.c
[12/20] Write sources
[13/20] Compiling CNIOWindows shim.c
[13/20] Compiling _AtomicsShims.c
[15/20] Compiling CNIODarwin shim.c
[16/20] Compiling CNIOLinux shim.c
[17/20] Write swift-version-24593BA9C3E375BF.txt
[19/76] Emitting module InternalCollectionsUtilities
[20/77] Compiling _NIODataStructures _TinyArray.swift
[21/77] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[22/77] Compiling Atomics UnsafeAtomic.swift
[23/77] Compiling Atomics UnsafeAtomicLazyReference.swift
[24/79] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[25/79] Emitting module _NIOBase64
[26/79] Compiling _NIOBase64 Base64.swift
[26/80] Compiling c-nioatomics.c
[28/80] Compiling Atomics RawRepresentable.swift
[29/80] Compiling Atomics AtomicBool.swift
[30/80] Compiling Atomics Primitives.shims.swift
[31/80] Compiling Atomics AtomicInteger.swift
[32/80] Emitting module Atomics
[33/80] Compiling Atomics AtomicOptionalWrappable.swift
[34/80] Compiling Atomics AtomicReference.swift
[35/80] Compiling Atomics AtomicStorage.swift
[36/80] Compiling Atomics AtomicValue.swift
[37/80] Compiling Atomics IntegerConformances.swift
[38/80] Compiling Atomics PointerConformances.swift
[39/80] Compiling Atomics Primitives.native.swift
[40/80] Compiling Atomics OptionalRawRepresentable.swift
[41/80] Compiling ExtrasBase64 DecodingError.swift
[42/80] Compiling _NIODataStructures PriorityQueue.swift
[43/80] Compiling ExtrasJSON JSONValue.swift
[44/80] Compiling ExtrasJSON DocumentReader.swift
[57/80] Compiling _NIODataStructures Heap.swift
[60/80] Emitting module _NIODataStructures
[63/80] Emitting module ExtrasJSON
[65/82] Compiling Atomics AtomicMemoryOrderings.swift
[66/82] Compiling Atomics DoubleWord.swift
[67/82] Compiling Atomics ManagedAtomic.swift
[68/82] Compiling Atomics ManagedAtomicLazyReference.swift
[77/83] Compiling Atomics IntegerOperations.swift
[78/83] Compiling Atomics Unmanaged extensions.swift
[79/99] Compiling c-atomics.c
[81/99] Compiling DequeModule _DequeBuffer.swift
[82/99] Compiling DequeModule _DequeBufferHeader.swift
[83/101] Compiling ExtrasJSON JSONParser.swift
[84/102] Compiling DequeModule Deque+CustomReflectable.swift
[85/102] Compiling DequeModule Deque+Descriptions.swift
[87/108] Compiling DequeModule Deque+Equatable.swift
[88/108] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[89/108] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[90/108] Compiling DequeModule _DequeSlot.swift
[91/108] Compiling DequeModule _UnsafeWrappedBuffer.swift
[92/108] Compiling DequeModule Deque+Extras.swift
[93/108] Compiling DequeModule Deque+Hashable.swift
[94/108] Compiling DequeModule Deque+Testing.swift
[95/108] Compiling DequeModule Deque._Storage.swift
[96/108] Compiling NIOConcurrencyHelpers NIOLock.swift
[97/108] Compiling DequeModule Deque._UnsafeHandle.swift
[98/108] Compiling DequeModule Deque.swift
[99/108] Emitting module NIOConcurrencyHelpers
[100/108] Compiling NIOConcurrencyHelpers lock.swift
[101/108] Compiling DequeModule Deque+Codable.swift
[102/108] Compiling DequeModule Deque+Collection.swift
[103/108] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[104/108] Compiling NIOConcurrencyHelpers atomics.swift
[105/109] Emitting module DequeModule
[108/170] Compiling ExtrasBase64 Base64.swift
[109/170] Emitting module ExtrasBase64
[110/170] Compiling ExtrasBase64 Chromium.swift
[112/171] Compiling NIOCore IO.swift
[113/171] Compiling NIOCore IOData.swift
[114/171] Compiling NIOCore IPProtocol.swift
[115/171] Compiling NIOCore IntegerBitPacking.swift
[116/171] Compiling NIOCore IntegerTypes.swift
[117/171] Compiling NIOCore Interfaces.swift
[118/171] Compiling NIOCore Linux.swift
[119/171] Compiling NIOCore MarkedCircularBuffer.swift
[120/179] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[121/179] Compiling NIOCore SocketAddresses.swift
[122/179] Compiling NIOCore SocketOptionProvider.swift
[123/179] Compiling NIOCore SystemCallHelpers.swift
[124/179] Compiling NIOCore TimeAmount+Duration.swift
[125/179] Compiling NIOCore TypeAssistedChannelHandler.swift
[126/179] Compiling NIOCore UniversalBootstrapSupport.swift
[127/179] Compiling NIOCore Utilities.swift
[128/179] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[129/179] Compiling NIOCore BSDSocketAPI.swift
[130/179] Compiling NIOCore ByteBuffer-aux.swift
[131/179] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[132/179] Compiling NIOCore ByteBuffer-conversions.swift
[133/179] Compiling NIOCore ByteBuffer-core.swift
[134/179] Compiling NIOCore ByteBuffer-hex.swift
[135/179] Compiling NIOCore ByteBuffer-int.swift
[136/179] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[137/179] Compiling NIOCore CircularBuffer.swift
[138/179] Compiling NIOCore Codec.swift
[139/179] Compiling NIOCore ConvenienceOptionSupport.swift
[140/179] Compiling NIOCore DeadChannel.swift
[141/179] Compiling NIOCore DispatchQueue+WithFuture.swift
[142/179] Compiling NIOCore EventLoop+Deprecated.swift
[143/179] Compiling NIOCore EventLoop+SerialExecutor.swift
[144/179] Compiling NIOCore EventLoop.swift
[145/179] Compiling NIOCore MulticastChannel.swift
[146/179] Compiling NIOCore NIOAny.swift
[147/179] Compiling NIOCore NIOCloseOnErrorHandler.swift
[148/179] Compiling NIOCore NIOLoopBound.swift
[149/179] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[150/179] Compiling NIOCore NIOScheduledCallback.swift
[151/179] Compiling NIOCore NIOSendable.swift
[152/179] Compiling NIOCore RecvByteBufferAllocator.swift
[153/179] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[154/179] Compiling NIOCore EventLoopFuture+Deprecated.swift
[155/179] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[156/179] Compiling NIOCore EventLoopFuture.swift
[157/179] Compiling NIOCore FileDescriptor.swift
[158/179] Compiling NIOCore FileHandle.swift
[159/179] Compiling NIOCore FileRegion.swift
[160/179] Compiling NIOCore GlobalSingletons.swift
[161/179] Compiling NIOCore AddressedEnvelope.swift
[162/179] Compiling NIOCore AsyncAwaitSupport.swift
[163/179] Compiling NIOCore AsyncChannel.swift
[164/179] Compiling NIOCore AsyncChannelHandler.swift
[165/179] Compiling NIOCore AsyncChannelInboundStream.swift
[166/179] Compiling NIOCore AsyncChannelOutboundWriter.swift
[167/179] Compiling NIOCore NIOAsyncSequenceProducer.swift
[168/179] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[169/179] Compiling NIOCore NIOAsyncWriter.swift
[170/179] Compiling NIOCore ByteBuffer-multi-int.swift
[171/179] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[172/179] Compiling NIOCore ByteBuffer-views.swift
[173/179] Compiling NIOCore Channel.swift
[174/179] Compiling NIOCore ChannelHandler.swift
[175/179] Compiling NIOCore ChannelHandlers.swift
[176/179] Compiling NIOCore ChannelInvoker.swift
[177/179] Compiling NIOCore ChannelOption.swift
[178/179] Compiling NIOCore ChannelPipeline.swift
[179/179] Emitting module NIOCore
[181/208] Emitting module SwiftBSON
/host/spi-builder-workspace/Sources/SwiftBSON/BSON.swift:358:25: warning: static property 'allBSONTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
356 | extension BSON {
357 |     /// List of all BSONValue types. Can be used to exhaustively check each one at runtime.
358 |     internal static var allBSONTypes: [BSONType: BSONValue.Type] = [
    |                         |- warning: static property 'allBSONTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: convert 'allBSONTypes' to a 'let' constant to make 'Sendable' shared state immutable
    |                         |- note: add '@MainActor' to make static property 'allBSONTypes' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
359 |         .document: BSONDocument.self,
360 |         .int32: Int32.self,
/host/spi-builder-workspace/Sources/SwiftBSON/BSONBinary.swift:18:27: warning: static property 'generic' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     /// Subtypes for BSON Binary values.
 15 |     public struct Subtype: Equatable, Hashable, RawRepresentable, Codable {
    |                   `- note: consider making struct 'Subtype' conform to the 'Sendable' protocol
 16 |         // swiftlint:disable force_unwrapping
 17 |         /// Generic binary subtype
 18 |         public static let generic = Subtype(rawValue: 0x00)!
    |                           |- warning: static property 'generic' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'generic' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 19 |         /// A function
 20 |         public static let function = Subtype(rawValue: 0x01)!
/host/spi-builder-workspace/Sources/SwiftBSON/BSONBinary.swift:20:27: warning: static property 'function' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     /// Subtypes for BSON Binary values.
 15 |     public struct Subtype: Equatable, Hashable, RawRepresentable, Codable {
    |                   `- note: consider making struct 'Subtype' conform to the 'Sendable' protocol
 16 |         // swiftlint:disable force_unwrapping
 17 |         /// Generic binary subtype
 18 |         public static let generic = Subtype(rawValue: 0x00)!
 19 |         /// A function
 20 |         public static let function = Subtype(rawValue: 0x01)!
    |                           |- warning: static property 'function' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'function' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 21 |         /// Binary (old)
 22 |         public static let binaryDeprecated = Subtype(rawValue: 0x02)!
/host/spi-builder-workspace/Sources/SwiftBSON/BSONBinary.swift:22:27: warning: static property 'binaryDeprecated' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     /// Subtypes for BSON Binary values.
 15 |     public struct Subtype: Equatable, Hashable, RawRepresentable, Codable {
    |                   `- note: consider making struct 'Subtype' conform to the 'Sendable' protocol
 16 |         // swiftlint:disable force_unwrapping
 17 |         /// Generic binary subtype
    :
 20 |         public static let function = Subtype(rawValue: 0x01)!
 21 |         /// Binary (old)
 22 |         public static let binaryDeprecated = Subtype(rawValue: 0x02)!
    |                           |- warning: static property 'binaryDeprecated' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'binaryDeprecated' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 23 |         /// UUID (old)
 24 |         public static let uuidDeprecated = Subtype(rawValue: 0x03)!
/host/spi-builder-workspace/Sources/SwiftBSON/BSONBinary.swift:24:27: warning: static property 'uuidDeprecated' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     /// Subtypes for BSON Binary values.
 15 |     public struct Subtype: Equatable, Hashable, RawRepresentable, Codable {
    |                   `- note: consider making struct 'Subtype' conform to the 'Sendable' protocol
 16 |         // swiftlint:disable force_unwrapping
 17 |         /// Generic binary subtype
    :
 22 |         public static let binaryDeprecated = Subtype(rawValue: 0x02)!
 23 |         /// UUID (old)
 24 |         public static let uuidDeprecated = Subtype(rawValue: 0x03)!
    |                           |- warning: static property 'uuidDeprecated' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'uuidDeprecated' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 25 |         /// UUID (RFC 4122)
 26 |         public static let uuid = Subtype(rawValue: 0x04)!
/host/spi-builder-workspace/Sources/SwiftBSON/BSONBinary.swift:26:27: warning: static property 'uuid' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     /// Subtypes for BSON Binary values.
 15 |     public struct Subtype: Equatable, Hashable, RawRepresentable, Codable {
    |                   `- note: consider making struct 'Subtype' conform to the 'Sendable' protocol
 16 |         // swiftlint:disable force_unwrapping
 17 |         /// Generic binary subtype
    :
 24 |         public static let uuidDeprecated = Subtype(rawValue: 0x03)!
 25 |         /// UUID (RFC 4122)
 26 |         public static let uuid = Subtype(rawValue: 0x04)!
    |                           |- warning: static property 'uuid' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'uuid' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 27 |         /// MD5
 28 |         public static let md5 = Subtype(rawValue: 0x05)!
/host/spi-builder-workspace/Sources/SwiftBSON/BSONBinary.swift:28:27: warning: static property 'md5' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     /// Subtypes for BSON Binary values.
 15 |     public struct Subtype: Equatable, Hashable, RawRepresentable, Codable {
    |                   `- note: consider making struct 'Subtype' conform to the 'Sendable' protocol
 16 |         // swiftlint:disable force_unwrapping
 17 |         /// Generic binary subtype
    :
 26 |         public static let uuid = Subtype(rawValue: 0x04)!
 27 |         /// MD5
 28 |         public static let md5 = Subtype(rawValue: 0x05)!
    |                           |- warning: static property 'md5' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'md5' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 29 |         /// Encrypted BSON value
 30 |         public static let encryptedValue = Subtype(rawValue: 0x06)!
/host/spi-builder-workspace/Sources/SwiftBSON/BSONBinary.swift:30:27: warning: static property 'encryptedValue' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     /// Subtypes for BSON Binary values.
 15 |     public struct Subtype: Equatable, Hashable, RawRepresentable, Codable {
    |                   `- note: consider making struct 'Subtype' conform to the 'Sendable' protocol
 16 |         // swiftlint:disable force_unwrapping
 17 |         /// Generic binary subtype
    :
 28 |         public static let md5 = Subtype(rawValue: 0x05)!
 29 |         /// Encrypted BSON value
 30 |         public static let encryptedValue = Subtype(rawValue: 0x06)!
    |                           |- warning: static property 'encryptedValue' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'encryptedValue' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |         /// Column
 32 |         public static let column = Subtype(rawValue: 0x07)!
/host/spi-builder-workspace/Sources/SwiftBSON/BSONBinary.swift:32:27: warning: static property 'column' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     /// Subtypes for BSON Binary values.
 15 |     public struct Subtype: Equatable, Hashable, RawRepresentable, Codable {
    |                   `- note: consider making struct 'Subtype' conform to the 'Sendable' protocol
 16 |         // swiftlint:disable force_unwrapping
 17 |         /// Generic binary subtype
    :
 30 |         public static let encryptedValue = Subtype(rawValue: 0x06)!
 31 |         /// Column
 32 |         public static let column = Subtype(rawValue: 0x07)!
    |                           |- warning: static property 'column' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'column' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 33 |         // swiftlint:enable force_unwrapping
 34 |
/host/spi-builder-workspace/Sources/SwiftBSON/BSONDecoder.swift:5:25: warning: static property 'iso8601Formatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  3 | /// `BSONDecoder` facilitates the decoding of BSON into semantic `Decodable` types.
  4 | public class BSONDecoder {
  5 |     internal static var iso8601Formatter: ISO8601DateFormatter = {
    |                         |- warning: static property 'iso8601Formatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: convert 'iso8601Formatter' to a 'let' constant to make 'Sendable' shared state immutable
    |                         |- note: add '@MainActor' to make static property 'iso8601Formatter' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  6 |         let formatter = ISO8601DateFormatter()
  7 |         formatter.formatOptions = .withInternetDateTime
/host/spi-builder-workspace/Sources/SwiftBSON/BSONObjectID.swift:28:25: warning: static property 'generator' is not concurrency-safe because non-'Sendable' type 'ObjectIDGenerator' may have shared mutable state; this is an error in the Swift 6 language mode
 26 |     internal let oid: [UInt8]
 27 |
 28 |     internal static let generator = ObjectIDGenerator()
    |                         |- warning: static property 'generator' is not concurrency-safe because non-'Sendable' type 'ObjectIDGenerator' may have shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: add '@MainActor' to make static property 'generator' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 29 |
 30 |     /// Initializes a new `BSONObjectID`.
    :
154 | /// A class responsible for generating ObjectIDs for a given instance of this library
155 | /// An ObjectID consists of a random number for this process, a timestamp, and a counter
156 | internal class ObjectIDGenerator {
    |                `- note: class 'ObjectIDGenerator' does not conform to the 'Sendable' protocol
157 |     /// Random value is 5 bytes of the ObjectID
158 |     private let randomNumber: [UInt8]
/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
159 |
160 |     /// Increment counter is only 3 bytes of the ObjectID
161 |     internal var counter: NIOAtomic<UInt32>
    |                           `- warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
162 |
163 |     private static let COUNTER_MAX: UInt32 = 0xFFFFFF
/host/spi-builder-workspace/Sources/SwiftBSON/ExtendedJSONDecoder.swift:7:25: warning: static property 'extJSONDateFormatterSeconds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  5 | /// `ExtendedJSONDecoder` facilitates the decoding of ExtendedJSON into `Decodable` values.
  6 | public class ExtendedJSONDecoder {
  7 |     internal static var extJSONDateFormatterSeconds: ISO8601DateFormatter = {
    |                         |- warning: static property 'extJSONDateFormatterSeconds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: convert 'extJSONDateFormatterSeconds' to a 'let' constant to make 'Sendable' shared state immutable
    |                         |- note: add '@MainActor' to make static property 'extJSONDateFormatterSeconds' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  8 |         let formatter = ISO8601DateFormatter()
  9 |         formatter.formatOptions = [.withInternetDateTime]
/host/spi-builder-workspace/Sources/SwiftBSON/ExtendedJSONDecoder.swift:13:25: warning: static property 'extJSONDateFormatterMilliseconds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 11 |     }()
 12 |
 13 |     internal static var extJSONDateFormatterMilliseconds: ISO8601DateFormatter = {
    |                         |- warning: static property 'extJSONDateFormatterMilliseconds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: convert 'extJSONDateFormatterMilliseconds' to a 'let' constant to make 'Sendable' shared state immutable
    |                         |- note: add '@MainActor' to make static property 'extJSONDateFormatterMilliseconds' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 14 |         let formatter = ISO8601DateFormatter()
 15 |         formatter.formatOptions = [.withInternetDateTime, .withFractionalSeconds]
/host/spi-builder-workspace/Sources/SwiftBSON/ExtendedJSONDecoder.swift:21:24: warning: static property 'wrapperKeySet' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 19 |     /// A set of all the possible extendedJSON wrapper keys.
 20 |     /// This does not include the legacy extended JSON wrapper keys.
 21 |     private static var wrapperKeySet: Set<String> = {
    |                        |- warning: static property 'wrapperKeySet' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'wrapperKeySet' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'wrapperKeySet' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |         var keys: Set<String> = []
 23 |         for t in BSON.allBSONTypes.values {
/host/spi-builder-workspace/Sources/SwiftBSON/ExtendedJSONDecoder.swift:37:24: warning: static property 'wrapperKeyMap' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 35 |     /// `BSONCode` and `BSONCodeWithScope`). Attempt to decode each of the types returned from the map until one works
 36 |     /// to find the proper decoding.
 37 |     private static var wrapperKeyMap: [String: [BSONValue.Type]] = {
    |                        |- warning: static property 'wrapperKeyMap' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'wrapperKeyMap' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'wrapperKeyMap' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 38 |         var map: [String: [BSONValue.Type]] = [:]
 39 |         for t in BSON.allBSONTypes.values {
/host/spi-builder-workspace/Sources/SwiftBSON/ExtendedJSONEncoder.swift:12:27: warning: static property 'canonical' is not concurrency-safe because non-'Sendable' type 'ExtendedJSONEncoder.Format' may have shared mutable state; this is an error in the Swift 6 language mode
 7 |     /// A struct representing the supported string formats based on the JSON standard that describe how to represent
 8 |     /// BSON documents in JSON using standard JSON types and/or type wrapper objects.
 9 |     public struct Format {
   |                   `- note: consider making struct 'Format' conform to the 'Sendable' protocol
10 |         /// Canonical Extended JSON Format: Emphasizes type preservation
11 |         /// at the expense of readability and interoperability.
12 |         public static let canonical = Format(.canonical)
   |                           |- warning: static property 'canonical' is not concurrency-safe because non-'Sendable' type 'ExtendedJSONEncoder.Format' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'canonical' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |
14 |         /// Relaxed Extended JSON Format: Emphasizes readability and interoperability
/host/spi-builder-workspace/Sources/SwiftBSON/ExtendedJSONEncoder.swift:16:27: warning: static property 'relaxed' is not concurrency-safe because non-'Sendable' type 'ExtendedJSONEncoder.Format' may have shared mutable state; this is an error in the Swift 6 language mode
 7 |     /// A struct representing the supported string formats based on the JSON standard that describe how to represent
 8 |     /// BSON documents in JSON using standard JSON types and/or type wrapper objects.
 9 |     public struct Format {
   |                   `- note: consider making struct 'Format' conform to the 'Sendable' protocol
10 |         /// Canonical Extended JSON Format: Emphasizes type preservation
11 |         /// at the expense of readability and interoperability.
   :
14 |         /// Relaxed Extended JSON Format: Emphasizes readability and interoperability
15 |         /// at the expense of type preservation.
16 |         public static let relaxed = Format(.relaxed)
   |                           |- warning: static property 'relaxed' is not concurrency-safe because non-'Sendable' type 'ExtendedJSONEncoder.Format' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'relaxed' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |
18 |         /// Internal representation of extJSON format.
[182/211] Compiling SwiftBSON Double+BSONValue.swift
/host/spi-builder-workspace/Sources/SwiftBSON/ExtendedJSONDecoder.swift:7:25: warning: static property 'extJSONDateFormatterSeconds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  5 | /// `ExtendedJSONDecoder` facilitates the decoding of ExtendedJSON into `Decodable` values.
  6 | public class ExtendedJSONDecoder {
  7 |     internal static var extJSONDateFormatterSeconds: ISO8601DateFormatter = {
    |                         |- warning: static property 'extJSONDateFormatterSeconds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: convert 'extJSONDateFormatterSeconds' to a 'let' constant to make 'Sendable' shared state immutable
    |                         |- note: add '@MainActor' to make static property 'extJSONDateFormatterSeconds' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  8 |         let formatter = ISO8601DateFormatter()
  9 |         formatter.formatOptions = [.withInternetDateTime]
/host/spi-builder-workspace/Sources/SwiftBSON/ExtendedJSONDecoder.swift:13:25: warning: static property 'extJSONDateFormatterMilliseconds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 11 |     }()
 12 |
 13 |     internal static var extJSONDateFormatterMilliseconds: ISO8601DateFormatter = {
    |                         |- warning: static property 'extJSONDateFormatterMilliseconds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: convert 'extJSONDateFormatterMilliseconds' to a 'let' constant to make 'Sendable' shared state immutable
    |                         |- note: add '@MainActor' to make static property 'extJSONDateFormatterMilliseconds' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 14 |         let formatter = ISO8601DateFormatter()
 15 |         formatter.formatOptions = [.withInternetDateTime, .withFractionalSeconds]
/host/spi-builder-workspace/Sources/SwiftBSON/ExtendedJSONDecoder.swift:21:24: warning: static property 'wrapperKeySet' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 19 |     /// A set of all the possible extendedJSON wrapper keys.
 20 |     /// This does not include the legacy extended JSON wrapper keys.
 21 |     private static var wrapperKeySet: Set<String> = {
    |                        |- warning: static property 'wrapperKeySet' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'wrapperKeySet' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'wrapperKeySet' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |         var keys: Set<String> = []
 23 |         for t in BSON.allBSONTypes.values {
/host/spi-builder-workspace/Sources/SwiftBSON/ExtendedJSONDecoder.swift:37:24: warning: static property 'wrapperKeyMap' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 35 |     /// `BSONCode` and `BSONCodeWithScope`). Attempt to decode each of the types returned from the map until one works
 36 |     /// to find the proper decoding.
 37 |     private static var wrapperKeyMap: [String: [BSONValue.Type]] = {
    |                        |- warning: static property 'wrapperKeyMap' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'wrapperKeyMap' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'wrapperKeyMap' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 38 |         var map: [String: [BSONValue.Type]] = [:]
 39 |         for t in BSON.allBSONTypes.values {
/host/spi-builder-workspace/Sources/SwiftBSON/ExtendedJSONEncoder.swift:12:27: warning: static property 'canonical' is not concurrency-safe because non-'Sendable' type 'ExtendedJSONEncoder.Format' may have shared mutable state; this is an error in the Swift 6 language mode
 7 |     /// A struct representing the supported string formats based on the JSON standard that describe how to represent
 8 |     /// BSON documents in JSON using standard JSON types and/or type wrapper objects.
 9 |     public struct Format {
   |                   `- note: consider making struct 'Format' conform to the 'Sendable' protocol
10 |         /// Canonical Extended JSON Format: Emphasizes type preservation
11 |         /// at the expense of readability and interoperability.
12 |         public static let canonical = Format(.canonical)
   |                           |- warning: static property 'canonical' is not concurrency-safe because non-'Sendable' type 'ExtendedJSONEncoder.Format' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'canonical' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |
14 |         /// Relaxed Extended JSON Format: Emphasizes readability and interoperability
/host/spi-builder-workspace/Sources/SwiftBSON/ExtendedJSONEncoder.swift:16:27: warning: static property 'relaxed' is not concurrency-safe because non-'Sendable' type 'ExtendedJSONEncoder.Format' may have shared mutable state; this is an error in the Swift 6 language mode
 7 |     /// A struct representing the supported string formats based on the JSON standard that describe how to represent
 8 |     /// BSON documents in JSON using standard JSON types and/or type wrapper objects.
 9 |     public struct Format {
   |                   `- note: consider making struct 'Format' conform to the 'Sendable' protocol
10 |         /// Canonical Extended JSON Format: Emphasizes type preservation
11 |         /// at the expense of readability and interoperability.
   :
14 |         /// Relaxed Extended JSON Format: Emphasizes readability and interoperability
15 |         /// at the expense of type preservation.
16 |         public static let relaxed = Format(.relaxed)
   |                           |- warning: static property 'relaxed' is not concurrency-safe because non-'Sendable' type 'ExtendedJSONEncoder.Format' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'relaxed' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |
18 |         /// Internal representation of extJSON format.
[183/211] Compiling SwiftBSON ExtendedJSONDecoder.swift
/host/spi-builder-workspace/Sources/SwiftBSON/ExtendedJSONDecoder.swift:7:25: warning: static property 'extJSONDateFormatterSeconds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  5 | /// `ExtendedJSONDecoder` facilitates the decoding of ExtendedJSON into `Decodable` values.
  6 | public class ExtendedJSONDecoder {
  7 |     internal static var extJSONDateFormatterSeconds: ISO8601DateFormatter = {
    |                         |- warning: static property 'extJSONDateFormatterSeconds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: convert 'extJSONDateFormatterSeconds' to a 'let' constant to make 'Sendable' shared state immutable
    |                         |- note: add '@MainActor' to make static property 'extJSONDateFormatterSeconds' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  8 |         let formatter = ISO8601DateFormatter()
  9 |         formatter.formatOptions = [.withInternetDateTime]
/host/spi-builder-workspace/Sources/SwiftBSON/ExtendedJSONDecoder.swift:13:25: warning: static property 'extJSONDateFormatterMilliseconds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 11 |     }()
 12 |
 13 |     internal static var extJSONDateFormatterMilliseconds: ISO8601DateFormatter = {
    |                         |- warning: static property 'extJSONDateFormatterMilliseconds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: convert 'extJSONDateFormatterMilliseconds' to a 'let' constant to make 'Sendable' shared state immutable
    |                         |- note: add '@MainActor' to make static property 'extJSONDateFormatterMilliseconds' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 14 |         let formatter = ISO8601DateFormatter()
 15 |         formatter.formatOptions = [.withInternetDateTime, .withFractionalSeconds]
/host/spi-builder-workspace/Sources/SwiftBSON/ExtendedJSONDecoder.swift:21:24: warning: static property 'wrapperKeySet' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 19 |     /// A set of all the possible extendedJSON wrapper keys.
 20 |     /// This does not include the legacy extended JSON wrapper keys.
 21 |     private static var wrapperKeySet: Set<String> = {
    |                        |- warning: static property 'wrapperKeySet' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'wrapperKeySet' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'wrapperKeySet' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |         var keys: Set<String> = []
 23 |         for t in BSON.allBSONTypes.values {
/host/spi-builder-workspace/Sources/SwiftBSON/ExtendedJSONDecoder.swift:37:24: warning: static property 'wrapperKeyMap' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 35 |     /// `BSONCode` and `BSONCodeWithScope`). Attempt to decode each of the types returned from the map until one works
 36 |     /// to find the proper decoding.
 37 |     private static var wrapperKeyMap: [String: [BSONValue.Type]] = {
    |                        |- warning: static property 'wrapperKeyMap' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'wrapperKeyMap' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'wrapperKeyMap' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 38 |         var map: [String: [BSONValue.Type]] = [:]
 39 |         for t in BSON.allBSONTypes.values {
/host/spi-builder-workspace/Sources/SwiftBSON/ExtendedJSONEncoder.swift:12:27: warning: static property 'canonical' is not concurrency-safe because non-'Sendable' type 'ExtendedJSONEncoder.Format' may have shared mutable state; this is an error in the Swift 6 language mode
 7 |     /// A struct representing the supported string formats based on the JSON standard that describe how to represent
 8 |     /// BSON documents in JSON using standard JSON types and/or type wrapper objects.
 9 |     public struct Format {
   |                   `- note: consider making struct 'Format' conform to the 'Sendable' protocol
10 |         /// Canonical Extended JSON Format: Emphasizes type preservation
11 |         /// at the expense of readability and interoperability.
12 |         public static let canonical = Format(.canonical)
   |                           |- warning: static property 'canonical' is not concurrency-safe because non-'Sendable' type 'ExtendedJSONEncoder.Format' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'canonical' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |
14 |         /// Relaxed Extended JSON Format: Emphasizes readability and interoperability
/host/spi-builder-workspace/Sources/SwiftBSON/ExtendedJSONEncoder.swift:16:27: warning: static property 'relaxed' is not concurrency-safe because non-'Sendable' type 'ExtendedJSONEncoder.Format' may have shared mutable state; this is an error in the Swift 6 language mode
 7 |     /// A struct representing the supported string formats based on the JSON standard that describe how to represent
 8 |     /// BSON documents in JSON using standard JSON types and/or type wrapper objects.
 9 |     public struct Format {
   |                   `- note: consider making struct 'Format' conform to the 'Sendable' protocol
10 |         /// Canonical Extended JSON Format: Emphasizes type preservation
11 |         /// at the expense of readability and interoperability.
   :
14 |         /// Relaxed Extended JSON Format: Emphasizes readability and interoperability
15 |         /// at the expense of type preservation.
16 |         public static let relaxed = Format(.relaxed)
   |                           |- warning: static property 'relaxed' is not concurrency-safe because non-'Sendable' type 'ExtendedJSONEncoder.Format' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'relaxed' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |
18 |         /// Internal representation of extJSON format.
[184/211] Compiling SwiftBSON ExtendedJSONEncoder.swift
/host/spi-builder-workspace/Sources/SwiftBSON/ExtendedJSONDecoder.swift:7:25: warning: static property 'extJSONDateFormatterSeconds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  5 | /// `ExtendedJSONDecoder` facilitates the decoding of ExtendedJSON into `Decodable` values.
  6 | public class ExtendedJSONDecoder {
  7 |     internal static var extJSONDateFormatterSeconds: ISO8601DateFormatter = {
    |                         |- warning: static property 'extJSONDateFormatterSeconds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: convert 'extJSONDateFormatterSeconds' to a 'let' constant to make 'Sendable' shared state immutable
    |                         |- note: add '@MainActor' to make static property 'extJSONDateFormatterSeconds' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  8 |         let formatter = ISO8601DateFormatter()
  9 |         formatter.formatOptions = [.withInternetDateTime]
/host/spi-builder-workspace/Sources/SwiftBSON/ExtendedJSONDecoder.swift:13:25: warning: static property 'extJSONDateFormatterMilliseconds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 11 |     }()
 12 |
 13 |     internal static var extJSONDateFormatterMilliseconds: ISO8601DateFormatter = {
    |                         |- warning: static property 'extJSONDateFormatterMilliseconds' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: convert 'extJSONDateFormatterMilliseconds' to a 'let' constant to make 'Sendable' shared state immutable
    |                         |- note: add '@MainActor' to make static property 'extJSONDateFormatterMilliseconds' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 14 |         let formatter = ISO8601DateFormatter()
 15 |         formatter.formatOptions = [.withInternetDateTime, .withFractionalSeconds]
/host/spi-builder-workspace/Sources/SwiftBSON/ExtendedJSONDecoder.swift:21:24: warning: static property 'wrapperKeySet' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 19 |     /// A set of all the possible extendedJSON wrapper keys.
 20 |     /// This does not include the legacy extended JSON wrapper keys.
 21 |     private static var wrapperKeySet: Set<String> = {
    |                        |- warning: static property 'wrapperKeySet' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'wrapperKeySet' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'wrapperKeySet' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |         var keys: Set<String> = []
 23 |         for t in BSON.allBSONTypes.values {
/host/spi-builder-workspace/Sources/SwiftBSON/ExtendedJSONDecoder.swift:37:24: warning: static property 'wrapperKeyMap' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 35 |     /// `BSONCode` and `BSONCodeWithScope`). Attempt to decode each of the types returned from the map until one works
 36 |     /// to find the proper decoding.
 37 |     private static var wrapperKeyMap: [String: [BSONValue.Type]] = {
    |                        |- warning: static property 'wrapperKeyMap' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'wrapperKeyMap' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'wrapperKeyMap' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 38 |         var map: [String: [BSONValue.Type]] = [:]
 39 |         for t in BSON.allBSONTypes.values {
/host/spi-builder-workspace/Sources/SwiftBSON/ExtendedJSONEncoder.swift:12:27: warning: static property 'canonical' is not concurrency-safe because non-'Sendable' type 'ExtendedJSONEncoder.Format' may have shared mutable state; this is an error in the Swift 6 language mode
 7 |     /// A struct representing the supported string formats based on the JSON standard that describe how to represent
 8 |     /// BSON documents in JSON using standard JSON types and/or type wrapper objects.
 9 |     public struct Format {
   |                   `- note: consider making struct 'Format' conform to the 'Sendable' protocol
10 |         /// Canonical Extended JSON Format: Emphasizes type preservation
11 |         /// at the expense of readability and interoperability.
12 |         public static let canonical = Format(.canonical)
   |                           |- warning: static property 'canonical' is not concurrency-safe because non-'Sendable' type 'ExtendedJSONEncoder.Format' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'canonical' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |
14 |         /// Relaxed Extended JSON Format: Emphasizes readability and interoperability
/host/spi-builder-workspace/Sources/SwiftBSON/ExtendedJSONEncoder.swift:16:27: warning: static property 'relaxed' is not concurrency-safe because non-'Sendable' type 'ExtendedJSONEncoder.Format' may have shared mutable state; this is an error in the Swift 6 language mode
 7 |     /// A struct representing the supported string formats based on the JSON standard that describe how to represent
 8 |     /// BSON documents in JSON using standard JSON types and/or type wrapper objects.
 9 |     public struct Format {
   |                   `- note: consider making struct 'Format' conform to the 'Sendable' protocol
10 |         /// Canonical Extended JSON Format: Emphasizes type preservation
11 |         /// at the expense of readability and interoperability.
   :
14 |         /// Relaxed Extended JSON Format: Emphasizes readability and interoperability
15 |         /// at the expense of type preservation.
16 |         public static let relaxed = Format(.relaxed)
   |                           |- warning: static property 'relaxed' is not concurrency-safe because non-'Sendable' type 'ExtendedJSONEncoder.Format' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'relaxed' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |
18 |         /// Internal representation of extJSON format.
[185/211] Compiling SwiftBSON BSONError.swift
/host/spi-builder-workspace/Sources/SwiftBSON/BSONObjectID.swift:28:25: warning: static property 'generator' is not concurrency-safe because non-'Sendable' type 'ObjectIDGenerator' may have shared mutable state; this is an error in the Swift 6 language mode
 26 |     internal let oid: [UInt8]
 27 |
 28 |     internal static let generator = ObjectIDGenerator()
    |                         |- warning: static property 'generator' is not concurrency-safe because non-'Sendable' type 'ObjectIDGenerator' may have shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: add '@MainActor' to make static property 'generator' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 29 |
 30 |     /// Initializes a new `BSONObjectID`.
    :
154 | /// A class responsible for generating ObjectIDs for a given instance of this library
155 | /// An ObjectID consists of a random number for this process, a timestamp, and a counter
156 | internal class ObjectIDGenerator {
    |                `- note: class 'ObjectIDGenerator' does not conform to the 'Sendable' protocol
157 |     /// Random value is 5 bytes of the ObjectID
158 |     private let randomNumber: [UInt8]
/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
159 |
160 |     /// Increment counter is only 3 bytes of the ObjectID
161 |     internal var counter: NIOAtomic<UInt32>
    |                           `- warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
162 |
163 |     private static let COUNTER_MAX: UInt32 = 0xFFFFFF
/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
170 |         )[0..<5])
171 |         // 3 byte counter started randomly per process
172 |         self.counter = NIOAtomic<UInt32>.makeAtomic(value: UInt32.random(in: 0...ObjectIDGenerator.COUNTER_MAX))
    |                        `- warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
173 |     }
174 |
[186/211] Compiling SwiftBSON BSONNulls.swift
/host/spi-builder-workspace/Sources/SwiftBSON/BSONObjectID.swift:28:25: warning: static property 'generator' is not concurrency-safe because non-'Sendable' type 'ObjectIDGenerator' may have shared mutable state; this is an error in the Swift 6 language mode
 26 |     internal let oid: [UInt8]
 27 |
 28 |     internal static let generator = ObjectIDGenerator()
    |                         |- warning: static property 'generator' is not concurrency-safe because non-'Sendable' type 'ObjectIDGenerator' may have shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: add '@MainActor' to make static property 'generator' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 29 |
 30 |     /// Initializes a new `BSONObjectID`.
    :
154 | /// A class responsible for generating ObjectIDs for a given instance of this library
155 | /// An ObjectID consists of a random number for this process, a timestamp, and a counter
156 | internal class ObjectIDGenerator {
    |                `- note: class 'ObjectIDGenerator' does not conform to the 'Sendable' protocol
157 |     /// Random value is 5 bytes of the ObjectID
158 |     private let randomNumber: [UInt8]
/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
159 |
160 |     /// Increment counter is only 3 bytes of the ObjectID
161 |     internal var counter: NIOAtomic<UInt32>
    |                           `- warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
162 |
163 |     private static let COUNTER_MAX: UInt32 = 0xFFFFFF
/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
170 |         )[0..<5])
171 |         // 3 byte counter started randomly per process
172 |         self.counter = NIOAtomic<UInt32>.makeAtomic(value: UInt32.random(in: 0...ObjectIDGenerator.COUNTER_MAX))
    |                        `- warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
173 |     }
174 |
[187/211] Compiling SwiftBSON BSONObjectID.swift
/host/spi-builder-workspace/Sources/SwiftBSON/BSONObjectID.swift:28:25: warning: static property 'generator' is not concurrency-safe because non-'Sendable' type 'ObjectIDGenerator' may have shared mutable state; this is an error in the Swift 6 language mode
 26 |     internal let oid: [UInt8]
 27 |
 28 |     internal static let generator = ObjectIDGenerator()
    |                         |- warning: static property 'generator' is not concurrency-safe because non-'Sendable' type 'ObjectIDGenerator' may have shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: add '@MainActor' to make static property 'generator' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 29 |
 30 |     /// Initializes a new `BSONObjectID`.
    :
154 | /// A class responsible for generating ObjectIDs for a given instance of this library
155 | /// An ObjectID consists of a random number for this process, a timestamp, and a counter
156 | internal class ObjectIDGenerator {
    |                `- note: class 'ObjectIDGenerator' does not conform to the 'Sendable' protocol
157 |     /// Random value is 5 bytes of the ObjectID
158 |     private let randomNumber: [UInt8]
/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
159 |
160 |     /// Increment counter is only 3 bytes of the ObjectID
161 |     internal var counter: NIOAtomic<UInt32>
    |                           `- warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
162 |
163 |     private static let COUNTER_MAX: UInt32 = 0xFFFFFF
/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
170 |         )[0..<5])
171 |         // 3 byte counter started randomly per process
172 |         self.counter = NIOAtomic<UInt32>.makeAtomic(value: UInt32.random(in: 0...ObjectIDGenerator.COUNTER_MAX))
    |                        `- warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
173 |     }
174 |
[188/211] Compiling SwiftBSON BSONRegularExpression.swift
/host/spi-builder-workspace/Sources/SwiftBSON/BSONObjectID.swift:28:25: warning: static property 'generator' is not concurrency-safe because non-'Sendable' type 'ObjectIDGenerator' may have shared mutable state; this is an error in the Swift 6 language mode
 26 |     internal let oid: [UInt8]
 27 |
 28 |     internal static let generator = ObjectIDGenerator()
    |                         |- warning: static property 'generator' is not concurrency-safe because non-'Sendable' type 'ObjectIDGenerator' may have shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: add '@MainActor' to make static property 'generator' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 29 |
 30 |     /// Initializes a new `BSONObjectID`.
    :
154 | /// A class responsible for generating ObjectIDs for a given instance of this library
155 | /// An ObjectID consists of a random number for this process, a timestamp, and a counter
156 | internal class ObjectIDGenerator {
    |                `- note: class 'ObjectIDGenerator' does not conform to the 'Sendable' protocol
157 |     /// Random value is 5 bytes of the ObjectID
158 |     private let randomNumber: [UInt8]
/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
159 |
160 |     /// Increment counter is only 3 bytes of the ObjectID
161 |     internal var counter: NIOAtomic<UInt32>
    |                           `- warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
162 |
163 |     private static let COUNTER_MAX: UInt32 = 0xFFFFFF
/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
170 |         )[0..<5])
171 |         // 3 byte counter started randomly per process
172 |         self.counter = NIOAtomic<UInt32>.makeAtomic(value: UInt32.random(in: 0...ObjectIDGenerator.COUNTER_MAX))
    |                        `- warning: 'NIOAtomic' is deprecated: please use ManagedAtomic from https://github.com/apple/swift-atomics instead
173 |     }
174 |
[189/211] Compiling SwiftBSON Array+BSONValue.swift
/host/spi-builder-workspace/Sources/SwiftBSON/BSON.swift:358:25: warning: static property 'allBSONTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
356 | extension BSON {
357 |     /// List of all BSONValue types. Can be used to exhaustively check each one at runtime.
358 |     internal static var allBSONTypes: [BSONType: BSONValue.Type] = [
    |                         |- warning: static property 'allBSONTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: convert 'allBSONTypes' to a 'let' constant to make 'Sendable' shared state immutable
    |                         |- note: add '@MainActor' to make static property 'allBSONTypes' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
359 |         .document: BSONDocument.self,
360 |         .int32: Int32.self,
/host/spi-builder-workspace/Sources/SwiftBSON/BSONBinary.swift:18:27: warning: static property 'generic' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     /// Subtypes for BSON Binary values.
 15 |     public struct Subtype: Equatable, Hashable, RawRepresentable, Codable {
    |                   `- note: consider making struct 'Subtype' conform to the 'Sendable' protocol
 16 |         // swiftlint:disable force_unwrapping
 17 |         /// Generic binary subtype
 18 |         public static let generic = Subtype(rawValue: 0x00)!
    |                           |- warning: static property 'generic' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'generic' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 19 |         /// A function
 20 |         public static let function = Subtype(rawValue: 0x01)!
/host/spi-builder-workspace/Sources/SwiftBSON/BSONBinary.swift:20:27: warning: static property 'function' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     /// Subtypes for BSON Binary values.
 15 |     public struct Subtype: Equatable, Hashable, RawRepresentable, Codable {
    |                   `- note: consider making struct 'Subtype' conform to the 'Sendable' protocol
 16 |         // swiftlint:disable force_unwrapping
 17 |         /// Generic binary subtype
 18 |         public static let generic = Subtype(rawValue: 0x00)!
 19 |         /// A function
 20 |         public static let function = Subtype(rawValue: 0x01)!
    |                           |- warning: static property 'function' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'function' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 21 |         /// Binary (old)
 22 |         public static let binaryDeprecated = Subtype(rawValue: 0x02)!
/host/spi-builder-workspace/Sources/SwiftBSON/BSONBinary.swift:22:27: warning: static property 'binaryDeprecated' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     /// Subtypes for BSON Binary values.
 15 |     public struct Subtype: Equatable, Hashable, RawRepresentable, Codable {
    |                   `- note: consider making struct 'Subtype' conform to the 'Sendable' protocol
 16 |         // swiftlint:disable force_unwrapping
 17 |         /// Generic binary subtype
    :
 20 |         public static let function = Subtype(rawValue: 0x01)!
 21 |         /// Binary (old)
 22 |         public static let binaryDeprecated = Subtype(rawValue: 0x02)!
    |                           |- warning: static property 'binaryDeprecated' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'binaryDeprecated' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 23 |         /// UUID (old)
 24 |         public static let uuidDeprecated = Subtype(rawValue: 0x03)!
/host/spi-builder-workspace/Sources/SwiftBSON/BSONBinary.swift:24:27: warning: static property 'uuidDeprecated' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     /// Subtypes for BSON Binary values.
 15 |     public struct Subtype: Equatable, Hashable, RawRepresentable, Codable {
    |                   `- note: consider making struct 'Subtype' conform to the 'Sendable' protocol
 16 |         // swiftlint:disable force_unwrapping
 17 |         /// Generic binary subtype
    :
 22 |         public static let binaryDeprecated = Subtype(rawValue: 0x02)!
 23 |         /// UUID (old)
 24 |         public static let uuidDeprecated = Subtype(rawValue: 0x03)!
    |                           |- warning: static property 'uuidDeprecated' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'uuidDeprecated' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 25 |         /// UUID (RFC 4122)
 26 |         public static let uuid = Subtype(rawValue: 0x04)!
/host/spi-builder-workspace/Sources/SwiftBSON/BSONBinary.swift:26:27: warning: static property 'uuid' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     /// Subtypes for BSON Binary values.
 15 |     public struct Subtype: Equatable, Hashable, RawRepresentable, Codable {
    |                   `- note: consider making struct 'Subtype' conform to the 'Sendable' protocol
 16 |         // swiftlint:disable force_unwrapping
 17 |         /// Generic binary subtype
    :
 24 |         public static let uuidDeprecated = Subtype(rawValue: 0x03)!
 25 |         /// UUID (RFC 4122)
 26 |         public static let uuid = Subtype(rawValue: 0x04)!
    |                           |- warning: static property 'uuid' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'uuid' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 27 |         /// MD5
 28 |         public static let md5 = Subtype(rawValue: 0x05)!
/host/spi-builder-workspace/Sources/SwiftBSON/BSONBinary.swift:28:27: warning: static property 'md5' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     /// Subtypes for BSON Binary values.
 15 |     public struct Subtype: Equatable, Hashable, RawRepresentable, Codable {
    |                   `- note: consider making struct 'Subtype' conform to the 'Sendable' protocol
 16 |         // swiftlint:disable force_unwrapping
 17 |         /// Generic binary subtype
    :
 26 |         public static let uuid = Subtype(rawValue: 0x04)!
 27 |         /// MD5
 28 |         public static let md5 = Subtype(rawValue: 0x05)!
    |                           |- warning: static property 'md5' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'md5' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 29 |         /// Encrypted BSON value
 30 |         public static let encryptedValue = Subtype(rawValue: 0x06)!
/host/spi-builder-workspace/Sources/SwiftBSON/BSONBinary.swift:30:27: warning: static property 'encryptedValue' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     /// Subtypes for BSON Binary values.
 15 |     public struct Subtype: Equatable, Hashable, RawRepresentable, Codable {
    |                   `- note: consider making struct 'Subtype' conform to the 'Sendable' protocol
 16 |         // swiftlint:disable force_unwrapping
 17 |         /// Generic binary subtype
    :
 28 |         public static let md5 = Subtype(rawValue: 0x05)!
 29 |         /// Encrypted BSON value
 30 |         public static let encryptedValue = Subtype(rawValue: 0x06)!
    |                           |- warning: static property 'encryptedValue' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'encryptedValue' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |         /// Column
 32 |         public static let column = Subtype(rawValue: 0x07)!
/host/spi-builder-workspace/Sources/SwiftBSON/BSONBinary.swift:32:27: warning: static property 'column' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     /// Subtypes for BSON Binary values.
 15 |     public struct Subtype: Equatable, Hashable, RawRepresentable, Codable {
    |                   `- note: consider making struct 'Subtype' conform to the 'Sendable' protocol
 16 |         // swiftlint:disable force_unwrapping
 17 |         /// Generic binary subtype
    :
 30 |         public static let encryptedValue = Subtype(rawValue: 0x06)!
 31 |         /// Column
 32 |         public static let column = Subtype(rawValue: 0x07)!
    |                           |- warning: static property 'column' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'column' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 33 |         // swiftlint:enable force_unwrapping
 34 |
[190/211] Compiling SwiftBSON BSON.swift
/host/spi-builder-workspace/Sources/SwiftBSON/BSON.swift:358:25: warning: static property 'allBSONTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
356 | extension BSON {
357 |     /// List of all BSONValue types. Can be used to exhaustively check each one at runtime.
358 |     internal static var allBSONTypes: [BSONType: BSONValue.Type] = [
    |                         |- warning: static property 'allBSONTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: convert 'allBSONTypes' to a 'let' constant to make 'Sendable' shared state immutable
    |                         |- note: add '@MainActor' to make static property 'allBSONTypes' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
359 |         .document: BSONDocument.self,
360 |         .int32: Int32.self,
/host/spi-builder-workspace/Sources/SwiftBSON/BSONBinary.swift:18:27: warning: static property 'generic' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     /// Subtypes for BSON Binary values.
 15 |     public struct Subtype: Equatable, Hashable, RawRepresentable, Codable {
    |                   `- note: consider making struct 'Subtype' conform to the 'Sendable' protocol
 16 |         // swiftlint:disable force_unwrapping
 17 |         /// Generic binary subtype
 18 |         public static let generic = Subtype(rawValue: 0x00)!
    |                           |- warning: static property 'generic' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'generic' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 19 |         /// A function
 20 |         public static let function = Subtype(rawValue: 0x01)!
/host/spi-builder-workspace/Sources/SwiftBSON/BSONBinary.swift:20:27: warning: static property 'function' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     /// Subtypes for BSON Binary values.
 15 |     public struct Subtype: Equatable, Hashable, RawRepresentable, Codable {
    |                   `- note: consider making struct 'Subtype' conform to the 'Sendable' protocol
 16 |         // swiftlint:disable force_unwrapping
 17 |         /// Generic binary subtype
 18 |         public static let generic = Subtype(rawValue: 0x00)!
 19 |         /// A function
 20 |         public static let function = Subtype(rawValue: 0x01)!
    |                           |- warning: static property 'function' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'function' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 21 |         /// Binary (old)
 22 |         public static let binaryDeprecated = Subtype(rawValue: 0x02)!
/host/spi-builder-workspace/Sources/SwiftBSON/BSONBinary.swift:22:27: warning: static property 'binaryDeprecated' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     /// Subtypes for BSON Binary values.
 15 |     public struct Subtype: Equatable, Hashable, RawRepresentable, Codable {
    |                   `- note: consider making struct 'Subtype' conform to the 'Sendable' protocol
 16 |         // swiftlint:disable force_unwrapping
 17 |         /// Generic binary subtype
    :
 20 |         public static let function = Subtype(rawValue: 0x01)!
 21 |         /// Binary (old)
 22 |         public static let binaryDeprecated = Subtype(rawValue: 0x02)!
    |                           |- warning: static property 'binaryDeprecated' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'binaryDeprecated' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 23 |         /// UUID (old)
 24 |         public static let uuidDeprecated = Subtype(rawValue: 0x03)!
/host/spi-builder-workspace/Sources/SwiftBSON/BSONBinary.swift:24:27: warning: static property 'uuidDeprecated' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     /// Subtypes for BSON Binary values.
 15 |     public struct Subtype: Equatable, Hashable, RawRepresentable, Codable {
    |                   `- note: consider making struct 'Subtype' conform to the 'Sendable' protocol
 16 |         // swiftlint:disable force_unwrapping
 17 |         /// Generic binary subtype
    :
 22 |         public static let binaryDeprecated = Subtype(rawValue: 0x02)!
 23 |         /// UUID (old)
 24 |         public static let uuidDeprecated = Subtype(rawValue: 0x03)!
    |                           |- warning: static property 'uuidDeprecated' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'uuidDeprecated' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 25 |         /// UUID (RFC 4122)
 26 |         public static let uuid = Subtype(rawValue: 0x04)!
/host/spi-builder-workspace/Sources/SwiftBSON/BSONBinary.swift:26:27: warning: static property 'uuid' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     /// Subtypes for BSON Binary values.
 15 |     public struct Subtype: Equatable, Hashable, RawRepresentable, Codable {
    |                   `- note: consider making struct 'Subtype' conform to the 'Sendable' protocol
 16 |         // swiftlint:disable force_unwrapping
 17 |         /// Generic binary subtype
    :
 24 |         public static let uuidDeprecated = Subtype(rawValue: 0x03)!
 25 |         /// UUID (RFC 4122)
 26 |         public static let uuid = Subtype(rawValue: 0x04)!
    |                           |- warning: static property 'uuid' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'uuid' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 27 |         /// MD5
 28 |         public static let md5 = Subtype(rawValue: 0x05)!
/host/spi-builder-workspace/Sources/SwiftBSON/BSONBinary.swift:28:27: warning: static property 'md5' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     /// Subtypes for BSON Binary values.
 15 |     public struct Subtype: Equatable, Hashable, RawRepresentable, Codable {
    |                   `- note: consider making struct 'Subtype' conform to the 'Sendable' protocol
 16 |         // swiftlint:disable force_unwrapping
 17 |         /// Generic binary subtype
    :
 26 |         public static let uuid = Subtype(rawValue: 0x04)!
 27 |         /// MD5
 28 |         public static let md5 = Subtype(rawValue: 0x05)!
    |                           |- warning: static property 'md5' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'md5' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 29 |         /// Encrypted BSON value
 30 |         public static let encryptedValue = Subtype(rawValue: 0x06)!
/host/spi-builder-workspace/Sources/SwiftBSON/BSONBinary.swift:30:27: warning: static property 'encryptedValue' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     /// Subtypes for BSON Binary values.
 15 |     public struct Subtype: Equatable, Hashable, RawRepresentable, Codable {
    |                   `- note: consider making struct 'Subtype' conform to the 'Sendable' protocol
 16 |         // swiftlint:disable force_unwrapping
 17 |         /// Generic binary subtype
    :
 28 |         public static let md5 = Subtype(rawValue: 0x05)!
 29 |         /// Encrypted BSON value
 30 |         public static let encryptedValue = Subtype(rawValue: 0x06)!
    |                           |- warning: static property 'encryptedValue' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'encryptedValue' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |         /// Column
 32 |         public static let column = Subtype(rawValue: 0x07)!
/host/spi-builder-workspace/Sources/SwiftBSON/BSONBinary.swift:32:27: warning: static property 'column' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     /// Subtypes for BSON Binary values.
 15 |     public struct Subtype: Equatable, Hashable, RawRepresentable, Codable {
    |                   `- note: consider making struct 'Subtype' conform to the 'Sendable' protocol
 16 |         // swiftlint:disable force_unwrapping
 17 |         /// Generic binary subtype
    :
 30 |         public static let encryptedValue = Subtype(rawValue: 0x06)!
 31 |         /// Column
 32 |         public static let column = Subtype(rawValue: 0x07)!
    |                           |- warning: static property 'column' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'column' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 33 |         // swiftlint:enable force_unwrapping
 34 |
[191/211] Compiling SwiftBSON BSONBinary.swift
/host/spi-builder-workspace/Sources/SwiftBSON/BSON.swift:358:25: warning: static property 'allBSONTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
356 | extension BSON {
357 |     /// List of all BSONValue types. Can be used to exhaustively check each one at runtime.
358 |     internal static var allBSONTypes: [BSONType: BSONValue.Type] = [
    |                         |- warning: static property 'allBSONTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: convert 'allBSONTypes' to a 'let' constant to make 'Sendable' shared state immutable
    |                         |- note: add '@MainActor' to make static property 'allBSONTypes' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
359 |         .document: BSONDocument.self,
360 |         .int32: Int32.self,
/host/spi-builder-workspace/Sources/SwiftBSON/BSONBinary.swift:18:27: warning: static property 'generic' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     /// Subtypes for BSON Binary values.
 15 |     public struct Subtype: Equatable, Hashable, RawRepresentable, Codable {
    |                   `- note: consider making struct 'Subtype' conform to the 'Sendable' protocol
 16 |         // swiftlint:disable force_unwrapping
 17 |         /// Generic binary subtype
 18 |         public static let generic = Subtype(rawValue: 0x00)!
    |                           |- warning: static property 'generic' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'generic' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 19 |         /// A function
 20 |         public static let function = Subtype(rawValue: 0x01)!
/host/spi-builder-workspace/Sources/SwiftBSON/BSONBinary.swift:20:27: warning: static property 'function' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     /// Subtypes for BSON Binary values.
 15 |     public struct Subtype: Equatable, Hashable, RawRepresentable, Codable {
    |                   `- note: consider making struct 'Subtype' conform to the 'Sendable' protocol
 16 |         // swiftlint:disable force_unwrapping
 17 |         /// Generic binary subtype
 18 |         public static let generic = Subtype(rawValue: 0x00)!
 19 |         /// A function
 20 |         public static let function = Subtype(rawValue: 0x01)!
    |                           |- warning: static property 'function' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'function' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 21 |         /// Binary (old)
 22 |         public static let binaryDeprecated = Subtype(rawValue: 0x02)!
/host/spi-builder-workspace/Sources/SwiftBSON/BSONBinary.swift:22:27: warning: static property 'binaryDeprecated' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     /// Subtypes for BSON Binary values.
 15 |     public struct Subtype: Equatable, Hashable, RawRepresentable, Codable {
    |                   `- note: consider making struct 'Subtype' conform to the 'Sendable' protocol
 16 |         // swiftlint:disable force_unwrapping
 17 |         /// Generic binary subtype
    :
 20 |         public static let function = Subtype(rawValue: 0x01)!
 21 |         /// Binary (old)
 22 |         public static let binaryDeprecated = Subtype(rawValue: 0x02)!
    |                           |- warning: static property 'binaryDeprecated' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'binaryDeprecated' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 23 |         /// UUID (old)
 24 |         public static let uuidDeprecated = Subtype(rawValue: 0x03)!
/host/spi-builder-workspace/Sources/SwiftBSON/BSONBinary.swift:24:27: warning: static property 'uuidDeprecated' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     /// Subtypes for BSON Binary values.
 15 |     public struct Subtype: Equatable, Hashable, RawRepresentable, Codable {
    |                   `- note: consider making struct 'Subtype' conform to the 'Sendable' protocol
 16 |         // swiftlint:disable force_unwrapping
 17 |         /// Generic binary subtype
    :
 22 |         public static let binaryDeprecated = Subtype(rawValue: 0x02)!
 23 |         /// UUID (old)
 24 |         public static let uuidDeprecated = Subtype(rawValue: 0x03)!
    |                           |- warning: static property 'uuidDeprecated' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'uuidDeprecated' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 25 |         /// UUID (RFC 4122)
 26 |         public static let uuid = Subtype(rawValue: 0x04)!
/host/spi-builder-workspace/Sources/SwiftBSON/BSONBinary.swift:26:27: warning: static property 'uuid' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     /// Subtypes for BSON Binary values.
 15 |     public struct Subtype: Equatable, Hashable, RawRepresentable, Codable {
    |                   `- note: consider making struct 'Subtype' conform to the 'Sendable' protocol
 16 |         // swiftlint:disable force_unwrapping
 17 |         /// Generic binary subtype
    :
 24 |         public static let uuidDeprecated = Subtype(rawValue: 0x03)!
 25 |         /// UUID (RFC 4122)
 26 |         public static let uuid = Subtype(rawValue: 0x04)!
    |                           |- warning: static property 'uuid' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'uuid' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 27 |         /// MD5
 28 |         public static let md5 = Subtype(rawValue: 0x05)!
/host/spi-builder-workspace/Sources/SwiftBSON/BSONBinary.swift:28:27: warning: static property 'md5' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     /// Subtypes for BSON Binary values.
 15 |     public struct Subtype: Equatable, Hashable, RawRepresentable, Codable {
    |                   `- note: consider making struct 'Subtype' conform to the 'Sendable' protocol
 16 |         // swiftlint:disable force_unwrapping
 17 |         /// Generic binary subtype
    :
 26 |         public static let uuid = Subtype(rawValue: 0x04)!
 27 |         /// MD5
 28 |         public static let md5 = Subtype(rawValue: 0x05)!
    |                           |- warning: static property 'md5' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'md5' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 29 |         /// Encrypted BSON value
 30 |         public static let encryptedValue = Subtype(rawValue: 0x06)!
/host/spi-builder-workspace/Sources/SwiftBSON/BSONBinary.swift:30:27: warning: static property 'encryptedValue' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     /// Subtypes for BSON Binary values.
 15 |     public struct Subtype: Equatable, Hashable, RawRepresentable, Codable {
    |                   `- note: consider making struct 'Subtype' conform to the 'Sendable' protocol
 16 |         // swiftlint:disable force_unwrapping
 17 |         /// Generic binary subtype
    :
 28 |         public static let md5 = Subtype(rawValue: 0x05)!
 29 |         /// Encrypted BSON value
 30 |         public static let encryptedValue = Subtype(rawValue: 0x06)!
    |                           |- warning: static property 'encryptedValue' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'encryptedValue' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |         /// Column
 32 |         public static let column = Subtype(rawValue: 0x07)!
/host/spi-builder-workspace/Sources/SwiftBSON/BSONBinary.swift:32:27: warning: static property 'column' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     /// Subtypes for BSON Binary values.
 15 |     public struct Subtype: Equatable, Hashable, RawRepresentable, Codable {
    |                   `- note: consider making struct 'Subtype' conform to the 'Sendable' protocol
 16 |         // swiftlint:disable force_unwrapping
 17 |         /// Generic binary subtype
    :
 30 |         public static let encryptedValue = Subtype(rawValue: 0x06)!
 31 |         /// Column
 32 |         public static let column = Subtype(rawValue: 0x07)!
    |                           |- warning: static property 'column' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'column' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 33 |         // swiftlint:enable force_unwrapping
 34 |
[192/211] Compiling SwiftBSON BSONCode.swift
/host/spi-builder-workspace/Sources/SwiftBSON/BSON.swift:358:25: warning: static property 'allBSONTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
356 | extension BSON {
357 |     /// List of all BSONValue types. Can be used to exhaustively check each one at runtime.
358 |     internal static var allBSONTypes: [BSONType: BSONValue.Type] = [
    |                         |- warning: static property 'allBSONTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: convert 'allBSONTypes' to a 'let' constant to make 'Sendable' shared state immutable
    |                         |- note: add '@MainActor' to make static property 'allBSONTypes' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
359 |         .document: BSONDocument.self,
360 |         .int32: Int32.self,
/host/spi-builder-workspace/Sources/SwiftBSON/BSONBinary.swift:18:27: warning: static property 'generic' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     /// Subtypes for BSON Binary values.
 15 |     public struct Subtype: Equatable, Hashable, RawRepresentable, Codable {
    |                   `- note: consider making struct 'Subtype' conform to the 'Sendable' protocol
 16 |         // swiftlint:disable force_unwrapping
 17 |         /// Generic binary subtype
 18 |         public static let generic = Subtype(rawValue: 0x00)!
    |                           |- warning: static property 'generic' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'generic' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 19 |         /// A function
 20 |         public static let function = Subtype(rawValue: 0x01)!
/host/spi-builder-workspace/Sources/SwiftBSON/BSONBinary.swift:20:27: warning: static property 'function' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     /// Subtypes for BSON Binary values.
 15 |     public struct Subtype: Equatable, Hashable, RawRepresentable, Codable {
    |                   `- note: consider making struct 'Subtype' conform to the 'Sendable' protocol
 16 |         // swiftlint:disable force_unwrapping
 17 |         /// Generic binary subtype
 18 |         public static let generic = Subtype(rawValue: 0x00)!
 19 |         /// A function
 20 |         public static let function = Subtype(rawValue: 0x01)!
    |                           |- warning: static property 'function' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'function' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 21 |         /// Binary (old)
 22 |         public static let binaryDeprecated = Subtype(rawValue: 0x02)!
/host/spi-builder-workspace/Sources/SwiftBSON/BSONBinary.swift:22:27: warning: static property 'binaryDeprecated' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     /// Subtypes for BSON Binary values.
 15 |     public struct Subtype: Equatable, Hashable, RawRepresentable, Codable {
    |                   `- note: consider making struct 'Subtype' conform to the 'Sendable' protocol
 16 |         // swiftlint:disable force_unwrapping
 17 |         /// Generic binary subtype
    :
 20 |         public static let function = Subtype(rawValue: 0x01)!
 21 |         /// Binary (old)
 22 |         public static let binaryDeprecated = Subtype(rawValue: 0x02)!
    |                           |- warning: static property 'binaryDeprecated' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'binaryDeprecated' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 23 |         /// UUID (old)
 24 |         public static let uuidDeprecated = Subtype(rawValue: 0x03)!
/host/spi-builder-workspace/Sources/SwiftBSON/BSONBinary.swift:24:27: warning: static property 'uuidDeprecated' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     /// Subtypes for BSON Binary values.
 15 |     public struct Subtype: Equatable, Hashable, RawRepresentable, Codable {
    |                   `- note: consider making struct 'Subtype' conform to the 'Sendable' protocol
 16 |         // swiftlint:disable force_unwrapping
 17 |         /// Generic binary subtype
    :
 22 |         public static let binaryDeprecated = Subtype(rawValue: 0x02)!
 23 |         /// UUID (old)
 24 |         public static let uuidDeprecated = Subtype(rawValue: 0x03)!
    |                           |- warning: static property 'uuidDeprecated' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'uuidDeprecated' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 25 |         /// UUID (RFC 4122)
 26 |         public static let uuid = Subtype(rawValue: 0x04)!
/host/spi-builder-workspace/Sources/SwiftBSON/BSONBinary.swift:26:27: warning: static property 'uuid' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     /// Subtypes for BSON Binary values.
 15 |     public struct Subtype: Equatable, Hashable, RawRepresentable, Codable {
    |                   `- note: consider making struct 'Subtype' conform to the 'Sendable' protocol
 16 |         // swiftlint:disable force_unwrapping
 17 |         /// Generic binary subtype
    :
 24 |         public static let uuidDeprecated = Subtype(rawValue: 0x03)!
 25 |         /// UUID (RFC 4122)
 26 |         public static let uuid = Subtype(rawValue: 0x04)!
    |                           |- warning: static property 'uuid' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'uuid' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 27 |         /// MD5
 28 |         public static let md5 = Subtype(rawValue: 0x05)!
/host/spi-builder-workspace/Sources/SwiftBSON/BSONBinary.swift:28:27: warning: static property 'md5' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     /// Subtypes for BSON Binary values.
 15 |     public struct Subtype: Equatable, Hashable, RawRepresentable, Codable {
    |                   `- note: consider making struct 'Subtype' conform to the 'Sendable' protocol
 16 |         // swiftlint:disable force_unwrapping
 17 |         /// Generic binary subtype
    :
 26 |         public static let uuid = Subtype(rawValue: 0x04)!
 27 |         /// MD5
 28 |         public static let md5 = Subtype(rawValue: 0x05)!
    |                           |- warning: static property 'md5' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'md5' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 29 |         /// Encrypted BSON value
 30 |         public static let encryptedValue = Subtype(rawValue: 0x06)!
/host/spi-builder-workspace/Sources/SwiftBSON/BSONBinary.swift:30:27: warning: static property 'encryptedValue' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     /// Subtypes for BSON Binary values.
 15 |     public struct Subtype: Equatable, Hashable, RawRepresentable, Codable {
    |                   `- note: consider making struct 'Subtype' conform to the 'Sendable' protocol
 16 |         // swiftlint:disable force_unwrapping
 17 |         /// Generic binary subtype
    :
 28 |         public static let md5 = Subtype(rawValue: 0x05)!
 29 |         /// Encrypted BSON value
 30 |         public static let encryptedValue = Subtype(rawValue: 0x06)!
    |                           |- warning: static property 'encryptedValue' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'encryptedValue' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |         /// Column
 32 |         public static let column = Subtype(rawValue: 0x07)!
/host/spi-builder-workspace/Sources/SwiftBSON/BSONBinary.swift:32:27: warning: static property 'column' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |
 14 |     /// Subtypes for BSON Binary values.
 15 |     public struct Subtype: Equatable, Hashable, RawRepresentable, Codable {
    |                   `- note: consider making struct 'Subtype' conform to the 'Sendable' protocol
 16 |         // swiftlint:disable force_unwrapping
 17 |         /// Generic binary subtype
    :
 30 |         public static let encryptedValue = Subtype(rawValue: 0x06)!
 31 |         /// Column
 32 |         public static let column = Subtype(rawValue: 0x07)!
    |                           |- warning: static property 'column' is not concurrency-safe because non-'Sendable' type 'BSONBinary.Subtype' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'column' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 33 |         // swiftlint:enable force_unwrapping
 34 |
[193/211] Compiling SwiftBSON BSONSymbol.swift
[194/211] Compiling SwiftBSON BSONTimestamp.swift
[195/211] Compiling SwiftBSON BSONValue.swift
[196/211] Compiling SwiftBSON Bool+BSONValue.swift
[197/211] Compiling SwiftBSON Integers+BSONValue.swift
[198/211] Compiling SwiftBSON JSON.swift
[199/211] Compiling SwiftBSON String+BSONValue.swift
[200/211] Compiling SwiftBSON BSONDocument+Sequence.swift
/host/spi-builder-workspace/Sources/SwiftBSON/BSONEncoder.swift:498:20: warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
496 |             return try BSONBinary(data: data, subtype: .generic)
497 |         case .base64:
498 |             return String(base64Encoding: data)
    |                    `- warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
499 |         case let .custom(f):
500 |             return try self.handleCustomStrategy(encodeFunc: f, forValue: data)
[201/211] Compiling SwiftBSON BSONDocument.swift
/host/spi-builder-workspace/Sources/SwiftBSON/BSONEncoder.swift:498:20: warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
496 |             return try BSONBinary(data: data, subtype: .generic)
497 |         case .base64:
498 |             return String(base64Encoding: data)
    |                    `- warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
499 |         case let .custom(f):
500 |             return try self.handleCustomStrategy(encodeFunc: f, forValue: data)
[202/211] Compiling SwiftBSON BSONDocumentIterator.swift
/host/spi-builder-workspace/Sources/SwiftBSON/BSONEncoder.swift:498:20: warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
496 |             return try BSONBinary(data: data, subtype: .generic)
497 |         case .base64:
498 |             return String(base64Encoding: data)
    |                    `- warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
499 |         case let .custom(f):
500 |             return try self.handleCustomStrategy(encodeFunc: f, forValue: data)
[203/211] Compiling SwiftBSON BSONEncoder.swift
/host/spi-builder-workspace/Sources/SwiftBSON/BSONEncoder.swift:498:20: warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
496 |             return try BSONBinary(data: data, subtype: .generic)
497 |         case .base64:
498 |             return String(base64Encoding: data)
    |                    `- warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
499 |         case let .custom(f):
500 |             return try self.handleCustomStrategy(encodeFunc: f, forValue: data)
[204/211] Compiling SwiftBSON ByteBuffer+BSON.swift
[205/211] Compiling SwiftBSON CodableNumber.swift
[206/211] Compiling SwiftBSON CodingStrategies.swift
[207/211] Compiling SwiftBSON Date+BSONValue.swift
[208/211] Compiling SwiftBSON BSONDBPointer.swift
/host/spi-builder-workspace/Sources/SwiftBSON/BSONDecoder.swift:5:25: warning: static property 'iso8601Formatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  3 | /// `BSONDecoder` facilitates the decoding of BSON into semantic `Decodable` types.
  4 | public class BSONDecoder {
  5 |     internal static var iso8601Formatter: ISO8601DateFormatter = {
    |                         |- warning: static property 'iso8601Formatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: convert 'iso8601Formatter' to a 'let' constant to make 'Sendable' shared state immutable
    |                         |- note: add '@MainActor' to make static property 'iso8601Formatter' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  6 |         let formatter = ISO8601DateFormatter()
  7 |         formatter.formatOptions = .withInternetDateTime
[209/211] Compiling SwiftBSON BSONDecimal128.swift
/host/spi-builder-workspace/Sources/SwiftBSON/BSONDecoder.swift:5:25: warning: static property 'iso8601Formatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  3 | /// `BSONDecoder` facilitates the decoding of BSON into semantic `Decodable` types.
  4 | public class BSONDecoder {
  5 |     internal static var iso8601Formatter: ISO8601DateFormatter = {
    |                         |- warning: static property 'iso8601Formatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: convert 'iso8601Formatter' to a 'let' constant to make 'Sendable' shared state immutable
    |                         |- note: add '@MainActor' to make static property 'iso8601Formatter' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  6 |         let formatter = ISO8601DateFormatter()
  7 |         formatter.formatOptions = .withInternetDateTime
[210/211] Compiling SwiftBSON BSONDecoder.swift
/host/spi-builder-workspace/Sources/SwiftBSON/BSONDecoder.swift:5:25: warning: static property 'iso8601Formatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  3 | /// `BSONDecoder` facilitates the decoding of BSON into semantic `Decodable` types.
  4 | public class BSONDecoder {
  5 |     internal static var iso8601Formatter: ISO8601DateFormatter = {
    |                         |- warning: static property 'iso8601Formatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: convert 'iso8601Formatter' to a 'let' constant to make 'Sendable' shared state immutable
    |                         |- note: add '@MainActor' to make static property 'iso8601Formatter' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  6 |         let formatter = ISO8601DateFormatter()
  7 |         formatter.formatOptions = .withInternetDateTime
[211/211] Compiling SwiftBSON BSONDocument+Collection.swift
/host/spi-builder-workspace/Sources/SwiftBSON/BSONDecoder.swift:5:25: warning: static property 'iso8601Formatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  3 | /// `BSONDecoder` facilitates the decoding of BSON into semantic `Decodable` types.
  4 | public class BSONDecoder {
  5 |     internal static var iso8601Formatter: ISO8601DateFormatter = {
    |                         |- warning: static property 'iso8601Formatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                         |- note: convert 'iso8601Formatter' to a 'let' constant to make 'Sendable' shared state immutable
    |                         |- note: add '@MainActor' to make static property 'iso8601Formatter' part of global actor 'MainActor'
    |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  6 |         let formatter = ISO8601DateFormatter()
  7 |         formatter.formatOptions = .withInternetDateTime
Build complete! (57.87s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.32.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio"
    },
    {
      "identity" : "swift-extras-json",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "0.7.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-extras/swift-extras-json"
    },
    {
      "identity" : "swift-extras-base64",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "0.6.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-extras/swift-extras-base64"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.0.0",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble"
    }
  ],
  "manifest_display_name" : "swift-bson",
  "name" : "swift-bson",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftBSON",
      "targets" : [
        "SwiftBSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftBSONTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftBSONTests",
      "path" : "Tests/SwiftBSONTests",
      "product_dependencies" : [
        "Nimble",
        "ExtrasJSON"
      ],
      "sources" : [
        "BSONCorpusTests.swift",
        "BSONDocument+CollectionTests.swift",
        "BSONDocument+SequenceTests.swift",
        "BSONDocumentIteratorTests.swift",
        "BSONObjectIDTests.swift",
        "BSONTests.swift",
        "BSONValueTests.swift",
        "CodecTests.swift",
        "CommonTestUtils.swift",
        "DocumentTests.swift",
        "ExtendedJSONConversionTests.swift",
        "JSONTests.swift",
        "LeakCheckTests.swift"
      ],
      "target_dependencies" : [
        "SwiftBSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftBSON",
      "module_type" : "SwiftTarget",
      "name" : "SwiftBSON",
      "path" : "Sources/SwiftBSON",
      "product_dependencies" : [
        "NIOCore",
        "NIOConcurrencyHelpers",
        "ExtrasJSON",
        "ExtrasBase64"
      ],
      "product_memberships" : [
        "SwiftBSON"
      ],
      "sources" : [
        "Array+BSONValue.swift",
        "BSON.swift",
        "BSONBinary.swift",
        "BSONCode.swift",
        "BSONDBPointer.swift",
        "BSONDecimal128.swift",
        "BSONDecoder.swift",
        "BSONDocument+Collection.swift",
        "BSONDocument+Sequence.swift",
        "BSONDocument.swift",
        "BSONDocumentIterator.swift",
        "BSONEncoder.swift",
        "BSONError.swift",
        "BSONNulls.swift",
        "BSONObjectID.swift",
        "BSONRegularExpression.swift",
        "BSONSymbol.swift",
        "BSONTimestamp.swift",
        "BSONValue.swift",
        "Bool+BSONValue.swift",
        "ByteBuffer+BSON.swift",
        "CodableNumber.swift",
        "CodingStrategies.swift",
        "Date+BSONValue.swift",
        "Double+BSONValue.swift",
        "ExtendedJSONDecoder.swift",
        "ExtendedJSONEncoder.swift",
        "Integers+BSONValue.swift",
        "JSON.swift",
        "String+BSONValue.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.