The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.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/UKfvDsi8u/0/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
Revision (git rev-parse @):
b69d192cafcc179faa4ad2771087f05bee7a465b
SUCCESS checkout https://github.com/bluk/CRDT.git at v0.3.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/bluk/CRDT.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version--423B1241ED78D482.txt
[7/21] Compiling LSEQ PositionIdentifier32Source16Clock64.swift
[8/22] Compiling CRDT CvRDT.swift
[9/22] Emitting module CRDT
[10/22] Compiling CRDT PartialOrderable.swift
[11/22] Compiling CRDT CmRDT.swift
[12/22] Compiling CRDT ActorClock.swift
[13/22] Compiling CRDT VClock.swift
[14/22] Compiling LSEQ PositionIdentifier64Source64Clock64.swift
[15/33] Compiling LSEQ LSEQ.swift
/Users/builder/builds/UKfvDsi8u/0/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/UKfvDsi8u/0/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/UKfvDsi8u/0/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/33] Compiling LSEQ LSEQGenericPosition.swift
/Users/builder/builds/UKfvDsi8u/0/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/UKfvDsi8u/0/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/UKfvDsi8u/0/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
[17/33] Compiling LSEQ Position.swift
[18/33] Emitting module LSEQ
/Users/builder/builds/UKfvDsi8u/0/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/UKfvDsi8u/0/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/UKfvDsi8u/0/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/UKfvDsi8u/0/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/UKfvDsi8u/0/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/UKfvDsi8u/0/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/UKfvDsi8u/0/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/UKfvDsi8u/0/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/UKfvDsi8u/0/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/UKfvDsi8u/0/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/UKfvDsi8u/0/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/UKfvDsi8u/0/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
[19/33] Compiling LSEQ PositionIdentifier16Source16Clock64.swift
[20/33] Compiling LSEQ LSEQIdentifier64Source64Clock64.swift
/Users/builder/builds/UKfvDsi8u/0/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/UKfvDsi8u/0/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/UKfvDsi8u/0/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
[21/33] Compiling LSEQ LSEQIdentifier16Source16Clock64.swift
/Users/builder/builds/UKfvDsi8u/0/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/UKfvDsi8u/0/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/UKfvDsi8u/0/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
[22/33] Compiling LSEQ LSEQIdentifier32Source16Clock64.swift
/Users/builder/builds/UKfvDsi8u/0/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/UKfvDsi8u/0/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/UKfvDsi8u/0/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
[23/33] Emitting module CRDTSets
[24/33] Emitting module CRDTCounters
[25/33] Compiling CRDTSets GSet.swift
[26/33] Compiling CRDTSets TwoPhaseSet.swift
[27/33] Compiling CRDTCounters GCounter.swift
[28/33] Compiling CRDTCounters PNCounter.swift
[29/33] Compiling CRDTRegisters MVRegister.swift
[30/33] Compiling CRDTRegisters LWWRegister.swift
[31/33] Compiling CRDTRegisters ActorLogicalClockTimestamp.swift
[32/33] Emitting module CRDTRegisters
[33/33] Compiling CRDTRegisters ActorDateTimestamp.swift
Build complete! (3.86s)
Build complete.
Done.

Build Machine: Mac 7