The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CRDT with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bluk/CRDT.git
Reference: v0.3.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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 into spi-builder-workspace
b69d192cafcc179faa4ad2771087f05bee7a465b
SUCCESS checkout https://github.com/bluk/CRDT.git at v0.3.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Building for debugging...
[1/15] Emitting module CRDT
[2/15] Compiling CRDT PartialOrderable.swift
[3/15] Compiling CRDT VClock.swift
[4/15] Compiling CRDT CvRDT.swift
[5/15] Compiling CRDT ActorClock.swift
[6/15] Compiling CRDT CmRDT.swift
[7/26] Emitting module CRDTSets
[8/26] Compiling CRDTSets TwoPhaseSet.swift
[9/26] Compiling CRDTSets GSet.swift
[10/26] Compiling LSEQ PositionIdentifier32Source16Clock64.swift
[11/27] Compiling LSEQ Position.swift
[12/27] Compiling LSEQ PositionIdentifier16Source16Clock64.swift
[13/27] Compiling LSEQ LSEQIdentifier32Source16Clock64.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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
    public let boundary: PositionType.Segment.Identifier = 10
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LSEQ/LSEQIdentifier32Source16Clock64.swift:61:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'boundary' case to silence this warning
    public let boundary: PositionType.Segment.Identifier = 10
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LSEQ/LSEQIdentifier32Source16Clock64.swift:61:16: note: make the property mutable instead
    public let boundary: PositionType.Segment.Identifier = 10
           ~~~ ^
           var
[14/27] Compiling LSEQ LSEQ.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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
    public let boundary: PositionType.Segment.Identifier = 10
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LSEQ/LSEQGenericPosition.swift:60:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'boundary' case to silence this warning
    public let boundary: PositionType.Segment.Identifier = 10
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LSEQ/LSEQGenericPosition.swift:60:16: note: make the property mutable instead
    public let boundary: PositionType.Segment.Identifier = 10
           ~~~ ^
           var
[15/27] Compiling LSEQ LSEQGenericPosition.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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
    public let boundary: PositionType.Segment.Identifier = 10
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LSEQ/LSEQGenericPosition.swift:60:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'boundary' case to silence this warning
    public let boundary: PositionType.Segment.Identifier = 10
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LSEQ/LSEQGenericPosition.swift:60:16: note: make the property mutable instead
    public let boundary: PositionType.Segment.Identifier = 10
           ~~~ ^
           var
[16/27] Compiling CRDTCounters PNCounter.swift
[17/27] Emitting module CRDTCounters
[18/27] Compiling CRDTCounters GCounter.swift
[19/27] Compiling LSEQ LSEQIdentifier64Source64Clock64.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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
    public let boundary: PositionType.Segment.Identifier = 10
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LSEQ/LSEQIdentifier64Source64Clock64.swift:61:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'boundary' case to silence this warning
    public let boundary: PositionType.Segment.Identifier = 10
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LSEQ/LSEQIdentifier64Source64Clock64.swift:61:16: note: make the property mutable instead
    public let boundary: PositionType.Segment.Identifier = 10
           ~~~ ^
           var
[20/27] Compiling LSEQ LSEQIdentifier16Source16Clock64.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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
    public let boundary: PositionType.Segment.Identifier = 10
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LSEQ/LSEQIdentifier16Source16Clock64.swift:61:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'boundary' case to silence this warning
    public let boundary: PositionType.Segment.Identifier = 10
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LSEQ/LSEQIdentifier16Source16Clock64.swift:61:16: note: make the property mutable instead
    public let boundary: PositionType.Segment.Identifier = 10
           ~~~ ^
           var
[21/27] Emitting module LSEQ
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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
    public let boundary: PositionType.Segment.Identifier = 10
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LSEQ/LSEQGenericPosition.swift:60:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'boundary' case to silence this warning
    public let boundary: PositionType.Segment.Identifier = 10
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LSEQ/LSEQGenericPosition.swift:60:16: note: make the property mutable instead
    public let boundary: PositionType.Segment.Identifier = 10
           ~~~ ^
           var
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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
    public let boundary: PositionType.Segment.Identifier = 10
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LSEQ/LSEQIdentifier16Source16Clock64.swift:61:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'boundary' case to silence this warning
    public let boundary: PositionType.Segment.Identifier = 10
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LSEQ/LSEQIdentifier16Source16Clock64.swift:61:16: note: make the property mutable instead
    public let boundary: PositionType.Segment.Identifier = 10
           ~~~ ^
           var
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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
    public let boundary: PositionType.Segment.Identifier = 10
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LSEQ/LSEQIdentifier32Source16Clock64.swift:61:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'boundary' case to silence this warning
    public let boundary: PositionType.Segment.Identifier = 10
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LSEQ/LSEQIdentifier32Source16Clock64.swift:61:16: note: make the property mutable instead
    public let boundary: PositionType.Segment.Identifier = 10
           ~~~ ^
           var
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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
    public let boundary: PositionType.Segment.Identifier = 10
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LSEQ/LSEQIdentifier64Source64Clock64.swift:61:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'boundary' case to silence this warning
    public let boundary: PositionType.Segment.Identifier = 10
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LSEQ/LSEQIdentifier64Source64Clock64.swift:61:16: note: make the property mutable instead
    public let boundary: PositionType.Segment.Identifier = 10
           ~~~ ^
           var
[22/27] Compiling LSEQ PositionIdentifier64Source64Clock64.swift
[23/27] Emitting module CRDTRegisters
[24/27] Compiling CRDTRegisters LWWRegister.swift
[25/27] Compiling CRDTRegisters MVRegister.swift
[26/27] Compiling CRDTRegisters ActorDateTimestamp.swift
[27/27] Compiling CRDTRegisters ActorLogicalClockTimestamp.swift
Build complete! (4.87s)
Build complete.
Done.