The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FPTF with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/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/public-transport/fptf.swift.git
Reference: 0.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/public-transport/fptf.swift
 * tag               0.3.0      -> FETCH_HEAD
HEAD is now at ea622ff make schedule in Leg init optional as well
Cloned https://github.com/public-transport/fptf.swift.git
Revision (git rev-parse @):
ea622ff87241c211a1b082057e7e9f2771b81020
SUCCESS checkout https://github.com/public-transport/fptf.swift.git at 0.3.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/public-transport/fptf.swift.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/14] Compiling FPTF Mode.swift
[4/15] Compiling FPTF Operator.swift
/host/spi-builder-workspace/Sources/FPTF/Items/Operator.swift:2:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    public let type = "operator"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Operator.swift:2:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    public let type = "operator"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Operator.swift:2:16: note: make the property mutable instead
    public let type = "operator"
           ~~~ ^
           var
/host/spi-builder-workspace/Sources/FPTF/Items/Region.swift:3:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    public let type = "region"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Region.swift:3:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    public let type = "region"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Region.swift:3:16: note: make the property mutable instead
    public let type = "region"
           ~~~ ^
           var
[5/15] Compiling FPTF Region.swift
/host/spi-builder-workspace/Sources/FPTF/Items/Operator.swift:2:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    public let type = "operator"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Operator.swift:2:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    public let type = "operator"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Operator.swift:2:16: note: make the property mutable instead
    public let type = "operator"
           ~~~ ^
           var
/host/spi-builder-workspace/Sources/FPTF/Items/Region.swift:3:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    public let type = "region"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Region.swift:3:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    public let type = "region"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Region.swift:3:16: note: make the property mutable instead
    public let type = "region"
           ~~~ ^
           var
[6/15] Compiling FPTF Line.swift
/host/spi-builder-workspace/Sources/FPTF/Items/Line.swift:2:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    public let type = "line"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Line.swift:2:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    public let type = "line"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Line.swift:2:16: note: make the property mutable instead
    public let type = "line"
           ~~~ ^
           var
/host/spi-builder-workspace/Sources/FPTF/Items/Location.swift:2:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    public let type = "location"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Location.swift:2:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    public let type = "location"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Location.swift:2:16: note: make the property mutable instead
    public let type = "location"
           ~~~ ^
           var
[7/15] Compiling FPTF Location.swift
/host/spi-builder-workspace/Sources/FPTF/Items/Line.swift:2:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    public let type = "line"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Line.swift:2:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    public let type = "line"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Line.swift:2:16: note: make the property mutable instead
    public let type = "line"
           ~~~ ^
           var
/host/spi-builder-workspace/Sources/FPTF/Items/Location.swift:2:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    public let type = "location"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Location.swift:2:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    public let type = "location"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Location.swift:2:16: note: make the property mutable instead
    public let type = "location"
           ~~~ ^
           var
[8/15] Compiling FPTF Ref.swift
[9/15] Compiling FPTF Route.swift
/host/spi-builder-workspace/Sources/FPTF/Items/Route.swift:3:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    public let type = "route"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Route.swift:3:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    public let type = "route"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Route.swift:3:16: note: make the property mutable instead
    public let type = "route"
           ~~~ ^
           var
/host/spi-builder-workspace/Sources/FPTF/Items/Schedule.swift:2:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    public let type = "schedule"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Schedule.swift:2:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    public let type = "schedule"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Schedule.swift:2:16: note: make the property mutable instead
    public let type = "schedule"
           ~~~ ^
           var
[10/15] Compiling FPTF Schedule.swift
/host/spi-builder-workspace/Sources/FPTF/Items/Route.swift:3:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    public let type = "route"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Route.swift:3:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    public let type = "route"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Route.swift:3:16: note: make the property mutable instead
    public let type = "route"
           ~~~ ^
           var
/host/spi-builder-workspace/Sources/FPTF/Items/Schedule.swift:2:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    public let type = "schedule"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Schedule.swift:2:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    public let type = "schedule"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Schedule.swift:2:16: note: make the property mutable instead
    public let type = "schedule"
           ~~~ ^
           var
