The Swift Package Index logo.Swift Package Index

Build Information

Successful build of OJP, reference 1.5.0 (828428), with Swift 6.0 for macOS (SPM) on 24 Apr 2026 03:42:38 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/openTdataCH/ojp-ios.git
Reference: 1.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/openTdataCH/ojp-ios
 * tag               1.5.0      -> FETCH_HEAD
HEAD is now at 828428c Merge pull request #140 from openTdataCH/release/1.5.0
Cloned https://github.com/openTdataCH/ojp-ios.git
Revision (git rev-parse @):
828428cfe54b78afdeb3774d0e554cce96b5aa98
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/openTdataCH/ojp-ios.git at 1.5.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/openTdataCH/ojp-ios.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin SwiftFormatPlugin
Building for debugging...
[1/5] Write sources
[4/5] Write swift-version-5BDAB9E9C0126B9D.txt
[6/56] Emitting module XMLCoder
[7/61] Compiling XMLCoder NullBox.swift
[8/61] Compiling XMLCoder SharedBox.swift
[9/61] Compiling XMLCoder SingleKeyedBox.swift
[10/61] Compiling XMLCoder StringBox.swift
[11/61] Compiling XMLCoder UIntBox.swift
[12/61] Compiling XMLCoder XMLStackParser.swift
[13/61] Compiling XMLCoder DecodingErrorExtension.swift
[14/61] Compiling XMLCoder DynamicNodeDecoding.swift
[15/61] Compiling XMLCoder SingleValueDecodingContainer.swift
[16/61] Compiling XMLCoder XMLChoiceDecodingContainer.swift
[17/61] Compiling XMLCoder XMLChoiceCodingKey.swift
[18/61] Compiling XMLCoder XMLCoderElement.swift
[19/61] Compiling XMLCoder XMLDocumentType.swift
[20/61] Compiling XMLCoder XMLHeader.swift
[21/61] Compiling XMLCoder XMLKey.swift
[22/61] Compiling XMLCoder URLBox.swift
[23/61] Compiling XMLCoder UnkeyedBox.swift
[24/61] Compiling XMLCoder ValueBox.swift
[25/61] Compiling XMLCoder Element.swift
[26/61] Compiling XMLCoder ElementAndAttribute.swift
[27/61] Compiling XMLCoder XMLEncoderImplementation.swift
[28/61] Compiling XMLCoder XMLEncodingStorage.swift
[29/61] Compiling XMLCoder XMLKeyedEncodingContainer.swift
[30/61] Compiling XMLCoder XMLReferencingEncoder.swift
[31/61] Compiling XMLCoder XMLUnkeyedEncodingContainer.swift
[32/61] Compiling XMLCoder XMLDecoder.swift
[33/61] Compiling XMLCoder XMLDecoderImplementation.swift
[34/61] Compiling XMLCoder XMLDecodingStorage.swift
[35/61] Compiling XMLCoder XMLKeyedDecodingContainer.swift
[36/61] Compiling XMLCoder XMLUnkeyedDecodingContainer.swift
[37/61] Compiling XMLCoder DecimalBox.swift
[38/61] Compiling XMLCoder DoubleBox.swift
[39/61] Compiling XMLCoder FloatBox.swift
[40/61] Compiling XMLCoder IntBox.swift
[41/61] Compiling XMLCoder KeyedBox.swift
[42/61] Compiling XMLCoder ISO8601DateFormatter.swift
[43/61] Compiling XMLCoder KeyedStorage.swift
[44/61] Compiling XMLCoder Metatypes.swift
[45/61] Compiling XMLCoder String+Extensions.swift
[46/61] Compiling XMLCoder Utils.swift
[47/61] Compiling XMLCoder Attribute.swift
[48/61] Compiling XMLCoder BoolBox.swift
[49/61] Compiling XMLCoder Box.swift
[50/61] Compiling XMLCoder ChoiceBox.swift
[51/61] Compiling XMLCoder DataBox.swift
[52/61] Compiling XMLCoder DateBox.swift
[53/61] Compiling XMLCoder DynamicNodeEncoding.swift
[54/61] Compiling XMLCoder EncodingErrorExtension.swift
[55/61] Compiling XMLCoder SingleValueEncodingContainer.swift
[56/61] Compiling XMLCoder XMLChoiceEncodingContainer.swift
[57/61] Compiling XMLCoder XMLEncoder.swift
[58/61] Compiling Duration DurationError.swift
[59/61] Compiling Duration Parser.swift
[60/61] Emitting module Duration
[61/61] Compiling Duration Duration.swift
[62/85] Compiling OJP Sequence+Extensions.swift
[63/85] Compiling OJP StopEventResponse+Extensions.swift
[64/85] Compiling OJP TripRefine+Extension.swift
[65/87] Compiling OJP TripRequest+Extensions.swift
[66/87] Compiling OJP VehicleOccupancyStructure+Extensions.swift
[67/87] Compiling OJP Version.swift
[68/87] Compiling OJP LocationInformation.swift
[69/87] Compiling OJP PaginatedTripLoader.swift
[70/87] Emitting module OJP
/Users/admin/builder/spi-builder-workspace/Sources/OJP/ConvenienceExtensions/Duration+Extensions.swift:18:5: warning: extension declares a conformance of imported type 'Duration' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'Duration' introduce this conformance in the future
16 |     }
17 | #else
18 |     extension Duration: Hashable {
   |     |- warning: extension declares a conformance of imported type 'Duration' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'Duration' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
19 |         public func hash(into hasher: inout Hasher) {
20 |             hasher.combine(iso8601)
/Users/admin/builder/spi-builder-workspace/Sources/OJP/Models/OJPv2+Trip.swift:17:5: warning: extension declares a conformance of imported type 'Duration' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Duration' introduce this conformance in the future
  15 |     extension Duration: @unchecked @retroactive Sendable {}
  16 | #else
  17 |     extension Duration: @unchecked Sendable {}
     |     |- warning: extension declares a conformance of imported type 'Duration' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Duration' introduce this conformance in the future
     |     `- note: add '@retroactive' to silence this warning
  18 | #endif
  19 |
[71/87] Compiling OJP GeoHelpers.swift
[72/87] Compiling OJP HTTPLoader.swift
[73/87] Compiling OJP Geo.swift
[74/87] Compiling OJP APIConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/OJP/ConvenienceExtensions/Duration+Extensions.swift:18:5: warning: extension declares a conformance of imported type 'Duration' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'Duration' introduce this conformance in the future
16 |     }
17 | #else
18 |     extension Duration: Hashable {
   |     |- warning: extension declares a conformance of imported type 'Duration' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'Duration' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
19 |         public func hash(into hasher: inout Hasher) {
20 |             hasher.combine(iso8601)
[75/87] Compiling OJP Duration+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/OJP/ConvenienceExtensions/Duration+Extensions.swift:18:5: warning: extension declares a conformance of imported type 'Duration' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'Duration' introduce this conformance in the future
16 |     }
17 | #else
18 |     extension Duration: Hashable {
   |     |- warning: extension declares a conformance of imported type 'Duration' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'Duration' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
19 |         public func hash(into hasher: inout Hasher) {
20 |             hasher.combine(iso8601)
[76/87] Compiling OJP Logger+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/OJP/ConvenienceExtensions/Duration+Extensions.swift:18:5: warning: extension declares a conformance of imported type 'Duration' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'Duration' introduce this conformance in the future
16 |     }
17 | #else
18 |     extension Duration: Hashable {
   |     |- warning: extension declares a conformance of imported type 'Duration' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'Duration' introduce this conformance in the future
   |     `- note: add '@retroactive' to silence this warning
19 |         public func hash(into hasher: inout Hasher) {
20 |             hasher.combine(iso8601)
[77/87] Compiling OJP OJPHelpers.swift
[78/87] Compiling OJP OJPSDKError.swift
[79/87] Compiling OJP OJPv2+TripRefine.swift
[80/87] Compiling OJP OJPv2.swift
[81/87] Compiling OJP OJPv2+Extensions.swift
[82/87] Compiling OJP OJPv2+LocationInformation.swift
[83/87] Compiling OJP OJPv2+StopEvent.swift
[84/87] Compiling OJP OJP.swift
[85/87] Compiling OJP OJPDecoder.swift
[86/87] Compiling OJP OJPv2+Trip.swift
/Users/admin/builder/spi-builder-workspace/Sources/OJP/Models/OJPv2+Trip.swift:17:5: warning: extension declares a conformance of imported type 'Duration' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Duration' introduce this conformance in the future
  15 |     extension Duration: @unchecked @retroactive Sendable {}
  16 | #else
  17 |     extension Duration: @unchecked Sendable {}
     |     |- warning: extension declares a conformance of imported type 'Duration' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Duration' introduce this conformance in the future
     |     `- note: add '@retroactive' to silence this warning
  18 | #endif
  19 |
[87/87] Compiling OJP OJPv2+TripInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/OJP/Models/OJPv2+Trip.swift:17:5: warning: extension declares a conformance of imported type 'Duration' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Duration' introduce this conformance in the future
  15 |     extension Duration: @unchecked @retroactive Sendable {}
  16 | #else
  17 |     extension Duration: @unchecked Sendable {}
     |     |- warning: extension declares a conformance of imported type 'Duration' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Duration' introduce this conformance in the future
     |     `- note: add '@retroactive' to silence this warning
  18 | #endif
  19 |
Build complete! (133.04s)
Fetching https://github.com/swiftlang/swift-testing.git
Fetching https://github.com/CoreOffice/XMLCoder.git
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/longinius/swift-duration.git
[1/119] Fetching swift-duration
[120/10211] Fetching swift-duration, xmlcoder
[3148/47738] Fetching swift-duration, xmlcoder, swift-testing
[3149/103877] Fetching swift-duration, xmlcoder, swift-testing, swiftformat
Fetched https://github.com/longinius/swift-duration.git from cache (1.17s)
Fetched https://github.com/CoreOffice/XMLCoder.git from cache (1.17s)
[5249/93666] Fetching swift-testing, swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (106.73s)
Fetched https://github.com/swiftlang/swift-testing.git from cache (106.73s)
Computing version for https://github.com/longinius/swift-duration.git
Computed https://github.com/longinius/swift-duration.git at 1.0.1 (3.45s)
Computing version for https://github.com/CoreOffice/XMLCoder.git
Computed https://github.com/CoreOffice/XMLCoder.git at 0.18.1 (0.58s)
Computing version for https://github.com/swiftlang/swift-testing.git
Computed https://github.com/swiftlang/swift-testing.git at 6.1.3 (0.52s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/75036] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.17s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.61.0 (0.57s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (0.64s)
Creating working copy for https://github.com/longinius/swift-duration.git
Working copy of https://github.com/longinius/swift-duration.git resolved at 1.0.1
Creating working copy for https://github.com/swiftlang/swift-testing.git
Working copy of https://github.com/swiftlang/swift-testing.git resolved at 6.1.3
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.61.0
Creating working copy for https://github.com/CoreOffice/XMLCoder.git
Working copy of https://github.com/CoreOffice/XMLCoder.git resolved at 0.18.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "xmlcoder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.18.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CoreOffice/XMLCoder.git"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.50.4",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat"
    },
    {
      "identity" : "swift-duration",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/longinius/swift-duration.git"
    },
    {
      "identity" : "swift-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-testing.git"
    }
  ],
  "manifest_display_name" : "OJP",
  "name" : "OJP",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "OJP",
      "targets" : [
        "OJP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OJPTests",
      "module_type" : "SwiftTarget",
      "name" : "OJPTests",
      "path" : "Tests/OJPTests",
      "product_dependencies" : [
        "Testing"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OJPTests/Resources/lir/lir-address.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OJPTests/Resources/lir/lir-be-bbox-sorting.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OJPTests/Resources/lir/lir-be-bbox.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OJPTests/Resources/lir/lir-emmenmatt-sloid.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OJPTests/Resources/lir/lir-lausanne.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OJPTests/Resources/lir/lir-minimum-response.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OJPTests/Resources/lir/ns/lir-be-bbox-ns-both.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OJPTests/Resources/lir/ns/lir-be-bbox-ns.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OJPTests/Resources/performance/tr-perf-be-zh-1result-projection.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OJPTests/Resources/performance/tr-perf-be-zh-20results-projection.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OJPTests/Resources/performance/tr-perf-zh-stg-10results-wo-projection.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OJPTests/Resources/ser/ser-bern.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OJPTests/Resources/ser/ser-from-address.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OJPTests/Resources/tir/tir-with-behig.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OJPTests/Resources/tir/tir.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OJPTests/Resources/tr/continuousService/tr-continuous-leg-walk.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OJPTests/Resources/tr/edgecases/trip-edgecase-empty-tripresult.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OJPTests/Resources/tr/request/tr-stopref-stopref.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OJPTests/Resources/tr/request/tr-xsd-valid-minimal.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OJPTests/Resources/tr/situations/tr-cancellation-winter.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OJPTests/Resources/tr/situations/tr-cancellation.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OJPTests/Resources/tr/situations/tr-deviation-notActuallyALiveExample.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OJPTests/Resources/tr/situations/tr-fribourg-basel.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OJPTests/Resources/tr/situations/tr-fribourg-berne.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OJPTests/Resources/tr/situations/tr-infeasible.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OJPTests/Resources/tr/situations/tr-leg3-cancellation.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OJPTests/Resources/tr/situations/tr-noPublishingActions.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OJPTests/Resources/tr/situations/trip-not-serviced.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OJPTests/Resources/tr/tr-gurten-trip1-minimal-response.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OJPTests/Resources/tr/tr-pagination/tr-bern-baerenplatz1.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OJPTests/Resources/tr/tr-pagination/tr-bern-baerenplatz2.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OJPTests/Resources/tr/tr-with-transfer-legs.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OJPTests/Resources/tr/trip-bern-zh-response.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OJPTests/Resources/tr/trip-link-projection.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OJPTests/Resources/trr/tripresult-long.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OJPTests/Resources/trr/tripresult-short.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OJPTests/Resources/trr/trr-response-bern-stmoritz.xml",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "ErrorTests.swift",
        "LoaderTests.swift",
        "LocationRequestTests.swift",
        "OJPPerformanceTests.swift",
        "OjpSDKTests.swift",
        "StopEventTests.swift",
        "SystemTests.swift",
        "Test.swift",
        "TestHelpers.swift",
        "TripInfoRequestTests.swift",
        "TripRefineRequestTests.swift",
        "TripRequestTests.swift"
      ],
      "target_dependencies" : [
        "OJP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OJP",
      "module_type" : "SwiftTarget",
      "name" : "OJP",
      "path" : "Sources/OJP",
      "product_dependencies" : [
        "XMLCoder",
        "Duration"
      ],
      "product_memberships" : [
        "OJP"
      ],
      "sources" : [
        "APIConfiguration.swift",
        "ConvenienceExtensions/Duration+Extensions.swift",
        "ConvenienceExtensions/Logger+Extensions.swift",
        "ConvenienceExtensions/Sequence+Extensions.swift",
        "ConvenienceExtensions/StopEventResponse+Extensions.swift",
        "ConvenienceExtensions/TripRefine+Extension.swift",
        "ConvenienceExtensions/TripRequest+Extensions.swift",
        "ConvenienceExtensions/VehicleOccupancyStructure+Extensions.swift",
        "Generated/Version.swift",
        "GeoHelpers.swift",
        "HTTPLoader.swift",
        "Models/Geo.swift",
        "Models/OJPv2+Extensions.swift",
        "Models/OJPv2+LocationInformation.swift",
        "Models/OJPv2+StopEvent.swift",
        "Models/OJPv2+Trip.swift",
        "Models/OJPv2+TripInfo.swift",
        "Models/OJPv2+TripRefine.swift",
        "Models/OJPv2.swift",
        "OJP.swift",
        "OJPDecoder.swift",
        "OJPHelpers.swift",
        "OJPSDKError.swift",
        "Services/LocationInformation.swift",
        "Utilities/PaginatedTripLoader.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.