The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Trails, reference 1.2.0 (ceb5f6), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 21:29:30 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/heestand-xyz/Trails.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/heestand-xyz/Trails
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at ceb5f63 Trails
Cloned https://github.com/heestand-xyz/Trails.git
Revision (git rev-parse @):
ceb5f63459e64d48487441e9ddac8c914f860453
SUCCESS checkout https://github.com/heestand-xyz/Trails.git at 1.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/heestand-xyz/Trails.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/15] Compiling Trails PathCircle.swift
[4/15] Compiling Trails Trailer.swift
[5/15] Compiling Trails TrailerMock.swift
[6/15] Compiling Trails TimeValue.swift
[7/15] Compiling Trails DefaultLabelsView.swift
[8/15] Emitting module Trails
[9/15] Compiling Trails LinesView.swift
[10/15] Compiling Trails DefaultLinesView.swift
[11/15] Compiling Trails PathLines.swift
[12/15] Compiling Trails TrailView.swift
[13/15] Compiling Trails LabelsView.swift
[14/15] Compiling Trails LiveLabelsView.swift
[15/15] Compiling Trails PathTrail.swift
[16/16] Compiling Trails TrailsView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Trails/Views/TrailsView.swift:51:42: warning: non-constant range: argument must be an integer literal
 49 |                                      endPoint: .trailing))
 50 |             ZStack {
 51 |                 ForEach(0..<self.trailer.count) { i in
    |                                          `- warning: non-constant range: argument must be an integer literal
 52 |                     TrailView(trailer: self.trailer,
 53 |                               color: $color,
Build complete! (8.73s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Trails",
  "name" : "Trails",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "Trails",
      "targets" : [
        "Trails"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Trails",
      "module_type" : "SwiftTarget",
      "name" : "Trails",
      "path" : "Sources/Trails",
      "product_memberships" : [
        "Trails"
      ],
      "sources" : [
        "Controllers/Trailer.swift",
        "Controllers/TrailerMock.swift",
        "Models/TimeValue.swift",
        "Views/Labels/DefaultLabelsView.swift",
        "Views/Labels/LabelsView.swift",
        "Views/Labels/LiveLabelsView.swift",
        "Views/Lines/DefaultLinesView.swift",
        "Views/Lines/LinesView.swift",
        "Views/Trails/Paths/PathCircle.swift",
        "Views/Trails/Paths/PathLines.swift",
        "Views/Trails/Paths/PathTrail.swift",
        "Views/Trails/TrailView.swift",
        "Views/TrailsView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.