The Swift Package Index logo.Swift Package Index

Build Information

Successful build of LSM303 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/flx/lsm303.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/flx/lsm303
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 11ae6a4 Working Version 1.0
Cloned https://github.com/flx/lsm303.git
Revision (git rev-parse @):
11ae6a4ef12219b4710b491ac8d55dfb32026bc5
SUCCESS checkout https://github.com/flx/lsm303.git at master
Fetching https://github.com/uraimo/SwiftyGPIO.git from cache
Fetched https://github.com/uraimo/SwiftyGPIO.git (0.30s)
Computing version for https://github.com/uraimo/SwiftyGPIO.git
Computed https://github.com/uraimo/SwiftyGPIO.git at 1.1.0 (0.66s)
Creating working copy for https://github.com/uraimo/SwiftyGPIO.git
Working copy of https://github.com/uraimo/SwiftyGPIO.git resolved at 1.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "lsm303",
      "name": "LSM303",
      "url": "https://github.com/flx/lsm303.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/lsm303",
      "dependencies": [
        {
          "identity": "swiftygpio",
          "name": "SwiftyGPIO",
          "url": "https://github.com/uraimo/SwiftyGPIO.git",
          "version": "1.4.1",
          "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftyGPIO",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/flx/lsm303.git
[1/65] Fetching lsm303
Fetched https://github.com/flx/lsm303.git (0.26s)
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.04s)
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/flx/lsm303.git
Working copy of https://github.com/flx/lsm303.git resolved at master
warning: '.resolve-product-dependencies': dependency 'lsm303' 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 I2C.swift
[2/10] Compiling SwiftyGPIO Mailbox.swift
[3/10] Compiling SwiftyGPIO SunXi.swift
[4/10] Compiling SwiftyGPIO 1Wire.swift
[5/10] Compiling SwiftyGPIO ADC.swift
[6/10] Compiling SwiftyGPIO SwiftyGPIO.swift
[7/10] Compiling SwiftyGPIO SPI.swift
[8/10] Emitting module SwiftyGPIO
[9/10] Compiling SwiftyGPIO Presets.swift
[10/10] Compiling SwiftyGPIO PWM.swift
[11/11] Compiling SwiftyGPIO UART.swift
[12/13] Emitting module LSM303
[13/13] Compiling LSM303 LSM303.swift
Build complete! (9.83s)
Build complete.
Done.