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.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bluk/CRDT.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/bluk/CRDT
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "crdt",
      "name": "CRDT",
      "url": "https://github.com/bluk/CRDT.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-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 (0.30s)
Creating working copy for https://github.com/bluk/CRDT.git
Working copy of https://github.com/bluk/CRDT.git resolved at master
warning: '.resolve-product-dependencies': dependency 'crdt' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/15] Compiling LSEQ PositionIdentifier32Source16Clock64.swift
[2/16] Compiling LSEQ Position.swift
[3/16] Compiling LSEQ PositionIdentifier16Source16Clock64.swift
[4/16] Emitting module CRDT
[5/16] Compiling CRDT CvRDT.swift
[6/16] Compiling CRDT CmRDT.swift
[7/16] Compiling CRDT ActorClock.swift
[8/16] Compiling CRDT VClock.swift
[9/16] Compiling CRDT PartialOrderable.swift
[10/16] Compiling LSEQ PositionIdentifier64Source64Clock64.swift
[11/25] Compiling LSEQ LSEQ.swift
/Users/admin/builds/h8344Zi3/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/admin/builds/h8344Zi3/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/admin/builds/h8344Zi3/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
[12/25] Compiling LSEQ LSEQGenericPosition.swift
/Users/admin/builds/h8344Zi3/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/admin/builds/h8344Zi3/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/admin/builds/h8344Zi3/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
[13/25] Emitting module LSEQ
/Users/admin/builds/h8344Zi3/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/admin/builds/h8344Zi3/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/admin/builds/h8344Zi3/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/admin/builds/h8344Zi3/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/admin/builds/h8344Zi3/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/admin/builds/h8344Zi3/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/admin/builds/h8344Zi3/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/admin/builds/h8344Zi3/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/admin/builds/h8344Zi3/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/admin/builds/h8344Zi3/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/admin/builds/h8344Zi3/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/admin/builds/h8344Zi3/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
[14/27] Compiling LSEQ LSEQIdentifier16Source16Clock64.swift
/Users/admin/builds/h8344Zi3/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/admin/builds/h8344Zi3/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/admin/builds/h8344Zi3/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
[15/27] Compiling LSEQ LSEQIdentifier32Source16Clock64.swift
/Users/admin/builds/h8344Zi3/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/admin/builds/h8344Zi3/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/admin/builds/h8344Zi3/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
[16/27] Compiling LSEQ LSEQIdentifier64Source64Clock64.swift
/Users/admin/builds/h8344Zi3/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/admin/builds/h8344Zi3/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/admin/builds/h8344Zi3/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
[17/27] Compiling CRDTSets GSet.swift
[18/27] Emitting module CRDTSets
[19/27] Compiling CRDTSets TwoPhaseSet.swift
[20/27] Compiling CRDTCounters GCounter.swift
[21/27] Emitting module CRDTCounters
[22/27] Compiling CRDTCounters PNCounter.swift
[23/27] Compiling CRDTRegisters LWWRegister.swift
[24/27] Compiling CRDTRegisters MVRegister.swift
[25/27] Compiling CRDTRegisters ActorLogicalClockTimestamp.swift
[26/27] Emitting module CRDTRegisters
[27/27] Compiling CRDTRegisters ActorDateTimestamp.swift
Build complete! (10.29s)
Build complete.
Done.