Build Information
Successful build of digia_expr_swift, reference 0.1.0 (965d4f), with Swift 6.3 for macOS (SPM) on 19 Apr 2026 08:31:38 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Digia-Technology-Private-Limited/digia_expr_swift.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Digia-Technology-Private-Limited/digia_expr_swift
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at 965d4f9 release: 0.1.0
Cloned https://github.com/Digia-Technology-Private-Limited/digia_expr_swift.git
Revision (git rev-parse @):
965d4f953f4809e09f3613ac073264af56fb11aa
SUCCESS checkout https://github.com/Digia-Technology-Private-Limited/digia_expr_swift.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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "digia_expr_swift",
"name": "digia_expr_swift",
"url": "https://github.com/Digia-Technology-Private-Limited/digia_expr_swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/digia_expr_swift",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/Digia-Technology-Private-Limited/digia_expr_swift.git
[1/56] Fetching digia_expr_swift
Fetched https://github.com/Digia-Technology-Private-Limited/digia_expr_swift.git from cache (0.57s)
Creating working copy for https://github.com/Digia-Technology-Private-Limited/digia_expr_swift.git
Working copy of https://github.com/Digia-Technology-Private-Limited/digia_expr_swift.git resolved at 0.1.0 (965d4f9)
warning: '.resolve-product-dependencies': dependency 'digia_expr_swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/Digia-Technology-Private-Limited/digia_expr_swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/21] Compiling DigiaExpr ast.swift
[4/21] Compiling DigiaExpr ast_evaluator.swift
[5/21] Emitting module DigiaExpr
[6/21] Compiling DigiaExpr expr_value.swift
[7/21] Compiling DigiaExpr expression.swift
[8/21] Compiling DigiaExpr string_operations.swift
[9/21] Compiling DigiaExpr util.swift
[10/21] Compiling DigiaExpr base_expr_context.swift
[11/21] Compiling DigiaExpr constants.swift
[12/21] Compiling DigiaExpr json_operations.swift
[13/21] Compiling DigiaExpr logical_operations.swift
[14/21] Compiling DigiaExpr create_ast.swift
[15/21] Compiling DigiaExpr expr_context.swift
[16/21] Compiling DigiaExpr parser.swift
[17/21] Compiling DigiaExpr scanner.swift
[18/21] Compiling DigiaExpr date_time_operations.swift
[19/21] Compiling DigiaExpr iterable_operations.swift
[20/21] Compiling DigiaExpr math_operations.swift
[21/21] Compiling DigiaExpr std_functions.swift
[22/23] Compiling DigiaExpr token.swift
[23/23] Compiling DigiaExpr types.swift
Build complete! (5.41s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "digia_expr_swift",
"name" : "digia_expr_swift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
}
],
"products" : [
{
"name" : "DigiaExpr",
"targets" : [
"DigiaExpr"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DigiaExprTests",
"module_type" : "SwiftTarget",
"name" : "DigiaExprTests",
"path" : "Tests/DigiaExprTests",
"sources" : [
"DigiaExprTests.swift"
],
"target_dependencies" : [
"DigiaExpr"
],
"type" : "test"
},
{
"c99name" : "DigiaExpr",
"module_type" : "SwiftTarget",
"name" : "DigiaExpr",
"path" : "Sources/DigiaExpr",
"product_memberships" : [
"DigiaExpr"
],
"sources" : [
"ast.swift",
"ast_evaluator.swift",
"base_expr_context.swift",
"constants.swift",
"create_ast.swift",
"expr_context.swift",
"expr_value.swift",
"expression.swift",
"parser.swift",
"scanner.swift",
"std/date_time_operations.swift",
"std/iterable_operations.swift",
"std/json_operations.swift",
"std/logical_operations.swift",
"std/math_operations.swift",
"std/std_functions.swift",
"std/string_operations.swift",
"std/util.swift",
"token.swift",
"types.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.