The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TrainInformationService, reference 0.1.3 (16a7a0), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 14:41:45 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dchakarov/TrainInformationService.git
Reference: 0.1.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dchakarov/TrainInformationService
 * tag               0.1.3      -> FETCH_HEAD
HEAD is now at 16a7a0e version bump
Cloned https://github.com/dchakarov/TrainInformationService.git
Revision (git rev-parse @):
16a7a0e8617b23976df7c1f55b61f8b5c785e1a5
SUCCESS checkout https://github.com/dchakarov/TrainInformationService.git at 0.1.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dchakarov/TrainInformationService.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/7] Compiling SWXMLHash XMLIndexer+XMLIndexerDeserializable.swift
[5/7] Compiling SWXMLHash shim.swift
[6/7] Emitting module SWXMLHash
[7/7] Compiling SWXMLHash SWXMLHash.swift
[8/11] Compiling TrainInformationService DepartingService.swift
[9/11] Emitting module TrainInformationService
[10/11] Compiling TrainInformationService TrainInformationService.swift
[11/11] Compiling TrainInformationService CallingPoint.swift
Build complete! (8.56s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.99s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 4.9.0 (2.92s)
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 4.9.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swxmlhash",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.7.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/drmohundro/SWXMLHash.git"
    }
  ],
  "manifest_display_name" : "TrainInformationService",
  "name" : "TrainInformationService",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "TrainInformationService",
      "targets" : [
        "TrainInformationService"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TrainInformationService",
      "module_type" : "SwiftTarget",
      "name" : "TrainInformationService",
      "path" : "Sources/TrainInformationService",
      "product_dependencies" : [
        "SWXMLHash"
      ],
      "product_memberships" : [
        "TrainInformationService"
      ],
      "sources" : [
        "CallingPoint.swift",
        "DepartingService.swift",
        "TrainInformationService.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.