The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CRDT with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/bluk/CRDT.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/21] Compiling LSEQ PositionIdentifier16Source16Clock64.swift
[8/22] Compiling CRDT CvRDT.swift
[9/22] Compiling CRDT CmRDT.swift
[10/22] Emitting module CRDT
[11/22] Compiling CRDT ActorClock.swift
[12/22] Compiling LSEQ PositionIdentifier32Source16Clock64.swift
[13/22] 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
[14/22] Compiling LSEQ Position.swift
[15/22] Compiling CRDT PartialOrderable.swift
[16/22] Compiling CRDT VClock.swift
[17/22] 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
[19/23] Compiling LSEQ PositionIdentifier64Source64Clock64.swift
[20/23] 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
[21/23] 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
[22/23] 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
[23/23] 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
[25/35] Compiling CRDTSets GSet.swift
[26/35] Emitting module CRDTSets
[27/35] Compiling CRDTSets TwoPhaseSet.swift
[29/36] Compiling CRDTCounters GCounter.swift
[30/36] Emitting module CRDTCounters
[31/36] Compiling CRDTCounters PNCounter.swift
[33/37] Compiling CRDTRegisters MVRegister.swift
[34/37] Compiling CRDTRegisters LWWRegister.swift
[35/37] Compiling CRDTRegisters ActorLogicalClockTimestamp.swift
[36/37] Emitting module CRDTRegisters
[37/37] Compiling CRDTRegisters ActorDateTimestamp.swift
Build complete! (11.64s)
Build complete.
Done.

Build Machine: Linux 1