Build Information
Failed to build EZSDK, reference 7.0.0 (d12fbc), with Swift 6.0 for Linux on 19 Feb 2026 02:21:05 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/TheEZProducts/SwiftEZSDK.git
Reference: 7.0.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/TheEZProducts/SwiftEZSDK
* tag 7.0.0 -> FETCH_HEAD
HEAD is now at d12fbcd docs: fix AccessV RW diagram, update SUI docs for new API; add SUI IMV Xcode template
Cloned https://github.com/TheEZProducts/SwiftEZSDK.git
Revision (git rev-parse @):
d12fbcd0b5d55fffbc96dd636d4f1ec26930efa8
SUCCESS checkout https://github.com/TheEZProducts/SwiftEZSDK.git at 7.0.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/TheEZProducts/SwiftEZSDK.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:5920b6fc7f526808de8dcf4e65806a8aca248ef5a9160d25a6b9c7489c0b8a3f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[1/1] Compiling plugin EZJsonKeysPlugin
Building for debugging...
[1/18] Write sources
[11/18] Write swift-version-24593BA9C3E375BF.txt
[13/41] Emitting module EZAssociatedKit
[14/41] Compiling EZMacros Macro.swift
[15/42] Compiling EZBuilderKit EZBuilderProtocol.swift
[16/42] Compiling EZMacros CompilerPlugin.swift
[17/42] Compiling EZMacros CompilerPluginMessageHandler+Macros.swift
[18/42] Compiling EZMacros CompilerPluginMessageHandler.swift
[19/42] Compiling EZMacros FreestandingMacro.swift
[20/42] Compiling EZMacros EZMacros.swift
/host/spi-builder-workspace/Macros/EZMacros/EZConstantPropertyWrapperMacro.swift:79:5: error: unexpected ',' separator
77 | declSyntax: PluginMessage.Syntax,
78 | lexicalContext: [PluginMessage.Syntax]?,
79 | ) throws -> (expandedSource: String?, diagnostics: [PluginMessage.Diagnostic]) {
| `- error: unexpected ',' separator
80 | guard let parts = RegexLib.extractSwiftDeclPartsSeparated(from: declSyntax.source) else { return ("error", []) }
81 |
[21/42] Compiling EZMacros AttachedMacro.swift
/host/spi-builder-workspace/Macros/EZMacros/EZConstantPropertyWrapperMacro.swift:79:5: error: unexpected ',' separator
77 | declSyntax: PluginMessage.Syntax,
78 | lexicalContext: [PluginMessage.Syntax]?,
79 | ) throws -> (expandedSource: String?, diagnostics: [PluginMessage.Diagnostic]) {
| `- error: unexpected ',' separator
80 | guard let parts = RegexLib.extractSwiftDeclPartsSeparated(from: declSyntax.source) else { return ("error", []) }
81 |
[22/42] Compiling EZAssociatedKit DeinitProvider.swift
[23/42] Compiling EZAssociatedKit EZAssociated.swift
[25/43] Compiling EZBuilderKit EZBuilder.swift
[26/43] Emitting module EZBuilderKit
[27/43] Compiling EZBuilderKit EZBuildableProtocol.swift
[29/44] Compiling EZJsonStriderKit EZJsonStrider.swift
[30/44] Emitting module EZJsonStriderKit
[32/45] Compiling EZMacros AttributeValue.swift
/host/spi-builder-workspace/Macros/EZMacros/EZConstantPropertyWrapperMacro.swift:79:5: error: unexpected ',' separator
77 | declSyntax: PluginMessage.Syntax,
78 | lexicalContext: [PluginMessage.Syntax]?,
79 | ) throws -> (expandedSource: String?, diagnostics: [PluginMessage.Diagnostic]) {
| `- error: unexpected ',' separator
80 | guard let parts = RegexLib.extractSwiftDeclPartsSeparated(from: declSyntax.source) else { return ("error", []) }
81 |
[33/45] Compiling EZMacros EZConstantPropertyWrapperMacro.swift
/host/spi-builder-workspace/Macros/EZMacros/EZConstantPropertyWrapperMacro.swift:79:5: error: unexpected ',' separator
77 | declSyntax: PluginMessage.Syntax,
78 | lexicalContext: [PluginMessage.Syntax]?,
79 | ) throws -> (expandedSource: String?, diagnostics: [PluginMessage.Diagnostic]) {
| `- error: unexpected ',' separator
80 | guard let parts = RegexLib.extractSwiftDeclPartsSeparated(from: declSyntax.source) else { return ("error", []) }
81 |
[34/45] Compiling EZMacros PluginMessages.swift
[35/45] Compiling EZMacros StringExtension.swift
[36/45] Emitting module EZJsonKeysGenerator
[37/45] Compiling EZJsonKeysGenerator EZJsonKeysGenerator.swift
[38/46] Wrapping AST for EZJsonKeysGenerator for debugging
[39/46] Write Objects.LinkFileList
[40/46] Linking EZJsonKeysGenerator
error: emit-module command failed with exit code 1 (use -v to see invocation)
[42/46] Emitting module EZMacros
/host/spi-builder-workspace/Macros/EZMacros/EZConstantPropertyWrapperMacro.swift:79:5: error: unexpected ',' separator
77 | declSyntax: PluginMessage.Syntax,
78 | lexicalContext: [PluginMessage.Syntax]?,
79 | ) throws -> (expandedSource: String?, diagnostics: [PluginMessage.Diagnostic]) {
| `- error: unexpected ',' separator
80 | guard let parts = RegexLib.extractSwiftDeclPartsSeparated(from: declSyntax.source) else { return ("error", []) }
81 |
[43/46] Compiling EZMacros Regexes.swift
BUILD FAILURE 6.0 linux