This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.33.2
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/0/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/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/0/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/0/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 from cache (0.28s)
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 (7ed639a)
warning: '.resolve-product-dependencies': dependency 'fptf.swift' is not used by any target
Found 0 product dependencies
========================================
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.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6044DDE57671499D.txt
[3/15] Compiling FPTF Line.swift
/Users/builder/builds/TDmZkXJm/0/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/0/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/0/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/0/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/0/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/0/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/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FPTF/Items/Location.swift:2:16: note: make the property mutable instead
    public let type = "location"
           ~~~ ^
           var
[4/15] Compiling FPTF Location.swift
/Users/builder/builds/TDmZkXJm/0/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/0/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/0/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/0/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/0/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/0/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/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FPTF/Items/Location.swift:2:16: note: make the property mutable instead
    public let type = "location"
           ~~~ ^
           var
[5/15] Emitting module FPTF
/Users/builder/builds/TDmZkXJm/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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
[6/15] Compiling FPTF Station.swift
/Users/builder/builds/TDmZkXJm/0/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/0/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/0/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/0/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/0/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/0/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 Stop.swift
/Users/builder/builds/TDmZkXJm/0/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/0/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/0/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/0/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/0/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/0/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/15] Compiling FPTF Operator.swift
/Users/builder/builds/TDmZkXJm/0/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/0/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/0/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/0/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/0/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/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FPTF/Items/Region.swift:3:16: note: make the property mutable instead
    public let type = "region"
           ~~~ ^
           var
[9/15] Compiling FPTF Region.swift
/Users/builder/builds/TDmZkXJm/0/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/0/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/0/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/0/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/0/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/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FPTF/Items/Region.swift:3:16: note: make the property mutable instead
    public let type = "region"
           ~~~ ^
           var
[10/15] Compiling FPTF Mode.swift
[11/15] Compiling FPTF Route.swift
/Users/builder/builds/TDmZkXJm/0/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/0/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/0/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/0/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/0/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/0/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 Schedule.swift
/Users/builder/builds/TDmZkXJm/0/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/0/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/0/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/0/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/0/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/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FPTF/Items/Schedule.swift:2:16: note: make the property mutable instead
    public let type = "schedule"
           ~~~ ^
           var
[13/15] Compiling FPTF Item.swift
/Users/builder/builds/TDmZkXJm/0/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/0/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/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FPTF/Items/Journey.swift:6:16: note: make the property mutable instead
    public let type = "journey"
           ~~~ ^
           var
[14/15] Compiling FPTF Journey.swift
/Users/builder/builds/TDmZkXJm/0/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/0/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/0/finestructure/swiftpackageindex-builder/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 Stopover.swift
/Users/builder/builds/TDmZkXJm/0/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/0/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/0/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
[16/16] Compiling FPTF Ref.swift
Build complete! (4.82s)
Build complete.
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.