The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TrainInformationService, reference 0.1.3 (16a7a0), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 10:49:14 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.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/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
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2858] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.89s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 4.7.4 (3.22s)
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 4.7.4
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "traininformationservice",
      "name": "TrainInformationService",
      "url": "https://github.com/dchakarov/TrainInformationService.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TrainInformationService",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "swxmlhash",
          "name": "SWXMLHash",
          "url": "https://github.com/drmohundro/SWXMLHash.git",
          "version": "4.9.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SWXMLHash",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/dchakarov/TrainInformationService.git
[1/157] Fetching traininformationservice
Fetched https://github.com/dchakarov/TrainInformationService.git from cache (0.67s)
Fetching https://github.com/drmohundro/SWXMLHash.git from cache
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.48s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 4.9.0 (0.55s)
Creating working copy for https://github.com/dchakarov/TrainInformationService.git
Working copy of https://github.com/dchakarov/TrainInformationService.git resolved at 0.1.3 (16a7a0e)
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 4.9.0
warning: '.resolve-product-dependencies': dependency 'traininformationservice' is not used by any target
Found 1 product dependencies
  - SWXMLHash
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/dchakarov/TrainInformationService.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/7] Emitting module SWXMLHash
[5/7] Compiling SWXMLHash shim.swift
[6/7] Compiling SWXMLHash SWXMLHash+TypeConversion.swift
[7/7] Compiling SWXMLHash SWXMLHash.swift
[8/11] Compiling TrainInformationService TrainInformationService.swift
[9/11] Compiling TrainInformationService DepartingService.swift
[10/11] Compiling TrainInformationService CallingPoint.swift
[11/11] Emitting module TrainInformationService
Build complete! (6.71s)
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.