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 master (cd3c24), with Swift 6.0 for macOS (SPM) on 31 Oct 2024 08:32:09 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/getGuaka/FileUtils
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at cd3c24e Turn off Travis email notifications
Cloned https://github.com/getGuaka/FileUtils.git
Revision (git rev-parse @):
cd3c24e5217eb7a81c5606166b5048a1a9b35539
SUCCESS checkout https://github.com/getGuaka/FileUtils.git at master
========================================
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
[4/151] Fetching fileutils
Fetched https://github.com/getGuaka/FileUtils.git from cache (0.75s)
Creating working copy for https://github.com/getGuaka/FileUtils.git
Working copy of https://github.com/getGuaka/FileUtils.git resolved at master (cd3c24e)
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 StringExtensions.swift
[4/10] Compiling FileUtils CrossPlatform.swift
[5/10] Emitting module FileUtils
[6/10] Compiling FileUtils Utilities.swift
[7/10] Compiling FileUtils Directory.swift
[8/10] Compiling FileUtils File.swift
[9/10] Compiling FileUtils Path.swift
[10/10] Compiling FileUtils Constants.swift
Build complete! (4.69s)
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.