The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-glob, reference 1.0.0 (f039a6), with Swift 6.3 for Android on 18 Apr 2026 00:18:12 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/davbeck/swift-glob.git
Reference: 1.0.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/davbeck/swift-glob
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at f039a67 Update README
Cloned https://github.com/davbeck/swift-glob.git
Revision (git rev-parse @):
f039a675d39ba178f710980a64dd0a142e83dcde
SUCCESS checkout https://github.com/davbeck/swift-glob.git at 1.0.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/davbeck/swift-glob.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Building for debugging...
[0/3] Write sources
[1/3] Compiling FNMDefinitions FNM.c
[2/3] Write swift-version--4F562202D5529B1.txt
[4/11] Compiling Glob Pattern+Operator.swift
[5/12] Compiling Glob Unicode.GeneralCategory+Helpers.swift
[6/12] Compiling Glob Pattern+Options.swift
[7/12] Compiling Glob Pattern+Parser.swift
[8/12] Compiling Glob Pattern.swift
[9/12] Compiling Glob GlobSearch.swift
[10/12] Compiling Glob InvalidPattern.swift
[11/12] Emitting module Glob
[12/12] Compiling Glob Pattern+Match.swift
Build complete! (22.42s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-glob",
  "name" : "swift-glob",
  "path" : "/host/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/BashTests.swift",
        "CompatibilityTests/FNMatchTests.swift",
        "CompatibilityTests/FishShellTests.swift",
        "CompatibilityTests/GoTests.swift",
        "CompatibilityTests/VSCodeTests.swift",
        "CompatibilityTests/ZshTests.swift",
        "PatternTests.swift",
        "SearchTests.swift",
        "StressTest.swift",
        "TestHelpers/SearchTestUtils.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+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" : "6.2"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Done.