The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Redline, reference v0.0.1 (3da505), with Swift 6.0 for macOS (SPM) on 29 Apr 2025 22:43:37 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.61.1
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",
  "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",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/robb/Redline.git
[1/18] Fetching redline
Fetched https://github.com/robb/Redline.git from cache (0.89s)
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.0
Building package at path:  $PWD
https://github.com/robb/Redline.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/12] Compiling Redline VisualizeSpacing.swift
[4/12] Compiling Redline DimensionLabel.swift
[5/12] Compiling Redline IBeam.swift
[6/12] Emitting module Redline
[7/12] Compiling Redline CGRect+UnitPoint.swift
[8/12] Compiling Redline VisualizeDimension.swift
[9/12] Compiling Redline CGPoint+Offset.swift
[10/12] Compiling Redline VisualizeAlignmentGuide.swift
[11/12] Compiling Redline Line.swift
[12/12] Compiling Redline VisualizePosition.swift
Build complete! (9.73s)
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.