Build Information
Successful build of automerge-repo, reference main (cdeb80
), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 19:47:49 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/automerge/automerge-repo-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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
[4/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-types.c
[22/52] Compiling fy-path.c
[23/52] Compiling fy-event.c
[24/52] Compiling fy-utils.c
[25/52] Compiling fy-input.c
[26/52] Compiling fy-token.c
[27/52] Compiling fy-blob.c
[28/52] Compiling fy-ctype.c
[29/59] Compiling fy-utf8.c
[30/136] Compiling fy-docstate.c
[31/136] Compiling fy-dump.c
[33/136] Compiling RealModule Float80+Real.swift
[34/136] Compiling RealModule Real.swift
[34/137] Compiling fy-walk.c
[36/137] Compiling RealModule RealFunctions.swift
[36/137] Compiling fy-emit.c
[38/137] Compiling ServiceContextModule ServiceContextKey.swift
[39/137] Compiling ServiceContextModule ServiceContext.swift
[40/137] Emitting module ServiceContextModule
[40/137] Compiling fy-docbuilder.c
[42/137] Compiling RealModule Float16+Real.swift
[43/137] Compiling RealModule ElementaryFunctions.swift
[44/137] Compiling RealModule Float+Real.swift
[45/137] Compiling DequeModule Deque.swift
[46/137] Compiling DequeModule UnsafeMutableBufferPointer+Utilities.swift
[47/139] Compiling RealModule AugmentedArithmetic.swift
[48/139] Compiling RealModule AlgebraicField.swift
[49/139] Compiling RealModule ApproximateEquality.swift
[50/139] Compiling RealModule Double+Real.swift
[51/139] Compiling DequeModule Deque+Sendable.swift
[52/139] Compiling DequeModule Deque+Testing.swift
[53/139] Compiling DequeModule _DequeBuffer.swift
[54/139] Compiling DequeModule _DequeBufferHeader.swift
[54/139] Compiling fy-composer.c
[56/139] Compiling OrderedCollections OrderedSet+CustomDebugStringConvertible.swift
[57/139] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[58/139] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[59/139] Compiling OrderedCollections OrderedSet+Diffing.swift
[60/139] Compiling OrderedCollections OrderedSet+Equatable.swift
[60/144] Compiling fy-accel.c
[62/144] Emitting module RealModule
[62/144] Write sources
[64/144] Compiling fy-parse.c
[65/144] Write sources
[68/144] Compiling fy-atom.c
[69/144] Write sources
[71/144] Compiling fy-diag.c
[72/144] Compiling CFloat16 float16.c
[73/177] Compiling fy-doc.c
[75/177] Compiling BigInt GCD.swift
[76/177] Compiling BigInt Hashable.swift
[77/177] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[78/177] Compiling OrderedCollections OrderedSet+Hashable.swift
[79/177] Compiling OrderedCollections OrderedSet+Initializers.swift
[80/177] Compiling OrderedCollections OrderedSet+Insertions.swift
[81/177] Compiling OrderedCollections OrderedSet+Invariants.swift
[82/177] Compiling BigInt Shifts.swift
[83/177] Compiling BigInt Square Root.swift
[86/177] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[87/177] Compiling OrderedCollections _HashTable.swift
[88/177] Compiling OrderedCollections _Hashtable+Header.swift
[89/177] Compiling OrderedCollections OrderedDictionary+Codable.swift
[90/177] Compiling OrderedCollections OrderedDictionary+CustomDebugStringConvertible.swift
[91/177] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[92/177] Compiling OrderedCollections OrderedDictionary+CustomStringConvertible.swift
[93/177] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[94/177] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[95/177] Compiling OrderedCollections OrderedDictionary+Values.swift
[96/177] Compiling OrderedCollections OrderedDictionary.swift
[97/177] Compiling OrderedCollections OrderedSet+Codable.swift
[98/177] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[99/177] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[100/177] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[101/177] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[102/177] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[103/177] Compiling BigInt Integer Conversion.swift
[104/177] Compiling BigInt Multiplication.swift
[105/177] Compiling BigInt Data Conversion.swift
[106/177] Compiling BigInt Division.swift
[107/177] Compiling BigInt Prime Test.swift
[108/177] Compiling BigInt Random.swift
[109/177] Compiling BigInt BigUInt.swift
[110/177] Compiling BigInt Bitwise Ops.swift
[111/177] Compiling BigInt Addition.swift
[112/177] Compiling BigInt BigInt.swift
[113/177] Compiling BigInt Codable.swift
[114/177] Compiling BigInt Comparable.swift
[115/177] Emitting module DequeModule
[116/177] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[117/177] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[118/177] Compiling OrderedCollections OrderedSet.swift
[119/177] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[120/177] Compiling OrderedCollections _UnsafeBitset.swift
[121/177] Compiling Float16 Concurrency.swift
[122/177] Emitting module Float16
[123/177] Compiling Float16 float16.swift
[124/177] Compiling Float16 Real.swift
[130/177] Compiling BigInt Exponentiation.swift
[131/177] Compiling BigInt Floating Point Conversion.swift
[134/177] Compiling BigInt Strideable.swift
[135/177] Compiling BigInt String Conversion.swift
[141/177] Emitting module OrderedCollections
[142/177] Compiling Instrumentation Locks.swift
[143/177] Compiling Instrumentation NoOpInstrument.swift
[144/177] Compiling Instrumentation MultiplexInstrument.swift
[145/179] Emitting module Collections
[146/179] Compiling Collections Collections.swift
[147/179] Compiling Instrumentation Instrument.swift
[148/179] Emitting module Instrumentation
[149/179] Compiling Instrumentation InstrumentationSystem.swift
[150/233] Compiling Tracing TracingTime.swift
[151/233] Emitting module Tracing
[152/233] Compiling Tracing TracerProtocol.swift
[153/233] Emitting module AsyncAlgorithms
[154/237] Compiling Tracing SpanProtocol.swift
[155/237] Compiling Tracing NoOpTracer.swift
[156/237] Compiling Tracing InstrumentationSystem+Tracing.swift
[157/237] Compiling Tracing Tracer.swift
[158/237] Compiling Tracing TracerProtocol+Legacy.swift
[159/237] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[160/237] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[161/237] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[162/237] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[163/237] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[164/237] Compiling AsyncAlgorithms Dictionary.swift
[165/237] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[166/237] Compiling AsyncAlgorithms Locking.swift
[167/237] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[168/237] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[169/237] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[170/237] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[171/237] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[172/237] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[173/237] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[174/237] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[175/237] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[176/237] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[177/237] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[178/237] Compiling AsyncAlgorithms AsyncSyncSequence.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] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[185/237] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[186/237] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[187/237] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[188/237] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[189/237] Emitting module BigInt
[190/239] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[191/239] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[192/239] Compiling AsyncAlgorithms ZipStateMachine.swift
[193/239] Compiling AsyncAlgorithms ZipStorage.swift
[194/239] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[195/239] Compiling AsyncAlgorithms CombineLatestStorage.swift
[196/239] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[197/239] Compiling AsyncAlgorithms DebounceStateMachine.swift
[198/239] Compiling AsyncAlgorithms DebounceStorage.swift
[199/239] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[200/239] Compiling AsyncAlgorithms ChannelStateMachine.swift
[201/239] Compiling AsyncAlgorithms ChannelStorage.swift
[202/239] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[203/239] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[204/239] Compiling AsyncAlgorithms MergeStateMachine.swift
[205/239] Compiling AsyncAlgorithms MergeStorage.swift
[206/239] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[207/239] Compiling AsyncAlgorithms Rethrow.swift
[208/239] Compiling AsyncAlgorithms SetAlgebra.swift
[209/239] Compiling BigInt Subtraction.swift
[210/239] Compiling BigInt Words and Bits.swift
[211/239] Compiling Regex ThreadLocal.swift
[212/239] Compiling Regex Regex.swift
[213/239] Compiling Regex Options.swift
[214/239] Compiling Regex MatchResult.swift
[215/239] Compiling Regex Foundation+Ranges.swift
[216/239] Emitting module Regex
[217/239] Compiling Regex String+ReplaceMatching.swift
[238/263] Emitting module Base58Swift
[239/263] Compiling Base58Swift Base58.swift
[240/263] Compiling AutomergeUniffi automerge.swift
[241/263] Emitting module AutomergeUniffi
[242/300] Emitting module PotentCodables
[243/302] Compiling Automerge LogVerbosity.swift
[244/302] Compiling Automerge EncodingContainerType.swift
[245/302] Compiling Automerge SchemaStrategy.swift
[246/302] Compiling PotentCodables ZonedDate.swift
[247/302] Compiling PotentCodables resource_bundle_accessor.swift
[248/302] Compiling Automerge ActorId.swift
[249/302] Compiling Automerge AutomergeText.swift
[250/302] Compiling Automerge Counter.swift
[251/302] Compiling Automerge AutomergeEncoderImpl.swift
[252/302] Compiling Automerge Document+Transferable.swift
[253/302] Compiling Automerge TypeOfAutomergeValue.swift
[254/302] Compiling Automerge Cursor.swift
[255/302] Compiling Automerge Document+retrieveObjectId.swift
[256/302] Compiling Automerge AutomergeEncoder.swift
[257/302] Compiling Automerge Change.swift
[258/302] Compiling Automerge Document+lookupPath.swift
[259/302] Compiling Automerge Document.swift
[260/302] Compiling Automerge Errors.swift
[261/302] Compiling Automerge PathElement.swift
[262/302] Compiling Automerge ScalarValue.swift
[263/302] Compiling Automerge ScalarValueRepresentable.swift
[264/302] Compiling Automerge SyncState.swift
[265/302] Compiling Automerge Marks.swift
[266/345] Compiling PotentJSON JSONWriter.swift
[267/345] Compiling PotentASN1 Tagged.swift
[268/346] Compiling PotentYAML YAMLSchema.swift
[269/347] Compiling PotentYAML YAMLSchemaCore.swift
[270/347] Compiling PotentYAML YAMLSerialization.swift
[271/347] Compiling PotentASN1 TaggedValue.swift
[272/347] Compiling PotentASN1 SchemaState.swift
[273/347] Compiling PotentCBOR CBORStream.swift
[274/347] Compiling PotentCBOR CBORReader.swift
[275/347] Compiling PotentCBOR CBORSerialization.swift
[276/347] Compiling PotentCBOR CBORWriter.swift
[277/347] Compiling PotentASN1 BigInts.swift
[278/347] Compiling PotentASN1 BitString.swift
[279/347] Compiling PotentASN1 AnyString.swift
[280/347] Compiling PotentASN1 AnyTime.swift
[281/347] Compiling PotentYAML YAMLReader.swift
[282/347] Compiling PotentJSON JSONReader.swift
[283/347] Compiling PotentJSON JSONSerialization.swift
[284/347] Compiling PotentJSON JSONEncoder.swift
[285/347] Compiling PotentYAML Errors.swift
[286/347] Emitting module PotentYAML
[287/347] Compiling PotentYAML YAMLWriter.swift
[288/347] Compiling PotentYAML YAMLEncoder.swift
[289/347] Compiling PotentJSON JSON.swift
[290/347] Emitting module PotentJSON
[291/347] Compiling PotentJSON JSONDecoder.swift
[292/347] Compiling PotentJSON Errors.swift
[293/347] Compiling PotentYAML YAML.swift
[294/347] Compiling PotentYAML Libfyaml.swift
[295/347] Compiling PotentYAML YAMLDecoder.swift
[296/347] Compiling PotentASN1 Dates.swift
[297/347] Compiling PotentASN1 ObjectIdentifier.swift
[298/347] Compiling PotentASN1 Schema.swift
[299/347] Compiling PotentASN1 SchemaSpecified.swift
[300/347] Emitting module Automerge
[301/350] Compiling PotentCBOR CBOREncoder.swift
[302/350] Compiling PotentCBOR CBOR.swift
[303/350] Emitting module PotentCBOR
[304/350] Compiling PotentCBOR CBORDecoder.swift
[305/350] Compiling PotentASN1 ASN1Encoder.swift
[306/350] Compiling PotentASN1 ASN1Serialization.swift
[314/350] Compiling Automerge Patch.swift
[315/350] Compiling PotentASN1 ASN1.swift
[316/350] Compiling PotentASN1 ASN1DERReader.swift
[317/350] Emitting module PotentASN1
[318/350] Compiling Automerge TextEncoding.swift
[319/350] Compiling Automerge Value.swift
[320/350] Compiling Automerge _AutomergeLinux.swift
[321/350] Compiling PotentASN1 ASN1DERWriter.swift
[322/350] Compiling PotentASN1 ASN1Decoder.swift
[327/350] Compiling Automerge AutomergeDecoderImpl.swift
[328/350] Compiling Automerge AutomergeKeyedDecodingContainer.swift
[329/350] Compiling Automerge AutomergeSingleValueDecodingContainer.swift
[330/350] Compiling Automerge AutomergeUnkeyedDecodingContainer.swift
[331/350] Compiling Automerge ChangeHash.swift
[332/350] Compiling Automerge AnyCodingKey.swift
[333/350] Compiling Automerge BindingError.swift
[334/350] Compiling Automerge AutomergeDecoder.swift
[335/350] Compiling Automerge AutomergeKeyedEncodingContainer.swift
[336/350] Compiling Automerge AutomergeSingleValueEncodingContainer.swift
[337/350] Compiling Automerge AutomergeUnkeyedEncodingContainer.swift
[338/350] Compiling Automerge CodingKeyLookupError.swift
[351/355] Compiling AutomergeUtilities Document+isEmpty.swift
[352/355] Compiling AutomergeUtilities Document+equivalentContents.swift
[353/355] Compiling AutomergeUtilities Document+schema.swift
[354/355] Compiling AutomergeUtilities Document+walk.swift
[355/355] Emitting module AutomergeUtilities
[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 OSLog+extensions.swift
[362/396] Compiling AutomergeRepo String+hexEncoding.swift
[363/396] Compiling AutomergeRepo TimeInterval+milliseconds.swift
[364/396] Compiling AutomergeRepo UUID+bs58String.swift
[365/396] Compiling AutomergeRepo StorageProvider.swift
[366/396] Compiling AutomergeRepo CBORCoder.swift
[367/396] Compiling AutomergeRepo ProtocolState.swift
[368/396] Compiling AutomergeRepo SyncV1Msg+encode+decode.swift
[369/396] Compiling AutomergeRepo SyncV1Msg+messages.swift
[370/396] Compiling AutomergeRepo SyncV1Msg.swift
[371/396] Compiling AutomergeRepo Data+hexEncodedString.swift
[372/396] Compiling AutomergeRepo NWPathMonitor+paths.swift
[373/396] Compiling AutomergeRepo Errors.swift
[374/396] Compiling AutomergeRepo InternalDocHandle.swift
[375/396] Compiling AutomergeRepo Backoff.swift
[376/396] Compiling AutomergeRepo NetworkAdapterEvents.swift
[377/396] Compiling AutomergeRepo NWParameters+peerSyncParameters.swift
[378/396] Compiling AutomergeRepo P2PAutomergeSyncProtocol.swift
[379/396] Compiling AutomergeRepo PeerConnectionInfo.swift
[380/396] Compiling AutomergeRepo PeerToPeerConnection.swift
[381/396] Compiling AutomergeRepo Repo.swift
[382/396] Compiling AutomergeRepo RepoTypes.swift
[383/396] Compiling AutomergeRepo ShareAuthorizing.swift
[384/396] Compiling AutomergeRepo DocumentStorage.swift
[385/396] Compiling AutomergeRepo NetworkEventReceiver.swift
[386/396] Compiling AutomergeRepo NetworkProvider.swift
[387/396] Compiling AutomergeRepo NetworkSubsystem.swift
[388/396] Compiling AutomergeRepo AvailablePeer.swift
[389/396] Compiling AutomergeRepo WebSocketProviderConfiguration.swift
[390/396] Compiling AutomergeRepo WebSocketProviderState.swift
[391/396] Compiling AutomergeRepo PeerMetadata.swift
[392/396] Compiling AutomergeRepo Repo+LogComponent.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.23s)
Fetching https://github.com/apple/swift-async-algorithms
Fetching https://github.com/outfoxx/PotentCodables
Fetching https://github.com/heckj/Base58Swift
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/automerge/automerge-swift
Fetching https://github.com/apple/swift-distributed-tracing
[1/485] Fetching base58swift
[103/6424] Fetching base58swift, automerge-swift
[104/8473] Fetching base58swift, automerge-swift, swift-docc-plugin
[166/13447] Fetching base58swift, automerge-swift, swift-docc-plugin, swift-distributed-tracing
[167/18412] Fetching base58swift, automerge-swift, swift-docc-plugin, swift-distributed-tracing, swift-async-algorithms
[1045/89461] Fetching base58swift, automerge-swift, swift-docc-plugin, swift-distributed-tracing, swift-async-algorithms, potentcodables
Fetched https://github.com/apple/swift-distributed-tracing from cache (1.13s)
[18350/84487] Fetching base58swift, automerge-swift, swift-docc-plugin, swift-async-algorithms, potentcodables
Fetched https://github.com/heckj/Base58Swift from cache (2.66s)
Fetched https://github.com/apple/swift-docc-plugin from cache (2.66s)
Fetched https://github.com/outfoxx/PotentCodables from cache (2.66s)
Fetched https://github.com/apple/swift-async-algorithms from cache (2.66s)
Fetched https://github.com/automerge/automerge-swift from cache (2.66s)
Computing version for https://github.com/heckj/Base58Swift
Computed https://github.com/heckj/Base58Swift at 2.1.15 (3.25s)
Fetching https://github.com/attaswift/BigInt.git
[1/4771] Fetching bigint
Fetched https://github.com/attaswift/BigInt.git from cache (1.16s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.0.4 (1.71s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (0.83s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.50s)
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.57s)
Computed https://github.com/apple/swift-async-algorithms at 1.0.0 (0.45s)
Computed https://github.com/outfoxx/PotentCodables at 3.5.0 (0.00s)
Fetching https://github.com/SusanDoggie/Float16.git
Fetching https://github.com/sharplet/Regex.git
[1/1254] Fetching regex
[64/1564] Fetching regex, float16
Fetched https://github.com/SusanDoggie/Float16.git from cache (1.31s)
Fetched https://github.com/sharplet/Regex.git from cache (1.31s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.3.0 (1.88s)
Computing version for https://github.com/sharplet/Regex.git
Computed https://github.com/sharplet/Regex.git at 2.1.1 (2.76s)
Computing version for https://github.com/SusanDoggie/Float16.git
Computed https://github.com/SusanDoggie/Float16.git at 1.1.1 (0.54s)
Fetching https://github.com/apple/swift-numerics from cache
Fetched https://github.com/apple/swift-numerics from cache (0.41s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (1.00s)
Computing version for https://github.com/apple/swift-distributed-tracing
Computed https://github.com/apple/swift-distributed-tracing at 1.2.0 (0.44s)
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.82s)
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.28s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.55s)
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.56s)
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/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/heckj/Base58Swift
Working copy of https://github.com/heckj/Base58Swift resolved at 2.1.15
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/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/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-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.3
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.0.6
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-async-algorithms
Working copy of https://github.com/apple/swift-async-algorithms resolved at 1.0.0
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-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Downloading binary artifact https://github.com/automerge/automerge-swift/releases/download/0.6.1/automergeFFI.xcframework.zip
[16375/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.97s)
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.