This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of ORSSerialPort with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.41.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.0
Building package at path:  $workDir
https://github.com/armadsen/ORSSerialPort.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/5] Compiling ORSSerial ORSSerialRequest.m
[1/5] Compiling ORSSerial ORSSerialPacketDescriptor.m
[2/5] Compiling ORSSerial ORSSerialBuffer.m
[3/5] Compiling ORSSerial ORSSerialPortManager.m
[4/5] Compiling ORSSerial ORSSerialPort.m
Build complete! (1.51s)
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.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.