The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftyXBee with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/samco182/swiftyxbee.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/samco182/swiftyxbee.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--423B1241ED78D482.txt
[4/13] Compiling SwiftyGPIO I2C.swift
[5/13] Compiling SwiftyGPIO Mailbox.swift
[6/13] Compiling SwiftyGPIO Presets.swift
[7/14] Compiling SwiftyGPIO SPI.swift
[8/14] Compiling SwiftyGPIO UART.swift
[9/14] Compiling SwiftyGPIO PWM.swift
[10/14] Compiling SwiftyGPIO SunXi.swift
[11/14] Emitting module SwiftyGPIO
[12/14] Compiling SwiftyGPIO SwiftyGPIO.swift
[13/14] Compiling SwiftyGPIO 1Wire.swift
[14/14] Compiling SwiftyGPIO ADC.swift
[15/35] Compiling SwiftyXBee FrameLength.swift
[16/35] Compiling SwiftyXBee NetworkAddress.swift
[17/35] Compiling SwiftyXBee StartDelimiter.swift
[18/37] Emitting module SwiftyXBee
[19/37] Compiling SwiftyXBee Int+Extensions.swift
[20/37] Compiling SwiftyXBee String+Extensions.swift
[21/37] Compiling SwiftyXBee XBeeSerial.swift
[22/37] Compiling SwiftyXBee APIFrame.swift
[23/37] Compiling SwiftyXBee APIFrameProtocols.swift
[24/37] Compiling SwiftyXBee ATCommand.swift
[25/37] Compiling SwiftyXBee SerialConnection.swift
[26/37] Compiling SwiftyXBee SwiftyXBee.swift
[27/37] Compiling SwiftyXBee ATCommandData.swift
[28/37] Compiling SwiftyXBee ATCommandResponseData.swift
[29/37] Compiling SwiftyXBee ZigBeeReceivePacketData.swift
[30/37] Compiling SwiftyXBee ATCommandResponse.swift
[31/37] Compiling SwiftyXBee Checksum.swift
[32/37] Compiling SwiftyXBee DeviceAddress.swift
[33/37] Compiling SwiftyXBee Constants.swift
[34/37] Compiling SwiftyXBee Array+Extensions.swift
[35/37] Compiling SwiftyXBee Bool+Extensions.swift
[36/37] Compiling SwiftyXBee ZigBeeTransmitRequestData.swift
[37/37] Compiling SwiftyXBee ZigBeeTransmitStatusData.swift
Build complete! (6.63s)
Fetching https://github.com/uraimo/SwiftyGPIO.git from cache
Fetched https://github.com/uraimo/SwiftyGPIO.git from cache (0.24s)
Computing version for https://github.com/uraimo/SwiftyGPIO.git
Computed https://github.com/uraimo/SwiftyGPIO.git at 1.4.1 (0.03s)
Creating working copy for https://github.com/uraimo/SwiftyGPIO.git
Working copy of https://github.com/uraimo/SwiftyGPIO.git resolved at 1.4.1
Build complete.
Done.