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 ASAPExecution, reference main (192997), with Swift 5.10 for macOS (SPM) on 5 Jan 2025 09:44:20 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Frizlab/ASAPExecution.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Frizlab/ASAPExecution
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 192997f Add more ASAP run variants (combination of already existing variants)
Cloned https://github.com/Frizlab/ASAPExecution.git
Revision (git rev-parse @):
192997fd3b5b48e1e7216613cd3ba11382e1e2a7
SUCCESS checkout https://github.com/Frizlab/ASAPExecution.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/Frizlab/ASAPExecution.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/4] Emitting module ASAPExecution
[4/4] Compiling ASAPExecution ASAPExecution.swift
Build complete! (7.52s)
Fetching https://github.com/happn-app/RunLoopThread.git
[1/67] Fetching runloopthread
Fetched https://github.com/happn-app/RunLoopThread.git from cache (1.06s)
Computing version for https://github.com/happn-app/RunLoopThread.git
Computed https://github.com/happn-app/RunLoopThread.git at 1.1.0 (0.48s)
Creating working copy for https://github.com/happn-app/RunLoopThread.git
Working copy of https://github.com/happn-app/RunLoopThread.git resolved at 1.1.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "runloopthread",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/happn-app/RunLoopThread.git"
    }
  ],
  "manifest_display_name" : "ASAPExecution",
  "name" : "ASAPExecution",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "ASAPExecution",
      "targets" : [
        "ASAPExecution"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ASAPExecutionTests",
      "module_type" : "SwiftTarget",
      "name" : "ASAPExecutionTests",
      "path" : "Tests/ASAPExecutionTests",
      "product_dependencies" : [
        "RunLoopThread"
      ],
      "sources" : [
        "ASAPExecutionUntilTests.swift",
        "ASAPExecutionWhenTests.swift"
      ],
      "target_dependencies" : [
        "ASAPExecution"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ASAPExecution",
      "module_type" : "SwiftTarget",
      "name" : "ASAPExecution",
      "path" : "Sources/ASAPExecution",
      "product_memberships" : [
        "ASAPExecution"
      ],
      "sources" : [
        "ASAPExecution.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.