Build Information
Successful build of GlobPattern, reference main (468242
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 07:14:36 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/GlobPattern.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/GlobPattern
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 4682425 Prepare for archiving
Cloned https://github.com/ChimeHQ/GlobPattern.git
Revision (git rev-parse @):
468242542ae08e3a8f31ef0a81b00c069877645c
SUCCESS checkout https://github.com/ChimeHQ/GlobPattern.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ChimeHQ/GlobPattern.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/6] Compiling GlobPattern Parser.swift
[4/6] Compiling GlobPattern Lexer.swift
[5/6] Compiling GlobPattern GlobPattern.swift
[6/6] Emitting module GlobPattern
Build complete! (1.34s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "GlobPattern",
"name" : "GlobPattern",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "GlobPattern",
"targets" : [
"GlobPattern"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GlobPatternTests",
"module_type" : "SwiftTarget",
"name" : "GlobPatternTests",
"path" : "Tests/GlobPatternTests",
"sources" : [
"ParserTests.swift",
"PatternTests.swift"
],
"target_dependencies" : [
"GlobPattern"
],
"type" : "test"
},
{
"c99name" : "GlobPattern",
"module_type" : "SwiftTarget",
"name" : "GlobPattern",
"path" : "Sources/GlobPattern",
"product_memberships" : [
"GlobPattern"
],
"sources" : [
"GlobPattern.swift",
"Lexer.swift",
"Parser.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.