The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of swift-bson, reference main (de9447), with Swift 6.1 for Linux on 26 Apr 2025 21:22:55 UTC.

Swift 6 data race errors: 17

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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.61.0
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:         linux
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-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/Quick/Nimble
Fetching https://github.com/swift-extras/swift-extras-base64
Fetching https://github.com/apple/swift-nio
Fetching https://github.com/swift-extras/swift-extras-json
[1/1056] Fetching swift-extras-json
[1057/1889] Fetching swift-extras-json, swift-extras-base64
Fetched https://github.com/swift-extras/swift-extras-base64 from cache (0.26s)
[1/19567] Fetching nimble
[7633/94998] Fetching nimble, swift-nio
Fetched https://github.com/swift-extras/swift-extras-json from cache (1.31s)
Fetched https://github.com/Quick/Nimble from cache (1.33s)
[49996/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio from cache (4.83s)
Computing version for https://github.com/swift-extras/swift-extras-base64
Computed https://github.com/swift-extras/swift-extras-base64 at 0.5.0 (5.39s)
Computing version for https://github.com/swift-extras/swift-extras-json
Computed https://github.com/swift-extras/swift-extras-json at 0.6.0 (0.55s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 8.1.2 (1.99s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.82.0 (1.11s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/4353] Fetching swift-system
[132/6058] Fetching swift-system, swift-atomics
[4695/22300] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.50s)
Fetched https://github.com/apple/swift-system.git from cache (0.50s)
[4386/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.46s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.00s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.50s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.74s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.82.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/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 8.1.2
Building for debugging...
[0/20] Write sources
[9/20] Compiling CNIOWindows shim.c
[9/20] Compiling CNIOWindows WSAStartup.c
[11/20] Compiling CNIOWASI CNIOWASI.c
[11/20] Write sources
[12/20] Compiling CNIOLinux liburing_shims.c
[14/20] Compiling _AtomicsShims.c
[15/20] Compiling CNIODarwin shim.c
[16/20] Compiling CNIOLinux shim.c
[17/20] Write swift-version-24593BA9C3E375BF.txt
[19/79] Emitting module _NIOBase64
[20/79] Compiling ExtrasJSON DocumentReader.swift
[21/80] Compiling ExtrasBase64 DecodingError.swift
[22/80] Compiling Atomics ManagedAtomic.swift
[23/80] Compiling Atomics ManagedAtomicLazyReference.swift
[24/82] Compiling _NIOBase64 Base64.swift
[25/83] Compiling Atomics OptionalRawRepresentable.swift
[26/83] Compiling Atomics RawRepresentable.swift
[27/83] Compiling Atomics AtomicBool.swift
[28/85] Compiling _NIODataStructures PriorityQueue.swift
[29/85] Compiling _NIODataStructures _TinyArray.swift
[31/85] Compiling Atomics IntegerConformances.swift
[32/85] Compiling Atomics PointerConformances.swift
[33/85] Compiling Atomics Primitives.native.swift
[34/85] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[35/85] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[36/85] Emitting module ExtrasJSON
[42/85] Emitting module InternalCollectionsUtilities
[46/85] Compiling Atomics Primitives.shims.swift
[47/85] Compiling Atomics AtomicInteger.swift
[48/85] Compiling Atomics AtomicOptionalWrappable.swift
[53/85] Compiling Atomics AtomicReference.swift
[56/85] Compiling ExtrasJSON JSONValue.swift
[56/85] Compiling c-nioatomics.c
[58/85] Compiling Atomics AtomicMemoryOrderings.swift
[59/85] Compiling Atomics DoubleWord.swift
[60/85] Compiling Atomics AtomicStorage.swift
[61/85] Compiling Atomics AtomicValue.swift
[73/86] Compiling Atomics IntegerOperations.swift
[74/86] Compiling Atomics Unmanaged extensions.swift
[76/86] Emitting module Atomics
[80/87] Compiling ExtrasJSON JSONParser.swift
[82/101] Compiling c-atomics.c
[84/103] Compiling DequeModule Deque+CustomReflectable.swift
[85/103] Compiling DequeModule Deque+Descriptions.swift
[86/105] Compiling DequeModule Deque+Equatable.swift
[87/105] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[88/105] Compiling DequeModule Deque+Extras.swift
[89/105] Compiling DequeModule Deque+Hashable.swift
[90/111] Compiling DequeModule _DequeBuffer.swift
[91/111] Compiling DequeModule _DequeBufferHeader.swift
[92/111] Emitting module _NIODataStructures
[93/111] Compiling _NIODataStructures Heap.swift
[95/112] Compiling DequeModule _DequeSlot.swift
[96/112] Compiling DequeModule _UnsafeWrappedBuffer.swift
[97/112] Compiling NIOConcurrencyHelpers lock.swift
[98/112] Compiling DequeModule Deque+Testing.swift
[99/112] Compiling DequeModule Deque._Storage.swift
[100/112] Compiling DequeModule Deque._UnsafeHandle.swift
[101/112] Compiling DequeModule Deque.swift
[102/112] Compiling DequeModule Deque+Codable.swift
[103/112] Compiling DequeModule Deque+Collection.swift
[104/112] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[105/112] Emitting module NIOConcurrencyHelpers
[106/112] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[107/112] Compiling NIOConcurrencyHelpers atomics.swift
[108/112] Compiling NIOConcurrencyHelpers NIOLock.swift
[110/113] Emitting module DequeModule
[112/173] Compiling NIOCore MarkedCircularBuffer.swift
[113/173] Compiling NIOCore MulticastChannel.swift
[114/173] Compiling NIOCore NIOAny.swift
[115/173] Compiling NIOCore NIOCloseOnErrorHandler.swift
[116/173] Compiling NIOCore NIOLoopBound.swift
[117/173] Compiling NIOCore NIOScheduledCallback.swift
[118/173] Compiling NIOCore NIOSendable.swift
[119/173] Compiling NIOCore RecvByteBufferAllocator.swift
[120/173] Compiling NIOCore GlobalSingletons.swift
[121/173] Compiling NIOCore IO.swift
[122/173] Compiling NIOCore IOData.swift
[123/173] Compiling NIOCore IPProtocol.swift
[124/173] Compiling NIOCore IntegerBitPacking.swift
[125/173] Compiling NIOCore IntegerTypes.swift
[126/173] Compiling NIOCore Interfaces.swift
[127/173] Compiling NIOCore Linux.swift
[128/173] Compiling NIOCore EventLoop.swift
[129/173] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[130/173] Compiling NIOCore EventLoopFuture+Deprecated.swift
[131/173] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[132/173] Compiling NIOCore EventLoopFuture.swift
[133/173] Compiling NIOCore FileDescriptor.swift
[134/173] Compiling NIOCore FileHandle.swift
[135/173] Compiling NIOCore FileRegion.swift
[136/181] Emitting module ExtrasBase64
[137/181] Compiling NIOCore ChannelPipeline.swift
[138/181] Compiling NIOCore CircularBuffer.swift
[139/181] Compiling NIOCore Codec.swift
[140/181] Compiling NIOCore ConvenienceOptionSupport.swift
[141/181] Compiling NIOCore DeadChannel.swift
[142/181] Compiling NIOCore DispatchQueue+WithFuture.swift
[143/181] Compiling NIOCore EventLoop+Deprecated.swift
[144/181] Compiling NIOCore EventLoop+SerialExecutor.swift
[145/181] Compiling NIOCore AddressedEnvelope.swift
[146/181] Compiling NIOCore AsyncAwaitSupport.swift
[147/181] Compiling NIOCore AsyncChannel.swift
[148/181] Compiling NIOCore AsyncChannelHandler.swift
[149/181] Compiling NIOCore AsyncChannelInboundStream.swift
[150/181] Compiling NIOCore AsyncChannelOutboundWriter.swift
[151/181] Compiling NIOCore NIOAsyncSequenceProducer.swift
[152/181] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[153/181] Compiling NIOCore NIOAsyncWriter.swift
[154/181] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[155/181] Compiling NIOCore BSDSocketAPI.swift
[156/181] Compiling NIOCore ByteBuffer-aux.swift
[157/181] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[158/181] Compiling NIOCore ByteBuffer-conversions.swift
[159/181] Compiling NIOCore ByteBuffer-core.swift
[160/181] Compiling NIOCore ByteBuffer-hex.swift
[161/181] Compiling NIOCore ByteBuffer-int.swift
[162/181] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[163/181] Compiling ExtrasBase64 Base64.swift
[164/181] Compiling ExtrasBase64 Chromium.swift
[166/182] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[167/182] Compiling NIOCore SocketAddresses.swift
[168/182] Compiling NIOCore SocketOptionProvider.swift
[169/182] Compiling NIOCore SystemCallHelpers.swift
[170/182] Compiling NIOCore TimeAmount+Duration.swift
[171/182] Compiling NIOCore TypeAssistedChannelHandler.swift
[172/182] Compiling NIOCore UniversalBootstrapSupport.swift
[173/182] Compiling NIOCore Utilities.swift
[174/182] Compiling NIOCore ByteBuffer-multi-int.swift
[175/182] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[176/182] Compiling NIOCore ByteBuffer-views.swift
[177/182] Compiling NIOCore Channel.swift
[178/182] Compiling NIOCore ChannelHandler.swift
[179/182] Compiling NIOCore ChannelHandlers.swift
[180/182] Compiling NIOCore ChannelInvoker.swift
[181/182] Compiling NIOCore ChannelOption.swift
[182/182] Emitting module NIOCore
[184/211] Compiling SwiftBSON BSONSymbol.swift
[185/211] Compiling SwiftBSON BSONTimestamp.swift
[186/211] Compiling SwiftBSON BSONValue.swift
[187/211] Compiling SwiftBSON Bool+BSONValue.swift
[188/214] 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.
[189/214] Compiling SwiftBSON ByteBuffer+BSON.swift
[190/214] Compiling SwiftBSON CodableNumber.swift
[191/214] Compiling SwiftBSON CodingStrategies.swift
[192/214] Compiling SwiftBSON Date+BSONValue.swift
[193/214] 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.
[194/214] 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.
[195/214] 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.
[196/214] 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 |
[197/214] 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 |
[198/214] 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 |
[199/214] 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 |
[200/214] Compiling SwiftBSON Integers+BSONValue.swift
[201/214] Compiling SwiftBSON JSON.swift
[202/214] Compiling SwiftBSON String+BSONValue.swift
[203/214] 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 |
[204/214] 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 |
[205/214] 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 |
[206/214] 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 |
[207/214] 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)
[208/214] 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)
[209/214] 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)
[210/214] 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)
[211/214] 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
[212/214] 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
[213/214] 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
[214/214] 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! (43.25s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.