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, reference 2.1.0 (58a8cc), with Swift 6.0 for macOS (SPM) on 26 Nov 2024 08:32:27 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.58.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
========================================
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": "orsserialport",
      "name": "ORSSerialPort",
      "url": "https://github.com/armadsen/ORSSerialPort.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ORSSerialPort",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/armadsen/ORSSerialPort.git
[1/2869] Fetching orsserialport
Fetched https://github.com/armadsen/ORSSerialPort.git from cache (1.00s)
Creating working copy for https://github.com/armadsen/ORSSerialPort.git
Working copy of https://github.com/armadsen/ORSSerialPort.git resolved at 2.1.0 (58a8cc4)
warning: '.resolve-product-dependencies': dependency 'orsserialport' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/armadsen/ORSSerialPort.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/5] Compiling ORSSerial ORSSerialPortManager.m
[1/5] Compiling ORSSerial ORSSerialPacketDescriptor.m
[1/5] Compiling ORSSerial ORSSerialRequest.m
[3/5] Compiling ORSSerial ORSSerialPort.m
[4/5] Compiling ORSSerial ORSSerialBuffer.m
Build complete! (2.00s)
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.