The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CRDT with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4609320-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bluk/CRDT.git
Reference: master
Cloned https://github.com/bluk/CRDT.git into spi-builder-workspace
SUCCESS checkout https://github.com/bluk/CRDT.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4609320-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
[1/15] Compiling CRDT CmRDT.swift
[2/15] Compiling LSEQ PositionIdentifier32Source16Clock64.swift
[3/16] Compiling LSEQ Position.swift
[4/16] Compiling LSEQ PositionIdentifier16Source16Clock64.swift
[5/16] Compiling CRDT VClock.swift
[6/16] Compiling CRDT PartialOrderable.swift
[7/16] Compiling CRDT CvRDT.swift
[8/16] Emitting module CRDT
[9/16] Compiling CRDT ActorClock.swift
[12/18] Emitting module LSEQ
/host/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
               ^
/host/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
               ^
/host/spi-builder-workspace/Sources/LSEQ/LSEQGenericPosition.swift:60:16: note: make the property mutable instead
    public let boundary: PositionType.Segment.Identifier = 10
           ~~~ ^
           var
/host/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
               ^
/host/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
               ^
/host/spi-builder-workspace/Sources/LSEQ/LSEQIdentifier16Source16Clock64.swift:61:16: note: make the property mutable instead
    public let boundary: PositionType.Segment.Identifier = 10
           ~~~ ^
           var
/host/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
               ^
/host/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
               ^
/host/spi-builder-workspace/Sources/LSEQ/LSEQIdentifier32Source16Clock64.swift:61:16: note: make the property mutable instead
    public let boundary: PositionType.Segment.Identifier = 10
           ~~~ ^
           var
/host/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
               ^
/host/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
               ^
/host/spi-builder-workspace/Sources/LSEQ/LSEQIdentifier64Source64Clock64.swift:61:16: note: make the property mutable instead
    public let boundary: PositionType.Segment.Identifier = 10
           ~~~ ^
           var
[13/18] Compiling LSEQ PositionIdentifier64Source64Clock64.swift
[14/29] Compiling LSEQ LSEQIdentifier64Source64Clock64.swift
/host/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
               ^
/host/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
               ^
/host/spi-builder-workspace/Sources/LSEQ/LSEQIdentifier64Source64Clock64.swift:61:16: note: make the property mutable instead
    public let boundary: PositionType.Segment.Identifier = 10
           ~~~ ^
           var
[15/29] Compiling LSEQ LSEQIdentifier32Source16Clock64.swift
/host/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
               ^
/host/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
               ^
/host/spi-builder-workspace/Sources/LSEQ/LSEQIdentifier32Source16Clock64.swift:61:16: note: make the property mutable instead
    public let boundary: PositionType.Segment.Identifier = 10
           ~~~ ^
           var
[16/29] Compiling LSEQ LSEQ.swift
/host/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
               ^
/host/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
               ^
/host/spi-builder-workspace/Sources/LSEQ/LSEQGenericPosition.swift:60:16: note: make the property mutable instead
    public let boundary: PositionType.Segment.Identifier = 10
           ~~~ ^
           var
[17/29] Compiling LSEQ LSEQGenericPosition.swift
/host/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
               ^
/host/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
               ^
/host/spi-builder-workspace/Sources/LSEQ/LSEQGenericPosition.swift:60:16: note: make the property mutable instead
    public let boundary: PositionType.Segment.Identifier = 10
           ~~~ ^
           var
[18/29] Compiling LSEQ LSEQIdentifier16Source16Clock64.swift
/host/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
               ^
/host/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
               ^
/host/spi-builder-workspace/Sources/LSEQ/LSEQIdentifier16Source16Clock64.swift:61:16: note: make the property mutable instead
    public let boundary: PositionType.Segment.Identifier = 10
           ~~~ ^
           var
[21/31] Emitting module CRDTCounters
[22/31] Compiling CRDTSets GSet.swift
[23/31] Emitting module CRDTSets
[24/31] Compiling CRDTSets TwoPhaseSet.swift
[27/33] Compiling CRDTCounters GCounter.swift
[28/33] Compiling CRDTCounters PNCounter.swift
[31/35] Compiling CRDTRegisters LWWRegister.swift
[32/35] Compiling CRDTRegisters MVRegister.swift
[33/35] Compiling CRDTRegisters ActorLogicalClockTimestamp.swift
[34/35] Emitting module CRDTRegisters
[35/35] Compiling CRDTRegisters ActorDateTimestamp.swift
Build complete! (11.01s)
Build complete.
Done.

Build Machine: Linux 2