The Swift Package Index logo.Swift Package Index

Build Information

Successful build of motor, reference 0.1.3 (a2b7ac), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 18:51:19 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/swift-cli/motor.git
Reference: 0.1.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swift-cli/motor
 * tag               0.1.3      -> FETCH_HEAD
HEAD is now at a2b7ac6 Merge branch 'chore/update-dependencies' into develop
Cloned https://github.com/swift-cli/motor.git
Revision (git rev-parse @):
a2b7ac65fdd65171ef2ad5ea301b301c987da9b6
SUCCESS checkout https://github.com/swift-cli/motor.git at 0.1.3
Fetching https://github.com/swift-cli/ansi-escape-code
[1/39] Fetching ansi-escape-code
Fetched https://github.com/swift-cli/ansi-escape-code from cache (0.65s)
Computing version for https://github.com/swift-cli/ansi-escape-code
Computed https://github.com/swift-cli/ansi-escape-code at 0.1.1 (1.32s)
Creating working copy for https://github.com/swift-cli/ansi-escape-code
Working copy of https://github.com/swift-cli/ansi-escape-code resolved at 0.1.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": "motor",
      "name": "motor",
      "url": "https://github.com/swift-cli/motor.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/motor",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "ansi-escape-code",
          "name": "ansi-escape-code",
          "url": "https://github.com/swift-cli/ansi-escape-code",
          "version": "0.1.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ansi-escape-code",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/swift-cli/motor.git
[1/48] Fetching motor
Fetched https://github.com/swift-cli/motor.git from cache (0.68s)
Fetching https://github.com/swift-cli/ansi-escape-code from cache
Fetched https://github.com/swift-cli/ansi-escape-code from cache (0.44s)
Computing version for https://github.com/swift-cli/ansi-escape-code
Computed https://github.com/swift-cli/ansi-escape-code at 0.1.2 (0.99s)
Creating working copy for https://github.com/swift-cli/motor.git
Working copy of https://github.com/swift-cli/motor.git resolved at 0.1.3 (a2b7ac6)
Creating working copy for https://github.com/swift-cli/ansi-escape-code
Working copy of https://github.com/swift-cli/ansi-escape-code resolved at 0.1.2
warning: '.resolve-product-dependencies': dependency 'motor' is not used by any target
Found 1 product dependencies
  - ansi-escape-code
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/swift-cli/motor.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[2/8] Write motor-example-entitlement.plist
[2/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/18] Compiling ANSIEscapeCode EraseInLineType.swift
[7/18] Compiling ANSIEscapeCode PrintANSIEscapeCode.swift
[8/18] Compiling ANSIEscapeCode EraseInDisplayType.swift
[9/18] Compiling ANSIEscapeCode String+ANSIEscapeCode.swift
[10/18] Compiling ANSIEscapeCode Erase.swift
[11/18] Compiling ANSIEscapeCode Scroll.swift
[12/18] Compiling ANSIEscapeCode Cursor.swift
[13/19] Emitting module ANSIEscapeCode
[14/19] Compiling ANSIEscapeCode BackgroundColor.swift
[15/19] Compiling ANSIEscapeCode ANSIEscapeCode.swift
[16/19] Compiling ANSIEscapeCode TextColor.swift
[17/25] Compiling Motor Pattern.swift
[18/25] Compiling Motor Spinner.swift
[19/25] Compiling Motor Patterns.swift
[20/25] Emitting module Motor
/Users/admin/builder/spi-builder-workspace/Sources/Motor/Animator.swift:30:12: warning: class 'Animator' must restate inherited '@unchecked Sendable' conformance
28 |
29 | /// Spinner animator.
30 | open class Animator: Operation {
   |            `- warning: class 'Animator' must restate inherited '@unchecked Sendable' conformance
31 |
32 |     /// Text displayed beside spinner.
[21/25] Compiling Motor Animation.swift
[22/25] Compiling Motor Animator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Motor/Animator.swift:30:12: warning: class 'Animator' must restate inherited '@unchecked Sendable' conformance
28 |
29 | /// Spinner animator.
30 | open class Animator: Operation {
   |            `- warning: class 'Animator' must restate inherited '@unchecked Sendable' conformance
31 |
32 |     /// Text displayed beside spinner.
[23/27] Compiling motor_example main.swift
[24/27] Emitting module motor_example
[24/27] Write Objects.LinkFileList
[25/27] Linking motor-example
[26/27] Applying motor-example
Build complete! (6.92s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "ansi-escape-code",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-cli/ansi-escape-code"
    }
  ],
  "manifest_display_name" : "motor",
  "name" : "motor",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Motor",
      "targets" : [
        "Motor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "motor-example",
      "targets" : [
        "motor-example"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "motor_example",
      "module_type" : "SwiftTarget",
      "name" : "motor-example",
      "path" : "Sources/motor-example",
      "product_memberships" : [
        "motor-example"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Motor"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Motor",
      "module_type" : "SwiftTarget",
      "name" : "Motor",
      "path" : "Sources/Motor",
      "product_dependencies" : [
        "ANSIEscapeCode"
      ],
      "product_memberships" : [
        "Motor",
        "motor-example"
      ],
      "sources" : [
        "Animation.swift",
        "Animator.swift",
        "Pattern.swift",
        "Patterns.swift",
        "Spinner.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.