The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FPTF with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4609320-1":/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/public-transport/fptf.swift.git
Reference: master
Cloned https://github.com/public-transport/fptf.swift.git into spi-builder-workspace
SUCCESS checkout https://github.com/public-transport/fptf.swift.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-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
[1/13] Compiling FPTF Mode.swift
[2/14] 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
[3/14] 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
[4/14] 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/14] 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/14] Compiling FPTF Ref.swift
[7/14] 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
[8/14] 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
[9/14] 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
/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
[10/14] Compiling FPTF Stop.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
/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
[11/14] Compiling FPTF Stopover.swift
/host/spi-builder-workspace/Sources/FPTF/Items/Stopover.swift:4:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    public let type: String = "stopover"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Stopover.swift:4: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: String = "stopover"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Stopover.swift:4:16: note: make the property mutable instead
    public let type: String = "stopover"
           ~~~ ^
           var
[12/14] 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
[13/14] 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
[14/14] 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
/host/spi-builder-workspace/Sources/FPTF/Items/Stopover.swift:4:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    public let type: String = "stopover"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Stopover.swift:4: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: String = "stopover"
               ^
/host/spi-builder-workspace/Sources/FPTF/Items/Stopover.swift:4:16: note: make the property mutable instead
    public let type: String = "stopover"
           ~~~ ^
           var
Build complete! (8.69s)
Build complete.
Done.

Build Machine: Linux 2