Build Information
Successful build of Nunchuck with Swift 5.9 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/uraimo/nunchuck.swift.git
Reference: 2.0.1
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/uraimo/nunchuck.swift
* tag 2.0.1 -> FETCH_HEAD
HEAD is now at a3e5a2a Now requiring Swift 4.x+
Cloned https://github.com/uraimo/nunchuck.swift.git
Revision (git rev-parse @):
a3e5a2acc831887fd6bbddf73d89430966a0cdd5
SUCCESS checkout https://github.com/uraimo/nunchuck.swift.git at 2.0.1
Fetching https://github.com/uraimo/SwiftyGPIO.git from cache
Fetched https://github.com/uraimo/SwiftyGPIO.git (0.22s)
Computing version for https://github.com/uraimo/SwiftyGPIO.git
Computed https://github.com/uraimo/SwiftyGPIO.git at 1.4.1 (0.48s)
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/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "nunchuck.swift",
"name": "Nunchuck",
"url": "https://github.com/uraimo/nunchuck.swift.git",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/nunchuck.swift",
"dependencies": [
{
"identity": "swiftygpio",
"name": "SwiftyGPIO",
"url": "https://github.com/uraimo/SwiftyGPIO.git",
"version": "1.4.1",
"path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftyGPIO",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/uraimo/nunchuck.swift.git
[1/67] Fetching nunchuck.swift
Fetched https://github.com/uraimo/nunchuck.swift.git (0.25s)
Fetching https://github.com/uraimo/SwiftyGPIO.git from cache
Fetched https://github.com/uraimo/SwiftyGPIO.git (0.17s)
Computing version for https://github.com/uraimo/SwiftyGPIO.git
Computed https://github.com/uraimo/SwiftyGPIO.git at 1.4.1 (0.01s)
Creating working copy for https://github.com/uraimo/nunchuck.swift.git
Working copy of https://github.com/uraimo/nunchuck.swift.git resolved at 2.0.1
Creating working copy for https://github.com/uraimo/SwiftyGPIO.git
Working copy of https://github.com/uraimo/SwiftyGPIO.git resolved at 1.4.1
warning: '.resolve-product-dependencies': dependency 'nunchuck.swift' is not used by any target
Found 1 product dependencies
- SwiftyGPIO
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $workDir
https://github.com/uraimo/nunchuck.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/10] Compiling SwiftyGPIO SunXi.swift
[2/10] Compiling SwiftyGPIO I2C.swift
[3/10] Compiling SwiftyGPIO Mailbox.swift
[4/10] Compiling SwiftyGPIO SPI.swift
[5/10] Compiling SwiftyGPIO 1Wire.swift
[6/10] Compiling SwiftyGPIO ADC.swift
[7/10] Compiling SwiftyGPIO Presets.swift
[8/10] Compiling SwiftyGPIO SwiftyGPIO.swift
[9/11] Emitting module SwiftyGPIO
[10/11] Compiling SwiftyGPIO PWM.swift
[11/11] Compiling SwiftyGPIO UART.swift
[12/13] Emitting module Nunchuck
[13/13] Compiling Nunchuck Nunchuck.swift
Build complete! (7.71s)
Build complete.
Done.