The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DS1307 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/ds1307.swift.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/uraimo/ds1307.swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at f05f41c Now requiring Swift 4.x+
Cloned https://github.com/uraimo/ds1307.swift.git
Revision (git rev-parse @):
f05f41ceb97b6a7603517bf306f27f9993bf4cdd
SUCCESS checkout https://github.com/uraimo/ds1307.swift.git at master
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.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/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "ds1307.swift",
      "name": "DS1307",
      "url": "https://github.com/uraimo/ds1307.swift.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ds1307.swift",
      "dependencies": [
        {
          "identity": "swiftygpio",
          "name": "SwiftyGPIO",
          "url": "https://github.com/uraimo/SwiftyGPIO.git",
          "version": "1.4.1",
          "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftyGPIO",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/uraimo/ds1307.swift.git
[1/62] Fetching ds1307.swift
Fetched https://github.com/uraimo/ds1307.swift.git (0.27s)
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.01s)
Creating working copy for https://github.com/uraimo/ds1307.swift.git
Working copy of https://github.com/uraimo/ds1307.swift.git resolved at master
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 'ds1307.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/10] Compiling SwiftyGPIO SPI.swift
[3/11] Compiling SwiftyGPIO UART.swift
[4/11] Compiling SwiftyGPIO 1Wire.swift
[5/11] Compiling SwiftyGPIO ADC.swift
[6/11] Compiling SwiftyGPIO SwiftyGPIO.swift
[7/11] Compiling SwiftyGPIO Presets.swift
[8/11] Compiling SwiftyGPIO I2C.swift
[9/11] Compiling SwiftyGPIO Mailbox.swift
[10/11] Compiling SwiftyGPIO PWM.swift
[11/11] Emitting module SwiftyGPIO
[12/13] Emitting module DS1307
[13/13] Compiling DS1307 DS1307.swift
Build complete! (24.53s)
Build complete.
Done.