The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SwiftyXBee, reference 1.1.1 (665712), with Swift 6.2 (beta) for Linux on 17 Jun 2025 20:24:24 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/samco182/swiftyxbee.git
Reference: 1.1.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/samco182/swiftyxbee
 * tag               1.1.1      -> FETCH_HEAD
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 1.1.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/samco182/swiftyxbee.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/uraimo/SwiftyGPIO.git
[1/2393] Fetching swiftygpio
Fetched https://github.com/uraimo/SwiftyGPIO.git from cache (0.37s)
Computing version for https://github.com/uraimo/SwiftyGPIO.git
Computed https://github.com/uraimo/SwiftyGPIO.git at 1.4.4 (1.00s)
Creating working copy for https://github.com/uraimo/SwiftyGPIO.git
Working copy of https://github.com/uraimo/SwiftyGPIO.git resolved at 1.4.4
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/13] Compiling SwiftyGPIO PWM.swift
[5/14] Compiling SwiftyGPIO Presets.swift
[6/14] Compiling SwiftyGPIO SunXi.swift
[7/14] Compiling SwiftyGPIO SPI.swift
[8/14] Compiling SwiftyGPIO SwiftyGPIO.swift
[9/14] Compiling SwiftyGPIO I2C.swift
[10/14] Compiling SwiftyGPIO Mailbox.swift
[11/14] Emitting module SwiftyGPIO
[12/14] Compiling SwiftyGPIO 1Wire.swift
[13/14] Compiling SwiftyGPIO ADC.swift
[14/14] Compiling SwiftyGPIO UART.swift
[16/36] Compiling SwiftyXBee Constants.swift
[17/36] Compiling SwiftyXBee Array+Extensions.swift
[18/36] Compiling SwiftyXBee Bool+Extensions.swift
[19/38] Compiling SwiftyXBee ATCommandData.swift
[20/38] Compiling SwiftyXBee ATCommandResponseData.swift
[21/38] Compiling SwiftyXBee ZigBeeReceivePacketData.swift
[22/38] Compiling SwiftyXBee ATCommandResponse.swift
[23/38] Compiling SwiftyXBee Checksum.swift
[24/38] Compiling SwiftyXBee DeviceAddress.swift
[25/38] Compiling SwiftyXBee SerialConnection.swift
[26/38] Compiling SwiftyXBee SwiftyXBee.swift
[27/38] Emitting module SwiftyXBee
[28/38] Compiling SwiftyXBee Int+Extensions.swift
[29/38] Compiling SwiftyXBee String+Extensions.swift
[30/38] Compiling SwiftyXBee XBeeSerial.swift
[31/38] Compiling SwiftyXBee FrameLength.swift
[32/38] Compiling SwiftyXBee NetworkAddress.swift
[33/38] Compiling SwiftyXBee StartDelimiter.swift
[34/38] Compiling SwiftyXBee ZigBeeTransmitRequestData.swift
[35/38] Compiling SwiftyXBee ZigBeeTransmitStatusData.swift
[36/38] Compiling SwiftyXBee APIFrame.swift
[37/38] Compiling SwiftyXBee APIFrameProtocols.swift
[38/38] Compiling SwiftyXBee ATCommand.swift
Build complete! (18.17s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftygpio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/uraimo/SwiftyGPIO.git"
    }
  ],
  "manifest_display_name" : "SwiftyXBee",
  "name" : "SwiftyXBee",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftyXBee",
      "targets" : [
        "SwiftyXBee"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftyXBee",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyXBee",
      "path" : "Sources/SwiftyXBee",
      "product_dependencies" : [
        "SwiftyGPIO"
      ],
      "product_memberships" : [
        "SwiftyXBee"
      ],
      "sources" : [
        "Helpers/Constants.swift",
        "Helpers/Extensions/Array+Extensions.swift",
        "Helpers/Extensions/Bool+Extensions.swift",
        "Helpers/Extensions/Int+Extensions.swift",
        "Helpers/Extensions/String+Extensions.swift",
        "Helpers/XBeeSerial.swift",
        "Models/APIFrame/APIFrame.swift",
        "Models/APIFrame/APIFrameProtocols.swift",
        "Models/APIFrame/ATCommand.swift",
        "Models/APIFrame/ATCommandResponse.swift",
        "Models/APIFrame/Checksum.swift",
        "Models/APIFrame/DeviceAddress.swift",
        "Models/APIFrame/FrameLength.swift",
        "Models/APIFrame/NetworkAddress.swift",
        "Models/APIFrame/StartDelimiter.swift",
        "Models/APIFrameData/ATCommandData.swift",
        "Models/APIFrameData/ATCommandResponseData.swift",
        "Models/APIFrameData/ZigBeeReceivePacketData.swift",
        "Models/APIFrameData/ZigBeeTransmitRequestData.swift",
        "Models/APIFrameData/ZigBeeTransmitStatusData.swift",
        "Models/UART/SerialConnection.swift",
        "SwiftyXBee.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.