The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FPTF with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

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 /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/public-transport/fptf.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/14] Compiling FPTF Station.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FPTF/Items/Station.swift:5:16: note: make the property mutable instead
    public let type = "station"
           ~~~ ^
           var
[4/15] Compiling FPTF Mode.swift
[5/15] Emitting module FPTF
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FPTF/Items/Journey.swift:6:16: note: make the property mutable instead
    public let type = "journey"
           ~~~ ^
           var
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FPTF/Items/Line.swift:2:16: note: make the property mutable instead
    public let type = "line"
           ~~~ ^
           var
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FPTF/Items/Location.swift:24:5: warning: 'public' modifier is redundant for initializer declared in a public extension
    public init(name: String?, address: String?, location: CLLocation) {
    ^~~~~~~

/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FPTF/Items/Location.swift:2:16: note: make the property mutable instead
    public let type = "location"
           ~~~ ^
           var
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FPTF/Items/Operator.swift:2:16: note: make the property mutable instead
    public let type = "operator"
           ~~~ ^
           var
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FPTF/Items/Region.swift:3:16: note: make the property mutable instead
    public let type = "region"
           ~~~ ^
           var
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FPTF/Items/Route.swift:3:16: note: make the property mutable instead
    public let type = "route"
           ~~~ ^
           var
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FPTF/Items/Schedule.swift:2:16: note: make the property mutable instead
    public let type = "schedule"
           ~~~ ^
           var
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FPTF/Items/Station.swift:5:16: note: make the property mutable instead
    public let type = "station"
           ~~~ ^
           var
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FPTF/Items/Stop.swift:6:16: note: make the property mutable instead
    public let type = "stop"
           ~~~ ^
           var
[6/15] Compiling FPTF Stop.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FPTF/Items/Stop.swift:6:16: note: make the property mutable instead
    public let type = "stop"
           ~~~ ^
           var
[7/15] Compiling FPTF Ref.swift
[8/15] Compiling FPTF Item.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FPTF/Items/Journey.swift:6:16: note: make the property mutable instead
    public let type = "journey"
           ~~~ ^
           var
[9/15] Compiling FPTF Journey.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FPTF/Items/Journey.swift:6:16: note: make the property mutable instead
    public let type = "journey"
           ~~~ ^
           var
[10/15] Compiling FPTF Route.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FPTF/Items/Route.swift:3:16: note: make the property mutable instead
    public let type = "route"
           ~~~ ^
           var
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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 Schedule.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FPTF/Items/Route.swift:3:16: note: make the property mutable instead
    public let type = "route"
           ~~~ ^
           var
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FPTF/Items/Schedule.swift:2:16: note: make the property mutable instead
    public let type = "schedule"
           ~~~ ^
           var
[12/15] Compiling FPTF Operator.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FPTF/Items/Operator.swift:2:16: note: make the property mutable instead
    public let type = "operator"
           ~~~ ^
           var
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FPTF/Items/Region.swift:3:16: note: make the property mutable instead
    public let type = "region"
           ~~~ ^
           var
[13/15] Compiling FPTF Region.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FPTF/Items/Operator.swift:2:16: note: make the property mutable instead
    public let type = "operator"
           ~~~ ^
           var
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FPTF/Items/Region.swift:3:16: note: make the property mutable instead
    public let type = "region"
           ~~~ ^
           var
[14/15] Compiling FPTF Line.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FPTF/Items/Line.swift:2:16: note: make the property mutable instead
    public let type = "line"
           ~~~ ^
           var
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FPTF/Items/Location.swift:24:5: warning: 'public' modifier is redundant for initializer declared in a public extension
    public init(name: String?, address: String?, location: CLLocation) {
    ^~~~~~~

/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FPTF/Items/Location.swift:2:16: note: make the property mutable instead
    public let type = "location"
           ~~~ ^
           var
[15/15] Compiling FPTF Location.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FPTF/Items/Line.swift:2:16: note: make the property mutable instead
    public let type = "line"
           ~~~ ^
           var
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FPTF/Items/Location.swift:24:5: warning: 'public' modifier is redundant for initializer declared in a public extension
    public init(name: String?, address: String?, location: CLLocation) {
    ^~~~~~~

/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FPTF/Items/Location.swift:2:16: note: make the property mutable instead
    public let type = "location"
           ~~~ ^
           var
Build complete! (7.97s)
Build complete.
Done.