The Swift Package Index logo.Swift Package Index

Build Information

Successful build of WS281x 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/uraimo/ws281x.swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/uraimo/ws281x.swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b389dea Now requiring Swift 4.x+
Cloned https://github.com/uraimo/ws281x.swift.git
Revision (git rev-parse @):
b389dea38574c5ad1eb52420e1b9c11235962df3
SUCCESS checkout https://github.com/uraimo/ws281x.swift.git at master
Fetching https://github.com/uraimo/SwiftyGPIO.git from cache
Fetched https://github.com/uraimo/SwiftyGPIO.git (0.23s)
Computing version for https://github.com/uraimo/SwiftyGPIO.git
Computed https://github.com/uraimo/SwiftyGPIO.git at 1.4.1 (0.03s)
Creating working copy for https://github.com/uraimo/SwiftyGPIO.git
Working copy of https://github.com/uraimo/SwiftyGPIO.git resolved at 1.4.1
========================================
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": "ws281x.swift",
      "name": "WS281x",
      "url": "https://github.com/uraimo/ws281x.swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ws281x.swift",
      "dependencies": [
        {
          "identity": "swiftygpio",
          "name": "SwiftyGPIO",
          "url": "https://github.com/uraimo/SwiftyGPIO.git",
          "version": "1.4.1",
          "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftyGPIO",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/uraimo/ws281x.swift.git
[1/137] Fetching ws281x.swift
Fetched https://github.com/uraimo/ws281x.swift.git (0.75s)
Fetching https://github.com/uraimo/SwiftyGPIO.git from cache
Fetched https://github.com/uraimo/SwiftyGPIO.git (0.21s)
Computing version for https://github.com/uraimo/SwiftyGPIO.git
Computed https://github.com/uraimo/SwiftyGPIO.git at 1.4.1 (0.03s)
Creating working copy for https://github.com/uraimo/SwiftyGPIO.git
Working copy of https://github.com/uraimo/SwiftyGPIO.git resolved at 1.4.1
Creating working copy for https://github.com/uraimo/ws281x.swift.git
Working copy of https://github.com/uraimo/ws281x.swift.git resolved at master
warning: '.resolve-product-dependencies': dependency 'ws281x.swift' is not used by any target
Found 1 product dependencies
  - SwiftyGPIO
========================================
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/10] Compiling SwiftyGPIO SwiftyGPIO.swift
[2/10] Compiling SwiftyGPIO Presets.swift
[3/10] Compiling SwiftyGPIO SunXi.swift
[4/10] Compiling SwiftyGPIO SPI.swift
[5/11] Emitting module SwiftyGPIO
[6/11] Compiling SwiftyGPIO I2C.swift
[7/11] Compiling SwiftyGPIO Mailbox.swift
[8/11] Compiling SwiftyGPIO 1Wire.swift
[9/11] Compiling SwiftyGPIO ADC.swift
[10/11] Compiling SwiftyGPIO PWM.swift
[11/11] Compiling SwiftyGPIO UART.swift
[12/13] Compiling WS281x WS281x.swift
[13/13] Emitting module WS281x
Build complete! (14.15s)
Build complete.
Done.