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 2.0.0-beta2 (b363cd), with Swift 6.0 for macOS (SPM) on 26 Nov 2024 18:54:46 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/samco182/swiftyxbee.git
Reference: 2.0.0-beta2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/samco182/swiftyxbee
 * tag               2.0.0-beta2 -> FETCH_HEAD
HEAD is now at b363cd8 [Fix] updates SwiftyGPIO dependency to use an updated one
Cloned https://github.com/samco182/swiftyxbee.git
Revision (git rev-parse @):
b363cd8afa37cd41c1eb89aff037d6880c1806a9
SUCCESS checkout https://github.com/samco182/swiftyxbee.git at 2.0.0-beta2
Fetching https://github.com/samco182/SwiftyGPIO.git
[1/1956] Fetching swiftygpio
Fetched https://github.com/samco182/SwiftyGPIO.git from cache (1.05s)
Creating working copy for https://github.com/samco182/SwiftyGPIO.git
Working copy of https://github.com/samco182/SwiftyGPIO.git resolved at next_release (5e95acb)
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swiftyxbee",
      "name": "SwiftyXBee",
      "url": "https://github.com/samco182/swiftyxbee.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftyxbee",
      "dependencies": [
        {
          "identity": "swiftygpio",
          "name": "SwiftyGPIO",
          "url": "https://github.com/samco182/SwiftyGPIO.git",
          "version": "unspecified",
          "path": "/Users/admin/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 from cache (0.77s)
Fetching https://github.com/samco182/SwiftyGPIO.git from cache
Fetched https://github.com/samco182/SwiftyGPIO.git from cache (0.45s)
Creating working copy for https://github.com/samco182/SwiftyGPIO.git
Working copy of https://github.com/samco182/SwiftyGPIO.git resolved at next_release (5e95acb)
Creating working copy for https://github.com/samco182/swiftyxbee.git
Working copy of https://github.com/samco182/swiftyxbee.git resolved at 2.0.0-beta2 (b363cd8)
warning: '.resolve-product-dependencies': dependency 'swiftyxbee' is not used by any target
Found 1 product dependencies
  - SwiftyGPIO
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/samco182/swiftyxbee.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--7754E27361AE5C74.txt
[4/16] Compiling SwiftyGPIO RaspberryGPIO.swift
[5/16] Compiling SwiftyGPIO SunXi.swift
[6/16] Compiling SwiftyGPIO RaspberryPWM.swift
[7/16] Compiling SwiftyGPIO Mailbox.swift
[8/16] Compiling SwiftyGPIO SPI.swift
[9/16] Compiling SwiftyGPIO UART.swift
[10/16] Compiling SwiftyGPIO Presets.swift
[11/16] Compiling SwiftyGPIO GPIO.swift
[12/16] Compiling SwiftyGPIO I2C.swift
[13/16] Compiling SwiftyGPIO 1Wire.swift
[14/16] Compiling SwiftyGPIO ADC.swift
[15/16] Emitting module SwiftyGPIO
[16/16] Compiling SwiftyGPIO SwiftyGPIO.swift
[17/17] Compiling SwiftyGPIO RaspberrySPI.swift
[18/38] Emitting module SwiftyXBee
[19/40] Compiling SwiftyXBee Checksum.swift
[20/40] Compiling SwiftyXBee DeviceAddress.swift
[21/40] Compiling SwiftyXBee StartDelimiter.swift
[22/40] Compiling SwiftyXBee ATCommandData.swift
[23/40] Compiling SwiftyXBee FrameLength.swift
[24/40] Compiling SwiftyXBee NetworkAddress.swift
[25/40] Compiling SwiftyXBee APIFrame.swift
[26/40] Compiling SwiftyXBee APIFrameProtocols.swift
[27/40] Compiling SwiftyXBee ATCommandResponseData.swift
[28/40] Compiling SwiftyXBee ZigBeeReceivePacketData.swift
[29/40] Compiling SwiftyXBee SerialConnection.swift
[30/40] Compiling SwiftyXBee SwiftyXBee.swift
[31/40] Compiling SwiftyXBee ZigBeeTransmitRequestData.swift
[32/40] Compiling SwiftyXBee ZigBeeTransmitStatusData.swift
[33/40] Compiling SwiftyXBee Int+Extensions.swift
[34/40] Compiling SwiftyXBee String+Extensions.swift
[35/40] Compiling SwiftyXBee XBeeSerial.swift
[36/40] Compiling SwiftyXBee Constants.swift
[37/40] Compiling SwiftyXBee Array+Extensions.swift
[38/40] Compiling SwiftyXBee Bool+Extensions.swift
[39/40] Compiling SwiftyXBee ATCommand.swift
[40/40] Compiling SwiftyXBee ATCommandResponse.swift
Build complete! (16.35s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftygpio",
      "requirement" : {
        "branch" : [
          "next_release"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/samco182/SwiftyGPIO.git"
    }
  ],
  "manifest_display_name" : "SwiftyXBee",
  "name" : "SwiftyXBee",
  "path" : "/Users/admin/builder/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"
}
Done.