The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ORSSerialPort, reference 2.1.0 (58a8cc), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 11:46:11 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/armadsen/ORSSerialPort.git
Reference: 2.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/armadsen/ORSSerialPort
 * tag               2.1.0      -> FETCH_HEAD
HEAD is now at 58a8cc4 Update deployment target to 10.8
Cloned https://github.com/armadsen/ORSSerialPort.git
Revision (git rev-parse @):
58a8cc454304e22280f184c2d2e25ecb3d5a74c5
SUCCESS checkout https://github.com/armadsen/ORSSerialPort.git at 2.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/armadsen/ORSSerialPort.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Compiling ORSSerial ORSSerialPort.m
[1/5] Compiling ORSSerial ORSSerialBuffer.m
[2/5] Compiling ORSSerial ORSSerialRequest.m
[3/5] Compiling ORSSerial ORSSerialPacketDescriptor.m
[4/5] Compiling ORSSerial ORSSerialPortManager.m
Build complete! (1.64s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ORSSerialPort",
  "name" : "ORSSerialPort",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    }
  ],
  "products" : [
    {
      "name" : "ORSSerial",
      "targets" : [
        "ORSSerial"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ORSSerial",
      "module_type" : "ClangTarget",
      "name" : "ORSSerial",
      "path" : "Source",
      "product_memberships" : [
        "ORSSerial"
      ],
      "sources" : [
        "ORSSerialBuffer.m",
        "ORSSerialPacketDescriptor.m",
        "ORSSerialPort.m",
        "ORSSerialPortManager.m",
        "ORSSerialRequest.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.