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 Yorkie, reference 0.4.26 (63c665), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 20:14:38 UTC.

Swift 6 data race errors: 6

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yorkie-team/yorkie-ios-sdk.git
Reference: 0.4.26
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yorkie-team/yorkie-ios-sdk
 * tag               0.4.26     -> FETCH_HEAD
HEAD is now at 63c6657 Bump to 0.4.26
Cloned https://github.com/yorkie-team/yorkie-ios-sdk.git
Revision (git rev-parse @):
63c665714259fc07b210aa2c5d3e45bb40d2cd7a
SUCCESS checkout https://github.com/yorkie-team/yorkie-ios-sdk.git at 0.4.26
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/yorkie-team/yorkie-ios-sdk.git
https://github.com/yorkie-team/yorkie-ios-sdk.git
{
  "dependencies" : [
    {
      "identity" : "connect-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.13.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/connectrpc/connect-swift"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "semaphore",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.8",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/groue/Semaphore.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "Yorkie",
  "name" : "Yorkie",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Yorkie",
      "targets" : [
        "Yorkie"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "YorkieUnitTests",
      "module_type" : "SwiftTarget",
      "name" : "YorkieUnitTests",
      "path" : "Tests/Unit",
      "sources" : [
        "API/V1/ConverterTests.swift",
        "Document/CRDT/CRDTArrayTests.swift",
        "Document/CRDT/CRDTCountTests.swift",
        "Document/CRDT/CRDTElementTests.swift",
        "Document/CRDT/CRDTObjectTests.swift",
        "Document/CRDT/CRDTRootTests.swift",
        "Document/CRDT/CRDTTextTests.swift",
        "Document/CRDT/CRDTTreeTests.swift",
        "Document/CRDT/ElementRHTTests.swift",
        "Document/CRDT/PrimitiveTests.swift",
        "Document/CRDT/RGATreeListTests.swift",
        "Document/CRDT/RHTTests.swift",
        "Document/Change/ChangeContextTests.swift",
        "Document/Change/ChangeIDTests.swift",
        "Document/Change/ChangePackTests.swift",
        "Document/Change/ChangeTests.swift",
        "Document/Change/CheckpointTests.swift",
        "Document/DocumentConcurrentAccessTests.swift",
        "Document/DocumentTests.swift",
        "Document/GCTests.swift",
        "Document/Json/JONSTreeTests.swift",
        "Document/Json/JSONArrayTests.swift",
        "Document/Json/JSONObjectTests.swift",
        "Document/Json/JSONTextTest.swift",
        "Document/Operation/AddOperationTests.swift",
        "Document/Operation/MoveOperationTests.swift",
        "Document/Operation/RemoveOperationTests.swift",
        "Document/Operation/SetOperationTests.swift",
        "Document/Time/TimeTicketTests.swift",
        "Document/Util/StringEscapingTests.swift",
        "Document/Util/YorkieJSONObjectableTests.swift",
        "TestUtils/XCTestCase+Extension.swift",
        "Util/Helper.swift",
        "Util/IndexTreeTests.swift",
        "Util/LLRBTreeTests.swift",
        "Util/SplayTreeTests.swift",
        "Util/StringExtensionsTests.swift"
      ],
      "target_dependencies" : [
        "Yorkie"
      ],
      "type" : "test"
    },
    {
      "c99name" : "YorkieIntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "YorkieIntegrationTests",
      "path" : "Tests/Integration",
      "sources" : [
        "ClientIntegrationTests.swift",
        "CounterIntegrationTests.swift",
        "DocumentIntegrationTests.swift",
        "GCIntegrationTests.swift",
        "GRPCTests.swift",
        "IntegrationHelper.swift",
        "PresenceTests.swift",
        "TextIntegrationTests.swift",
        "TreeConcurrencyTests.swift",
        "TreeIntegrationTests.swift"
      ],
      "target_dependencies" : [
        "Yorkie"
      ],
      "type" : "test"
    },
    {
      "c99name" : "YorkieBenchmarkTests",
      "module_type" : "SwiftTarget",
      "name" : "YorkieBenchmarkTests",
      "path" : "Tests/Benchmark",
      "sources" : [
        "DocumentBenchmarkTests.swift"
      ],
      "target_dependencies" : [
        "Yorkie"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Yorkie",
      "module_type" : "SwiftTarget",
      "name" : "Yorkie",
      "path" : "Sources",
      "product_dependencies" : [
        "Connect",
        "Logging",
        "Semaphore"
      ],
      "product_memberships" : [
        "Yorkie"
      ],
      "sources" : [
        "API/Converter.swift",
        "API/GRPCTypeAlias.swift",
        "API/V1/Generated/yorkie/v1/resources.pb.swift",
        "API/V1/Generated/yorkie/v1/yorkie.connect.swift",
        "API/V1/Generated/yorkie/v1/yorkie.pb.swift",
        "Core/Attachment.swift",
        "Core/Auth.swift",
        "Core/Client.swift",
        "Core/Logger.swift",
        "Document/CRDT/CRDTArray.swift",
        "Document/CRDT/CRDTCounter.swift",
        "Document/CRDT/CRDTElement.swift",
        "Document/CRDT/CRDTObject.swift",
        "Document/CRDT/CRDTRoot.swift",
        "Document/CRDT/CRDTText.swift",
        "Document/CRDT/CRDTTree.swift",
        "Document/CRDT/ElementRHT.swift",
        "Document/CRDT/GC.swift",
        "Document/CRDT/Primitive.swift",
        "Document/CRDT/RGATreeList.swift",
        "Document/CRDT/RGATreeSplit.swift",
        "Document/CRDT/RHT.swift",
        "Document/Change/Change.swift",
        "Document/Change/ChangeContext.swift",
        "Document/Change/ChangeID.swift",
        "Document/Change/ChangePack.swift",
        "Document/Change/Checkpoint.swift",
        "Document/DocEvent.swift",
        "Document/Document.swift",
        "Document/Json/ElementConverter.swift",
        "Document/Json/JSONArray.swift",
        "Document/Json/JSONCounter.swift",
        "Document/Json/JSONDatable.swift",
        "Document/Json/JSONObject.swift",
        "Document/Json/JSONText.swift",
        "Document/Json/JSONTree.swift",
        "Document/Json/ObjectDataHandler.swift",
        "Document/Json/Strings.swift",
        "Document/Operation/AddOperation.swift",
        "Document/Operation/EditOperation.swift",
        "Document/Operation/IncreaseOperation.swift",
        "Document/Operation/MoveOperation.swift",
        "Document/Operation/Operation.swift",
        "Document/Operation/RemoveOperation.swift",
        "Document/Operation/SetOperation.swift",
        "Document/Operation/StyleOperation.swift",
        "Document/Operation/TreeEditOperation.swift",
        "Document/Operation/TreeSytleOperation.swift",
        "Document/Presence/Presence.swift",
        "Document/Time/ActorID.swift",
        "Document/Time/TimeTicket.swift",
        "Document/Util/JSONObjectable.swift",
        "Document/Util/YorkieCountable.swift",
        "Util/Codable+Extension.swift",
        "Util/Collection+Extensions.swift",
        "Util/Dictionary+Extension.swift",
        "Util/Errors.swift",
        "Util/IndexTree.swift",
        "Util/LLRBTree.swift",
        "Util/Optional+Extensions.swift",
        "Util/SplayTree.swift",
        "Util/String+Extensions.swift",
        "Version.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[3/10] Write sources
[3/10] Copying PrivacyInfo.xcprivacy
[3/10] Write sources
[9/10] Write swift-version-2F0A5646E1D333AE.txt
[11/102] Emitting module Logging
[12/102] Compiling Logging Locks.swift
[13/102] Compiling Logging LogHandler.swift
[14/102] Compiling Logging MetadataProvider.swift
[15/102] Compiling Logging Logging.swift
[16/102] Emitting module Semaphore
[17/102] Compiling Semaphore AsyncSemaphore.swift
[18/102] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[19/102] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[20/102] Compiling SwiftProtobuf CustomJSONCodable.swift
[21/102] Compiling SwiftProtobuf Decoder.swift
[22/102] Compiling SwiftProtobuf DoubleParser.swift
[23/102] Compiling SwiftProtobuf Enum.swift
[24/102] Compiling SwiftProtobuf ExtensibleMessage.swift
[25/102] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[26/102] Compiling SwiftProtobuf ExtensionFields.swift
[27/102] Compiling SwiftProtobuf ExtensionMap.swift
[28/111] Compiling SwiftProtobuf FieldTag.swift
[29/111] Compiling SwiftProtobuf FieldTypes.swift
[30/111] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[31/111] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[32/111] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[33/111] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[34/111] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[35/111] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[36/111] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[37/111] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[38/111] Compiling SwiftProtobuf PathVisitor.swift
[39/111] Compiling SwiftProtobuf ProtoNameProviding.swift
[40/111] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[41/111] Compiling SwiftProtobuf ProtobufMap.swift
[42/111] Compiling SwiftProtobuf SelectiveVisitor.swift
[43/111] Compiling SwiftProtobuf SimpleExtensionMap.swift
[44/111] Compiling SwiftProtobuf StringUtils.swift
[45/111] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[46/111] Compiling SwiftProtobuf SwiftProtobufError.swift
[47/111] Compiling SwiftProtobuf Message+JSONAdditions.swift
[48/111] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[49/111] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[50/111] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[51/111] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[52/111] Compiling SwiftProtobuf Message.swift
[53/111] Compiling SwiftProtobuf MessageExtension.swift
[54/111] Compiling SwiftProtobuf NameMap.swift
[55/111] Compiling SwiftProtobuf PathDecoder.swift
[56/111] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[57/111] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[58/111] Compiling SwiftProtobuf HashVisitor.swift
[59/111] Compiling SwiftProtobuf Internal.swift
[60/111] Compiling SwiftProtobuf JSONDecoder.swift
[61/111] Compiling SwiftProtobuf JSONDecodingError.swift
[62/111] Compiling SwiftProtobuf JSONDecodingOptions.swift
[63/111] Compiling SwiftProtobuf JSONEncoder.swift
[64/111] Compiling SwiftProtobuf JSONEncodingError.swift
[65/111] Compiling SwiftProtobuf duration.pb.swift
[66/111] Compiling SwiftProtobuf empty.pb.swift
[67/111] Compiling SwiftProtobuf field_mask.pb.swift
[68/111] Compiling SwiftProtobuf source_context.pb.swift
[69/111] Compiling SwiftProtobuf struct.pb.swift
[70/111] Compiling SwiftProtobuf timestamp.pb.swift
[71/111] Compiling SwiftProtobuf type.pb.swift
[72/111] Compiling SwiftProtobuf wrappers.pb.swift
[73/111] Compiling SwiftProtobuf resource_bundle_accessor.swift
[74/111] Compiling SwiftProtobuf AnyMessageStorage.swift
[75/111] Compiling SwiftProtobuf AnyUnpackError.swift
[76/111] Compiling SwiftProtobuf AsyncMessageSequence.swift
[77/111] Compiling SwiftProtobuf BinaryDecoder.swift
[78/111] Compiling SwiftProtobuf BinaryDecodingError.swift
[79/111] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[80/111] Compiling SwiftProtobuf BinaryDelimited.swift
[81/111] Compiling SwiftProtobuf BinaryEncoder.swift
[82/111] Compiling SwiftProtobuf BinaryEncodingError.swift
[83/111] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[84/111] Compiling SwiftProtobuf TextFormatDecoder.swift
[85/111] Compiling SwiftProtobuf TextFormatDecodingError.swift
[86/111] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[87/111] Compiling SwiftProtobuf TextFormatEncoder.swift
[88/111] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[89/111] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[90/111] Compiling SwiftProtobuf TextFormatScanner.swift
[91/111] Compiling SwiftProtobuf TimeUtils.swift
[92/111] Compiling SwiftProtobuf UnknownStorage.swift
[93/111] Emitting module SwiftProtobuf
[94/111] Compiling SwiftProtobuf JSONEncodingOptions.swift
[95/111] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[96/111] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[97/111] Compiling SwiftProtobuf JSONScanner.swift
[98/111] Compiling SwiftProtobuf MathUtils.swift
[99/111] Compiling SwiftProtobuf Message+AnyAdditions.swift
[100/111] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[101/111] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[102/111] Compiling SwiftProtobuf Message+FieldMask.swift
[103/111] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[104/111] Compiling SwiftProtobuf Varint.swift
[105/111] Compiling SwiftProtobuf Version.swift
[106/111] Compiling SwiftProtobuf Visitor.swift
[107/111] Compiling SwiftProtobuf WireFormat.swift
[108/111] Compiling SwiftProtobuf ZigZag.swift
[109/111] Compiling SwiftProtobuf any.pb.swift
[110/111] Compiling SwiftProtobuf api.pb.swift
[111/111] Compiling SwiftProtobuf descriptor.pb.swift
[112/166] Compiling Connect HeaderConstants.swift
[113/166] Compiling Connect Headers.swift
[114/166] Compiling Connect IdempotencyLevel.swift
[115/166] Compiling Connect Interceptor.swift
[116/166] Compiling Connect InterceptorFactory.swift
[117/166] Compiling Connect StreamInterceptor.swift
[118/171] Compiling Connect ClientOnlyAsyncStream.swift
[119/171] Compiling Connect ClientOnlyStream.swift
[120/171] Compiling Connect ClientOnlyStreamValidation.swift
[121/171] Compiling Connect ConnectEndStreamResponse.swift
[122/171] Compiling Connect ServerOnlyAsyncStream.swift
[123/171] Compiling Connect ServerOnlyStream.swift
[124/171] Compiling Connect ConnectError.swift
[125/171] Compiling Connect HTTPClientInterface.swift
[126/171] Compiling Connect HTTPMethod.swift
[127/171] Compiling Connect HTTPMetrics.swift
[128/171] Compiling Connect HTTPRequest.swift
[129/171] Compiling Connect HTTPResponse.swift
[130/171] Compiling Connect ResponseMessage.swift
[131/171] Compiling Connect BidirectionalAsyncStreamInterface.swift
[132/171] Compiling Connect ClientOnlyAsyncStreamInterface.swift
[133/171] Compiling Connect ServerOnlyAsyncStreamInterface.swift
[134/171] Compiling Connect BidirectionalStreamInterface.swift
[135/171] Compiling Connect ClientOnlyStreamInterface.swift
[136/171] Compiling Connect UnaryInterceptor.swift
[137/171] Compiling Connect MethodSpec.swift
[138/171] Compiling Connect NetworkProtocol.swift
[139/171] Compiling Connect ProtobufMessage.swift
[140/171] Compiling Connect ProtocolClientConfig.swift
[141/171] Compiling Connect ProtocolClientInterface.swift
[142/171] Compiling Connect ProtoCodec.swift
[143/171] Compiling Connect GzipCompressionPool.swift
[144/171] Compiling Connect Cancelable.swift
[145/171] Compiling Connect Code.swift
[146/171] Compiling Connect Codec.swift
[147/171] Compiling Connect CompressionPool.swift
[148/171] Compiling Connect URLSessionStream.swift
[149/171] Compiling Connect UnaryAsyncWrapper.swift
[150/171] Compiling Connect Lock.swift
[151/171] Compiling Connect Locked.swift
[152/171] Compiling Connect TimeoutTimer.swift
[153/171] Compiling Connect ConnectError+GRPC.swift
[154/171] Compiling Connect RequestCallbacks.swift
[155/171] Compiling Connect ResponseCallbacks.swift
[156/171] Compiling Connect ServerOnlyStreamInterface.swift
[157/171] Compiling Connect StreamResult.swift
[158/171] Compiling Connect Trailers.swift
[159/171] Emitting module Connect
[160/171] Compiling Connect status.pb.swift
[161/171] Compiling Connect ConnectInterceptor.swift
[162/171] Compiling Connect GRPCWebInterceptor.swift
[163/171] Compiling Connect InterceptorChain.swift
[164/171] Compiling Connect BidirectionalAsyncStream.swift
[165/171] Compiling Connect BidirectionalStream.swift
[166/171] Compiling Connect Envelope.swift
[167/171] Compiling Connect Headers+GRPC.swift
[168/171] Compiling Connect Trailers+gRPC.swift
[169/171] Compiling Connect ProtocolClient.swift
[170/171] Compiling Connect URLSessionHTTPClient.swift
[171/171] Compiling Connect JSONCodec.swift
[172/229] Compiling Yorkie EditOperation.swift
[173/229] Compiling Yorkie IncreaseOperation.swift
[174/229] Compiling Yorkie MoveOperation.swift
[175/229] Compiling Yorkie Operation.swift
[176/229] Compiling Yorkie RemoveOperation.swift
[177/229] Compiling Yorkie SetOperation.swift
[178/229] Compiling Yorkie RHT.swift
[179/229] Compiling Yorkie Change.swift
[180/229] Compiling Yorkie ChangeContext.swift
[181/229] Compiling Yorkie ChangeID.swift
[182/229] Compiling Yorkie ChangePack.swift
[183/229] Compiling Yorkie Checkpoint.swift
[184/235] Emitting module Yorkie
/Users/admin/builder/spi-builder-workspace/Sources/Core/Logger.swift:31:24: warning: static property 'yorkieLogger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
29 |     }
30 |
31 |     private static var yorkieLogger = Logging.Logger(label: "Yorkie")
   |                        |- warning: static property 'yorkieLogger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'yorkieLogger' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'yorkieLogger' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |
33 |     static func trace(_ message: @autoclosure () -> String, error: Error? = nil, filename: String = #fileID, function: String = #function, line: UInt = #line) {
/Users/admin/builder/spi-builder-workspace/Sources/Document/CRDT/CRDTTree.swift:156:23: warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'CRDTTreeNodeID' may have shared mutable state; this is an error in the Swift 6 language mode
 150 |  * the adjacent node to pos by calling `map.floorEntry()`.
 151 |  */
 152 | struct CRDTTreeNodeID: Equatable, Comparable {
     |        `- note: consider making struct 'CRDTTreeNodeID' conform to the 'Sendable' protocol
 153 |     /**
 154 |      * `initial` is the initial position of the tree.
 155 |      */
 156 |     public static let initial = CRDTTreeNodeID(createdAt: .initial, offset: 0)
     |                       |- warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'CRDTTreeNodeID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                       |- note: add '@MainActor' to make static property 'initial' part of global actor 'MainActor'
     |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 157 |
 158 |     /**
/Users/admin/builder/spi-builder-workspace/Sources/Document/CRDT/RGATreeSplit.swift:61:16: warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'RGATreeSplitNodeID' may have shared mutable state; this is an error in the Swift 6 language mode
 58 |  * `RGATreeSplitNodeID` is an ID of RGATreeSplitNode.
 59 |  */
 60 | class RGATreeSplitNodeID: Equatable, Comparable, CustomDebugStringConvertible {
    |       `- note: class 'RGATreeSplitNodeID' does not conform to the 'Sendable' protocol
 61 |     static let initial = RGATreeSplitNodeID(TimeTicket.initial, 0)
    |                |- warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'RGATreeSplitNodeID' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'initial' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 62 |
 63 |     /**
/Users/admin/builder/spi-builder-workspace/Sources/Document/Time/TimeTicket.swift:30:23: warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'TimeTicket' may have shared mutable state; this is an error in the Swift 6 language mode
 21 |  * It is created by `ChangeID`.
 22 |  */
 23 | public struct TimeTicket: Comparable {
    |               `- note: consider making struct 'TimeTicket' conform to the 'Sendable' protocol
 24 |     enum Values {
 25 |         static let initialDelimiter: UInt32 = 0
    :
 28 |     }
 29 |
 30 |     public static let initial = TimeTicket(lamport: 0, delimiter: Values.initialDelimiter, actorID: ActorIDs.initial)
    |                       |- warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'TimeTicket' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'initial' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |     public static let next = TimeTicket(lamport: 1, delimiter: Values.initialDelimiter + 1, actorID: ActorIDs.initial)
 32 |     public static let max = TimeTicket(lamport: Values.maxLamport, delimiter: Values.maxDelemiter, actorID: ActorIDs.max)
/Users/admin/builder/spi-builder-workspace/Sources/Document/Time/TimeTicket.swift:31:23: warning: static property 'next' is not concurrency-safe because non-'Sendable' type 'TimeTicket' may have shared mutable state; this is an error in the Swift 6 language mode
 21 |  * It is created by `ChangeID`.
 22 |  */
 23 | public struct TimeTicket: Comparable {
    |               `- note: consider making struct 'TimeTicket' conform to the 'Sendable' protocol
 24 |     enum Values {
 25 |         static let initialDelimiter: UInt32 = 0
    :
 29 |
 30 |     public static let initial = TimeTicket(lamport: 0, delimiter: Values.initialDelimiter, actorID: ActorIDs.initial)
 31 |     public static let next = TimeTicket(lamport: 1, delimiter: Values.initialDelimiter + 1, actorID: ActorIDs.initial)
    |                       |- warning: static property 'next' is not concurrency-safe because non-'Sendable' type 'TimeTicket' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'next' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 32 |     public static let max = TimeTicket(lamport: Values.maxLamport, delimiter: Values.maxDelemiter, actorID: ActorIDs.max)
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/Document/Time/TimeTicket.swift:32:23: warning: static property 'max' is not concurrency-safe because non-'Sendable' type 'TimeTicket' may have shared mutable state; this is an error in the Swift 6 language mode
 21 |  * It is created by `ChangeID`.
 22 |  */
 23 | public struct TimeTicket: Comparable {
    |               `- note: consider making struct 'TimeTicket' conform to the 'Sendable' protocol
 24 |     enum Values {
 25 |         static let initialDelimiter: UInt32 = 0
    :
 30 |     public static let initial = TimeTicket(lamport: 0, delimiter: Values.initialDelimiter, actorID: ActorIDs.initial)
 31 |     public static let next = TimeTicket(lamport: 1, delimiter: Values.initialDelimiter + 1, actorID: ActorIDs.initial)
 32 |     public static let max = TimeTicket(lamport: Values.maxLamport, delimiter: Values.maxDelemiter, actorID: ActorIDs.max)
    |                       |- warning: static property 'max' is not concurrency-safe because non-'Sendable' type 'TimeTicket' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'max' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 33 |
 34 |     /**
[185/235] Compiling Yorkie DocEvent.swift
[186/235] Compiling Yorkie Document.swift
[187/235] Compiling Yorkie ElementConverter.swift
[188/235] Compiling Yorkie JSONArray.swift
[189/235] Compiling Yorkie JSONCounter.swift
[190/235] Compiling Yorkie JSONDatable.swift
[191/235] Compiling Yorkie JSONObject.swift
[192/235] Compiling Yorkie JSONText.swift
[193/235] Compiling Yorkie JSONTree.swift
[194/235] Compiling Yorkie ObjectDataHandler.swift
[195/235] Compiling Yorkie Strings.swift
[196/235] Compiling Yorkie AddOperation.swift
[197/235] Compiling Yorkie StyleOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Document/Time/TimeTicket.swift:30:23: warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'TimeTicket' may have shared mutable state; this is an error in the Swift 6 language mode
 21 |  * It is created by `ChangeID`.
 22 |  */
 23 | public struct TimeTicket: Comparable {
    |               `- note: consider making struct 'TimeTicket' conform to the 'Sendable' protocol
 24 |     enum Values {
 25 |         static let initialDelimiter: UInt32 = 0
    :
 28 |     }
 29 |
 30 |     public static let initial = TimeTicket(lamport: 0, delimiter: Values.initialDelimiter, actorID: ActorIDs.initial)
    |                       |- warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'TimeTicket' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'initial' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |     public static let next = TimeTicket(lamport: 1, delimiter: Values.initialDelimiter + 1, actorID: ActorIDs.initial)
 32 |     public static let max = TimeTicket(lamport: Values.maxLamport, delimiter: Values.maxDelemiter, actorID: ActorIDs.max)
/Users/admin/builder/spi-builder-workspace/Sources/Document/Time/TimeTicket.swift:31:23: warning: static property 'next' is not concurrency-safe because non-'Sendable' type 'TimeTicket' may have shared mutable state; this is an error in the Swift 6 language mode
 21 |  * It is created by `ChangeID`.
 22 |  */
 23 | public struct TimeTicket: Comparable {
    |               `- note: consider making struct 'TimeTicket' conform to the 'Sendable' protocol
 24 |     enum Values {
 25 |         static let initialDelimiter: UInt32 = 0
    :
 29 |
 30 |     public static let initial = TimeTicket(lamport: 0, delimiter: Values.initialDelimiter, actorID: ActorIDs.initial)
 31 |     public static let next = TimeTicket(lamport: 1, delimiter: Values.initialDelimiter + 1, actorID: ActorIDs.initial)
    |                       |- warning: static property 'next' is not concurrency-safe because non-'Sendable' type 'TimeTicket' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'next' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 32 |     public static let max = TimeTicket(lamport: Values.maxLamport, delimiter: Values.maxDelemiter, actorID: ActorIDs.max)
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/Document/Time/TimeTicket.swift:32:23: warning: static property 'max' is not concurrency-safe because non-'Sendable' type 'TimeTicket' may have shared mutable state; this is an error in the Swift 6 language mode
 21 |  * It is created by `ChangeID`.
 22 |  */
 23 | public struct TimeTicket: Comparable {
    |               `- note: consider making struct 'TimeTicket' conform to the 'Sendable' protocol
 24 |     enum Values {
 25 |         static let initialDelimiter: UInt32 = 0
    :
 30 |     public static let initial = TimeTicket(lamport: 0, delimiter: Values.initialDelimiter, actorID: ActorIDs.initial)
 31 |     public static let next = TimeTicket(lamport: 1, delimiter: Values.initialDelimiter + 1, actorID: ActorIDs.initial)
 32 |     public static let max = TimeTicket(lamport: Values.maxLamport, delimiter: Values.maxDelemiter, actorID: ActorIDs.max)
    |                       |- warning: static property 'max' is not concurrency-safe because non-'Sendable' type 'TimeTicket' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'max' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 33 |
 34 |     /**
[198/235] Compiling Yorkie TreeEditOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Document/Time/TimeTicket.swift:30:23: warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'TimeTicket' may have shared mutable state; this is an error in the Swift 6 language mode
 21 |  * It is created by `ChangeID`.
 22 |  */
 23 | public struct TimeTicket: Comparable {
    |               `- note: consider making struct 'TimeTicket' conform to the 'Sendable' protocol
 24 |     enum Values {
 25 |         static let initialDelimiter: UInt32 = 0
    :
 28 |     }
 29 |
 30 |     public static let initial = TimeTicket(lamport: 0, delimiter: Values.initialDelimiter, actorID: ActorIDs.initial)
    |                       |- warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'TimeTicket' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'initial' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |     public static let next = TimeTicket(lamport: 1, delimiter: Values.initialDelimiter + 1, actorID: ActorIDs.initial)
 32 |     public static let max = TimeTicket(lamport: Values.maxLamport, delimiter: Values.maxDelemiter, actorID: ActorIDs.max)
/Users/admin/builder/spi-builder-workspace/Sources/Document/Time/TimeTicket.swift:31:23: warning: static property 'next' is not concurrency-safe because non-'Sendable' type 'TimeTicket' may have shared mutable state; this is an error in the Swift 6 language mode
 21 |  * It is created by `ChangeID`.
 22 |  */
 23 | public struct TimeTicket: Comparable {
    |               `- note: consider making struct 'TimeTicket' conform to the 'Sendable' protocol
 24 |     enum Values {
 25 |         static let initialDelimiter: UInt32 = 0
    :
 29 |
 30 |     public static let initial = TimeTicket(lamport: 0, delimiter: Values.initialDelimiter, actorID: ActorIDs.initial)
 31 |     public static let next = TimeTicket(lamport: 1, delimiter: Values.initialDelimiter + 1, actorID: ActorIDs.initial)
    |                       |- warning: static property 'next' is not concurrency-safe because non-'Sendable' type 'TimeTicket' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'next' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 32 |     public static let max = TimeTicket(lamport: Values.maxLamport, delimiter: Values.maxDelemiter, actorID: ActorIDs.max)
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/Document/Time/TimeTicket.swift:32:23: warning: static property 'max' is not concurrency-safe because non-'Sendable' type 'TimeTicket' may have shared mutable state; this is an error in the Swift 6 language mode
 21 |  * It is created by `ChangeID`.
 22 |  */
 23 | public struct TimeTicket: Comparable {
    |               `- note: consider making struct 'TimeTicket' conform to the 'Sendable' protocol
 24 |     enum Values {
 25 |         static let initialDelimiter: UInt32 = 0
    :
 30 |     public static let initial = TimeTicket(lamport: 0, delimiter: Values.initialDelimiter, actorID: ActorIDs.initial)
 31 |     public static let next = TimeTicket(lamport: 1, delimiter: Values.initialDelimiter + 1, actorID: ActorIDs.initial)
 32 |     public static let max = TimeTicket(lamport: Values.maxLamport, delimiter: Values.maxDelemiter, actorID: ActorIDs.max)
    |                       |- warning: static property 'max' is not concurrency-safe because non-'Sendable' type 'TimeTicket' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'max' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 33 |
 34 |     /**
[199/235] Compiling Yorkie TreeSytleOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Document/Time/TimeTicket.swift:30:23: warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'TimeTicket' may have shared mutable state; this is an error in the Swift 6 language mode
 21 |  * It is created by `ChangeID`.
 22 |  */
 23 | public struct TimeTicket: Comparable {
    |               `- note: consider making struct 'TimeTicket' conform to the 'Sendable' protocol
 24 |     enum Values {
 25 |         static let initialDelimiter: UInt32 = 0
    :
 28 |     }
 29 |
 30 |     public static let initial = TimeTicket(lamport: 0, delimiter: Values.initialDelimiter, actorID: ActorIDs.initial)
    |                       |- warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'TimeTicket' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'initial' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |     public static let next = TimeTicket(lamport: 1, delimiter: Values.initialDelimiter + 1, actorID: ActorIDs.initial)
 32 |     public static let max = TimeTicket(lamport: Values.maxLamport, delimiter: Values.maxDelemiter, actorID: ActorIDs.max)
/Users/admin/builder/spi-builder-workspace/Sources/Document/Time/TimeTicket.swift:31:23: warning: static property 'next' is not concurrency-safe because non-'Sendable' type 'TimeTicket' may have shared mutable state; this is an error in the Swift 6 language mode
 21 |  * It is created by `ChangeID`.
 22 |  */
 23 | public struct TimeTicket: Comparable {
    |               `- note: consider making struct 'TimeTicket' conform to the 'Sendable' protocol
 24 |     enum Values {
 25 |         static let initialDelimiter: UInt32 = 0
    :
 29 |
 30 |     public static let initial = TimeTicket(lamport: 0, delimiter: Values.initialDelimiter, actorID: ActorIDs.initial)
 31 |     public static let next = TimeTicket(lamport: 1, delimiter: Values.initialDelimiter + 1, actorID: ActorIDs.initial)
    |                       |- warning: static property 'next' is not concurrency-safe because non-'Sendable' type 'TimeTicket' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'next' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 32 |     public static let max = TimeTicket(lamport: Values.maxLamport, delimiter: Values.maxDelemiter, actorID: ActorIDs.max)
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/Document/Time/TimeTicket.swift:32:23: warning: static property 'max' is not concurrency-safe because non-'Sendable' type 'TimeTicket' may have shared mutable state; this is an error in the Swift 6 language mode
 21 |  * It is created by `ChangeID`.
 22 |  */
 23 | public struct TimeTicket: Comparable {
    |               `- note: consider making struct 'TimeTicket' conform to the 'Sendable' protocol
 24 |     enum Values {
 25 |         static let initialDelimiter: UInt32 = 0
    :
 30 |     public static let initial = TimeTicket(lamport: 0, delimiter: Values.initialDelimiter, actorID: ActorIDs.initial)
 31 |     public static let next = TimeTicket(lamport: 1, delimiter: Values.initialDelimiter + 1, actorID: ActorIDs.initial)
 32 |     public static let max = TimeTicket(lamport: Values.maxLamport, delimiter: Values.maxDelemiter, actorID: ActorIDs.max)
    |                       |- warning: static property 'max' is not concurrency-safe because non-'Sendable' type 'TimeTicket' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'max' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 33 |
 34 |     /**
[200/235] Compiling Yorkie Presence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Document/Time/TimeTicket.swift:30:23: warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'TimeTicket' may have shared mutable state; this is an error in the Swift 6 language mode
 21 |  * It is created by `ChangeID`.
 22 |  */
 23 | public struct TimeTicket: Comparable {
    |               `- note: consider making struct 'TimeTicket' conform to the 'Sendable' protocol
 24 |     enum Values {
 25 |         static let initialDelimiter: UInt32 = 0
    :
 28 |     }
 29 |
 30 |     public static let initial = TimeTicket(lamport: 0, delimiter: Values.initialDelimiter, actorID: ActorIDs.initial)
    |                       |- warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'TimeTicket' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'initial' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |     public static let next = TimeTicket(lamport: 1, delimiter: Values.initialDelimiter + 1, actorID: ActorIDs.initial)
 32 |     public static let max = TimeTicket(lamport: Values.maxLamport, delimiter: Values.maxDelemiter, actorID: ActorIDs.max)
/Users/admin/builder/spi-builder-workspace/Sources/Document/Time/TimeTicket.swift:31:23: warning: static property 'next' is not concurrency-safe because non-'Sendable' type 'TimeTicket' may have shared mutable state; this is an error in the Swift 6 language mode
 21 |  * It is created by `ChangeID`.
 22 |  */
 23 | public struct TimeTicket: Comparable {
    |               `- note: consider making struct 'TimeTicket' conform to the 'Sendable' protocol
 24 |     enum Values {
 25 |         static let initialDelimiter: UInt32 = 0
    :
 29 |
 30 |     public static let initial = TimeTicket(lamport: 0, delimiter: Values.initialDelimiter, actorID: ActorIDs.initial)
 31 |     public static let next = TimeTicket(lamport: 1, delimiter: Values.initialDelimiter + 1, actorID: ActorIDs.initial)
    |                       |- warning: static property 'next' is not concurrency-safe because non-'Sendable' type 'TimeTicket' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'next' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 32 |     public static let max = TimeTicket(lamport: Values.maxLamport, delimiter: Values.maxDelemiter, actorID: ActorIDs.max)
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/Document/Time/TimeTicket.swift:32:23: warning: static property 'max' is not concurrency-safe because non-'Sendable' type 'TimeTicket' may have shared mutable state; this is an error in the Swift 6 language mode
 21 |  * It is created by `ChangeID`.
 22 |  */
 23 | public struct TimeTicket: Comparable {
    |               `- note: consider making struct 'TimeTicket' conform to the 'Sendable' protocol
 24 |     enum Values {
 25 |         static let initialDelimiter: UInt32 = 0
    :
 30 |     public static let initial = TimeTicket(lamport: 0, delimiter: Values.initialDelimiter, actorID: ActorIDs.initial)
 31 |     public static let next = TimeTicket(lamport: 1, delimiter: Values.initialDelimiter + 1, actorID: ActorIDs.initial)
 32 |     public static let max = TimeTicket(lamport: Values.maxLamport, delimiter: Values.maxDelemiter, actorID: ActorIDs.max)
    |                       |- warning: static property 'max' is not concurrency-safe because non-'Sendable' type 'TimeTicket' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'max' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 33 |
 34 |     /**
[201/235] Compiling Yorkie ActorID.swift
/Users/admin/builder/spi-builder-workspace/Sources/Document/Time/TimeTicket.swift:30:23: warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'TimeTicket' may have shared mutable state; this is an error in the Swift 6 language mode
 21 |  * It is created by `ChangeID`.
 22 |  */
 23 | public struct TimeTicket: Comparable {
    |               `- note: consider making struct 'TimeTicket' conform to the 'Sendable' protocol
 24 |     enum Values {
 25 |         static let initialDelimiter: UInt32 = 0
    :
 28 |     }
 29 |
 30 |     public static let initial = TimeTicket(lamport: 0, delimiter: Values.initialDelimiter, actorID: ActorIDs.initial)
    |                       |- warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'TimeTicket' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'initial' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |     public static let next = TimeTicket(lamport: 1, delimiter: Values.initialDelimiter + 1, actorID: ActorIDs.initial)
 32 |     public static let max = TimeTicket(lamport: Values.maxLamport, delimiter: Values.maxDelemiter, actorID: ActorIDs.max)
/Users/admin/builder/spi-builder-workspace/Sources/Document/Time/TimeTicket.swift:31:23: warning: static property 'next' is not concurrency-safe because non-'Sendable' type 'TimeTicket' may have shared mutable state; this is an error in the Swift 6 language mode
 21 |  * It is created by `ChangeID`.
 22 |  */
 23 | public struct TimeTicket: Comparable {
    |               `- note: consider making struct 'TimeTicket' conform to the 'Sendable' protocol
 24 |     enum Values {
 25 |         static let initialDelimiter: UInt32 = 0
    :
 29 |
 30 |     public static let initial = TimeTicket(lamport: 0, delimiter: Values.initialDelimiter, actorID: ActorIDs.initial)
 31 |     public static let next = TimeTicket(lamport: 1, delimiter: Values.initialDelimiter + 1, actorID: ActorIDs.initial)
    |                       |- warning: static property 'next' is not concurrency-safe because non-'Sendable' type 'TimeTicket' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'next' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 32 |     public static let max = TimeTicket(lamport: Values.maxLamport, delimiter: Values.maxDelemiter, actorID: ActorIDs.max)
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/Document/Time/TimeTicket.swift:32:23: warning: static property 'max' is not concurrency-safe because non-'Sendable' type 'TimeTicket' may have shared mutable state; this is an error in the Swift 6 language mode
 21 |  * It is created by `ChangeID`.
 22 |  */
 23 | public struct TimeTicket: Comparable {
    |               `- note: consider making struct 'TimeTicket' conform to the 'Sendable' protocol
 24 |     enum Values {
 25 |         static let initialDelimiter: UInt32 = 0
    :
 30 |     public static let initial = TimeTicket(lamport: 0, delimiter: Values.initialDelimiter, actorID: ActorIDs.initial)
 31 |     public static let next = TimeTicket(lamport: 1, delimiter: Values.initialDelimiter + 1, actorID: ActorIDs.initial)
 32 |     public static let max = TimeTicket(lamport: Values.maxLamport, delimiter: Values.maxDelemiter, actorID: ActorIDs.max)
    |                       |- warning: static property 'max' is not concurrency-safe because non-'Sendable' type 'TimeTicket' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'max' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 33 |
 34 |     /**
[202/235] Compiling Yorkie TimeTicket.swift
/Users/admin/builder/spi-builder-workspace/Sources/Document/Time/TimeTicket.swift:30:23: warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'TimeTicket' may have shared mutable state; this is an error in the Swift 6 language mode
 21 |  * It is created by `ChangeID`.
 22 |  */
 23 | public struct TimeTicket: Comparable {
    |               `- note: consider making struct 'TimeTicket' conform to the 'Sendable' protocol
 24 |     enum Values {
 25 |         static let initialDelimiter: UInt32 = 0
    :
 28 |     }
 29 |
 30 |     public static let initial = TimeTicket(lamport: 0, delimiter: Values.initialDelimiter, actorID: ActorIDs.initial)
    |                       |- warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'TimeTicket' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'initial' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |     public static let next = TimeTicket(lamport: 1, delimiter: Values.initialDelimiter + 1, actorID: ActorIDs.initial)
 32 |     public static let max = TimeTicket(lamport: Values.maxLamport, delimiter: Values.maxDelemiter, actorID: ActorIDs.max)
/Users/admin/builder/spi-builder-workspace/Sources/Document/Time/TimeTicket.swift:31:23: warning: static property 'next' is not concurrency-safe because non-'Sendable' type 'TimeTicket' may have shared mutable state; this is an error in the Swift 6 language mode
 21 |  * It is created by `ChangeID`.
 22 |  */
 23 | public struct TimeTicket: Comparable {
    |               `- note: consider making struct 'TimeTicket' conform to the 'Sendable' protocol
 24 |     enum Values {
 25 |         static let initialDelimiter: UInt32 = 0
    :
 29 |
 30 |     public static let initial = TimeTicket(lamport: 0, delimiter: Values.initialDelimiter, actorID: ActorIDs.initial)
 31 |     public static let next = TimeTicket(lamport: 1, delimiter: Values.initialDelimiter + 1, actorID: ActorIDs.initial)
    |                       |- warning: static property 'next' is not concurrency-safe because non-'Sendable' type 'TimeTicket' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'next' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 32 |     public static let max = TimeTicket(lamport: Values.maxLamport, delimiter: Values.maxDelemiter, actorID: ActorIDs.max)
 33 |
/Users/admin/builder/spi-builder-workspace/Sources/Document/Time/TimeTicket.swift:32:23: warning: static property 'max' is not concurrency-safe because non-'Sendable' type 'TimeTicket' may have shared mutable state; this is an error in the Swift 6 language mode
 21 |  * It is created by `ChangeID`.
 22 |  */
 23 | public struct TimeTicket: Comparable {
    |               `- note: consider making struct 'TimeTicket' conform to the 'Sendable' protocol
 24 |     enum Values {
 25 |         static let initialDelimiter: UInt32 = 0
    :
 30 |     public static let initial = TimeTicket(lamport: 0, delimiter: Values.initialDelimiter, actorID: ActorIDs.initial)
 31 |     public static let next = TimeTicket(lamport: 1, delimiter: Values.initialDelimiter + 1, actorID: ActorIDs.initial)
 32 |     public static let max = TimeTicket(lamport: Values.maxLamport, delimiter: Values.maxDelemiter, actorID: ActorIDs.max)
    |                       |- warning: static property 'max' is not concurrency-safe because non-'Sendable' type 'TimeTicket' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'max' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 33 |
 34 |     /**
[203/235] Compiling Yorkie JSONObjectable.swift
[204/235] Compiling Yorkie YorkieCountable.swift
[205/235] Compiling Yorkie Codable+Extension.swift
[206/235] Compiling Yorkie Collection+Extensions.swift
[207/235] Compiling Yorkie Dictionary+Extension.swift
[208/235] Compiling Yorkie Errors.swift
[209/235] Compiling Yorkie Client.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Client.swift:556:32: warning: non-sendable type '[DocumentKey : Attachment]' (aka 'Dictionary<String, Attachment>') of property 'attachmentMap' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
554 |                     await self.handleWatchDocumentsResponse(docKey: docKey, response: message)
555 |                 case .complete(let code, let error, _):
556 |                     await self.attachmentMap[docKey]?.doc.resetOnlineClients()
    |                                `- warning: non-sendable type '[DocumentKey : Attachment]' (aka 'Dictionary<String, Attachment>') of property 'attachmentMap' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
557 |                     await self.attachmentMap[docKey]?.doc.publishInitializedEvent()
558 |                     await self.attachmentMap[docKey]?.doc.publishConnectionEvent(.disconnected)
/Users/admin/builder/spi-builder-workspace/Sources/Core/Attachment.swift:20:7: note: class 'Attachment' does not conform to the 'Sendable' protocol
18 | import Foundation
19 |
20 | class Attachment {
   |       `- note: class 'Attachment' does not conform to the 'Sendable' protocol
21 |     var doc: Document
22 |     var docID: String
/Users/admin/builder/spi-builder-workspace/Sources/Core/Client.swift:557:32: warning: non-sendable type '[DocumentKey : Attachment]' (aka 'Dictionary<String, Attachment>') of property 'attachmentMap' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
555 |                 case .complete(let code, let error, _):
556 |                     await self.attachmentMap[docKey]?.doc.resetOnlineClients()
557 |                     await self.attachmentMap[docKey]?.doc.publishInitializedEvent()
    |                                `- warning: non-sendable type '[DocumentKey : Attachment]' (aka 'Dictionary<String, Attachment>') of property 'attachmentMap' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
558 |                     await self.attachmentMap[docKey]?.doc.publishConnectionEvent(.disconnected)
559 |
/Users/admin/builder/spi-builder-workspace/Sources/Core/Attachment.swift:20:7: note: class 'Attachment' does not conform to the 'Sendable' protocol
18 | import Foundation
19 |
20 | class Attachment {
   |       `- note: class 'Attachment' does not conform to the 'Sendable' protocol
21 |     var doc: Document
22 |     var docID: String
/Users/admin/builder/spi-builder-workspace/Sources/Core/Client.swift:558:32: warning: non-sendable type '[DocumentKey : Attachment]' (aka 'Dictionary<String, Attachment>') of property 'attachmentMap' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
556 |                     await self.attachmentMap[docKey]?.doc.resetOnlineClients()
557 |                     await self.attachmentMap[docKey]?.doc.publishInitializedEvent()
558 |                     await self.attachmentMap[docKey]?.doc.publishConnectionEvent(.disconnected)
    |                                `- warning: non-sendable type '[DocumentKey : Attachment]' (aka 'Dictionary<String, Attachment>') of property 'attachmentMap' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
559 |
560 |                     Logger.debug("[WD] c:\"\(self.key)\" unwatches")
/Users/admin/builder/spi-builder-workspace/Sources/Core/Attachment.swift:20:7: note: class 'Attachment' does not conform to the 'Sendable' protocol
18 | import Foundation
19 |
20 | class Attachment {
   |       `- note: class 'Attachment' does not conform to the 'Sendable' protocol
21 |     var doc: Document
22 |     var docID: String
/Users/admin/builder/spi-builder-workspace/Sources/Core/Logger.swift:31:24: warning: static property 'yorkieLogger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
29 |     }
30 |
31 |     private static var yorkieLogger = Logging.Logger(label: "Yorkie")
   |                        |- warning: static property 'yorkieLogger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'yorkieLogger' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'yorkieLogger' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |
33 |     static func trace(_ message: @autoclosure () -> String, error: Error? = nil, filename: String = #fileID, function: String = #function, line: UInt = #line) {
/Users/admin/builder/spi-builder-workspace/Sources/Core/Client.swift:492:84: warning: sending 'attachment' risks causing data races; this is an error in the Swift 6 language mode
490 |         do {
491 |             if isRealtimeSync {
492 |                 for (key, attachment) in self.attachmentMap where await attachment.needRealtimeSync() {
    |                                                                                    |- warning: sending 'attachment' risks causing data races; this is an error in the Swift 6 language mode
    |                                                                                    `- note: sending main actor-isolated 'attachment' to nonisolated instance method 'needRealtimeSync()' risks causing data races between nonisolated and main actor-isolated uses
493 |                     self.clearAttachmentRemoteChangeEventReceived(key)
494 |                     result.append(attachment.doc)
[210/235] Compiling Yorkie Logger.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Client.swift:556:32: warning: non-sendable type '[DocumentKey : Attachment]' (aka 'Dictionary<String, Attachment>') of property 'attachmentMap' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
554 |                     await self.handleWatchDocumentsResponse(docKey: docKey, response: message)
555 |                 case .complete(let code, let error, _):
556 |                     await self.attachmentMap[docKey]?.doc.resetOnlineClients()
    |                                `- warning: non-sendable type '[DocumentKey : Attachment]' (aka 'Dictionary<String, Attachment>') of property 'attachmentMap' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
557 |                     await self.attachmentMap[docKey]?.doc.publishInitializedEvent()
558 |                     await self.attachmentMap[docKey]?.doc.publishConnectionEvent(.disconnected)
/Users/admin/builder/spi-builder-workspace/Sources/Core/Attachment.swift:20:7: note: class 'Attachment' does not conform to the 'Sendable' protocol
18 | import Foundation
19 |
20 | class Attachment {
   |       `- note: class 'Attachment' does not conform to the 'Sendable' protocol
21 |     var doc: Document
22 |     var docID: String
/Users/admin/builder/spi-builder-workspace/Sources/Core/Client.swift:557:32: warning: non-sendable type '[DocumentKey : Attachment]' (aka 'Dictionary<String, Attachment>') of property 'attachmentMap' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
555 |                 case .complete(let code, let error, _):
556 |                     await self.attachmentMap[docKey]?.doc.resetOnlineClients()
557 |                     await self.attachmentMap[docKey]?.doc.publishInitializedEvent()
    |                                `- warning: non-sendable type '[DocumentKey : Attachment]' (aka 'Dictionary<String, Attachment>') of property 'attachmentMap' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
558 |                     await self.attachmentMap[docKey]?.doc.publishConnectionEvent(.disconnected)
559 |
/Users/admin/builder/spi-builder-workspace/Sources/Core/Attachment.swift:20:7: note: class 'Attachment' does not conform to the 'Sendable' protocol
18 | import Foundation
19 |
20 | class Attachment {
   |       `- note: class 'Attachment' does not conform to the 'Sendable' protocol
21 |     var doc: Document
22 |     var docID: String
/Users/admin/builder/spi-builder-workspace/Sources/Core/Client.swift:558:32: warning: non-sendable type '[DocumentKey : Attachment]' (aka 'Dictionary<String, Attachment>') of property 'attachmentMap' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
556 |                     await self.attachmentMap[docKey]?.doc.resetOnlineClients()
557 |                     await self.attachmentMap[docKey]?.doc.publishInitializedEvent()
558 |                     await self.attachmentMap[docKey]?.doc.publishConnectionEvent(.disconnected)
    |                                `- warning: non-sendable type '[DocumentKey : Attachment]' (aka 'Dictionary<String, Attachment>') of property 'attachmentMap' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
559 |
560 |                     Logger.debug("[WD] c:\"\(self.key)\" unwatches")
/Users/admin/builder/spi-builder-workspace/Sources/Core/Attachment.swift:20:7: note: class 'Attachment' does not conform to the 'Sendable' protocol
18 | import Foundation
19 |
20 | class Attachment {
   |       `- note: class 'Attachment' does not conform to the 'Sendable' protocol
21 |     var doc: Document
22 |     var docID: String
/Users/admin/builder/spi-builder-workspace/Sources/Core/Logger.swift:31:24: warning: static property 'yorkieLogger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
29 |     }
30 |
31 |     private static var yorkieLogger = Logging.Logger(label: "Yorkie")
   |                        |- warning: static property 'yorkieLogger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'yorkieLogger' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'yorkieLogger' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |
33 |     static func trace(_ message: @autoclosure () -> String, error: Error? = nil, filename: String = #fileID, function: String = #function, line: UInt = #line) {
/Users/admin/builder/spi-builder-workspace/Sources/Core/Client.swift:492:84: warning: sending 'attachment' risks causing data races; this is an error in the Swift 6 language mode
490 |         do {
491 |             if isRealtimeSync {
492 |                 for (key, attachment) in self.attachmentMap where await attachment.needRealtimeSync() {
    |                                                                                    |- warning: sending 'attachment' risks causing data races; this is an error in the Swift 6 language mode
    |                                                                                    `- note: sending main actor-isolated 'attachment' to nonisolated instance method 'needRealtimeSync()' risks causing data races between nonisolated and main actor-isolated uses
493 |                     self.clearAttachmentRemoteChangeEventReceived(key)
494 |                     result.append(attachment.doc)
[211/235] Compiling Yorkie CRDTArray.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Client.swift:556:32: warning: non-sendable type '[DocumentKey : Attachment]' (aka 'Dictionary<String, Attachment>') of property 'attachmentMap' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
554 |                     await self.handleWatchDocumentsResponse(docKey: docKey, response: message)
555 |                 case .complete(let code, let error, _):
556 |                     await self.attachmentMap[docKey]?.doc.resetOnlineClients()
    |                                `- warning: non-sendable type '[DocumentKey : Attachment]' (aka 'Dictionary<String, Attachment>') of property 'attachmentMap' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
557 |                     await self.attachmentMap[docKey]?.doc.publishInitializedEvent()
558 |                     await self.attachmentMap[docKey]?.doc.publishConnectionEvent(.disconnected)
/Users/admin/builder/spi-builder-workspace/Sources/Core/Attachment.swift:20:7: note: class 'Attachment' does not conform to the 'Sendable' protocol
18 | import Foundation
19 |
20 | class Attachment {
   |       `- note: class 'Attachment' does not conform to the 'Sendable' protocol
21 |     var doc: Document
22 |     var docID: String
/Users/admin/builder/spi-builder-workspace/Sources/Core/Client.swift:557:32: warning: non-sendable type '[DocumentKey : Attachment]' (aka 'Dictionary<String, Attachment>') of property 'attachmentMap' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
555 |                 case .complete(let code, let error, _):
556 |                     await self.attachmentMap[docKey]?.doc.resetOnlineClients()
557 |                     await self.attachmentMap[docKey]?.doc.publishInitializedEvent()
    |                                `- warning: non-sendable type '[DocumentKey : Attachment]' (aka 'Dictionary<String, Attachment>') of property 'attachmentMap' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
558 |                     await self.attachmentMap[docKey]?.doc.publishConnectionEvent(.disconnected)
559 |
/Users/admin/builder/spi-builder-workspace/Sources/Core/Attachment.swift:20:7: note: class 'Attachment' does not conform to the 'Sendable' protocol
18 | import Foundation
19 |
20 | class Attachment {
   |       `- note: class 'Attachment' does not conform to the 'Sendable' protocol
21 |     var doc: Document
22 |     var docID: String
/Users/admin/builder/spi-builder-workspace/Sources/Core/Client.swift:558:32: warning: non-sendable type '[DocumentKey : Attachment]' (aka 'Dictionary<String, Attachment>') of property 'attachmentMap' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
556 |                     await self.attachmentMap[docKey]?.doc.resetOnlineClients()
557 |                     await self.attachmentMap[docKey]?.doc.publishInitializedEvent()
558 |                     await self.attachmentMap[docKey]?.doc.publishConnectionEvent(.disconnected)
    |                                `- warning: non-sendable type '[DocumentKey : Attachment]' (aka 'Dictionary<String, Attachment>') of property 'attachmentMap' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
559 |
560 |                     Logger.debug("[WD] c:\"\(self.key)\" unwatches")
/Users/admin/builder/spi-builder-workspace/Sources/Core/Attachment.swift:20:7: note: class 'Attachment' does not conform to the 'Sendable' protocol
18 | import Foundation
19 |
20 | class Attachment {
   |       `- note: class 'Attachment' does not conform to the 'Sendable' protocol
21 |     var doc: Document
22 |     var docID: String
/Users/admin/builder/spi-builder-workspace/Sources/Core/Logger.swift:31:24: warning: static property 'yorkieLogger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
29 |     }
30 |
31 |     private static var yorkieLogger = Logging.Logger(label: "Yorkie")
   |                        |- warning: static property 'yorkieLogger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'yorkieLogger' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'yorkieLogger' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |
33 |     static func trace(_ message: @autoclosure () -> String, error: Error? = nil, filename: String = #fileID, function: String = #function, line: UInt = #line) {
/Users/admin/builder/spi-builder-workspace/Sources/Core/Client.swift:492:84: warning: sending 'attachment' risks causing data races; this is an error in the Swift 6 language mode
490 |         do {
491 |             if isRealtimeSync {
492 |                 for (key, attachment) in self.attachmentMap where await attachment.needRealtimeSync() {
    |                                                                                    |- warning: sending 'attachment' risks causing data races; this is an error in the Swift 6 language mode
    |                                                                                    `- note: sending main actor-isolated 'attachment' to nonisolated instance method 'needRealtimeSync()' risks causing data races between nonisolated and main actor-isolated uses
493 |                     self.clearAttachmentRemoteChangeEventReceived(key)
494 |                     result.append(attachment.doc)
[212/235] Compiling Yorkie CRDTCounter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Client.swift:556:32: warning: non-sendable type '[DocumentKey : Attachment]' (aka 'Dictionary<String, Attachment>') of property 'attachmentMap' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
554 |                     await self.handleWatchDocumentsResponse(docKey: docKey, response: message)
555 |                 case .complete(let code, let error, _):
556 |                     await self.attachmentMap[docKey]?.doc.resetOnlineClients()
    |                                `- warning: non-sendable type '[DocumentKey : Attachment]' (aka 'Dictionary<String, Attachment>') of property 'attachmentMap' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
557 |                     await self.attachmentMap[docKey]?.doc.publishInitializedEvent()
558 |                     await self.attachmentMap[docKey]?.doc.publishConnectionEvent(.disconnected)
/Users/admin/builder/spi-builder-workspace/Sources/Core/Attachment.swift:20:7: note: class 'Attachment' does not conform to the 'Sendable' protocol
18 | import Foundation
19 |
20 | class Attachment {
   |       `- note: class 'Attachment' does not conform to the 'Sendable' protocol
21 |     var doc: Document
22 |     var docID: String
/Users/admin/builder/spi-builder-workspace/Sources/Core/Client.swift:557:32: warning: non-sendable type '[DocumentKey : Attachment]' (aka 'Dictionary<String, Attachment>') of property 'attachmentMap' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
555 |                 case .complete(let code, let error, _):
556 |                     await self.attachmentMap[docKey]?.doc.resetOnlineClients()
557 |                     await self.attachmentMap[docKey]?.doc.publishInitializedEvent()
    |                                `- warning: non-sendable type '[DocumentKey : Attachment]' (aka 'Dictionary<String, Attachment>') of property 'attachmentMap' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
558 |                     await self.attachmentMap[docKey]?.doc.publishConnectionEvent(.disconnected)
559 |
/Users/admin/builder/spi-builder-workspace/Sources/Core/Attachment.swift:20:7: note: class 'Attachment' does not conform to the 'Sendable' protocol
18 | import Foundation
19 |
20 | class Attachment {
   |       `- note: class 'Attachment' does not conform to the 'Sendable' protocol
21 |     var doc: Document
22 |     var docID: String
/Users/admin/builder/spi-builder-workspace/Sources/Core/Client.swift:558:32: warning: non-sendable type '[DocumentKey : Attachment]' (aka 'Dictionary<String, Attachment>') of property 'attachmentMap' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
556 |                     await self.attachmentMap[docKey]?.doc.resetOnlineClients()
557 |                     await self.attachmentMap[docKey]?.doc.publishInitializedEvent()
558 |                     await self.attachmentMap[docKey]?.doc.publishConnectionEvent(.disconnected)
    |                                `- warning: non-sendable type '[DocumentKey : Attachment]' (aka 'Dictionary<String, Attachment>') of property 'attachmentMap' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
559 |
560 |                     Logger.debug("[WD] c:\"\(self.key)\" unwatches")
/Users/admin/builder/spi-builder-workspace/Sources/Core/Attachment.swift:20:7: note: class 'Attachment' does not conform to the 'Sendable' protocol
18 | import Foundation
19 |
20 | class Attachment {
   |       `- note: class 'Attachment' does not conform to the 'Sendable' protocol
21 |     var doc: Document
22 |     var docID: String
/Users/admin/builder/spi-builder-workspace/Sources/Core/Logger.swift:31:24: warning: static property 'yorkieLogger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
29 |     }
30 |
31 |     private static var yorkieLogger = Logging.Logger(label: "Yorkie")
   |                        |- warning: static property 'yorkieLogger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'yorkieLogger' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'yorkieLogger' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |
33 |     static func trace(_ message: @autoclosure () -> String, error: Error? = nil, filename: String = #fileID, function: String = #function, line: UInt = #line) {
/Users/admin/builder/spi-builder-workspace/Sources/Core/Client.swift:492:84: warning: sending 'attachment' risks causing data races; this is an error in the Swift 6 language mode
490 |         do {
491 |             if isRealtimeSync {
492 |                 for (key, attachment) in self.attachmentMap where await attachment.needRealtimeSync() {
    |                                                                                    |- warning: sending 'attachment' risks causing data races; this is an error in the Swift 6 language mode
    |                                                                                    `- note: sending main actor-isolated 'attachment' to nonisolated instance method 'needRealtimeSync()' risks causing data races between nonisolated and main actor-isolated uses
493 |                     self.clearAttachmentRemoteChangeEventReceived(key)
494 |                     result.append(attachment.doc)
[213/235] Compiling Yorkie CRDTElement.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Client.swift:556:32: warning: non-sendable type '[DocumentKey : Attachment]' (aka 'Dictionary<String, Attachment>') of property 'attachmentMap' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
554 |                     await self.handleWatchDocumentsResponse(docKey: docKey, response: message)
555 |                 case .complete(let code, let error, _):
556 |                     await self.attachmentMap[docKey]?.doc.resetOnlineClients()
    |                                `- warning: non-sendable type '[DocumentKey : Attachment]' (aka 'Dictionary<String, Attachment>') of property 'attachmentMap' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
557 |                     await self.attachmentMap[docKey]?.doc.publishInitializedEvent()
558 |                     await self.attachmentMap[docKey]?.doc.publishConnectionEvent(.disconnected)
/Users/admin/builder/spi-builder-workspace/Sources/Core/Attachment.swift:20:7: note: class 'Attachment' does not conform to the 'Sendable' protocol
18 | import Foundation
19 |
20 | class Attachment {
   |       `- note: class 'Attachment' does not conform to the 'Sendable' protocol
21 |     var doc: Document
22 |     var docID: String
/Users/admin/builder/spi-builder-workspace/Sources/Core/Client.swift:557:32: warning: non-sendable type '[DocumentKey : Attachment]' (aka 'Dictionary<String, Attachment>') of property 'attachmentMap' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
555 |                 case .complete(let code, let error, _):
556 |                     await self.attachmentMap[docKey]?.doc.resetOnlineClients()
557 |                     await self.attachmentMap[docKey]?.doc.publishInitializedEvent()
    |                                `- warning: non-sendable type '[DocumentKey : Attachment]' (aka 'Dictionary<String, Attachment>') of property 'attachmentMap' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
558 |                     await self.attachmentMap[docKey]?.doc.publishConnectionEvent(.disconnected)
559 |
/Users/admin/builder/spi-builder-workspace/Sources/Core/Attachment.swift:20:7: note: class 'Attachment' does not conform to the 'Sendable' protocol
18 | import Foundation
19 |
20 | class Attachment {
   |       `- note: class 'Attachment' does not conform to the 'Sendable' protocol
21 |     var doc: Document
22 |     var docID: String
/Users/admin/builder/spi-builder-workspace/Sources/Core/Client.swift:558:32: warning: non-sendable type '[DocumentKey : Attachment]' (aka 'Dictionary<String, Attachment>') of property 'attachmentMap' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
556 |                     await self.attachmentMap[docKey]?.doc.resetOnlineClients()
557 |                     await self.attachmentMap[docKey]?.doc.publishInitializedEvent()
558 |                     await self.attachmentMap[docKey]?.doc.publishConnectionEvent(.disconnected)
    |                                `- warning: non-sendable type '[DocumentKey : Attachment]' (aka 'Dictionary<String, Attachment>') of property 'attachmentMap' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
559 |
560 |                     Logger.debug("[WD] c:\"\(self.key)\" unwatches")
/Users/admin/builder/spi-builder-workspace/Sources/Core/Attachment.swift:20:7: note: class 'Attachment' does not conform to the 'Sendable' protocol
18 | import Foundation
19 |
20 | class Attachment {
   |       `- note: class 'Attachment' does not conform to the 'Sendable' protocol
21 |     var doc: Document
22 |     var docID: String
/Users/admin/builder/spi-builder-workspace/Sources/Core/Logger.swift:31:24: warning: static property 'yorkieLogger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
29 |     }
30 |
31 |     private static var yorkieLogger = Logging.Logger(label: "Yorkie")
   |                        |- warning: static property 'yorkieLogger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'yorkieLogger' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'yorkieLogger' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |
33 |     static func trace(_ message: @autoclosure () -> String, error: Error? = nil, filename: String = #fileID, function: String = #function, line: UInt = #line) {
/Users/admin/builder/spi-builder-workspace/Sources/Core/Client.swift:492:84: warning: sending 'attachment' risks causing data races; this is an error in the Swift 6 language mode
490 |         do {
491 |             if isRealtimeSync {
492 |                 for (key, attachment) in self.attachmentMap where await attachment.needRealtimeSync() {
    |                                                                                    |- warning: sending 'attachment' risks causing data races; this is an error in the Swift 6 language mode
    |                                                                                    `- note: sending main actor-isolated 'attachment' to nonisolated instance method 'needRealtimeSync()' risks causing data races between nonisolated and main actor-isolated uses
493 |                     self.clearAttachmentRemoteChangeEventReceived(key)
494 |                     result.append(attachment.doc)
[214/235] Compiling Yorkie CRDTObject.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Client.swift:556:32: warning: non-sendable type '[DocumentKey : Attachment]' (aka 'Dictionary<String, Attachment>') of property 'attachmentMap' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
554 |                     await self.handleWatchDocumentsResponse(docKey: docKey, response: message)
555 |                 case .complete(let code, let error, _):
556 |                     await self.attachmentMap[docKey]?.doc.resetOnlineClients()
    |                                `- warning: non-sendable type '[DocumentKey : Attachment]' (aka 'Dictionary<String, Attachment>') of property 'attachmentMap' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
557 |                     await self.attachmentMap[docKey]?.doc.publishInitializedEvent()
558 |                     await self.attachmentMap[docKey]?.doc.publishConnectionEvent(.disconnected)
/Users/admin/builder/spi-builder-workspace/Sources/Core/Attachment.swift:20:7: note: class 'Attachment' does not conform to the 'Sendable' protocol
18 | import Foundation
19 |
20 | class Attachment {
   |       `- note: class 'Attachment' does not conform to the 'Sendable' protocol
21 |     var doc: Document
22 |     var docID: String
/Users/admin/builder/spi-builder-workspace/Sources/Core/Client.swift:557:32: warning: non-sendable type '[DocumentKey : Attachment]' (aka 'Dictionary<String, Attachment>') of property 'attachmentMap' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
555 |                 case .complete(let code, let error, _):
556 |                     await self.attachmentMap[docKey]?.doc.resetOnlineClients()
557 |                     await self.attachmentMap[docKey]?.doc.publishInitializedEvent()
    |                                `- warning: non-sendable type '[DocumentKey : Attachment]' (aka 'Dictionary<String, Attachment>') of property 'attachmentMap' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
558 |                     await self.attachmentMap[docKey]?.doc.publishConnectionEvent(.disconnected)
559 |
/Users/admin/builder/spi-builder-workspace/Sources/Core/Attachment.swift:20:7: note: class 'Attachment' does not conform to the 'Sendable' protocol
18 | import Foundation
19 |
20 | class Attachment {
   |       `- note: class 'Attachment' does not conform to the 'Sendable' protocol
21 |     var doc: Document
22 |     var docID: String
/Users/admin/builder/spi-builder-workspace/Sources/Core/Client.swift:558:32: warning: non-sendable type '[DocumentKey : Attachment]' (aka 'Dictionary<String, Attachment>') of property 'attachmentMap' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
556 |                     await self.attachmentMap[docKey]?.doc.resetOnlineClients()
557 |                     await self.attachmentMap[docKey]?.doc.publishInitializedEvent()
558 |                     await self.attachmentMap[docKey]?.doc.publishConnectionEvent(.disconnected)
    |                                `- warning: non-sendable type '[DocumentKey : Attachment]' (aka 'Dictionary<String, Attachment>') of property 'attachmentMap' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
559 |
560 |                     Logger.debug("[WD] c:\"\(self.key)\" unwatches")
/Users/admin/builder/spi-builder-workspace/Sources/Core/Attachment.swift:20:7: note: class 'Attachment' does not conform to the 'Sendable' protocol
18 | import Foundation
19 |
20 | class Attachment {
   |       `- note: class 'Attachment' does not conform to the 'Sendable' protocol
21 |     var doc: Document
22 |     var docID: String
/Users/admin/builder/spi-builder-workspace/Sources/Core/Logger.swift:31:24: warning: static property 'yorkieLogger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
29 |     }
30 |
31 |     private static var yorkieLogger = Logging.Logger(label: "Yorkie")
   |                        |- warning: static property 'yorkieLogger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'yorkieLogger' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'yorkieLogger' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |
33 |     static func trace(_ message: @autoclosure () -> String, error: Error? = nil, filename: String = #fileID, function: String = #function, line: UInt = #line) {
/Users/admin/builder/spi-builder-workspace/Sources/Core/Client.swift:492:84: warning: sending 'attachment' risks causing data races; this is an error in the Swift 6 language mode
490 |         do {
491 |             if isRealtimeSync {
492 |                 for (key, attachment) in self.attachmentMap where await attachment.needRealtimeSync() {
    |                                                                                    |- warning: sending 'attachment' risks causing data races; this is an error in the Swift 6 language mode
    |                                                                                    `- note: sending main actor-isolated 'attachment' to nonisolated instance method 'needRealtimeSync()' risks causing data races between nonisolated and main actor-isolated uses
493 |                     self.clearAttachmentRemoteChangeEventReceived(key)
494 |                     result.append(attachment.doc)
[215/235] Compiling Yorkie CRDTRoot.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Client.swift:556:32: warning: non-sendable type '[DocumentKey : Attachment]' (aka 'Dictionary<String, Attachment>') of property 'attachmentMap' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
554 |                     await self.handleWatchDocumentsResponse(docKey: docKey, response: message)
555 |                 case .complete(let code, let error, _):
556 |                     await self.attachmentMap[docKey]?.doc.resetOnlineClients()
    |                                `- warning: non-sendable type '[DocumentKey : Attachment]' (aka 'Dictionary<String, Attachment>') of property 'attachmentMap' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
557 |                     await self.attachmentMap[docKey]?.doc.publishInitializedEvent()
558 |                     await self.attachmentMap[docKey]?.doc.publishConnectionEvent(.disconnected)
/Users/admin/builder/spi-builder-workspace/Sources/Core/Attachment.swift:20:7: note: class 'Attachment' does not conform to the 'Sendable' protocol
18 | import Foundation
19 |
20 | class Attachment {
   |       `- note: class 'Attachment' does not conform to the 'Sendable' protocol
21 |     var doc: Document
22 |     var docID: String
/Users/admin/builder/spi-builder-workspace/Sources/Core/Client.swift:557:32: warning: non-sendable type '[DocumentKey : Attachment]' (aka 'Dictionary<String, Attachment>') of property 'attachmentMap' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
555 |                 case .complete(let code, let error, _):
556 |                     await self.attachmentMap[docKey]?.doc.resetOnlineClients()
557 |                     await self.attachmentMap[docKey]?.doc.publishInitializedEvent()
    |                                `- warning: non-sendable type '[DocumentKey : Attachment]' (aka 'Dictionary<String, Attachment>') of property 'attachmentMap' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
558 |                     await self.attachmentMap[docKey]?.doc.publishConnectionEvent(.disconnected)
559 |
/Users/admin/builder/spi-builder-workspace/Sources/Core/Attachment.swift:20:7: note: class 'Attachment' does not conform to the 'Sendable' protocol
18 | import Foundation
19 |
20 | class Attachment {
   |       `- note: class 'Attachment' does not conform to the 'Sendable' protocol
21 |     var doc: Document
22 |     var docID: String
/Users/admin/builder/spi-builder-workspace/Sources/Core/Client.swift:558:32: warning: non-sendable type '[DocumentKey : Attachment]' (aka 'Dictionary<String, Attachment>') of property 'attachmentMap' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
556 |                     await self.attachmentMap[docKey]?.doc.resetOnlineClients()
557 |                     await self.attachmentMap[docKey]?.doc.publishInitializedEvent()
558 |                     await self.attachmentMap[docKey]?.doc.publishConnectionEvent(.disconnected)
    |                                `- warning: non-sendable type '[DocumentKey : Attachment]' (aka 'Dictionary<String, Attachment>') of property 'attachmentMap' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
559 |
560 |                     Logger.debug("[WD] c:\"\(self.key)\" unwatches")
/Users/admin/builder/spi-builder-workspace/Sources/Core/Attachment.swift:20:7: note: class 'Attachment' does not conform to the 'Sendable' protocol
18 | import Foundation
19 |
20 | class Attachment {
   |       `- note: class 'Attachment' does not conform to the 'Sendable' protocol
21 |     var doc: Document
22 |     var docID: String
/Users/admin/builder/spi-builder-workspace/Sources/Core/Logger.swift:31:24: warning: static property 'yorkieLogger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
29 |     }
30 |
31 |     private static var yorkieLogger = Logging.Logger(label: "Yorkie")
   |                        |- warning: static property 'yorkieLogger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'yorkieLogger' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'yorkieLogger' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |
33 |     static func trace(_ message: @autoclosure () -> String, error: Error? = nil, filename: String = #fileID, function: String = #function, line: UInt = #line) {
/Users/admin/builder/spi-builder-workspace/Sources/Core/Client.swift:492:84: warning: sending 'attachment' risks causing data races; this is an error in the Swift 6 language mode
490 |         do {
491 |             if isRealtimeSync {
492 |                 for (key, attachment) in self.attachmentMap where await attachment.needRealtimeSync() {
    |                                                                                    |- warning: sending 'attachment' risks causing data races; this is an error in the Swift 6 language mode
    |                                                                                    `- note: sending main actor-isolated 'attachment' to nonisolated instance method 'needRealtimeSync()' risks causing data races between nonisolated and main actor-isolated uses
493 |                     self.clearAttachmentRemoteChangeEventReceived(key)
494 |                     result.append(attachment.doc)
[216/235] Compiling Yorkie CRDTText.swift
/Users/admin/builder/spi-builder-workspace/Sources/Document/CRDT/CRDTTree.swift:156:23: warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'CRDTTreeNodeID' may have shared mutable state; this is an error in the Swift 6 language mode
 150 |  * the adjacent node to pos by calling `map.floorEntry()`.
 151 |  */
 152 | struct CRDTTreeNodeID: Equatable, Comparable {
     |        `- note: consider making struct 'CRDTTreeNodeID' conform to the 'Sendable' protocol
 153 |     /**
 154 |      * `initial` is the initial position of the tree.
 155 |      */
 156 |     public static let initial = CRDTTreeNodeID(createdAt: .initial, offset: 0)
     |                       |- warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'CRDTTreeNodeID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                       |- note: add '@MainActor' to make static property 'initial' part of global actor 'MainActor'
     |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 157 |
 158 |     /**
/Users/admin/builder/spi-builder-workspace/Sources/Document/CRDT/RGATreeSplit.swift:61:16: warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'RGATreeSplitNodeID' may have shared mutable state; this is an error in the Swift 6 language mode
 58 |  * `RGATreeSplitNodeID` is an ID of RGATreeSplitNode.
 59 |  */
 60 | class RGATreeSplitNodeID: Equatable, Comparable, CustomDebugStringConvertible {
    |       `- note: class 'RGATreeSplitNodeID' does not conform to the 'Sendable' protocol
 61 |     static let initial = RGATreeSplitNodeID(TimeTicket.initial, 0)
    |                |- warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'RGATreeSplitNodeID' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'initial' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 62 |
 63 |     /**
[217/235] Compiling Yorkie CRDTTree.swift
/Users/admin/builder/spi-builder-workspace/Sources/Document/CRDT/CRDTTree.swift:156:23: warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'CRDTTreeNodeID' may have shared mutable state; this is an error in the Swift 6 language mode
 150 |  * the adjacent node to pos by calling `map.floorEntry()`.
 151 |  */
 152 | struct CRDTTreeNodeID: Equatable, Comparable {
     |        `- note: consider making struct 'CRDTTreeNodeID' conform to the 'Sendable' protocol
 153 |     /**
 154 |      * `initial` is the initial position of the tree.
 155 |      */
 156 |     public static let initial = CRDTTreeNodeID(createdAt: .initial, offset: 0)
     |                       |- warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'CRDTTreeNodeID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                       |- note: add '@MainActor' to make static property 'initial' part of global actor 'MainActor'
     |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 157 |
 158 |     /**
/Users/admin/builder/spi-builder-workspace/Sources/Document/CRDT/RGATreeSplit.swift:61:16: warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'RGATreeSplitNodeID' may have shared mutable state; this is an error in the Swift 6 language mode
 58 |  * `RGATreeSplitNodeID` is an ID of RGATreeSplitNode.
 59 |  */
 60 | class RGATreeSplitNodeID: Equatable, Comparable, CustomDebugStringConvertible {
    |       `- note: class 'RGATreeSplitNodeID' does not conform to the 'Sendable' protocol
 61 |     static let initial = RGATreeSplitNodeID(TimeTicket.initial, 0)
    |                |- warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'RGATreeSplitNodeID' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'initial' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 62 |
 63 |     /**
[218/235] Compiling Yorkie ElementRHT.swift
/Users/admin/builder/spi-builder-workspace/Sources/Document/CRDT/CRDTTree.swift:156:23: warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'CRDTTreeNodeID' may have shared mutable state; this is an error in the Swift 6 language mode
 150 |  * the adjacent node to pos by calling `map.floorEntry()`.
 151 |  */
 152 | struct CRDTTreeNodeID: Equatable, Comparable {
     |        `- note: consider making struct 'CRDTTreeNodeID' conform to the 'Sendable' protocol
 153 |     /**
 154 |      * `initial` is the initial position of the tree.
 155 |      */
 156 |     public static let initial = CRDTTreeNodeID(createdAt: .initial, offset: 0)
     |                       |- warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'CRDTTreeNodeID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                       |- note: add '@MainActor' to make static property 'initial' part of global actor 'MainActor'
     |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 157 |
 158 |     /**
/Users/admin/builder/spi-builder-workspace/Sources/Document/CRDT/RGATreeSplit.swift:61:16: warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'RGATreeSplitNodeID' may have shared mutable state; this is an error in the Swift 6 language mode
 58 |  * `RGATreeSplitNodeID` is an ID of RGATreeSplitNode.
 59 |  */
 60 | class RGATreeSplitNodeID: Equatable, Comparable, CustomDebugStringConvertible {
    |       `- note: class 'RGATreeSplitNodeID' does not conform to the 'Sendable' protocol
 61 |     static let initial = RGATreeSplitNodeID(TimeTicket.initial, 0)
    |                |- warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'RGATreeSplitNodeID' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'initial' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 62 |
 63 |     /**
[219/235] Compiling Yorkie GC.swift
/Users/admin/builder/spi-builder-workspace/Sources/Document/CRDT/CRDTTree.swift:156:23: warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'CRDTTreeNodeID' may have shared mutable state; this is an error in the Swift 6 language mode
 150 |  * the adjacent node to pos by calling `map.floorEntry()`.
 151 |  */
 152 | struct CRDTTreeNodeID: Equatable, Comparable {
     |        `- note: consider making struct 'CRDTTreeNodeID' conform to the 'Sendable' protocol
 153 |     /**
 154 |      * `initial` is the initial position of the tree.
 155 |      */
 156 |     public static let initial = CRDTTreeNodeID(createdAt: .initial, offset: 0)
     |                       |- warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'CRDTTreeNodeID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                       |- note: add '@MainActor' to make static property 'initial' part of global actor 'MainActor'
     |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 157 |
 158 |     /**
/Users/admin/builder/spi-builder-workspace/Sources/Document/CRDT/RGATreeSplit.swift:61:16: warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'RGATreeSplitNodeID' may have shared mutable state; this is an error in the Swift 6 language mode
 58 |  * `RGATreeSplitNodeID` is an ID of RGATreeSplitNode.
 59 |  */
 60 | class RGATreeSplitNodeID: Equatable, Comparable, CustomDebugStringConvertible {
    |       `- note: class 'RGATreeSplitNodeID' does not conform to the 'Sendable' protocol
 61 |     static let initial = RGATreeSplitNodeID(TimeTicket.initial, 0)
    |                |- warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'RGATreeSplitNodeID' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'initial' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 62 |
 63 |     /**
[220/235] Compiling Yorkie Primitive.swift
/Users/admin/builder/spi-builder-workspace/Sources/Document/CRDT/CRDTTree.swift:156:23: warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'CRDTTreeNodeID' may have shared mutable state; this is an error in the Swift 6 language mode
 150 |  * the adjacent node to pos by calling `map.floorEntry()`.
 151 |  */
 152 | struct CRDTTreeNodeID: Equatable, Comparable {
     |        `- note: consider making struct 'CRDTTreeNodeID' conform to the 'Sendable' protocol
 153 |     /**
 154 |      * `initial` is the initial position of the tree.
 155 |      */
 156 |     public static let initial = CRDTTreeNodeID(createdAt: .initial, offset: 0)
     |                       |- warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'CRDTTreeNodeID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                       |- note: add '@MainActor' to make static property 'initial' part of global actor 'MainActor'
     |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 157 |
 158 |     /**
/Users/admin/builder/spi-builder-workspace/Sources/Document/CRDT/RGATreeSplit.swift:61:16: warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'RGATreeSplitNodeID' may have shared mutable state; this is an error in the Swift 6 language mode
 58 |  * `RGATreeSplitNodeID` is an ID of RGATreeSplitNode.
 59 |  */
 60 | class RGATreeSplitNodeID: Equatable, Comparable, CustomDebugStringConvertible {
    |       `- note: class 'RGATreeSplitNodeID' does not conform to the 'Sendable' protocol
 61 |     static let initial = RGATreeSplitNodeID(TimeTicket.initial, 0)
    |                |- warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'RGATreeSplitNodeID' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'initial' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 62 |
 63 |     /**
[221/235] Compiling Yorkie RGATreeList.swift
/Users/admin/builder/spi-builder-workspace/Sources/Document/CRDT/CRDTTree.swift:156:23: warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'CRDTTreeNodeID' may have shared mutable state; this is an error in the Swift 6 language mode
 150 |  * the adjacent node to pos by calling `map.floorEntry()`.
 151 |  */
 152 | struct CRDTTreeNodeID: Equatable, Comparable {
     |        `- note: consider making struct 'CRDTTreeNodeID' conform to the 'Sendable' protocol
 153 |     /**
 154 |      * `initial` is the initial position of the tree.
 155 |      */
 156 |     public static let initial = CRDTTreeNodeID(createdAt: .initial, offset: 0)
     |                       |- warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'CRDTTreeNodeID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                       |- note: add '@MainActor' to make static property 'initial' part of global actor 'MainActor'
     |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 157 |
 158 |     /**
/Users/admin/builder/spi-builder-workspace/Sources/Document/CRDT/RGATreeSplit.swift:61:16: warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'RGATreeSplitNodeID' may have shared mutable state; this is an error in the Swift 6 language mode
 58 |  * `RGATreeSplitNodeID` is an ID of RGATreeSplitNode.
 59 |  */
 60 | class RGATreeSplitNodeID: Equatable, Comparable, CustomDebugStringConvertible {
    |       `- note: class 'RGATreeSplitNodeID' does not conform to the 'Sendable' protocol
 61 |     static let initial = RGATreeSplitNodeID(TimeTicket.initial, 0)
    |                |- warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'RGATreeSplitNodeID' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'initial' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 62 |
 63 |     /**
[222/235] Compiling Yorkie RGATreeSplit.swift
/Users/admin/builder/spi-builder-workspace/Sources/Document/CRDT/CRDTTree.swift:156:23: warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'CRDTTreeNodeID' may have shared mutable state; this is an error in the Swift 6 language mode
 150 |  * the adjacent node to pos by calling `map.floorEntry()`.
 151 |  */
 152 | struct CRDTTreeNodeID: Equatable, Comparable {
     |        `- note: consider making struct 'CRDTTreeNodeID' conform to the 'Sendable' protocol
 153 |     /**
 154 |      * `initial` is the initial position of the tree.
 155 |      */
 156 |     public static let initial = CRDTTreeNodeID(createdAt: .initial, offset: 0)
     |                       |- warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'CRDTTreeNodeID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                       |- note: add '@MainActor' to make static property 'initial' part of global actor 'MainActor'
     |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 157 |
 158 |     /**
/Users/admin/builder/spi-builder-workspace/Sources/Document/CRDT/RGATreeSplit.swift:61:16: warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'RGATreeSplitNodeID' may have shared mutable state; this is an error in the Swift 6 language mode
 58 |  * `RGATreeSplitNodeID` is an ID of RGATreeSplitNode.
 59 |  */
 60 | class RGATreeSplitNodeID: Equatable, Comparable, CustomDebugStringConvertible {
    |       `- note: class 'RGATreeSplitNodeID' does not conform to the 'Sendable' protocol
 61 |     static let initial = RGATreeSplitNodeID(TimeTicket.initial, 0)
    |                |- warning: static property 'initial' is not concurrency-safe because non-'Sendable' type 'RGATreeSplitNodeID' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'initial' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 62 |
 63 |     /**
[223/235] Compiling Yorkie IndexTree.swift
[224/235] Compiling Yorkie LLRBTree.swift
[225/235] Compiling Yorkie Optional+Extensions.swift
[226/235] Compiling Yorkie SplayTree.swift
[227/235] Compiling Yorkie String+Extensions.swift
[228/235] Compiling Yorkie Version.swift
[229/235] Compiling Yorkie Converter.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Converter.swift:1157:29: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
1155 |         }
1156 |
1157 |         let pbElement = try PbJSONElement(serializedData: bytes)
     |                             |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
     |                             `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1158 |         return try fromTree(pbElement.tree)
1159 |     }
/Users/admin/builder/spi-builder-workspace/Sources/API/Converter.swift:1176:28: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
1174 |         }
1175 |
1176 |         let snapshot = try PbSnapshot(serializedData: bytes)
     |                            |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
     |                            `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1177 |         return (try fromObject(snapshot.root.jsonObject), fromPresences(snapshot.presences))
1178 |     }
/Users/admin/builder/spi-builder-workspace/Sources/API/Converter.swift:1188:29: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
1186 |         }
1187 |
1188 |         let pbElement = try PbJSONElement(serializedData: bytes)
     |                             |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
     |                             `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1189 |         return try fromObject(pbElement.jsonObject)
1190 |     }
[230/235] Compiling Yorkie GRPCTypeAlias.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Converter.swift:1157:29: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
1155 |         }
1156 |
1157 |         let pbElement = try PbJSONElement(serializedData: bytes)
     |                             |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
     |                             `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1158 |         return try fromTree(pbElement.tree)
1159 |     }
/Users/admin/builder/spi-builder-workspace/Sources/API/Converter.swift:1176:28: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
1174 |         }
1175 |
1176 |         let snapshot = try PbSnapshot(serializedData: bytes)
     |                            |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
     |                            `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1177 |         return (try fromObject(snapshot.root.jsonObject), fromPresences(snapshot.presences))
1178 |     }
/Users/admin/builder/spi-builder-workspace/Sources/API/Converter.swift:1188:29: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
1186 |         }
1187 |
1188 |         let pbElement = try PbJSONElement(serializedData: bytes)
     |                             |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
     |                             `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1189 |         return try fromObject(pbElement.jsonObject)
1190 |     }
[231/235] Compiling Yorkie resources.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Converter.swift:1157:29: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
1155 |         }
1156 |
1157 |         let pbElement = try PbJSONElement(serializedData: bytes)
     |                             |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
     |                             `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1158 |         return try fromTree(pbElement.tree)
1159 |     }
/Users/admin/builder/spi-builder-workspace/Sources/API/Converter.swift:1176:28: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
1174 |         }
1175 |
1176 |         let snapshot = try PbSnapshot(serializedData: bytes)
     |                            |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
     |                            `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1177 |         return (try fromObject(snapshot.root.jsonObject), fromPresences(snapshot.presences))
1178 |     }
/Users/admin/builder/spi-builder-workspace/Sources/API/Converter.swift:1188:29: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
1186 |         }
1187 |
1188 |         let pbElement = try PbJSONElement(serializedData: bytes)
     |                             |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
     |                             `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1189 |         return try fromObject(pbElement.jsonObject)
1190 |     }
[232/235] Compiling Yorkie yorkie.connect.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Converter.swift:1157:29: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
1155 |         }
1156 |
1157 |         let pbElement = try PbJSONElement(serializedData: bytes)
     |                             |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
     |                             `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1158 |         return try fromTree(pbElement.tree)
1159 |     }
/Users/admin/builder/spi-builder-workspace/Sources/API/Converter.swift:1176:28: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
1174 |         }
1175 |
1176 |         let snapshot = try PbSnapshot(serializedData: bytes)
     |                            |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
     |                            `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1177 |         return (try fromObject(snapshot.root.jsonObject), fromPresences(snapshot.presences))
1178 |     }
/Users/admin/builder/spi-builder-workspace/Sources/API/Converter.swift:1188:29: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
1186 |         }
1187 |
1188 |         let pbElement = try PbJSONElement(serializedData: bytes)
     |                             |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
     |                             `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1189 |         return try fromObject(pbElement.jsonObject)
1190 |     }
[233/235] Compiling Yorkie yorkie.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Converter.swift:1157:29: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
1155 |         }
1156 |
1157 |         let pbElement = try PbJSONElement(serializedData: bytes)
     |                             |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
     |                             `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1158 |         return try fromTree(pbElement.tree)
1159 |     }
/Users/admin/builder/spi-builder-workspace/Sources/API/Converter.swift:1176:28: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
1174 |         }
1175 |
1176 |         let snapshot = try PbSnapshot(serializedData: bytes)
     |                            |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
     |                            `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1177 |         return (try fromObject(snapshot.root.jsonObject), fromPresences(snapshot.presences))
1178 |     }
/Users/admin/builder/spi-builder-workspace/Sources/API/Converter.swift:1188:29: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
1186 |         }
1187 |
1188 |         let pbElement = try PbJSONElement(serializedData: bytes)
     |                             |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
     |                             `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1189 |         return try fromObject(pbElement.jsonObject)
1190 |     }
[234/235] Compiling Yorkie Attachment.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Converter.swift:1157:29: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
1155 |         }
1156 |
1157 |         let pbElement = try PbJSONElement(serializedData: bytes)
     |                             |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
     |                             `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1158 |         return try fromTree(pbElement.tree)
1159 |     }
/Users/admin/builder/spi-builder-workspace/Sources/API/Converter.swift:1176:28: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
1174 |         }
1175 |
1176 |         let snapshot = try PbSnapshot(serializedData: bytes)
     |                            |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
     |                            `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1177 |         return (try fromObject(snapshot.root.jsonObject), fromPresences(snapshot.presences))
1178 |     }
/Users/admin/builder/spi-builder-workspace/Sources/API/Converter.swift:1188:29: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
1186 |         }
1187 |
1188 |         let pbElement = try PbJSONElement(serializedData: bytes)
     |                             |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
     |                             `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1189 |         return try fromObject(pbElement.jsonObject)
1190 |     }
[235/235] Compiling Yorkie Auth.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/Converter.swift:1157:29: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
1155 |         }
1156 |
1157 |         let pbElement = try PbJSONElement(serializedData: bytes)
     |                             |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
     |                             `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1158 |         return try fromTree(pbElement.tree)
1159 |     }
/Users/admin/builder/spi-builder-workspace/Sources/API/Converter.swift:1176:28: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
1174 |         }
1175 |
1176 |         let snapshot = try PbSnapshot(serializedData: bytes)
     |                            |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
     |                            `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1177 |         return (try fromObject(snapshot.root.jsonObject), fromPresences(snapshot.presences))
1178 |     }
/Users/admin/builder/spi-builder-workspace/Sources/API/Converter.swift:1188:29: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
1186 |         }
1187 |
1188 |         let pbElement = try PbJSONElement(serializedData: bytes)
     |                             |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
     |                             `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
1189 |         return try fromObject(pbElement.jsonObject)
1190 |     }
Build complete! (41.34s)
Fetching https://github.com/groue/Semaphore.git
Fetching https://github.com/connectrpc/connect-swift
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-log.git from cache
[1/2049] Fetching swift-docc-plugin
[83/2342] Fetching swift-docc-plugin, semaphore
[438/10795] Fetching swift-docc-plugin, semaphore, connect-swift
Fetched https://github.com/apple/swift-docc-plugin from cache (1.10s)
Fetched https://github.com/connectrpc/connect-swift from cache (1.10s)
Fetched https://github.com/groue/Semaphore.git from cache (1.11s)
Fetched https://github.com/apple/swift-log.git from cache (1.11s)
Computing version for https://github.com/groue/Semaphore.git
Computed https://github.com/groue/Semaphore.git at 0.1.0 (1.60s)
Computing version for https://github.com/connectrpc/connect-swift
Computed https://github.com/connectrpc/connect-swift at 0.14.0 (0.56s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetching https://github.com/apple/swift-protobuf.git from cache
Fetched https://github.com/apple/swift-protobuf.git from cache (0.69s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.70s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.70s)
Fetched https://github.com/apple/swift-nio.git from cache (0.96s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.29.0 (1.47s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.59s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.74s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.44s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.47s)
Fetching https://github.com/apple/swift-atomics.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.43s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (1.15s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (0.71s)
Fetched https://github.com/apple/swift-collections.git from cache (0.72s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.24s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.47s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.71s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.61s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.47s)
Creating working copy for https://github.com/connectrpc/connect-swift
Working copy of https://github.com/connectrpc/connect-swift resolved at 0.14.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/groue/Semaphore.git
Working copy of https://github.com/groue/Semaphore.git resolved at 0.1.0
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.29.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "connect-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.13.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/connectrpc/connect-swift"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "semaphore",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.8",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/groue/Semaphore.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "Yorkie",
  "name" : "Yorkie",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Yorkie",
      "targets" : [
        "Yorkie"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "YorkieUnitTests",
      "module_type" : "SwiftTarget",
      "name" : "YorkieUnitTests",
      "path" : "Tests/Unit",
      "sources" : [
        "API/V1/ConverterTests.swift",
        "Document/CRDT/CRDTArrayTests.swift",
        "Document/CRDT/CRDTCountTests.swift",
        "Document/CRDT/CRDTElementTests.swift",
        "Document/CRDT/CRDTObjectTests.swift",
        "Document/CRDT/CRDTRootTests.swift",
        "Document/CRDT/CRDTTextTests.swift",
        "Document/CRDT/CRDTTreeTests.swift",
        "Document/CRDT/ElementRHTTests.swift",
        "Document/CRDT/PrimitiveTests.swift",
        "Document/CRDT/RGATreeListTests.swift",
        "Document/CRDT/RHTTests.swift",
        "Document/Change/ChangeContextTests.swift",
        "Document/Change/ChangeIDTests.swift",
        "Document/Change/ChangePackTests.swift",
        "Document/Change/ChangeTests.swift",
        "Document/Change/CheckpointTests.swift",
        "Document/DocumentConcurrentAccessTests.swift",
        "Document/DocumentTests.swift",
        "Document/GCTests.swift",
        "Document/Json/JONSTreeTests.swift",
        "Document/Json/JSONArrayTests.swift",
        "Document/Json/JSONObjectTests.swift",
        "Document/Json/JSONTextTest.swift",
        "Document/Operation/AddOperationTests.swift",
        "Document/Operation/MoveOperationTests.swift",
        "Document/Operation/RemoveOperationTests.swift",
        "Document/Operation/SetOperationTests.swift",
        "Document/Time/TimeTicketTests.swift",
        "Document/Util/StringEscapingTests.swift",
        "Document/Util/YorkieJSONObjectableTests.swift",
        "TestUtils/XCTestCase+Extension.swift",
        "Util/Helper.swift",
        "Util/IndexTreeTests.swift",
        "Util/LLRBTreeTests.swift",
        "Util/SplayTreeTests.swift",
        "Util/StringExtensionsTests.swift"
      ],
      "target_dependencies" : [
        "Yorkie"
      ],
      "type" : "test"
    },
    {
      "c99name" : "YorkieIntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "YorkieIntegrationTests",
      "path" : "Tests/Integration",
      "sources" : [
        "ClientIntegrationTests.swift",
        "CounterIntegrationTests.swift",
        "DocumentIntegrationTests.swift",
        "GCIntegrationTests.swift",
        "GRPCTests.swift",
        "IntegrationHelper.swift",
        "PresenceTests.swift",
        "TextIntegrationTests.swift",
        "TreeConcurrencyTests.swift",
        "TreeIntegrationTests.swift"
      ],
      "target_dependencies" : [
        "Yorkie"
      ],
      "type" : "test"
    },
    {
      "c99name" : "YorkieBenchmarkTests",
      "module_type" : "SwiftTarget",
      "name" : "YorkieBenchmarkTests",
      "path" : "Tests/Benchmark",
      "sources" : [
        "DocumentBenchmarkTests.swift"
      ],
      "target_dependencies" : [
        "Yorkie"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Yorkie",
      "module_type" : "SwiftTarget",
      "name" : "Yorkie",
      "path" : "Sources",
      "product_dependencies" : [
        "Connect",
        "Logging",
        "Semaphore"
      ],
      "product_memberships" : [
        "Yorkie"
      ],
      "sources" : [
        "API/Converter.swift",
        "API/GRPCTypeAlias.swift",
        "API/V1/Generated/yorkie/v1/resources.pb.swift",
        "API/V1/Generated/yorkie/v1/yorkie.connect.swift",
        "API/V1/Generated/yorkie/v1/yorkie.pb.swift",
        "Core/Attachment.swift",
        "Core/Auth.swift",
        "Core/Client.swift",
        "Core/Logger.swift",
        "Document/CRDT/CRDTArray.swift",
        "Document/CRDT/CRDTCounter.swift",
        "Document/CRDT/CRDTElement.swift",
        "Document/CRDT/CRDTObject.swift",
        "Document/CRDT/CRDTRoot.swift",
        "Document/CRDT/CRDTText.swift",
        "Document/CRDT/CRDTTree.swift",
        "Document/CRDT/ElementRHT.swift",
        "Document/CRDT/GC.swift",
        "Document/CRDT/Primitive.swift",
        "Document/CRDT/RGATreeList.swift",
        "Document/CRDT/RGATreeSplit.swift",
        "Document/CRDT/RHT.swift",
        "Document/Change/Change.swift",
        "Document/Change/ChangeContext.swift",
        "Document/Change/ChangeID.swift",
        "Document/Change/ChangePack.swift",
        "Document/Change/Checkpoint.swift",
        "Document/DocEvent.swift",
        "Document/Document.swift",
        "Document/Json/ElementConverter.swift",
        "Document/Json/JSONArray.swift",
        "Document/Json/JSONCounter.swift",
        "Document/Json/JSONDatable.swift",
        "Document/Json/JSONObject.swift",
        "Document/Json/JSONText.swift",
        "Document/Json/JSONTree.swift",
        "Document/Json/ObjectDataHandler.swift",
        "Document/Json/Strings.swift",
        "Document/Operation/AddOperation.swift",
        "Document/Operation/EditOperation.swift",
        "Document/Operation/IncreaseOperation.swift",
        "Document/Operation/MoveOperation.swift",
        "Document/Operation/Operation.swift",
        "Document/Operation/RemoveOperation.swift",
        "Document/Operation/SetOperation.swift",
        "Document/Operation/StyleOperation.swift",
        "Document/Operation/TreeEditOperation.swift",
        "Document/Operation/TreeSytleOperation.swift",
        "Document/Presence/Presence.swift",
        "Document/Time/ActorID.swift",
        "Document/Time/TimeTicket.swift",
        "Document/Util/JSONObjectable.swift",
        "Document/Util/YorkieCountable.swift",
        "Util/Codable+Extension.swift",
        "Util/Collection+Extensions.swift",
        "Util/Dictionary+Extension.swift",
        "Util/Errors.swift",
        "Util/IndexTree.swift",
        "Util/LLRBTree.swift",
        "Util/Optional+Extensions.swift",
        "Util/SplayTree.swift",
        "Util/String+Extensions.swift",
        "Version.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.