Build Information
Successful build of Dagr, reference 0.1.0 (d47bc7), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 17:58:12 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/mzaks/dagr.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mzaks/dagr
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at d47bc79 First commit to Github
Cloned https://github.com/mzaks/dagr.git
Revision (git rev-parse @):
d47bc792976e880fc5c03e9cb7a491abdd9bcbe2
SUCCESS checkout https://github.com/mzaks/dagr.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": "dagr",
"name": "Dagr",
"url": "https://github.com/mzaks/dagr.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/dagr",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/mzaks/dagr.git
[1/184] Fetching dagr
Fetched https://github.com/mzaks/dagr.git from cache (1.08s)
Creating working copy for https://github.com/mzaks/dagr.git
Working copy of https://github.com/mzaks/dagr.git resolved at 0.1.0 (d47bc79)
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/mzaks/dagr.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin DagrCodeGenPlugin
Building for debugging...
[1/15] Write sources
[5/15] Write DagrCodeGenExample-tool-entitlement.plist
[5/15] Write DagrCodeGenExample-entitlement.plist
[8/15] Write swift-version--6988338F2F200930.txt
[10/25] Compiling Dagr RuntimeTypes.swift
[11/25] Compiling Dagr Reader.swift
/Users/admin/builder/spi-builder-workspace/Sources/Dagr/Reader.swift:32:10: warning: associated value 'couldNotReadNumericType' of 'Sendable'-conforming enum 'ReaderError' has non-Sendable type 'any Numeric.Type'
30 | enum ReaderError: Error {
31 | case badOffset(Int64)
32 | case couldNotReadNumericType(any Numeric.Type)
| `- warning: associated value 'couldNotReadNumericType' of 'Sendable'-conforming enum 'ReaderError' has non-Sendable type 'any Numeric.Type'
33 | case unfinishedLEB
34 | case unfittingString
[12/25] Emitting module Dagr
/Users/admin/builder/spi-builder-workspace/Sources/Dagr/Reader.swift:32:10: warning: associated value 'couldNotReadNumericType' of 'Sendable'-conforming enum 'ReaderError' has non-Sendable type 'any Numeric.Type'
30 | enum ReaderError: Error {
31 | case badOffset(Int64)
32 | case couldNotReadNumericType(any Numeric.Type)
| `- warning: associated value 'couldNotReadNumericType' of 'Sendable'-conforming enum 'ReaderError' has non-Sendable type 'any Numeric.Type'
33 | case unfinishedLEB
34 | case unfittingString
[13/25] Compiling Dagr Builder.swift
[14/25] Compiling DagrCodeGen Generator.swift
[16/25] Emitting module DagrCodeGen
[17/25] Compiling DagrCodeGen DSLTypes.swift
[19/25] Emitting module DagrCodeGen
[20/29] Compiling DagrCodeGenExample main.swift
[21/29] Emitting module DagrCodeGenExample
[22/29] Compiling DagrCodeGenExample main.swift
[23/29] Emitting module DagrCodeGenExample
[23/29] Write Objects.LinkFileList
[25/29] Linking DagrCodeGenExample
[26/29] Linking DagrCodeGenExample-tool
[27/29] Applying DagrCodeGenExample
[27/29] Applying DagrCodeGenExample-tool
Build complete! (11.54s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Dagr",
"name" : "Dagr",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Dagr",
"targets" : [
"Dagr"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DagrCodeGen",
"targets" : [
"DagrCodeGen"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DagrCodeGenPlugin",
"targets" : [
"DagrCodeGenPlugin"
],
"type" : {
"plugin" : null
}
},
{
"name" : "DagrCodeGenExample",
"targets" : [
"DagrCodeGenExample"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "DagrTests",
"module_type" : "SwiftTarget",
"name" : "DagrTests",
"path" : "Tests/DagrTests",
"sources" : [
"BuilderTests.swift",
"ReaderTests.swift",
"gen/BuilderSamples.swift"
],
"target_dependencies" : [
"Dagr"
],
"type" : "test"
},
{
"c99name" : "DagrCodeGenTests",
"module_type" : "SwiftTarget",
"name" : "DagrCodeGenTests",
"path" : "Tests/DagrCodeGenTests",
"sources" : [
"CompatibilityTests.swift",
"ValidationTests.swift"
],
"target_dependencies" : [
"DagrCodeGen"
],
"type" : "test"
},
{
"c99name" : "DagrCodeGenPlugin",
"module_type" : "PluginTarget",
"name" : "DagrCodeGenPlugin",
"path" : "Plugins/DagrCodeGenPlugin",
"plugin_capability" : {
"intent" : {
"description" : "Generates Dagr examples",
"type" : "custom",
"verb" : "dagr-code-gen"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "Generate source files",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_memberships" : [
"DagrCodeGenPlugin"
],
"sources" : [
"CodeGenPlugin.swift"
],
"target_dependencies" : [
"DagrCodeGenExample"
],
"type" : "plugin"
},
{
"c99name" : "DagrCodeGenExample",
"module_type" : "SwiftTarget",
"name" : "DagrCodeGenExample",
"path" : "Sources/DagrCodeGenExample",
"product_memberships" : [
"DagrCodeGenPlugin",
"DagrCodeGenExample"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"DagrCodeGen"
],
"type" : "executable"
},
{
"c99name" : "DagrCodeGen",
"module_type" : "SwiftTarget",
"name" : "DagrCodeGen",
"path" : "Sources/DagrCodeGen",
"product_memberships" : [
"DagrCodeGen",
"DagrCodeGenPlugin",
"DagrCodeGenExample"
],
"sources" : [
"DSLTypes.swift",
"Generator.swift"
],
"type" : "library"
},
{
"c99name" : "Dagr",
"module_type" : "SwiftTarget",
"name" : "Dagr",
"path" : "Sources/Dagr",
"product_memberships" : [
"Dagr"
],
"sources" : [
"Builder.swift",
"Reader.swift",
"RuntimeTypes.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.