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 Spiral, reference 1.0.1 (c529d2), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 12:21:14 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/buh/Spiral.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/buh/Spiral
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at c529d2e Update README.md
Cloned https://github.com/buh/Spiral.git
Revision (git rev-parse @):
c529d2e71152edf6890f5f508689de17936d6e96
SUCCESS checkout https://github.com/buh/Spiral.git at 1.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/buh/Spiral.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/6] Compiling Spiral SpiralView.swift
[4/6] Compiling Spiral SpiralPoints.swift
[5/6] Compiling Spiral Spiral.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spiral/Spiral.swift:13:17: warning: stored property 'pathType' of 'Sendable'-conforming struct 'Spiral' has non-sendable type 'SpiralPathType'; this is an error in the Swift 6 language mode
 11 | public struct Spiral: Shape {
 12 |
 13 |     private let pathType: SpiralPathType
    |                 `- warning: stored property 'pathType' of 'Sendable'-conforming struct 'Spiral' has non-sendable type 'SpiralPathType'; this is an error in the Swift 6 language mode
 14 |     private let startAt: Angle
 15 |     private let endAt: Angle
    :
102 |
103 | /// Type of path to draw the spiral.
104 | public enum SpiralPathType {
    |             `- note: consider making enum 'SpiralPathType' conform to the 'Sendable' protocol
105 |     /// Line type draws lines between spiral points.
106 |     case line
[6/6] Emitting module Spiral
/Users/admin/builder/spi-builder-workspace/Sources/Spiral/Spiral.swift:13:17: warning: stored property 'pathType' of 'Sendable'-conforming struct 'Spiral' has non-sendable type 'SpiralPathType'; this is an error in the Swift 6 language mode
 11 | public struct Spiral: Shape {
 12 |
 13 |     private let pathType: SpiralPathType
    |                 `- warning: stored property 'pathType' of 'Sendable'-conforming struct 'Spiral' has non-sendable type 'SpiralPathType'; this is an error in the Swift 6 language mode
 14 |     private let startAt: Angle
 15 |     private let endAt: Angle
    :
102 |
103 | /// Type of path to draw the spiral.
104 | public enum SpiralPathType {
    |             `- note: consider making enum 'SpiralPathType' conform to the 'Sendable' protocol
105 |     /// Line type draws lines between spiral points.
106 |     case line
Build complete! (7.06s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Spiral",
  "name" : "Spiral",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "Spiral",
      "targets" : [
        "Spiral"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Spiral",
      "module_type" : "SwiftTarget",
      "name" : "Spiral",
      "path" : "Sources/Spiral",
      "product_memberships" : [
        "Spiral"
      ],
      "sources" : [
        "Spiral.swift",
        "SpiralPoints.swift",
        "SpiralView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.