The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Redline, reference v0.0.1 (3da505), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 04:07:39 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/robb/Redline.git
Reference: v0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/robb/Redline
 * tag               v0.0.1     -> FETCH_HEAD
HEAD is now at 3da505c Initial commit
Cloned https://github.com/robb/Redline.git
Revision (git rev-parse @):
3da505c314d7316cc22e78eeda970b0c7f318b87
SUCCESS checkout https://github.com/robb/Redline.git at v0.0.1
========================================
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": "redline",
      "name": "Redline",
      "url": "https://github.com/robb/Redline.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Redline",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/robb/Redline.git
[1/18] Fetching redline
Fetched https://github.com/robb/Redline.git from cache (0.80s)
Creating working copy for https://github.com/robb/Redline.git
Working copy of https://github.com/robb/Redline.git resolved at v0.0.1 (3da505c)
warning: '.resolve-product-dependencies': dependency 'redline' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/robb/Redline.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/12] Compiling Redline VisualizeSpacing.swift
[4/12] Compiling Redline VisualizePosition.swift
[5/12] Compiling Redline Line.swift
[6/12] Compiling Redline VisualizeDimension.swift
[7/12] Compiling Redline IBeam.swift
[8/12] Compiling Redline DimensionLabel.swift
/Users/admin/builder/spi-builder-workspace/Sources/Redline/DimensionLabel.swift:25:24: warning: capture of non-Sendable type 'Content.Type' in an isolated closure [#SendableMetatypes]
 23 |             .fixedSize()
 24 |             .alignmentGuide(HorizontalAlignment.dimensionLabel) { d in
 25 |                 switch edge {
    |                        `- warning: capture of non-Sendable type 'Content.Type' in an isolated closure [#SendableMetatypes]
 26 |                 case .top, .bottom, nil: d[HorizontalAlignment.center]
 27 |                 case .leading: d[.leading] - 8
/Users/admin/builder/spi-builder-workspace/Sources/Redline/DimensionLabel.swift:32:24: warning: capture of non-Sendable type 'Content.Type' in an isolated closure [#SendableMetatypes]
 30 |             }
 31 |             .alignmentGuide(VerticalAlignment.dimensionLabel) { d in
 32 |                 switch edge {
    |                        `- warning: capture of non-Sendable type 'Content.Type' in an isolated closure [#SendableMetatypes]
 33 |                 case .leading, .trailing, nil: d[VerticalAlignment.center]
 34 |                 case .top: d[.top] - 8
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[9/12] Compiling Redline CGRect+UnitPoint.swift
[10/12] Emitting module Redline
[11/12] Compiling Redline CGPoint+Offset.swift
[12/12] Compiling Redline VisualizeAlignmentGuide.swift
Build complete! (8.78s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Redline",
  "name" : "Redline",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "Redline",
      "targets" : [
        "Redline"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Redline",
      "module_type" : "SwiftTarget",
      "name" : "Redline",
      "path" : "Sources/Redline",
      "product_memberships" : [
        "Redline"
      ],
      "sources" : [
        "CGPoint+Offset.swift",
        "CGRect+UnitPoint.swift",
        "DimensionLabel.swift",
        "IBeam.swift",
        "Line.swift",
        "VisualizeAlignmentGuide.swift",
        "VisualizeDimension.swift",
        "VisualizePosition.swift",
        "VisualizeSpacing.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.