The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-desktopia, reference main (ac3a46), with Swift 6.2 for macOS (SPM) on 5 Mar 2026 03:56:33 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.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.18s)
Computing version for https://github.com/sgade/SwiftSerial
Computed https://github.com/sgade/SwiftSerial at 0.2.0 (1.72s)
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",
  "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",
      "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",
          "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.67s)
Fetching https://github.com/sgade/SwiftSerial from cache
Fetched https://github.com/sgade/SwiftSerial from cache (0.46s)
Computing version for https://github.com/sgade/SwiftSerial
Computed https://github.com/sgade/SwiftSerial at 0.2.0 (0.52s)
Creating working copy for https://github.com/sgade/SwiftSerial
Working copy of https://github.com/sgade/SwiftSerial resolved at 0.2.0
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)
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.2
Building package at path:  $PWD
https://github.com/sgade/swift-desktopia.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-49B95AFC49DCD68C.txt
[4/10] Compiling SwiftSerial DataBitsSize.swift
[5/10] Compiling SwiftSerial PortError.swift
[6/10] Emitting module SwiftSerial
[7/10] Compiling SwiftSerial SerialPort.swift
[8/10] Compiling SwiftSerial BaudRate.swift
[9/10] Compiling SwiftSerial ParityType.swift
[10/10] Compiling SwiftSerial PortMode.swift
[11/20] Compiling DesktopiaProX DeskProperties.swift
[12/20] Compiling DesktopiaProX DesktopiaProXError.swift
[13/20] Compiling DesktopiaProX Array+Safe.swift
[14/20] Compiling DesktopiaProX CommandSource.swift
[15/20] Compiling DesktopiaProX Desk.swift
[16/20] Compiling DesktopiaProX CommandID.swift
[17/20] Compiling DesktopiaProX Bool+UInt8.swift
[18/20] Compiling DesktopiaProX SerialPort+Command.swift
[19/21] Compiling DesktopiaProX UInt8+Command.swift
[20/21] Emitting module DesktopiaProX
[21/21] Compiling DesktopiaProX Command.swift
Build complete! (6.79s)
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.