The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-busy-tag, reference main (9c041e), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 05:12:23 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/romikabi/swift-busy-tag.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/romikabi/swift-busy-tag
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9c041ed add swift package index badges
Cloned https://github.com/romikabi/swift-busy-tag.git
Revision (git rev-parse @):
9c041edee6a91f2eecd3d652597c7fbc4671b936
SUCCESS checkout https://github.com/romikabi/swift-busy-tag.git at main
Fetching https://github.com/armadsen/ORSSerialPort.git
[1/2869] Fetching orsserialport
Fetched https://github.com/armadsen/ORSSerialPort.git from cache (1.02s)
Creating working copy for https://github.com/armadsen/ORSSerialPort.git
Working copy of https://github.com/armadsen/ORSSerialPort.git resolved at 2.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-busy-tag",
      "name": "swift-busy-tag",
      "url": "https://github.com/romikabi/swift-busy-tag.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-busy-tag",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "orsserialport",
          "name": "ORSSerialPort",
          "url": "https://github.com/armadsen/ORSSerialPort.git",
          "version": "2.1.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ORSSerialPort",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/romikabi/swift-busy-tag.git
[1/165] Fetching swift-busy-tag
Fetched https://github.com/romikabi/swift-busy-tag.git from cache (0.65s)
Fetching https://github.com/armadsen/ORSSerialPort.git from cache
Fetched https://github.com/armadsen/ORSSerialPort.git from cache (0.43s)
Computing version for https://github.com/armadsen/ORSSerialPort.git
Computed https://github.com/armadsen/ORSSerialPort.git at 2.1.0 (1.10s)
Creating working copy for https://github.com/romikabi/swift-busy-tag.git
Working copy of https://github.com/romikabi/swift-busy-tag.git resolved at main (9c041ed)
Creating working copy for https://github.com/armadsen/ORSSerialPort.git
Working copy of https://github.com/armadsen/ORSSerialPort.git resolved at 2.1.0
Found 1 product dependencies
  - ORSSerialPort
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/romikabi/swift-busy-tag.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/13] Write sources
[1/13] Write Example-entitlement.plist
[1/13] Write sources
[4/13] Write swift-version--6988338F2F200930.txt
[5/13] Compiling ORSSerial ORSSerialPort.m
[6/13] Compiling ORSSerial ORSSerialPacketDescriptor.m
[7/13] Compiling ORSSerial ORSSerialBuffer.m
[8/13] Compiling ORSSerial ORSSerialRequest.m
[9/13] Compiling ORSSerial ORSSerialPortManager.m
[11/20] Compiling Serial log.swift
[12/20] Compiling Serial format.swift
[13/20] Compiling Serial SendableAsyncSequence.swift
[14/20] Compiling Serial Device.swift
[15/20] Compiling Serial Delegate.swift
[16/20] Compiling Serial ORSSerialDevice.swift
[17/20] Emitting module Serial
[18/30] Compiling BusyTag CGImage+make.swift
[19/30] Compiling BusyTag CGImage+pngData.swift
[20/30] Compiling BusyTag log.swift
[21/30] Compiling BusyTag BusyTag.swift
[22/30] Compiling BusyTag BusyTag+setImage.swift
/Users/admin/builder/spi-builder-workspace/Sources/BusyTag/BusyTag+setImage.swift:32:10: warning: capture of non-Sendable type '(some View).Type' in an isolated closure [#SendableMetatypes]
 30 |
 31 |       try await CGImage
 32 |         .make(content: content)
    |          `- warning: capture of non-Sendable type '(some View).Type' in an isolated closure [#SendableMetatypes]
 33 |         .pngData
 34 |         .write(to: url)
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[23/30] Compiling BusyTag BusyTag+findURL.swift
[24/30] Compiling BusyTag BusyTag+LED.swift
[25/30] Emitting module BusyTag
[26/30] Compiling BusyTag BusyTag+init.swift
[27/30] Compiling BusyTag BusyTag+setColor.swift
[28/32] Emitting module Example
[29/32] Compiling Example Example.swift
[29/32] Write Objects.LinkFileList
[30/32] Linking Example
[31/32] Applying Example
Build complete! (12.67s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "orsserialport",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/armadsen/ORSSerialPort.git"
    }
  ],
  "manifest_display_name" : "swift-busy-tag",
  "name" : "swift-busy-tag",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "BusyTag",
      "targets" : [
        "BusyTag"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Serial",
      "targets" : [
        "Serial"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Example",
      "targets" : [
        "Example"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Serial",
      "module_type" : "SwiftTarget",
      "name" : "Serial",
      "path" : "Sources/Serial",
      "product_dependencies" : [
        "ORSSerial"
      ],
      "product_memberships" : [
        "BusyTag",
        "Serial",
        "Example"
      ],
      "sources" : [
        "Delegate.swift",
        "Device.swift",
        "ORSSerialDevice.swift",
        "SendableAsyncSequence.swift",
        "format.swift",
        "log.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Example",
      "module_type" : "SwiftTarget",
      "name" : "Example",
      "path" : "Sources/Example",
      "product_memberships" : [
        "Example"
      ],
      "sources" : [
        "Example.swift"
      ],
      "target_dependencies" : [
        "BusyTag"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "BusyTag",
      "module_type" : "SwiftTarget",
      "name" : "BusyTag",
      "path" : "Sources/BusyTag",
      "product_memberships" : [
        "BusyTag",
        "Example"
      ],
      "sources" : [
        "BusyTag+LED.swift",
        "BusyTag+findURL.swift",
        "BusyTag+init.swift",
        "BusyTag+setColor.swift",
        "BusyTag+setImage.swift",
        "BusyTag.swift",
        "Render/CGImage+make.swift",
        "Render/CGImage+pngData.swift",
        "log.swift"
      ],
      "target_dependencies" : [
        "Serial"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.