The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Lifx, reference v0.1.0 (dd063f), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 19:55:02 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/glennschmidt/swift-lifx.git
Reference: v0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/glennschmidt/swift-lifx
 * tag               v0.1.0     -> FETCH_HEAD
HEAD is now at dd063fb Fix incorrect name
Cloned https://github.com/glennschmidt/swift-lifx.git
Revision (git rev-parse @):
dd063fb9812ab44d2e5937117bb9dbdbd938250e
SUCCESS checkout https://github.com/glennschmidt/swift-lifx.git at v0.1.0
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swift-lifx",
      "name": "Lifx",
      "url": "https://github.com/glennschmidt/swift-lifx.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-lifx",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/glennschmidt/swift-lifx.git
[1/77] Fetching swift-lifx
Fetched https://github.com/glennschmidt/swift-lifx.git from cache (0.66s)
Creating working copy for https://github.com/glennschmidt/swift-lifx.git
Working copy of https://github.com/glennschmidt/swift-lifx.git resolved at v0.1.0 (dd063fb)
warning: '.resolve-product-dependencies': dependency 'swift-lifx' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/glennschmidt/swift-lifx.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/28] Emitting module Lifx
[4/30] Compiling Lifx LifxState.swift
[5/30] Compiling Lifx MacAddr.swift
[6/30] Compiling Lifx CompletionHandler.swift
[7/30] Compiling Lifx Time.swift
[8/30] Compiling Lifx StateLocationPayload.swift
[9/30] Compiling Lifx StatePowerPayload.swift
[10/30] Compiling Lifx StateServicePayload.swift
[11/30] Compiling Lifx SignalStrength.swift
[12/30] Compiling Lifx Binary.swift
[13/30] Compiling Lifx StateVersionPayload.swift
[14/30] Compiling Lifx StateWiFiInfoPayload.swift
[15/30] Compiling Lifx ProtocolHeader.swift
[16/30] Compiling Lifx ProtocolMessage.swift
[17/30] Compiling Lifx LifxDevice.swift
[18/30] Compiling Lifx LifxLanClient.swift
[19/30] Compiling Lifx OutboundPacket.swift
[20/30] Compiling Lifx SetColorPayload.swift
[21/30] Compiling Lifx SetPowerPayload.swift
[22/30] Compiling Lifx InboundPacket.swift
[23/30] Compiling Lifx LifxLanSocket.swift
[24/30] Compiling Lifx MessageType.swift
[25/30] Compiling Lifx StateGroupPayload.swift
[26/30] Compiling Lifx StateLabelPayload.swift
[27/30] Compiling Lifx StateLightPayload.swift
[28/30] Compiling Lifx LifxLanClientDelegate.swift
[29/30] Compiling Lifx ColorTemperature.swift
[30/30] Compiling Lifx HSBK.swift
Build complete! (9.51s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Lifx",
  "name" : "Lifx",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Lifx",
      "targets" : [
        "Lifx"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LifxTests",
      "module_type" : "SwiftTarget",
      "name" : "LifxTests",
      "path" : "Tests/LifxTests",
      "sources" : [
        "LifxTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Lifx"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Lifx",
      "module_type" : "SwiftTarget",
      "name" : "Lifx",
      "path" : "Sources/Lifx",
      "product_memberships" : [
        "Lifx"
      ],
      "sources" : [
        "LanProtocol/InboundPacket.swift",
        "LanProtocol/LifxLanSocket.swift",
        "LanProtocol/MessageType.swift",
        "LanProtocol/OutboundPacket.swift",
        "LanProtocol/Payloads/SetColorPayload.swift",
        "LanProtocol/Payloads/SetPowerPayload.swift",
        "LanProtocol/Payloads/StateGroupPayload.swift",
        "LanProtocol/Payloads/StateLabelPayload.swift",
        "LanProtocol/Payloads/StateLightPayload.swift",
        "LanProtocol/Payloads/StateLocationPayload.swift",
        "LanProtocol/Payloads/StatePowerPayload.swift",
        "LanProtocol/Payloads/StateServicePayload.swift",
        "LanProtocol/Payloads/StateVersionPayload.swift",
        "LanProtocol/Payloads/StateWiFiInfoPayload.swift",
        "LanProtocol/ProtocolHeader.swift",
        "LanProtocol/ProtocolMessage.swift",
        "LifxDevice.swift",
        "LifxLanClient.swift",
        "LifxLanClientDelegate.swift",
        "Model/ColorTemperature.swift",
        "Model/HSBK.swift",
        "Model/LifxState.swift",
        "Model/MacAddr.swift",
        "Model/SignalStrength.swift",
        "Util/Binary.swift",
        "Util/CompletionHandler.swift",
        "Util/Time.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.