The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-desktopia, reference main (ac3a46), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 12:19:33 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/sgade/swift-desktopia.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sgade/swift-desktopia
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ac3a46c Update product link
Cloned https://github.com/sgade/swift-desktopia.git
Revision (git rev-parse @):
ac3a46c66f681bc00b483e658568f0b3959a1c95
SUCCESS checkout https://github.com/sgade/swift-desktopia.git at main
Fetching https://github.com/sgade/SwiftSerial
[1/391] Fetching swiftserial
Fetched https://github.com/sgade/SwiftSerial from cache (1.07s)
Computing version for https://github.com/sgade/SwiftSerial
Computed https://github.com/sgade/SwiftSerial at 0.2.0 (1.69s)
Creating working copy for https://github.com/sgade/SwiftSerial
Working copy of https://github.com/sgade/SwiftSerial resolved at 0.2.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-desktopia",
      "name": "swift-desktopia",
      "url": "https://github.com/sgade/swift-desktopia.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-desktopia",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "swiftserial",
          "name": "SwiftSerial",
          "url": "https://github.com/sgade/SwiftSerial",
          "version": "0.2.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftSerial",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/sgade/swift-desktopia.git
[1/38] Fetching swift-desktopia
Fetched https://github.com/sgade/swift-desktopia.git from cache (0.59s)
Fetching https://github.com/sgade/SwiftSerial from cache
Fetched https://github.com/sgade/SwiftSerial from cache (0.47s)
Computing version for https://github.com/sgade/SwiftSerial
Computed https://github.com/sgade/SwiftSerial at 0.2.0 (0.55s)
Creating working copy for https://github.com/sgade/swift-desktopia.git
Working copy of https://github.com/sgade/swift-desktopia.git resolved at main (ac3a46c)
Creating working copy for https://github.com/sgade/SwiftSerial
Working copy of https://github.com/sgade/SwiftSerial resolved at 0.2.0
warning: '.resolve-product-dependencies': dependency 'swift-desktopia' is not used by any target
Found 1 product dependencies
  - SwiftSerial
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/sgade/swift-desktopia.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/10] Compiling SwiftSerial PortMode.swift
[5/10] Compiling SwiftSerial PortError.swift
[6/10] Compiling SwiftSerial ParityType.swift
[7/10] Compiling SwiftSerial BaudRate.swift
[8/10] Compiling SwiftSerial SerialPort.swift
[9/10] Emitting module SwiftSerial
[10/10] Compiling SwiftSerial DataBitsSize.swift
[11/20] Compiling DesktopiaProX Bool+UInt8.swift
[12/20] Compiling DesktopiaProX SerialPort+Command.swift
[13/21] Compiling DesktopiaProX UInt8+Command.swift
[14/21] Compiling DesktopiaProX Desk.swift
[15/21] Compiling DesktopiaProX Array+Safe.swift
[16/21] Compiling DesktopiaProX DeskProperties.swift
[17/21] Emitting module DesktopiaProX
[18/21] Compiling DesktopiaProX DesktopiaProXError.swift
[19/21] Compiling DesktopiaProX CommandID.swift
[20/21] Compiling DesktopiaProX Command.swift
[21/21] Compiling DesktopiaProX CommandSource.swift
Build complete! (8.33s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftserial",
      "requirement" : {
        "exact" : [
          "0.2.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/sgade/SwiftSerial"
    }
  ],
  "manifest_display_name" : "swift-desktopia",
  "name" : "swift-desktopia",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "DesktopiaProX",
      "targets" : [
        "DesktopiaProX"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DesktopiaProX",
      "module_type" : "SwiftTarget",
      "name" : "DesktopiaProX",
      "path" : "Sources/DesktopiaProX",
      "product_dependencies" : [
        "SwiftSerial"
      ],
      "product_memberships" : [
        "DesktopiaProX"
      ],
      "sources" : [
        "Command.swift",
        "CommandID.swift",
        "CommandSource.swift",
        "Desk.swift",
        "DeskProperties.swift",
        "DesktopiaProXError.swift",
        "Extensions/Array+Safe.swift",
        "Extensions/Bool+UInt8.swift",
        "Extensions/SerialPort+Command.swift",
        "Extensions/UInt8+Command.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.