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 LoggingGitHubActions with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.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.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NSHipster/swift-log-github-actions.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/NSHipster/swift-log-github-actions
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 43c5af3 Bump version to 1.0.0
Cloned https://github.com/NSHipster/swift-log-github-actions.git
Revision (git rev-parse @):
43c5af3247dc1af941c64d5a8fd940c8d608d82d
SUCCESS checkout https://github.com/NSHipster/swift-log-github-actions.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/NSHipster/swift-log-github-actions.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.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/3] Write sources
[2/3] Write swift-version-6F35C1178C84523A.txt
[4/7] Emitting module Logging
[5/7] Compiling Logging Logging.swift
[6/7] Compiling Logging Locks.swift
[7/7] Compiling Logging LogHandler.swift
[8/9] Emitting module LoggingGitHubActions
[9/9] Compiling LoggingGitHubActions GitHubActionsLogHandler.swift
Build complete! (19.90s)
Fetching https://github.com/apple/swift-log.git
[1/3361] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.19s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.2.0 (0.66s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.2.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "LoggingGitHubActions",
  "name" : "LoggingGitHubActions",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "LoggingGitHubActions",
      "targets" : [
        "LoggingGitHubActions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LoggingGitHubActionsTests",
      "module_type" : "SwiftTarget",
      "name" : "LoggingGitHubActionsTests",
      "path" : "Tests/LoggingGitHubActionsTests",
      "sources" : [
        "SmokeTests.swift",
        "Supporting Types/MockTextOutputStream.swift",
        "UnitTests.swift"
      ],
      "target_dependencies" : [
        "LoggingGitHubActions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LoggingGitHubActions",
      "module_type" : "SwiftTarget",
      "name" : "LoggingGitHubActions",
      "path" : "Sources/LoggingGitHubActions",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "LoggingGitHubActions"
      ],
      "sources" : [
        "GitHubActionsLogHandler.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.