Build Information
Successful build of swift-glob, reference 0.1.0 (f8d349
), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 03:25:26 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: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/davbeck/swift-glob
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at f8d3495 Tweak options naming
Cloned https://github.com/davbeck/swift-glob.git
Revision (git rev-parse @):
f8d3495325bfd1a53f37ece5a244f28d1d857879
SUCCESS checkout https://github.com/davbeck/swift-glob.git at 0.1.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": "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 0.1.0 (f8d3495)
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" : [
"Pattern+GoTests.swift",
"Pattern+VSCodeTests.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"
}
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/11] Compiling Glob Unicode.GeneralCategory+Helpers.swift
[5/11] Compiling Glob Pattern.swift
[6/11] Compiling Glob Pattern+Match.swift
[7/11] Compiling Glob Pattern+Options.swift
[8/11] Emitting module Glob
[9/11] Compiling Glob Pattern+Parser.swift
[10/11] Compiling Glob GlobSearch.swift
[11/11] Compiling Glob InvalidPattern.swift
Build complete! (4.40s)
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+VSCodeTests.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.