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 with Swift 5.10 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/davbeck/swift-glob.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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 f6a5c1c Fix StrictConcurrency usage (#9)
Cloned https://github.com/davbeck/swift-glob.git
Revision (git rev-parse @):
f6a5c1cb5449388dd237b335cad9d3cdd083b93a
SUCCESS checkout https://github.com/davbeck/swift-glob.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-glob",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/davbeck/swift-glob.git from cache
Fetched https://github.com/davbeck/swift-glob.git from cache (0.31s)
warning: /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/repositories/swift-glob-f204d749 is not valid git repository for 'https://github.com/davbeck/swift-glob.git', will fetch again.
Fetching https://github.com/davbeck/swift-glob.git from cache
Fetched https://github.com/davbeck/swift-glob.git from cache (0.01s)
warning: /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/repositories/swift-glob-f204d749 is not valid git repository for 'https://github.com/davbeck/swift-glob.git', will fetch again.
Fetching https://github.com/davbeck/swift-glob.git from cache
Fetched https://github.com/davbeck/swift-glob.git from cache (0.01s)
Creating working copy for https://github.com/davbeck/swift-glob.git
Working copy of https://github.com/davbeck/swift-glob.git resolved at main (f6a5c1c)
warning: '.resolve-product-dependencies': dependency 'swift-glob' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/davbeck/swift-glob.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6044DDE57671499D.txt
[3/8] Compiling Glob Pattern+Options.swift
[4/8] Compiling Glob Pattern.swift
[5/8] Compiling Glob Pattern+Match.swift
[6/8] Compiling Glob InvalidPattern.swift
[7/8] Emitting module Glob
[8/8] Compiling Glob GlobSearch.swift
Build complete! (4.18s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-glob",
  "name" : "swift-glob",
  "path" : "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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" : [
        "PatternTests.swift",
        "TestHelpers/XCTAssertMatches.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+Options.swift",
        "Pattern.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.