The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Spiral with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/buh/Spiral.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/buh/Spiral
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7921e17 Update FUNDING.yml
Cloned https://github.com/buh/Spiral.git
Revision (git rev-parse @):
7921e17f20062e62c4fe6ee98fb8ed61e6f3427e
SUCCESS checkout https://github.com/buh/Spiral.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "spiral",
      "name": "Spiral",
      "url": "https://github.com/buh/Spiral.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Spiral",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/buh/Spiral.git
[1/969] Fetching spiral
Fetched https://github.com/buh/Spiral.git (0.40s)
Creating working copy for https://github.com/buh/Spiral.git
Working copy of https://github.com/buh/Spiral.git resolved at main
warning: '.resolve-product-dependencies': dependency 'spiral' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/4] Compiling Spiral SpiralView.swift
[2/4] Compiling Spiral SpiralPoints.swift
[3/4] Compiling Spiral Spiral.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Spiral/Spiral.swift:13:17: warning: stored property 'pathType' of 'Sendable'-conforming struct 'Spiral' has non-sendable type 'SpiralPathType'
    private let pathType: SpiralPathType
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Spiral/Spiral.swift:104:13: note: consider making enum 'SpiralPathType' conform to the 'Sendable' protocol
public enum SpiralPathType {
            ^
                           : Sendable
[4/4] Emitting module Spiral
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Spiral/Spiral.swift:13:17: warning: stored property 'pathType' of 'Sendable'-conforming struct 'Spiral' has non-sendable type 'SpiralPathType'
    private let pathType: SpiralPathType
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Spiral/Spiral.swift:104:13: note: consider making enum 'SpiralPathType' conform to the 'Sendable' protocol
public enum SpiralPathType {
            ^
                           : Sendable
Build complete! (24.44s)
Build complete.
Done.