Build Information
Successful build of BooleanExpressionEvaluation, reference 2.0.1 (0af945
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 22:48:08 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/ABridoux/BooleanExpressionEvaluation.git
Reference: 2.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ABridoux/BooleanExpressionEvaluation
* tag 2.0.1 -> FETCH_HEAD
HEAD is now at 0af945f Merge pull request #56 from ABridoux/release/2.0.1
Cloned https://github.com/ABridoux/BooleanExpressionEvaluation.git
Revision (git rev-parse @):
0af945fffa42447e455620ccaaa26d80528e3884
SUCCESS checkout https://github.com/ABridoux/BooleanExpressionEvaluation.git at 2.0.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ABridoux/BooleanExpressionEvaluation.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/17] Emitting module BooleanExpressionEvaluation
[4/17] Compiling BooleanExpressionEvaluation BooleanExpressionTokenizator.swift
[5/17] Compiling BooleanExpressionEvaluation Expression.swift
[6/18] Compiling BooleanExpressionEvaluation LogicInfixOperator.swift
[7/18] Compiling BooleanExpressionEvaluation LogicOperator.swift
[8/18] Compiling BooleanExpressionEvaluation Optional+Extensions.swift
[9/18] Compiling BooleanExpressionEvaluation ExpressionEvaluator.swift
[10/18] Compiling BooleanExpressionEvaluation HalfBooleanExpression.swift
[11/18] Compiling BooleanExpressionEvaluation Array+Extensions.swift
[12/18] Compiling BooleanExpressionEvaluation ExpressionElement.swift
[13/18] Compiling BooleanExpressionEvaluation ExpressionError.swift
[14/18] Compiling BooleanExpressionEvaluation LogicPrefixOperator.swift
[15/18] Compiling BooleanExpressionEvaluation Operator.swift
[16/18] Compiling BooleanExpressionEvaluation NSRegularExpression+Extensions.swift
[17/18] Compiling BooleanExpressionEvaluation OperatorProtocol.swift
[18/18] Compiling BooleanExpressionEvaluation String+Extensions.swift
Build complete! (4.50s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "BooleanExpressionEvaluation",
"name" : "BooleanExpressionEvaluation",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "ios",
"version" : "10.0"
}
],
"products" : [
{
"name" : "BooleanExpressionEvaluation",
"targets" : [
"BooleanExpressionEvaluation"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "BooleanExpressionEvaluationTests",
"module_type" : "SwiftTarget",
"name" : "BooleanExpressionEvaluationTests",
"path" : "Tests/BooleanExpressionEvaluationTests",
"sources" : [
"Expression/BooleanExpressionTokenizorTests.swift",
"Expression/BooleanExpressionTokenizorTestsIntegration.swift",
"Expression/ExpressionElementTests.swift",
"Expression/ExpressionEvaluatorTests.swift",
"Expression/ExpressionEvaluatorTestsIntegration.swift",
"Expression/ExpressionTests.swift",
"StringExtensionsTests.swift",
"VariablePatternTestsIntegration.swift",
"XCTest+Extensions.swift"
],
"target_dependencies" : [
"BooleanExpressionEvaluation"
],
"type" : "test"
},
{
"c99name" : "BooleanExpressionEvaluation",
"module_type" : "SwiftTarget",
"name" : "BooleanExpressionEvaluation",
"path" : "Sources/BooleanExpressionEvaluation",
"product_memberships" : [
"BooleanExpressionEvaluation"
],
"sources" : [
"Expression/BooleanExpressionTokenizator.swift",
"Expression/Expression.swift",
"Expression/ExpressionElement.swift",
"Expression/ExpressionError.swift",
"Expression/ExpressionEvaluator.swift",
"Expression/HalfBooleanExpression.swift",
"Expression/Operator/LogicInfixOperator.swift",
"Expression/Operator/LogicOperator.swift",
"Expression/Operator/LogicPrefixOperator.swift",
"Expression/Operator/Operator.swift",
"Expression/Operator/OperatorProtocol.swift",
"Extensions/Array+Extensions.swift",
"Extensions/NSRegularExpression+Extensions.swift",
"Extensions/Optional+Extensions.swift",
"Extensions/String+Extensions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.