The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SG90Servo 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/sg90servo.swift.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/uraimo/sg90servo.swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 61c41f4 Updated README
Cloned https://github.com/uraimo/sg90servo.swift.git
Revision (git rev-parse @):
61c41f409a545db0b83a28ade3f96376258633a8
SUCCESS checkout https://github.com/uraimo/sg90servo.swift.git at master
Fetching https://github.com/uraimo/SwiftyGPIO.git from cache
Fetched https://github.com/uraimo/SwiftyGPIO.git (0.42s)
Computing version for https://github.com/uraimo/SwiftyGPIO.git
Computed https://github.com/uraimo/SwiftyGPIO.git at 1.4.1 (0.02s)
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": "sg90servo.swift",
      "name": "SG90Servo",
      "url": "https://github.com/uraimo/sg90servo.swift.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/sg90servo.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/sg90servo.swift.git
[3/125] Fetching sg90servo.swift
Fetched https://github.com/uraimo/sg90servo.swift.git (0.28s)
Fetching https://github.com/uraimo/SwiftyGPIO.git from cache
Fetched https://github.com/uraimo/SwiftyGPIO.git (0.19s)
Computing version for https://github.com/uraimo/SwiftyGPIO.git
Computed https://github.com/uraimo/SwiftyGPIO.git at 1.4.1 (0.02s)
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/sg90servo.swift.git
Working copy of https://github.com/uraimo/sg90servo.swift.git resolved at master
warning: '.resolve-product-dependencies': dependency 'sg90servo.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 SunXi.swift
[2/11] Compiling SwiftyGPIO UART.swift
[3/11] Compiling SwiftyGPIO SPI.swift
[4/11] Compiling SwiftyGPIO 1Wire.swift
[5/11] Compiling SwiftyGPIO ADC.swift
[6/11] Compiling SwiftyGPIO SwiftyGPIO.swift
[7/11] Compiling SwiftyGPIO I2C.swift
[8/11] Compiling SwiftyGPIO Mailbox.swift
[9/11] Emitting module SwiftyGPIO
[10/11] Compiling SwiftyGPIO Presets.swift
[11/11] Compiling SwiftyGPIO PWM.swift
[12/13] Compiling SG90Servo SG90Servo.swift
[13/13] Emitting module SG90Servo
Build complete! (10.83s)
Build complete.
Done.