The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftyXBee 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/samco182/swiftyxbee.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/samco182/swiftyxbee
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 6657120 [Fix] fixes issue where program would get stuck if trying to read data and there was actually no data sent by another XBee
Cloned https://github.com/samco182/swiftyxbee.git
Revision (git rev-parse @):
665712020b93340b973084e45118775ba19d1518
SUCCESS checkout https://github.com/samco182/swiftyxbee.git at master
Fetching https://github.com/uraimo/SwiftyGPIO.git from cache
Fetched https://github.com/uraimo/SwiftyGPIO.git (0.18s)
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/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": "swiftyxbee",
      "name": "SwiftyXBee",
      "url": "https://github.com/samco182/swiftyxbee.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftyxbee",
      "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/samco182/swiftyxbee.git
[1/289] Fetching swiftyxbee
Fetched https://github.com/samco182/swiftyxbee.git (0.27s)
Fetching https://github.com/uraimo/SwiftyGPIO.git from cache
Fetched https://github.com/uraimo/SwiftyGPIO.git (0.20s)
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/samco182/swiftyxbee.git
Working copy of https://github.com/samco182/swiftyxbee.git resolved at master
warning: '.resolve-product-dependencies': dependency 'swiftyxbee' 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 Presets.swift
[3/10] Compiling SwiftyGPIO 1Wire.swift
[4/10] Compiling SwiftyGPIO ADC.swift
[5/10] Emitting module SwiftyGPIO
[6/10] Compiling SwiftyGPIO SPI.swift
[7/10] Compiling SwiftyGPIO SwiftyGPIO.swift
[8/11] Compiling SwiftyGPIO I2C.swift
[9/11] Compiling SwiftyGPIO Mailbox.swift
[10/11] Compiling SwiftyGPIO PWM.swift
[11/11] Compiling SwiftyGPIO UART.swift
[12/32] Compiling SwiftyXBee ATCommandData.swift
[13/32] Compiling SwiftyXBee ATCommandResponseData.swift
[14/32] Compiling SwiftyXBee ZigBeeReceivePacketData.swift
[15/34] Compiling SwiftyXBee FrameLength.swift
[16/34] Compiling SwiftyXBee NetworkAddress.swift
[17/34] Compiling SwiftyXBee StartDelimiter.swift
[18/34] Compiling SwiftyXBee ATCommandResponse.swift
[19/34] Compiling SwiftyXBee Checksum.swift
[20/34] Compiling SwiftyXBee DeviceAddress.swift
[21/34] Compiling SwiftyXBee APIFrame.swift
[22/34] Compiling SwiftyXBee APIFrameProtocols.swift
[23/34] Compiling SwiftyXBee ATCommand.swift
[24/34] Emitting module SwiftyXBee
[25/34] Compiling SwiftyXBee SerialConnection.swift
[26/34] Compiling SwiftyXBee SwiftyXBee.swift
[27/34] Compiling SwiftyXBee Constants.swift
[28/34] Compiling SwiftyXBee Array+Extensions.swift
[29/34] Compiling SwiftyXBee Bool+Extensions.swift
[30/34] Compiling SwiftyXBee Int+Extensions.swift
[31/34] Compiling SwiftyXBee String+Extensions.swift
[32/34] Compiling SwiftyXBee XBeeSerial.swift
[33/34] Compiling SwiftyXBee ZigBeeTransmitRequestData.swift
[34/34] Compiling SwiftyXBee ZigBeeTransmitStatusData.swift
Build complete! (9.23s)
Build complete.
Done.