The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FPTF 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/public-transport/fptf.swift.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/public-transport/fptf.swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7ed639a Merge pull request #6 from lightsprint09/stopover
Cloned https://github.com/public-transport/fptf.swift.git
Revision (git rev-parse @):
7ed639a34ba4194687b15e38d9aa254023a02fb3
SUCCESS checkout https://github.com/public-transport/fptf.swift.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "fptf.swift",
      "name": "FPTF",
      "url": "https://github.com/public-transport/fptf.swift.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/fptf.swift",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/public-transport/fptf.swift.git
[1/589] Fetching fptf.swift
Fetched https://github.com/public-transport/fptf.swift.git (0.33s)
Creating working copy for https://github.com/public-transport/fptf.swift.git
Working copy of https://github.com/public-transport/fptf.swift.git resolved at master
warning: '.resolve-product-dependencies': dependency 'fptf.swift' 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/13] Compiling FPTF Mode.swift
[2/14] Compiling FPTF Ref.swift
[3/14] Compiling FPTF Route.swift
/Users/builder/builds/TDmZkXJm/2/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/2/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/2/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/2/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/2/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/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FPTF/Items/Schedule.swift:2:16: note: make the property mutable instead
    public let type = "schedule"
           ~~~ ^
           var
[4/14] Compiling FPTF Schedule.swift
/Users/builder/builds/TDmZkXJm/2/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/2/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/2/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/2/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/2/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/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FPTF/Items/Schedule.swift:2:16: note: make the property mutable instead
    public let type = "schedule"
           ~~~ ^
           var
[5/14] Compiling FPTF Operator.swift
/Users/builder/builds/TDmZkXJm/2/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/2/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/2/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/2/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/2/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/2/finestructure/swiftpackageindex-builder/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 Region.swift
/Users/builder/builds/TDmZkXJm/2/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/2/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/2/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/2/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/2/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/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FPTF/Items/Region.swift:3:16: note: make the property mutable instead
    public let type = "region"
           ~~~ ^
           var
[7/14] Compiling FPTF Station.swift
/Users/builder/builds/TDmZkXJm/2/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/2/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/2/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/2/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/2/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/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FPTF/Items/Stop.swift:6:16: note: make the property mutable instead
    public let type = "stop"
           ~~~ ^
           var
[8/14] Compiling FPTF Stop.swift
/Users/builder/builds/TDmZkXJm/2/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/2/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/2/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/2/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/2/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/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FPTF/Items/Stop.swift:6:16: note: make the property mutable instead
    public let type = "stop"
           ~~~ ^
           var
[9/14] Compiling FPTF Line.swift
/Users/builder/builds/TDmZkXJm/2/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/2/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/2/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/2/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/2/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/2/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/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FPTF/Items/Location.swift:2:16: note: make the property mutable instead
    public let type = "location"
           ~~~ ^
           var
[10/14] Compiling FPTF Location.swift
/Users/builder/builds/TDmZkXJm/2/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/2/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/2/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/2/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/2/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/2/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/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FPTF/Items/Location.swift:2:16: note: make the property mutable instead
    public let type = "location"
           ~~~ ^
           var
[11/14] Compiling FPTF Item.swift
/Users/builder/builds/TDmZkXJm/2/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/2/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/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FPTF/Items/Journey.swift:6:16: note: make the property mutable instead
    public let type = "journey"
           ~~~ ^
           var
[12/14] Compiling FPTF Journey.swift
/Users/builder/builds/TDmZkXJm/2/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/2/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/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FPTF/Items/Journey.swift:6:16: note: make the property mutable instead
    public let type = "journey"
           ~~~ ^
           var
[13/14] Emitting module FPTF
/Users/builder/builds/TDmZkXJm/2/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/2/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/2/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/2/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/2/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/2/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/2/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/2/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/2/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/2/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/2/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/2/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/2/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/2/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/2/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/2/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/2/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/2/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/2/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/2/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/2/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/2/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/2/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/2/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/2/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/2/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/2/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/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FPTF/Items/Stop.swift:6:16: note: make the property mutable instead
    public let type = "stop"
           ~~~ ^
           var
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FPTF/Items/Stopover.swift:4:16: note: make the property mutable instead
    public let type: String = "stopover"
           ~~~ ^
           var
[14/14] Compiling FPTF Stopover.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/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"
               ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/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.98s)
Build complete.
Done.