Build Information
Failed to build IdnaRules, reference main (7f47c3), with Swift 6.2 for Linux on 11 Jan 2026 08:07:22 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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.2-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/dns-inspector/IDNARules-Swift.git
Reference: main
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/dns-inspector/IDNARules-Swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7f47c39 Initial commit
Cloned https://github.com/dns-inspector/IDNARules-Swift.git
Revision (git rev-parse @):
7f47c398379e46f324bb82f803829026c48763d0
SUCCESS checkout https://github.com/dns-inspector/IDNARules-Swift.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/dns-inspector/IDNARules-Swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:028db8def7a0a170322a168cc6b6bf6fa53e165049035becb7303fffc498bb80
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
In file included from /host/spi-builder-workspace/Sources/IdnaRules/rules.c:22:
/host/spi-builder-workspace/Sources/IdnaRules/include/rules.h:29:3: error: unknown type name 'size_t'
29 | size_t replace_len;
| ^
/host/spi-builder-workspace/Sources/IdnaRules/include/rules.h:39:60: error: unknown type name 'size_t'
39 | extern const IDNARule* find_idna_rules(uint32_t codepoint, size_t* rule_count);
| ^
/host/spi-builder-workspace/Sources/IdnaRules/rules.c:94:7: error: unknown type name 'size_t'
94 | const size_t page_1_rule_count = 72;
| ^
/host/spi-builder-workspace/Sources/IdnaRules/rules.c:122:52: error: use of undeclared identifier 'NULL'
122 | { 0x0080, 0x009F, idnarule_action_disallowed, 0, NULL },
| ^
/host/spi-builder-workspace/Sources/IdnaRules/rules.c:126:49: error: use of undeclared identifier 'NULL'
126 | { 0x00AD, 0x00AD, idnarule_action_ignored, 0, NULL },
| ^
/host/spi-builder-workspace/Sources/IdnaRules/rules.c:298:7: error: unknown type name 'size_t'
298 | const size_t page_2_rule_count = 129;
| ^
/host/spi-builder-workspace/Sources/IdnaRules/rules.c:489:7: error: unknown type name 'size_t'
489 | const size_t page_3_rule_count = 59;
| ^
/host/spi-builder-workspace/Sources/IdnaRules/rules.c:630:7: error: unknown type name 'size_t'
630 | const size_t page_4_rule_count = 85;
| ^
/host/spi-builder-workspace/Sources/IdnaRules/rules.c:637:49: error: use of undeclared identifier 'NULL'
637 | { 0x034F, 0x034F, idnarule_action_ignored, 0, NULL },
| ^
/host/spi-builder-workspace/Sources/IdnaRules/rules.c:642:52: error: use of undeclared identifier 'NULL'
642 | { 0x0378, 0x0379, idnarule_action_disallowed, 0, NULL },
| ^
/host/spi-builder-workspace/Sources/IdnaRules/rules.c:646:52: error: use of undeclared identifier 'NULL'
646 | { 0x0380, 0x0383, idnarule_action_disallowed, 0, NULL },
| ^
/host/spi-builder-workspace/Sources/IdnaRules/rules.c:654:52: error: use of undeclared identifier 'NULL'
654 | { 0x038B, 0x038B, idnarule_action_disallowed, 0, NULL },
| ^
/host/spi-builder-workspace/Sources/IdnaRules/rules.c:656:52: error: use of undeclared identifier 'NULL'
656 | { 0x038D, 0x038D, idnarule_action_disallowed, 0, NULL },
| ^
/host/spi-builder-workspace/Sources/IdnaRules/rules.c:676:52: error: use of undeclared identifier 'NULL'
676 | { 0x03A2, 0x03A2, idnarule_action_disallowed, 0, NULL },
| ^
/host/spi-builder-workspace/Sources/IdnaRules/rules.c:842:7: error: unknown type name 'size_t'
842 | const size_t page_5_rule_count = 124;
| ^
/host/spi-builder-workspace/Sources/IdnaRules/rules.c:1032:7: error: unknown type name 'size_t'
1032 | const size_t page_6_rule_count = 70;
| ^
/host/spi-builder-workspace/Sources/IdnaRules/rules.c:1058:52: error: use of undeclared identifier 'NULL'
1058 | { 0x0530, 0x0530, idnarule_action_disallowed, 0, NULL },
| ^
/host/spi-builder-workspace/Sources/IdnaRules/rules.c:1097:52: error: use of undeclared identifier 'NULL'
1097 | { 0x0557, 0x0558, idnarule_action_disallowed, 0, NULL },
| ^
/host/spi-builder-workspace/Sources/IdnaRules/rules.c:1099:52: error: use of undeclared identifier 'NULL'
1099 | { 0x058B, 0x058C, idnarule_action_disallowed, 0, NULL },
| ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[0/1] Compiling IdnaRules rules.c
BUILD FAILURE 6.2 linux