Build Information
Successful build of swift-glob, reference main (6e828c
), with Swift 6.0 for macOS (SPM) on 4 Nov 2024 14:54:05 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/tuist/swift-glob.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tuist/swift-glob
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6e828ca Fix path wildcard with constant component
Cloned https://github.com/tuist/swift-glob.git
Revision (git rev-parse @):
6e828ca92cb8b31a15f31bdd4edccc6d30017ee3
SUCCESS checkout https://github.com/tuist/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/tuist/swift-glob.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-glob",
"dependencies": [
]
}
]
}
Fetching https://github.com/tuist/swift-glob.git
[6/510] Fetching swift-glob
Fetched https://github.com/tuist/swift-glob.git from cache (0.78s)
Creating working copy for https://github.com/tuist/swift-glob.git
Working copy of https://github.com/tuist/swift-glob.git resolved at main (6e828ca)
warning: '.resolve-product-dependencies': dependency 'swift-glob' 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/tuist/swift-glob.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/3] Write sources
[1/3] Write swift-version--7754E27361AE5C74.txt
[2/3] Compiling FNMDefinitions FNM.c
[4/11] Compiling Glob Pattern+Parser.swift
[5/11] Compiling Glob Unicode.GeneralCategory+Helpers.swift
[6/11] Compiling Glob Pattern.swift
[7/11] Compiling Glob Pattern+Options.swift
[8/11] Compiling Glob InvalidPattern.swift
[9/11] Compiling Glob GlobSearch.swift
[10/11] Emitting module Glob
[11/11] Compiling Glob Pattern+Match.swift
Build complete! (10.08s)
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" : [
"Pattern+GoTests.swift",
"Pattern+fnmatchTests.swift",
"PatternTests.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+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.