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 automerge-repo, reference 0.3.2 (cdeb80), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 19:47:45 UTC.

Swift 6 data race errors: 0

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/automerge/automerge-repo-swift.git
Reference: 0.3.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/automerge/automerge-repo-swift
 * tag               0.3.2      -> FETCH_HEAD
HEAD is now at cdeb805 cleaning up documentation - resolving warnings, tweaking a few abstracts, matching code updates (#123)
Cloned https://github.com/automerge/automerge-repo-swift.git
Revision (git rev-parse @):
cdeb8053c3aa2510189429d717ab09e70f134716
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/automerge/automerge-repo-swift.git at 0.3.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/automerge/automerge-repo-swift.git
https://github.com/automerge/automerge-repo-swift.git
{
  "dependencies" : [
    {
      "identity" : "automerge-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.7",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/automerge/automerge-swift"
    },
    {
      "identity" : "potentcodables",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.1.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/outfoxx/PotentCodables"
    },
    {
      "identity" : "base58swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.14",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/heckj/Base58Swift"
    },
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms"
    },
    {
      "identity" : "swift-distributed-tracing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-distributed-tracing"
    },
    {
      "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" : "automerge-repo",
  "name" : "automerge-repo",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "AutomergeRepo",
      "targets" : [
        "AutomergeRepo"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AutomergeRepoTests",
      "module_type" : "SwiftTarget",
      "name" : "AutomergeRepoTests",
      "path" : "Tests/AutomergeRepoTests",
      "sources" : [
        "BS58IdTests.swift",
        "BackoffTests.swift",
        "BaseRepoTests.swift",
        "CBORExperiments.swift",
        "DocHandleTests.swift",
        "DocumentIdTests.swift",
        "ObservingChangesTest.swift",
        "RepoFindTest.swift",
        "RepoHelpers.swift",
        "SharePolicyTests.swift",
        "StorageSubsystemTests.swift",
        "TestNetworkProviders/InMemoryNetwork.swift",
        "TestNetworkProviders/TestOutgoingNetworkProvider.swift",
        "TestNetworkProviders/UnconfiguredTestNetwork.swift",
        "TestStorageProviders/InMemoryStorage.swift",
        "TwoReposWithInMemoryNetworkTests.swift"
      ],
      "target_dependencies" : [
        "AutomergeRepo"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AutomergeRepo",
      "module_type" : "SwiftTarget",
      "name" : "AutomergeRepo",
      "path" : "Sources/AutomergeRepo",
      "product_dependencies" : [
        "Automerge",
        "PotentCodables",
        "Base58Swift",
        "AsyncAlgorithms",
        "Tracing"
      ],
      "product_memberships" : [
        "AutomergeRepo"
      ],
      "sources" : [
        "AutomergeRepo.swift",
        "DocHandle.swift",
        "DocumentId.swift",
        "EphemeralMessageReceiver.swift",
        "Errors.swift",
        "InternalDocHandle.swift",
        "Networking/Backoff.swift",
        "Networking/NetworkAdapterEvents.swift",
        "Networking/NetworkEventReceiver.swift",
        "Networking/NetworkProvider.swift",
        "Networking/NetworkSubsystem.swift",
        "Networking/Providers/AvailablePeer.swift",
        "Networking/Providers/NWParameters+peerSyncParameters.swift",
        "Networking/Providers/P2PAutomergeSyncProtocol.swift",
        "Networking/Providers/PeerConnectionInfo.swift",
        "Networking/Providers/PeerToPeerConnection.swift",
        "Networking/Providers/PeerToPeerProvider.swift",
        "Networking/Providers/PeerToPeerProviderConfiguration.swift",
        "Networking/Providers/TXTRecordKeys.swift",
        "Networking/Providers/WebSocketProvider.swift",
        "Networking/Providers/WebSocketProviderConfiguration.swift",
        "Networking/Providers/WebSocketProviderState.swift",
        "PeerMetadata.swift",
        "Repo+LogComponent.swift",
        "Repo.swift",
        "RepoTypes.swift",
        "ShareAuthorizing.swift",
        "Storage/DocumentStorage.swift",
        "Storage/StorageProvider.swift",
        "Sync/CBORCoder.swift",
        "Sync/ProtocolState.swift",
        "Sync/SyncV1Msg+encode+decode.swift",
        "Sync/SyncV1Msg+messages.swift",
        "Sync/SyncV1Msg.swift",
        "extensions/Data+hexEncodedString.swift",
        "extensions/NWPathMonitor+paths.swift",
        "extensions/OSLog+extensions.swift",
        "extensions/String+hexEncoding.swift",
        "extensions/TimeInterval+milliseconds.swift",
        "extensions/UUID+bs58String.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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
Building for debugging...
[2/49] Copying libuniffi_automerge.a
[3/49] Compiling _NumericsShims _NumericsShims.c
[3/49] Write sources
[10/49] Copying PotentCodables.docc
[11/49] Write sources
[19/49] Write swift-version-2F0A5646E1D333AE.txt
[20/49] Compiling xxhash.c
[21/52] Compiling fy-composer.c
[22/52] Compiling fy-diag.c
[23/52] Compiling fy-docstate.c
[24/52] Compiling fy-utils.c
[25/52] Compiling fy-event.c
[26/52] Compiling fy-docbuilder.c
[27/52] Compiling fy-emit.c
[28/61] Compiling fy-dump.c
[29/65] Compiling fy-utf8.c
[30/69] Compiling fy-ctype.c
[31/69] Compiling fy-blob.c
[32/69] Compiling fy-doc.c
[33/136] Compiling fy-types.c
[34/136] Compiling fy-path.c
[35/136] Compiling fy-token.c
[36/136] Compiling fy-accel.c
[37/136] Compiling fy-input.c
[38/136] Write sources
[40/136] Compiling fy-walk.c
[41/136] Write sources
[44/136] Compiling CFloat16 float16.c
[45/136] Write sources
[47/136] Compiling fy-atom.c
[49/159] Compiling ServiceContextModule ServiceContextKey.swift
[49/159] Compiling fy-parse.c
[51/159] Emitting module ServiceContextModule
[52/159] Compiling ServiceContextModule ServiceContext.swift
[53/159] Compiling BigInt Hashable.swift
[54/159] Compiling BigInt Integer Conversion.swift
[55/159] Compiling BigInt Multiplication.swift
[56/159] Compiling BigInt Shifts.swift
[57/159] Compiling BigInt Square Root.swift
[58/170] Compiling RealModule ElementaryFunctions.swift
[59/171] Emitting module RealModule
[60/171] Compiling BigInt Prime Test.swift
[61/171] Compiling BigInt Random.swift
[62/171] Compiling BigInt Data Conversion.swift
[63/171] Compiling BigInt Division.swift
[64/171] Compiling OrderedCollections OrderedSet+Testing.swift
[65/171] Compiling RealModule RealFunctions.swift
[66/171] Compiling RealModule Float80+Real.swift
[67/171] Compiling RealModule Real.swift
[68/171] Compiling RealModule AlgebraicField.swift
[69/171] Compiling RealModule ApproximateEquality.swift
[70/171] Compiling RealModule Float16+Real.swift
[71/171] Compiling RealModule AugmentedArithmetic.swift
[72/171] Compiling RealModule Double+Real.swift
[73/171] Compiling RealModule Float+Real.swift
[74/171] Compiling BigInt BigUInt.swift
[75/171] Compiling BigInt Strideable.swift
[76/171] Compiling BigInt Floating Point Conversion.swift
[77/171] Compiling BigInt Bitwise Ops.swift
[80/171] Compiling BigInt String Conversion.swift
[81/171] Compiling BigInt Exponentiation.swift
[84/173] Compiling OrderedCollections _HashTable.swift
[85/173] Compiling OrderedCollections _Hashtable+Header.swift
[86/173] Compiling OrderedCollections OrderedDictionary+Codable.swift
[87/173] Compiling OrderedCollections OrderedDictionary+CustomDebugStringConvertible.swift
[88/173] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[89/173] Compiling OrderedCollections OrderedDictionary+CustomStringConvertible.swift
[90/173] Compiling OrderedCollections OrderedSet+CustomDebugStringConvertible.swift
[91/173] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[92/173] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[93/173] Compiling OrderedCollections OrderedSet+Diffing.swift
[94/173] Compiling OrderedCollections OrderedSet+Equatable.swift
[95/173] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[96/173] Compiling OrderedCollections OrderedSet+Hashable.swift
[97/173] Compiling OrderedCollections OrderedSet+Initializers.swift
[98/173] Compiling OrderedCollections OrderedSet+Insertions.swift
[99/173] Compiling OrderedCollections OrderedSet+Invariants.swift
[100/173] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[101/173] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[102/173] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[103/173] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[104/173] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[105/173] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[106/173] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[107/173] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[108/173] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[109/173] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[110/173] Compiling BigInt Codable.swift
[111/173] Compiling BigInt Comparable.swift
[112/173] Emitting module DequeModule
[113/173] Compiling BigInt GCD.swift
[117/173] Compiling BigInt Addition.swift
[118/173] Compiling BigInt BigInt.swift
[119/177] Compiling DequeModule _DequeSlot.swift
[120/177] Compiling DequeModule _UnsafeWrappedBuffer.swift
[121/177] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[122/177] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[123/177] Compiling OrderedCollections OrderedSet.swift
[124/177] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[125/177] Compiling OrderedCollections _UnsafeBitset.swift
[126/177] Compiling Instrumentation Instrument.swift
[127/177] Compiling Instrumentation InstrumentationSystem.swift
[128/177] Compiling Instrumentation NoOpInstrument.swift
[129/177] Compiling Instrumentation MultiplexInstrument.swift
[130/177] Emitting module Instrumentation
[131/177] Compiling Instrumentation Locks.swift
[132/177] Compiling Float16 Real.swift
[144/177] Emitting module OrderedCollections
[145/187] Emitting module Float16
[146/187] Compiling Float16 Concurrency.swift
[147/187] Compiling Float16 float16.swift
[148/187] Compiling Collections Collections.swift
[149/187] Emitting module Collections
[150/233] Emitting module Tracing
[151/233] Compiling Tracing InstrumentationSystem+Tracing.swift
[152/233] Compiling Tracing Tracer.swift
[153/233] Compiling Tracing NoOpTracer.swift
[154/233] Compiling Tracing TracerProtocol.swift
[155/233] Compiling Tracing SpanProtocol.swift
[156/233] Compiling Tracing TracingTime.swift
[157/233] Compiling Tracing TracerProtocol+Legacy.swift
[158/233] Emitting module AsyncAlgorithms
[159/237] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[160/237] Compiling AsyncAlgorithms ChannelStateMachine.swift
[161/237] Compiling AsyncAlgorithms ChannelStorage.swift
[162/237] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[163/237] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[164/237] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[165/237] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[166/237] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[167/237] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[168/237] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[169/237] Compiling AsyncAlgorithms MergeStateMachine.swift
[170/237] Compiling AsyncAlgorithms MergeStorage.swift
[171/237] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[172/237] Compiling AsyncAlgorithms Rethrow.swift
[173/237] Compiling AsyncAlgorithms SetAlgebra.swift
[174/237] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[175/237] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[176/237] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[177/237] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[178/237] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[179/237] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[180/237] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[181/237] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[182/237] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[183/237] Compiling AsyncAlgorithms AsyncChannel.swift
[184/237] Emitting module BigInt
[187/239] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[188/239] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[189/239] Compiling AsyncAlgorithms ZipStateMachine.swift
[190/239] Compiling AsyncAlgorithms ZipStorage.swift
[191/239] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[192/239] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[193/239] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[194/239] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[195/239] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[196/239] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[197/239] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[198/239] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[199/239] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[200/239] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[201/239] Compiling AsyncAlgorithms Dictionary.swift
[202/239] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[203/239] Compiling AsyncAlgorithms Locking.swift
[204/239] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[205/239] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[206/239] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[207/239] Compiling AsyncAlgorithms CombineLatestStorage.swift
[208/239] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[209/239] Compiling AsyncAlgorithms DebounceStateMachine.swift
[210/239] Compiling AsyncAlgorithms DebounceStorage.swift
[211/239] Compiling BigInt Subtraction.swift
[212/239] Compiling BigInt Words and Bits.swift
[213/239] Compiling Regex ThreadLocal.swift
[214/239] Compiling Regex String+ReplaceMatching.swift
[215/239] Compiling Regex Options.swift
[216/239] Compiling Regex Regex.swift
[217/239] Compiling Regex Foundation+Ranges.swift
[218/239] Emitting module Regex
[219/239] Compiling Regex MatchResult.swift
[238/263] Emitting module AutomergeUniffi
[239/263] Compiling AutomergeUniffi automerge.swift
[240/300] Emitting module Base58Swift
[241/300] Compiling Base58Swift Base58.swift
[242/300] Compiling Automerge PathElement.swift
[243/300] Compiling Automerge ScalarValue.swift
[244/300] Compiling Automerge ScalarValueRepresentable.swift
[245/302] Compiling Automerge Patch.swift
[246/302] Compiling Automerge Document+Transferable.swift
[247/302] Compiling Automerge LogVerbosity.swift
[248/302] Compiling Automerge ChangeHash.swift
[249/302] Emitting module PotentCodables
[250/302] Compiling PotentCodables ZonedDate.swift
[251/302] Compiling PotentCodables resource_bundle_accessor.swift
[252/302] Compiling Automerge Marks.swift
[253/302] Compiling Automerge ObjId.swift
[254/302] Compiling Automerge ObjType.swift
[256/305] Compiling Automerge AutomergeEncoderImpl.swift
[258/305] Compiling Automerge Document.swift
[259/305] Compiling Automerge Errors.swift
[260/305] Compiling Automerge AutomergeSingleValueDecodingContainer.swift
[261/305] Compiling Automerge AutomergeUnkeyedDecodingContainer.swift
[262/305] Compiling Automerge Document+lookupPath.swift
[263/305] Compiling Automerge Document+retrieveObjectId.swift
[264/305] Compiling Automerge AutomergeEncoder.swift
[265/305] Compiling Automerge SyncState.swift
[266/305] Compiling Automerge AutomergeDecoderImpl.swift
[267/305] Compiling Automerge AutomergeKeyedDecodingContainer.swift
[270/305] Emitting module Automerge
[271/348] Compiling Automerge EncodingContainerType.swift
[272/348] Compiling Automerge SchemaStrategy.swift
[273/348] Compiling Automerge TypeOfAutomergeValue.swift
[274/348] Compiling Automerge Cursor.swift
[275/348] Compiling Automerge TextEncoding.swift
[276/348] Compiling Automerge Value.swift
[277/348] Compiling Automerge _AutomergeLinux.swift
[278/348] Compiling PotentASN1 Tagged.swift
[279/349] Compiling PotentASN1 ASN1Encoder.swift
[280/349] Compiling PotentASN1 ASN1Serialization.swift
[281/349] Compiling PotentASN1 AnyString.swift
[282/349] Compiling PotentASN1 AnyTime.swift
[283/349] Compiling PotentJSON JSONWriter.swift
[284/349] Compiling PotentJSON JSONSerialization.swift
[285/349] Compiling PotentYAML YAMLSchemaCore.swift
[286/349] Compiling PotentYAML YAMLSerialization.swift
[287/349] Compiling PotentYAML YAMLSchema.swift
[288/350] Compiling PotentASN1 ASN1.swift
[289/350] Compiling PotentASN1 ASN1DERReader.swift
[290/350] Compiling PotentASN1 ASN1DERWriter.swift
[291/350] Compiling PotentASN1 ASN1Decoder.swift
[292/350] Compiling PotentASN1 SchemaState.swift
[293/350] Compiling PotentASN1 TaggedValue.swift
[294/350] Compiling PotentCBOR CBORStream.swift
[295/350] Compiling PotentYAML YAMLReader.swift
[296/350] Compiling PotentYAML YAMLEncoder.swift
[297/350] Compiling PotentASN1 Dates.swift
[298/350] Compiling PotentASN1 ObjectIdentifier.swift
[301/350] Compiling PotentASN1 Schema.swift
[302/350] Compiling PotentASN1 SchemaSpecified.swift
[303/350] Compiling PotentASN1 BigInts.swift
[304/350] Compiling PotentASN1 BitString.swift
[305/350] Compiling PotentJSON JSON.swift
[306/350] Compiling PotentJSON Errors.swift
[307/350] Emitting module PotentJSON
[308/350] Compiling PotentJSON JSONReader.swift
[309/350] Compiling PotentJSON JSONEncoder.swift
[310/350] Compiling PotentJSON JSONDecoder.swift
[311/350] Compiling PotentYAML Libfyaml.swift
[312/350] Compiling PotentYAML Errors.swift
[313/350] Compiling PotentYAML YAML.swift
[314/350] Compiling PotentYAML YAMLDecoder.swift
[315/350] Emitting module PotentYAML
[316/350] Compiling PotentYAML YAMLWriter.swift
[317/350] Compiling Automerge AutomergeKeyedEncodingContainer.swift
[318/350] Compiling Automerge AutomergeSingleValueEncodingContainer.swift
[319/350] Compiling Automerge AutomergeUnkeyedEncodingContainer.swift
[320/350] Compiling Automerge CodingKeyLookupError.swift
[327/350] Compiling PotentCBOR CBORReader.swift
[328/350] Compiling PotentCBOR CBORSerialization.swift
[329/350] Compiling PotentCBOR CBORWriter.swift
[330/350] Compiling PotentCBOR CBOREncoder.swift
[331/350] Compiling PotentCBOR CBOR.swift
[332/350] Emitting module PotentCBOR
[333/350] Compiling PotentCBOR CBORDecoder.swift
[338/350] Emitting module PotentASN1
[346/350] Compiling Automerge AutomergeDecoder.swift
[347/350] Compiling Automerge ActorId.swift
[348/350] Compiling Automerge AutomergeText.swift
[349/350] Compiling Automerge Counter.swift
[350/350] Compiling Automerge Change.swift
[351/355] Compiling AutomergeUtilities Document+schema.swift
[352/355] Compiling AutomergeUtilities Document+equivalentContents.swift
[353/355] Emitting module AutomergeUtilities
[354/355] Compiling AutomergeUtilities Document+walk.swift
[355/355] Compiling AutomergeUtilities Document+isEmpty.swift
[356/392] Emitting module AutomergeRepo
[357/396] Compiling AutomergeRepo AutomergeRepo.swift
[358/396] Compiling AutomergeRepo DocHandle.swift
[359/396] Compiling AutomergeRepo DocumentId.swift
[360/396] Compiling AutomergeRepo EphemeralMessageReceiver.swift
[361/396] Compiling AutomergeRepo WebSocketProviderConfiguration.swift
[362/396] Compiling AutomergeRepo WebSocketProviderState.swift
[363/396] Compiling AutomergeRepo PeerMetadata.swift
[364/396] Compiling AutomergeRepo Repo+LogComponent.swift
[365/396] Compiling AutomergeRepo OSLog+extensions.swift
[366/396] Compiling AutomergeRepo String+hexEncoding.swift
[367/396] Compiling AutomergeRepo TimeInterval+milliseconds.swift
[368/396] Compiling AutomergeRepo UUID+bs58String.swift
[369/396] Compiling AutomergeRepo NetworkEventReceiver.swift
[370/396] Compiling AutomergeRepo NetworkProvider.swift
[371/396] Compiling AutomergeRepo NetworkSubsystem.swift
[372/396] Compiling AutomergeRepo AvailablePeer.swift
[373/396] Compiling AutomergeRepo SyncV1Msg+messages.swift
[374/396] Compiling AutomergeRepo SyncV1Msg.swift
[375/396] Compiling AutomergeRepo Data+hexEncodedString.swift
[376/396] Compiling AutomergeRepo NWPathMonitor+paths.swift
[377/396] Compiling AutomergeRepo StorageProvider.swift
[378/396] Compiling AutomergeRepo CBORCoder.swift
[379/396] Compiling AutomergeRepo ProtocolState.swift
[380/396] Compiling AutomergeRepo SyncV1Msg+encode+decode.swift
[381/396] Compiling AutomergeRepo Errors.swift
[382/396] Compiling AutomergeRepo InternalDocHandle.swift
[383/396] Compiling AutomergeRepo Backoff.swift
[384/396] Compiling AutomergeRepo NetworkAdapterEvents.swift
[385/396] Compiling AutomergeRepo NWParameters+peerSyncParameters.swift
[386/396] Compiling AutomergeRepo P2PAutomergeSyncProtocol.swift
[387/396] Compiling AutomergeRepo PeerConnectionInfo.swift
[388/396] Compiling AutomergeRepo PeerToPeerConnection.swift
[389/396] Compiling AutomergeRepo Repo.swift
[390/396] Compiling AutomergeRepo RepoTypes.swift
[391/396] Compiling AutomergeRepo ShareAuthorizing.swift
[392/396] Compiling AutomergeRepo DocumentStorage.swift
[393/396] Compiling AutomergeRepo PeerToPeerProvider.swift
[394/396] Compiling AutomergeRepo PeerToPeerProviderConfiguration.swift
[395/396] Compiling AutomergeRepo TXTRecordKeys.swift
[396/396] Compiling AutomergeRepo WebSocketProvider.swift
Build complete! (59.35s)
Fetching https://github.com/apple/swift-async-algorithms
Fetching https://github.com/outfoxx/PotentCodables
Fetching https://github.com/automerge/automerge-swift
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-distributed-tracing
Fetching https://github.com/heckj/Base58Swift
[1/485] Fetching base58swift
[45/5459] Fetching base58swift, swift-distributed-tracing
[203/7508] Fetching base58swift, swift-distributed-tracing, swift-docc-plugin
[285/13447] Fetching base58swift, swift-distributed-tracing, swift-docc-plugin, automerge-swift
[828/84496] Fetching base58swift, swift-distributed-tracing, swift-docc-plugin, automerge-swift, potentcodables
[997/89461] Fetching base58swift, swift-distributed-tracing, swift-docc-plugin, automerge-swift, potentcodables, swift-async-algorithms
Fetched https://github.com/automerge/automerge-swift from cache (2.79s)
Fetched https://github.com/heckj/Base58Swift from cache (2.79s)
Fetched https://github.com/apple/swift-docc-plugin from cache (2.79s)
Fetched https://github.com/apple/swift-distributed-tracing from cache (2.79s)
Fetched https://github.com/outfoxx/PotentCodables from cache (2.79s)
Fetched https://github.com/apple/swift-async-algorithms from cache (2.79s)
Computing version for https://github.com/heckj/Base58Swift
Computed https://github.com/heckj/Base58Swift at 2.1.15 (3.46s)
Fetching https://github.com/attaswift/BigInt.git
[1/4771] Fetching bigint
Fetched https://github.com/attaswift/BigInt.git from cache (1.15s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.0.4 (1.72s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (0.77s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.47s)
Computing version for https://github.com/outfoxx/PotentCodables
Computed https://github.com/heckj/Base58Swift at 2.1.15 (0.00s)
Computed https://github.com/apple/swift-collections.git at 1.0.6 (0.58s)
Computed https://github.com/apple/swift-async-algorithms at 1.0.0 (0.48s)
Computed https://github.com/outfoxx/PotentCodables at 3.5.0 (0.00s)
Fetching https://github.com/sharplet/Regex.git
Fetching https://github.com/SusanDoggie/Float16.git
[1/1254] Fetching regex
[14/1564] Fetching regex, float16
Fetched https://github.com/sharplet/Regex.git from cache (1.22s)
Fetched https://github.com/SusanDoggie/Float16.git from cache (1.22s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.3.0 (1.82s)
Computing version for https://github.com/sharplet/Regex.git
Computed https://github.com/sharplet/Regex.git at 2.1.1 (2.81s)
Computing version for https://github.com/SusanDoggie/Float16.git
Computed https://github.com/SusanDoggie/Float16.git at 1.1.1 (0.58s)
Fetching https://github.com/apple/swift-numerics from cache
Fetched https://github.com/apple/swift-numerics from cache (0.45s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (1.08s)
Computing version for https://github.com/apple/swift-distributed-tracing
Computed https://github.com/apple/swift-distributed-tracing at 1.2.0 (0.48s)
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.86s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (1.35s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.58s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.70s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.32s)
Computing version for https://github.com/automerge/automerge-swift
Computed https://github.com/automerge/automerge-swift at 0.6.1 (0.59s)
Creating working copy for https://github.com/sharplet/Regex.git
Working copy of https://github.com/sharplet/Regex.git resolved at 2.1.1
Creating working copy for https://github.com/apple/swift-distributed-tracing
Working copy of https://github.com/apple/swift-distributed-tracing resolved at 1.2.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/heckj/Base58Swift
Working copy of https://github.com/heckj/Base58Swift resolved at 2.1.15
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.3.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.0.6
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-async-algorithms
Working copy of https://github.com/apple/swift-async-algorithms resolved at 1.0.0
Creating working copy for https://github.com/SusanDoggie/Float16.git
Working copy of https://github.com/SusanDoggie/Float16.git resolved at 1.1.1
Creating working copy for https://github.com/automerge/automerge-swift
Working copy of https://github.com/automerge/automerge-swift resolved at 0.6.1
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/outfoxx/PotentCodables
Working copy of https://github.com/outfoxx/PotentCodables resolved at 3.5.0
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.3
Downloading binary artifact https://github.com/automerge/automerge-swift/releases/download/0.6.1/automergeFFI.xcframework.zip
[32750/46544488] Downloading https://github.com/automerge/automerge-swift/releases/download/0.6.1/automergeFFI.xcframework.zip
Downloaded https://github.com/automerge/automerge-swift/releases/download/0.6.1/automergeFFI.xcframework.zip (2.94s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "automerge-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.7",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/automerge/automerge-swift"
    },
    {
      "identity" : "potentcodables",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.1.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/outfoxx/PotentCodables"
    },
    {
      "identity" : "base58swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.14",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/heckj/Base58Swift"
    },
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms"
    },
    {
      "identity" : "swift-distributed-tracing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-distributed-tracing"
    },
    {
      "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" : "automerge-repo",
  "name" : "automerge-repo",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "AutomergeRepo",
      "targets" : [
        "AutomergeRepo"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AutomergeRepoTests",
      "module_type" : "SwiftTarget",
      "name" : "AutomergeRepoTests",
      "path" : "Tests/AutomergeRepoTests",
      "sources" : [
        "BS58IdTests.swift",
        "BackoffTests.swift",
        "BaseRepoTests.swift",
        "CBORExperiments.swift",
        "DocHandleTests.swift",
        "DocumentIdTests.swift",
        "ObservingChangesTest.swift",
        "RepoFindTest.swift",
        "RepoHelpers.swift",
        "SharePolicyTests.swift",
        "StorageSubsystemTests.swift",
        "TestNetworkProviders/InMemoryNetwork.swift",
        "TestNetworkProviders/TestOutgoingNetworkProvider.swift",
        "TestNetworkProviders/UnconfiguredTestNetwork.swift",
        "TestStorageProviders/InMemoryStorage.swift",
        "TwoReposWithInMemoryNetworkTests.swift"
      ],
      "target_dependencies" : [
        "AutomergeRepo"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AutomergeRepo",
      "module_type" : "SwiftTarget",
      "name" : "AutomergeRepo",
      "path" : "Sources/AutomergeRepo",
      "product_dependencies" : [
        "Automerge",
        "PotentCodables",
        "Base58Swift",
        "AsyncAlgorithms",
        "Tracing"
      ],
      "product_memberships" : [
        "AutomergeRepo"
      ],
      "sources" : [
        "AutomergeRepo.swift",
        "DocHandle.swift",
        "DocumentId.swift",
        "EphemeralMessageReceiver.swift",
        "Errors.swift",
        "InternalDocHandle.swift",
        "Networking/Backoff.swift",
        "Networking/NetworkAdapterEvents.swift",
        "Networking/NetworkEventReceiver.swift",
        "Networking/NetworkProvider.swift",
        "Networking/NetworkSubsystem.swift",
        "Networking/Providers/AvailablePeer.swift",
        "Networking/Providers/NWParameters+peerSyncParameters.swift",
        "Networking/Providers/P2PAutomergeSyncProtocol.swift",
        "Networking/Providers/PeerConnectionInfo.swift",
        "Networking/Providers/PeerToPeerConnection.swift",
        "Networking/Providers/PeerToPeerProvider.swift",
        "Networking/Providers/PeerToPeerProviderConfiguration.swift",
        "Networking/Providers/TXTRecordKeys.swift",
        "Networking/Providers/WebSocketProvider.swift",
        "Networking/Providers/WebSocketProviderConfiguration.swift",
        "Networking/Providers/WebSocketProviderState.swift",
        "PeerMetadata.swift",
        "Repo+LogComponent.swift",
        "Repo.swift",
        "RepoTypes.swift",
        "ShareAuthorizing.swift",
        "Storage/DocumentStorage.swift",
        "Storage/StorageProvider.swift",
        "Sync/CBORCoder.swift",
        "Sync/ProtocolState.swift",
        "Sync/SyncV1Msg+encode+decode.swift",
        "Sync/SyncV1Msg+messages.swift",
        "Sync/SyncV1Msg.swift",
        "extensions/Data+hexEncodedString.swift",
        "extensions/NWPathMonitor+paths.swift",
        "extensions/OSLog+extensions.swift",
        "extensions/String+hexEncoding.swift",
        "extensions/TimeInterval+milliseconds.swift",
        "extensions/UUID+bs58String.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.