Build Information
Successful build of CRDT, reference v0.3.0 (b69d19
), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 09:57:16 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.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bluk/CRDT.git
Reference: v0.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bluk/CRDT
* tag v0.3.0 -> FETCH_HEAD
HEAD is now at b69d192 Remove merged method requirement on CvRDT
Cloned https://github.com/bluk/CRDT.git
Revision (git rev-parse @):
b69d192cafcc179faa4ad2771087f05bee7a465b
SUCCESS checkout https://github.com/bluk/CRDT.git at v0.3.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "crdt",
"name": "CRDT",
"url": "https://github.com/bluk/CRDT.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CRDT",
"dependencies": [
]
}
]
}
Fetching https://github.com/bluk/CRDT.git
[1/167] Fetching crdt
Fetched https://github.com/bluk/CRDT.git from cache (0.68s)
Creating working copy for https://github.com/bluk/CRDT.git
Working copy of https://github.com/bluk/CRDT.git resolved at v0.3.0 (b69d192)
warning: '.resolve-product-dependencies': dependency 'crdt' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/bluk/CRDT.git
https://github.com/bluk/CRDT.git
{
"dependencies" : [
],
"manifest_display_name" : "CRDT",
"name" : "CRDT",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CRDT",
"targets" : [
"CRDT"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LSEQTests",
"module_type" : "SwiftTarget",
"name" : "LSEQTests",
"path" : "Tests/LSEQTests",
"sources" : [
"LSEQTests.swift",
"PositionAllocatorTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"LSEQ"
],
"type" : "test"
},
{
"c99name" : "LSEQ",
"module_type" : "SwiftTarget",
"name" : "LSEQ",
"path" : "Sources/LSEQ",
"sources" : [
"LSEQ.swift",
"LSEQGenericPosition.swift",
"LSEQIdentifier16Source16Clock64.swift",
"LSEQIdentifier32Source16Clock64.swift",
"LSEQIdentifier64Source64Clock64.swift",
"Position.swift",
"PositionIdentifier16Source16Clock64.swift",
"PositionIdentifier32Source16Clock64.swift",
"PositionIdentifier64Source64Clock64.swift"
],
"type" : "library"
},
{
"c99name" : "CRDTTests",
"module_type" : "SwiftTarget",
"name" : "CRDTTests",
"path" : "Tests/CRDTTests",
"sources" : [
"PartialOrderableTests.swift",
"VClockTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"CRDT"
],
"type" : "test"
},
{
"c99name" : "CRDTSetsTests",
"module_type" : "SwiftTarget",
"name" : "CRDTSetsTests",
"path" : "Tests/CRDTSetsTests",
"sources" : [
"GSetTests.swift",
"TwoPhaseSetTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"CRDTSets"
],
"type" : "test"
},
{
"c99name" : "CRDTSets",
"module_type" : "SwiftTarget",
"name" : "CRDTSets",
"path" : "Sources/CRDTSets",
"sources" : [
"GSet.swift",
"TwoPhaseSet.swift"
],
"target_dependencies" : [
"CRDT"
],
"type" : "library"
},
{
"c99name" : "CRDTRegistersTests",
"module_type" : "SwiftTarget",
"name" : "CRDTRegistersTests",
"path" : "Tests/CRDTRegistersTests",
"sources" : [
"ActorDateTimestampTests.swift",
"ActorLogicalClockTimestampTests.swift",
"LWWRegisterTests.swift",
"MVRegisterTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"CRDTRegisters"
],
"type" : "test"
},
{
"c99name" : "CRDTRegisters",
"module_type" : "SwiftTarget",
"name" : "CRDTRegisters",
"path" : "Sources/CRDTRegisters",
"sources" : [
"ActorDateTimestamp.swift",
"ActorLogicalClockTimestamp.swift",
"LWWRegister.swift",
"MVRegister.swift"
],
"target_dependencies" : [
"CRDT"
],
"type" : "library"
},
{
"c99name" : "CRDTCountersTests",
"module_type" : "SwiftTarget",
"name" : "CRDTCountersTests",
"path" : "Tests/CRDTCountersTests",
"sources" : [
"GCounterTests.swift",
"PNCounterTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"CRDTCounters"
],
"type" : "test"
},
{
"c99name" : "CRDTCounters",
"module_type" : "SwiftTarget",
"name" : "CRDTCounters",
"path" : "Sources/CRDTCounters",
"sources" : [
"GCounter.swift",
"PNCounter.swift"
],
"target_dependencies" : [
"CRDT"
],
"type" : "library"
},
{
"c99name" : "CRDT",
"module_type" : "SwiftTarget",
"name" : "CRDT",
"path" : "Sources/CRDT",
"product_memberships" : [
"CRDT"
],
"sources" : [
"ActorClock.swift",
"CmRDT.swift",
"CvRDT.swift",
"PartialOrderable.swift",
"VClock.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
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
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-2F0A5646E1D333AE.txt
[7/22] Compiling LSEQ PositionIdentifier64Source64Clock64.swift
[8/22] Compiling LSEQ PositionIdentifier32Source16Clock64.swift
[9/22] Compiling LSEQ PositionIdentifier16Source16Clock64.swift
[10/22] Compiling CRDT PartialOrderable.swift
[11/22] Compiling CRDT CmRDT.swift
[12/22] Compiling CRDT CvRDT.swift
[13/22] Compiling CRDT ActorClock.swift
[14/22] Emitting module CRDT
[15/22] Compiling CRDT VClock.swift
[16/22] Compiling LSEQ LSEQIdentifier32Source16Clock64.swift
/Users/admin/builder/spi-builder-workspace/Sources/LSEQ/LSEQIdentifier32Source16Clock64.swift:61:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
59 | }
60 |
61 | public let boundary: PositionType.Segment.Identifier = 10
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'boundary' case to silence this warning
| `- note: make the property mutable instead
62 | public let source: PositionType.Segment.Source
63 | public let startPosition: PositionType
[17/22] Compiling LSEQ LSEQIdentifier64Source64Clock64.swift
/Users/admin/builder/spi-builder-workspace/Sources/LSEQ/LSEQIdentifier64Source64Clock64.swift:61:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
59 | }
60 |
61 | public let boundary: PositionType.Segment.Identifier = 10
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'boundary' case to silence this warning
| `- note: make the property mutable instead
62 | public let source: PositionType.Segment.Source
63 | public let startPosition: PositionType
[18/22] Compiling LSEQ Position.swift
[19/22] Compiling LSEQ LSEQ.swift
[20/22] Compiling LSEQ LSEQIdentifier16Source16Clock64.swift
/Users/admin/builder/spi-builder-workspace/Sources/LSEQ/LSEQIdentifier16Source16Clock64.swift:61:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
59 | }
60 |
61 | public let boundary: PositionType.Segment.Identifier = 10
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'boundary' case to silence this warning
| `- note: make the property mutable instead
62 | public let source: PositionType.Segment.Source
63 | public let startPosition: PositionType
[21/22] Emitting module LSEQ
[22/22] Compiling LSEQ LSEQGenericPosition.swift
/Users/admin/builder/spi-builder-workspace/Sources/LSEQ/LSEQGenericPosition.swift:60:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
58 | }
59 |
60 | public let boundary: PositionType.Segment.Identifier = 10
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'boundary' case to silence this warning
| `- note: make the property mutable instead
61 | public let source: PositionType.Segment.Source
62 | public let startPosition: PositionType
[23/33] Emitting module CRDTSets
[24/33] Compiling CRDTSets GSet.swift
[25/33] Compiling CRDTSets TwoPhaseSet.swift
[26/33] Emitting module CRDTCounters
[27/33] Compiling CRDTCounters PNCounter.swift
[28/33] Compiling CRDTCounters GCounter.swift
[29/33] Compiling CRDTRegisters MVRegister.swift
[30/33] Emitting module CRDTRegisters
[31/33] Compiling CRDTRegisters ActorLogicalClockTimestamp.swift
[32/33] Compiling CRDTRegisters LWWRegister.swift
[33/33] Compiling CRDTRegisters ActorDateTimestamp.swift
Build complete! (4.89s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CRDT",
"name" : "CRDT",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CRDT",
"targets" : [
"CRDT"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LSEQTests",
"module_type" : "SwiftTarget",
"name" : "LSEQTests",
"path" : "Tests/LSEQTests",
"sources" : [
"LSEQTests.swift",
"PositionAllocatorTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"LSEQ"
],
"type" : "test"
},
{
"c99name" : "LSEQ",
"module_type" : "SwiftTarget",
"name" : "LSEQ",
"path" : "Sources/LSEQ",
"sources" : [
"LSEQ.swift",
"LSEQGenericPosition.swift",
"LSEQIdentifier16Source16Clock64.swift",
"LSEQIdentifier32Source16Clock64.swift",
"LSEQIdentifier64Source64Clock64.swift",
"Position.swift",
"PositionIdentifier16Source16Clock64.swift",
"PositionIdentifier32Source16Clock64.swift",
"PositionIdentifier64Source64Clock64.swift"
],
"type" : "library"
},
{
"c99name" : "CRDTTests",
"module_type" : "SwiftTarget",
"name" : "CRDTTests",
"path" : "Tests/CRDTTests",
"sources" : [
"PartialOrderableTests.swift",
"VClockTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"CRDT"
],
"type" : "test"
},
{
"c99name" : "CRDTSetsTests",
"module_type" : "SwiftTarget",
"name" : "CRDTSetsTests",
"path" : "Tests/CRDTSetsTests",
"sources" : [
"GSetTests.swift",
"TwoPhaseSetTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"CRDTSets"
],
"type" : "test"
},
{
"c99name" : "CRDTSets",
"module_type" : "SwiftTarget",
"name" : "CRDTSets",
"path" : "Sources/CRDTSets",
"sources" : [
"GSet.swift",
"TwoPhaseSet.swift"
],
"target_dependencies" : [
"CRDT"
],
"type" : "library"
},
{
"c99name" : "CRDTRegistersTests",
"module_type" : "SwiftTarget",
"name" : "CRDTRegistersTests",
"path" : "Tests/CRDTRegistersTests",
"sources" : [
"ActorDateTimestampTests.swift",
"ActorLogicalClockTimestampTests.swift",
"LWWRegisterTests.swift",
"MVRegisterTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"CRDTRegisters"
],
"type" : "test"
},
{
"c99name" : "CRDTRegisters",
"module_type" : "SwiftTarget",
"name" : "CRDTRegisters",
"path" : "Sources/CRDTRegisters",
"sources" : [
"ActorDateTimestamp.swift",
"ActorLogicalClockTimestamp.swift",
"LWWRegister.swift",
"MVRegister.swift"
],
"target_dependencies" : [
"CRDT"
],
"type" : "library"
},
{
"c99name" : "CRDTCountersTests",
"module_type" : "SwiftTarget",
"name" : "CRDTCountersTests",
"path" : "Tests/CRDTCountersTests",
"sources" : [
"GCounterTests.swift",
"PNCounterTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"CRDTCounters"
],
"type" : "test"
},
{
"c99name" : "CRDTCounters",
"module_type" : "SwiftTarget",
"name" : "CRDTCounters",
"path" : "Sources/CRDTCounters",
"sources" : [
"GCounter.swift",
"PNCounter.swift"
],
"target_dependencies" : [
"CRDT"
],
"type" : "library"
},
{
"c99name" : "CRDT",
"module_type" : "SwiftTarget",
"name" : "CRDT",
"path" : "Sources/CRDT",
"product_memberships" : [
"CRDT"
],
"sources" : [
"ActorClock.swift",
"CmRDT.swift",
"CvRDT.swift",
"PartialOrderable.swift",
"VClock.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.