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 FileScanKit, reference 0.1.0 (8247f7), with Swift 6.1 for macOS (SPM) on 25 Apr 2025 15:34:00 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yutailang0119/filescankit.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yutailang0119/filescankit
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 8247f77 Merge pull request #1 from yutailang0119/add/test
Cloned https://github.com/yutailang0119/filescankit.git
Revision (git rev-parse @):
8247f7715d002de1d1cc8a316c25dd3b907fed77
SUCCESS checkout https://github.com/yutailang0119/filescankit.git at 0.1.0
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/kylef/Spectre.git
[1/1411] Fetching pathkit
[185/2432] Fetching pathkit, spectre
Fetched https://github.com/kylef/PathKit.git from cache (0.92s)
Fetched https://github.com/kylef/Spectre.git from cache (0.92s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.0 (3.89s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.0 (0.62s)
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.0
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.9.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": "filescankit",
      "name": "FileScanKit",
      "url": "https://github.com/yutailang0119/filescankit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/filescankit",
      "dependencies": [
        {
          "identity": "pathkit",
          "name": "PathKit",
          "url": "https://github.com/kylef/PathKit.git",
          "version": "1.0.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PathKit",
          "dependencies": [
            {
              "identity": "spectre",
              "name": "Spectre",
              "url": "https://github.com/kylef/Spectre.git",
              "version": "0.10.1",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Spectre",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/yutailang0119/filescankit.git
[1/110] Fetching filescankit
Fetched https://github.com/yutailang0119/filescankit.git from cache (0.65s)
Fetching https://github.com/kylef/PathKit.git from cache
Fetched https://github.com/kylef/PathKit.git from cache (0.41s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (1.01s)
Fetching https://github.com/kylef/Spectre.git from cache
Fetched https://github.com/kylef/Spectre.git from cache (0.43s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (1.03s)
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/yutailang0119/filescankit.git
Working copy of https://github.com/yutailang0119/filescankit.git resolved at 0.1.0 (8247f77)
warning: '.resolve-product-dependencies': dependency 'filescankit' is not used by any target
Found 1 product dependencies
  - PathKit
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/yutailang0119/filescankit.git
https://github.com/yutailang0119/filescankit.git
{
  "dependencies" : [
    {
      "identity" : "pathkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/PathKit.git"
    }
  ],
  "manifest_display_name" : "FileScanKit",
  "name" : "FileScanKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "FileScanKit",
      "targets" : [
        "FileScanKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FileScanKitTests",
      "module_type" : "SwiftTarget",
      "name" : "FileScanKitTests",
      "path" : "Tests/FileScanKitTests",
      "sources" : [
        "FileScanKitTests.swift",
        "Utilities/Project.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "FileScanKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FileScanKit",
      "module_type" : "SwiftTarget",
      "name" : "FileScanKit",
      "path" : "Sources/FileScanKit",
      "product_dependencies" : [
        "PathKit"
      ],
      "product_memberships" : [
        "FileScanKit"
      ],
      "sources" : [
        "FileExtension.swift",
        "FileScanner.swift",
        "Option.swift",
        "Recursion.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/5] Compiling PathKit PathKit.swift
[5/5] Emitting module PathKit
[6/10] Compiling FileScanKit Recursion.swift
[7/10] Compiling FileScanKit Option.swift
[8/10] Compiling FileScanKit FileScanner.swift
[9/10] Emitting module FileScanKit
[10/10] Compiling FileScanKit FileExtension.swift
Build complete! (6.99s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "pathkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/PathKit.git"
    }
  ],
  "manifest_display_name" : "FileScanKit",
  "name" : "FileScanKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "FileScanKit",
      "targets" : [
        "FileScanKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FileScanKitTests",
      "module_type" : "SwiftTarget",
      "name" : "FileScanKitTests",
      "path" : "Tests/FileScanKitTests",
      "sources" : [
        "FileScanKitTests.swift",
        "Utilities/Project.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "FileScanKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FileScanKit",
      "module_type" : "SwiftTarget",
      "name" : "FileScanKit",
      "path" : "Sources/FileScanKit",
      "product_dependencies" : [
        "PathKit"
      ],
      "product_memberships" : [
        "FileScanKit"
      ],
      "sources" : [
        "FileExtension.swift",
        "FileScanner.swift",
        "Option.swift",
        "Recursion.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.