The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SwiftyXBee, reference master (665712), with Swift 6.1 for macOS (SPM) on 24 Apr 2025 18:56:44 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/samco182/swiftyxbee.git
Reference: master
Initialized empty Git repository in /Users/admin/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
[1/2388] Fetching swiftygpio
Fetched https://github.com/uraimo/SwiftyGPIO.git from cache (1.01s)
Computing version for https://github.com/uraimo/SwiftyGPIO.git
Computed https://github.com/uraimo/SwiftyGPIO.git at 1.4.4 (1.60s)
Creating working copy for https://github.com/uraimo/SwiftyGPIO.git
Working copy of https://github.com/uraimo/SwiftyGPIO.git resolved at 1.4.4
========================================
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/uraimo/SwiftyGPIO.git",
          "version": "1.4.4",
          "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.61s)
Fetching https://github.com/uraimo/SwiftyGPIO.git from cache
Fetched https://github.com/uraimo/SwiftyGPIO.git from cache (0.44s)
Computing version for https://github.com/uraimo/SwiftyGPIO.git
Computed https://github.com/uraimo/SwiftyGPIO.git at 1.4.4 (0.49s)
Creating working copy for https://github.com/uraimo/SwiftyGPIO.git
Working copy of https://github.com/uraimo/SwiftyGPIO.git resolved at 1.4.4
Creating working copy for https://github.com/samco182/swiftyxbee.git
Working copy of https://github.com/samco182/swiftyxbee.git resolved at master (6657120)
warning: '.resolve-product-dependencies': dependency 'swiftyxbee' is not used by any target
Found 1 product dependencies
  - SwiftyGPIO
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/samco182/swiftyxbee.git
https://github.com/samco182/swiftyxbee.git
{
  "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" : "/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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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-2F0A5646E1D333AE.txt
[4/13] Compiling SwiftyGPIO SPI.swift
[5/13] Compiling SwiftyGPIO SwiftyGPIO.swift
[6/13] Compiling SwiftyGPIO SunXi.swift
[7/14] Compiling SwiftyGPIO Mailbox.swift
[8/14] Compiling SwiftyGPIO 1Wire.swift
[9/14] Emitting module SwiftyGPIO
[10/14] Compiling SwiftyGPIO ADC.swift
[11/14] Compiling SwiftyGPIO I2C.swift
[12/14] Compiling SwiftyGPIO PWM.swift
[13/14] Compiling SwiftyGPIO Presets.swift
[14/14] Compiling SwiftyGPIO UART.swift
[15/35] Compiling SwiftyXBee Checksum.swift
[16/35] Compiling SwiftyXBee DeviceAddress.swift
[17/35] Compiling SwiftyXBee ZigBeeTransmitRequestData.swift
[18/35] Compiling SwiftyXBee ZigBeeTransmitStatusData.swift
[19/37] Compiling SwiftyXBee ATCommandResponseData.swift
[20/37] Compiling SwiftyXBee ZigBeeReceivePacketData.swift
[21/37] Compiling SwiftyXBee Constants.swift
[22/37] Compiling SwiftyXBee Array+Extensions.swift
[23/37] Compiling SwiftyXBee Bool+Extensions.swift
[24/37] Emitting module SwiftyXBee
[25/37] Compiling SwiftyXBee StartDelimiter.swift
[26/37] Compiling SwiftyXBee ATCommandData.swift
[27/37] Compiling SwiftyXBee APIFrame.swift
[28/37] Compiling SwiftyXBee APIFrameProtocols.swift
[29/37] Compiling SwiftyXBee ATCommand.swift
[30/37] Compiling SwiftyXBee ATCommandResponse.swift
[31/37] Compiling SwiftyXBee Int+Extensions.swift
[32/37] Compiling SwiftyXBee String+Extensions.swift
[33/37] Compiling SwiftyXBee XBeeSerial.swift
[34/37] Compiling SwiftyXBee FrameLength.swift
[35/37] Compiling SwiftyXBee NetworkAddress.swift
[36/37] Compiling SwiftyXBee SerialConnection.swift
[37/37] Compiling SwiftyXBee SwiftyXBee.swift
Build complete! (7.39s)
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" : "/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.