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 FileUtils, reference 0.2.0 (fca327), with Swift 6.0 for macOS (SPM) on 31 Oct 2024 08:32:00 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

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/getGuaka/FileUtils.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/getGuaka/FileUtils
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at fca327e Fix link to Guaka
Cloned https://github.com/getGuaka/FileUtils.git
Revision (git rev-parse @):
fca327ea913f3d985954d23c9bd383ccf418b588
SUCCESS checkout https://github.com/getGuaka/FileUtils.git at 0.2.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": "fileutils",
      "name": "FileUtils",
      "url": "https://github.com/getGuaka/FileUtils.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FileUtils",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/getGuaka/FileUtils.git
[1/151] Fetching fileutils
Fetched https://github.com/getGuaka/FileUtils.git from cache (0.68s)
Creating working copy for https://github.com/getGuaka/FileUtils.git
Working copy of https://github.com/getGuaka/FileUtils.git resolved at 0.2.0 (fca327e)
warning: '.resolve-product-dependencies': dependency 'fileutils' 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/getGuaka/FileUtils.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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/10] Compiling FileUtils Path.swift
[4/10] Compiling FileUtils Constants.swift
[5/10] Compiling FileUtils CrossPlatform.swift
[6/10] Compiling FileUtils File.swift
[7/10] Emitting module FileUtils
[8/10] Compiling FileUtils Utilities.swift
[9/10] Compiling FileUtils Directory.swift
[10/10] Compiling FileUtils StringExtensions.swift
Build complete! (4.94s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FileUtils",
  "name" : "FileUtils",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "FileUtils",
      "targets" : [
        "FileUtils"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4"
  ],
  "targets" : [
    {
      "c99name" : "FileUtilsTests",
      "module_type" : "SwiftTarget",
      "name" : "FileUtilsTests",
      "path" : "Tests/FileUtilsTests",
      "sources" : [
        "DirectoryTests.swift",
        "FileTests.swift",
        "PathTests.swift"
      ],
      "target_dependencies" : [
        "FileUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FileUtils",
      "module_type" : "SwiftTarget",
      "name" : "FileUtils",
      "path" : "Sources/FileUtils",
      "product_memberships" : [
        "FileUtils"
      ],
      "sources" : [
        "Constants.swift",
        "CrossPlatform.swift",
        "Directory.swift",
        "File.swift",
        "Path.swift",
        "StringExtensions.swift",
        "Utilities.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.