[11/15] Compiling FPTF Stop.swift
/host/spi-builder-workspace/Sources/FPTF/Items/Stop.swift:6:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    public let type = "stop"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Stop.swift:6:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    public let type = "stop"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Stop.swift:6:16: note: make the property mutable instead
    public let type = "stop"
           ~~~ ^
           var
[12/15] Compiling FPTF Station.swift
/host/spi-builder-workspace/Sources/FPTF/Items/Station.swift:5:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    public let type = "station"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Station.swift:5:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    public let type = "station"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Station.swift:5:16: note: make the property mutable instead
    public let type = "station"
           ~~~ ^
           var
[13/15] Emitting module FPTF
/host/spi-builder-workspace/Sources/FPTF/Items/Journey.swift:6:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    public let type = "journey"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Journey.swift:6:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    public let type = "journey"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Journey.swift:6:16: note: make the property mutable instead
    public let type = "journey"
           ~~~ ^
           var
/host/spi-builder-workspace/Sources/FPTF/Items/Line.swift:2:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    public let type = "line"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Line.swift:2:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    public let type = "line"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Line.swift:2:16: note: make the property mutable instead
    public let type = "line"
           ~~~ ^
           var
/host/spi-builder-workspace/Sources/FPTF/Items/Location.swift:2:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    public let type = "location"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Location.swift:2:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    public let type = "location"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Location.swift:2:16: note: make the property mutable instead
    public let type = "location"
           ~~~ ^
           var
/host/spi-builder-workspace/Sources/FPTF/Items/Operator.swift:2:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    public let type = "operator"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Operator.swift:2:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    public let type = "operator"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Operator.swift:2:16: note: make the property mutable instead
    public let type = "operator"
           ~~~ ^
           var
/host/spi-builder-workspace/Sources/FPTF/Items/Region.swift:3:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    public let type = "region"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Region.swift:3:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    public let type = "region"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Region.swift:3:16: note: make the property mutable instead
    public let type = "region"
           ~~~ ^
           var
/host/spi-builder-workspace/Sources/FPTF/Items/Route.swift:3:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    public let type = "route"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Route.swift:3:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    public let type = "route"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Route.swift:3:16: note: make the property mutable instead
    public let type = "route"
           ~~~ ^
           var
/host/spi-builder-workspace/Sources/FPTF/Items/Schedule.swift:2:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    public let type = "schedule"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Schedule.swift:2:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    public let type = "schedule"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Schedule.swift:2:16: note: make the property mutable instead
    public let type = "schedule"
           ~~~ ^
           var
/host/spi-builder-workspace/Sources/FPTF/Items/Station.swift:5:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    public let type = "station"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Station.swift:5:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    public let type = "station"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Station.swift:5:16: note: make the property mutable instead
    public let type = "station"
           ~~~ ^
           var
/host/spi-builder-workspace/Sources/FPTF/Items/Stop.swift:6:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    public let type = "stop"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Stop.swift:6:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    public let type = "stop"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Stop.swift:6:16: note: make the property mutable instead
    public let type = "stop"
           ~~~ ^
           var
[14/15] Compiling FPTF Item.swift
/host/spi-builder-workspace/Sources/FPTF/Items/Journey.swift:6:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    public let type = "journey"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Journey.swift:6:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    public let type = "journey"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Journey.swift:6:16: note: make the property mutable instead
    public let type = "journey"
           ~~~ ^
           var
[15/15] Compiling FPTF Journey.swift
/host/spi-builder-workspace/Sources/FPTF/Items/Journey.swift:6:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    public let type = "journey"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Journey.swift:6:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'type' case to silence this warning
    public let type = "journey"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Journey.swift:6:16: note: make the property mutable instead
    public let type = "journey"
           ~~~ ^
           var
Build complete! (7.40s)
Build complete.
Done.

Build Machine: Linux 1