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-glob, reference main (07ba6f), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 03:25:46 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/davbeck/swift-glob.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/davbeck/swift-glob
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 07ba6f4 Add fish shell compatibility tests (#19)
Cloned https://github.com/davbeck/swift-glob.git
Revision (git rev-parse @):
07ba6f47d903a0b1b59f12ca70d6de9949b975d6
SUCCESS checkout https://github.com/davbeck/swift-glob.git at main
========================================
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": "swift-glob",
      "name": "swift-glob",
      "url": "https://github.com/davbeck/swift-glob.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-glob",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/davbeck/swift-glob.git
[1/644] Fetching swift-glob
Fetched https://github.com/davbeck/swift-glob.git from cache (0.74s)
Creating working copy for https://github.com/davbeck/swift-glob.git
Working copy of https://github.com/davbeck/swift-glob.git resolved at main (07ba6f4)
warning: '.resolve-product-dependencies': dependency 'swift-glob' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/davbeck/swift-glob.git
https://github.com/davbeck/swift-glob.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-glob",
  "name" : "swift-glob",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Glob",
      "targets" : [
        "Glob"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GlobTests",
      "module_type" : "SwiftTarget",
      "name" : "GlobTests",
      "path" : "Tests/GlobTests",
      "sources" : [
        "CompatibilityTests/FNMatchTests.swift",
        "CompatibilityTests/FishShellTests.swift",
        "CompatibilityTests/GoTests.swift",
        "CompatibilityTests/VSCodeTests.swift",
        "PatternTests.swift",
        "SearchTests.swift",
        "StressTest.swift",
        "TestHelpers/SearchTestUtils.swift",
        "TestHelpers/XCTAssertMatches.swift",
        "TestHelpers/XCTExpectFailure.swift"
      ],
      "target_dependencies" : [
        "Glob"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Glob",
      "module_type" : "SwiftTarget",
      "name" : "Glob",
      "path" : "Sources/Glob",
      "product_memberships" : [
        "Glob"
      ],
      "sources" : [
        "GlobSearch.swift",
        "InvalidPattern.swift",
        "Pattern+Match.swift",
        "Pattern+Operator.swift",
        "Pattern+Options.swift",
        "Pattern+Parser.swift",
        "Pattern.swift",
        "Unicode.GeneralCategory+Helpers.swift"
      ],
      "target_dependencies" : [
        "FNMDefinitions"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FNMDefinitions",
      "module_type" : "ClangTarget",
      "name" : "FNMDefinitions",
      "path" : "Sources/FNMDefinitions",
      "product_memberships" : [
        "Glob"
      ],
      "sources" : [
        "FNM.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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
[1/3] Write swift-version-2F0A5646E1D333AE.txt
[2/3] Compiling FNMDefinitions FNM.c
[4/12] Compiling Glob Pattern+Operator.swift
[5/12] Compiling Glob Pattern+Options.swift
[6/12] Compiling Glob Pattern+Parser.swift
[7/12] Compiling Glob InvalidPattern.swift
[8/12] Compiling Glob Pattern+Match.swift
[9/12] Emitting module Glob
[10/12] Compiling Glob GlobSearch.swift
[11/12] Compiling Glob Unicode.GeneralCategory+Helpers.swift
[12/12] Compiling Glob Pattern.swift
Build complete! (4.66s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-glob",
  "name" : "swift-glob",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Glob",
      "targets" : [
        "Glob"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GlobTests",
      "module_type" : "SwiftTarget",
      "name" : "GlobTests",
      "path" : "Tests/GlobTests",
      "sources" : [
        "CompatibilityTests/FNMatchTests.swift",
        "CompatibilityTests/FishShellTests.swift",
        "CompatibilityTests/GoTests.swift",
        "CompatibilityTests/VSCodeTests.swift",
        "PatternTests.swift",
        "SearchTests.swift",
        "StressTest.swift",
        "TestHelpers/SearchTestUtils.swift",
        "TestHelpers/XCTAssertMatches.swift",
        "TestHelpers/XCTExpectFailure.swift"
      ],
      "target_dependencies" : [
        "Glob"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Glob",
      "module_type" : "SwiftTarget",
      "name" : "Glob",
      "path" : "Sources/Glob",
      "product_memberships" : [
        "Glob"
      ],
      "sources" : [
        "GlobSearch.swift",
        "InvalidPattern.swift",
        "Pattern+Match.swift",
        "Pattern+Operator.swift",
        "Pattern+Options.swift",
        "Pattern+Parser.swift",
        "Pattern.swift",
        "Unicode.GeneralCategory+Helpers.swift"
      ],
      "target_dependencies" : [
        "FNMDefinitions"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FNMDefinitions",
      "module_type" : "ClangTarget",
      "name" : "FNMDefinitions",
      "path" : "Sources/FNMDefinitions",
      "product_memberships" : [
        "Glob"
      ],
      "sources" : [
        "FNM.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.