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 swift-fileio, reference main (23349f), with Swift 5.9 for macOS (SPM) on 5 May 2025 11:52:30 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/p-x9/swift-fileio.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/p-x9/swift-fileio
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 23349fe Merge pull request #15 from p-x9/feature/inlinable
Cloned https://github.com/p-x9/swift-fileio.git
Revision (git rev-parse @):
23349fe1eb23c6ca2876d461a46ff60c0fa92f9c
SUCCESS checkout https://github.com/p-x9/swift-fileio.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/p-x9/swift-fileio.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/4] Compiling FileIO MemoryMappedFile.swift
[2/4] Compiling FileIO StreamedFile.swift
[3/4] Compiling FileIO FileIO.swift
[4/4] Emitting module FileIO
Build complete! (5.24s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-fileio",
  "name" : "swift-fileio",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "FileIO",
      "targets" : [
        "FileIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FileIOTests",
      "module_type" : "SwiftTarget",
      "name" : "FileIOTests",
      "path" : "Tests/FileIOTests",
      "sources" : [
        "FileIOTests.swift"
      ],
      "target_dependencies" : [
        "FileIO"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FileIO",
      "module_type" : "SwiftTarget",
      "name" : "FileIO",
      "path" : "Sources/FileIO",
      "product_memberships" : [
        "FileIO"
      ],
      "sources" : [
        "FileIO.swift",
        "MemoryMappedFile.swift",
        "StreamedFile.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.