Build Information
Failed to build DynamicJSON, reference 1.0.2 (9648f3), with Swift 6.3 for Android on 16 Apr 2026 01:49:35 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/objecthub/swift-dynamicjson.git
Reference: 1.0.2
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/objecthub/swift-dynamicjson
* tag 1.0.2 -> FETCH_HEAD
HEAD is now at 9648f32 Update CHANGELOG.
Cloned https://github.com/objecthub/swift-dynamicjson.git
Revision (git rev-parse @):
9648f32126ade414b00b9551c27870d4ad9b168c
SUCCESS checkout https://github.com/objecthub/swift-dynamicjson.git at 1.0.2
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/objecthub/swift-dynamicjson.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version--4F562202D5529B1.txt
[4/32] Emitting module DynamicJSON
[5/35] Compiling DynamicJSON JSON.swift
[6/35] Compiling DynamicJSON JSONLocation.swift
[7/35] Compiling DynamicJSON JSONPatch.swift
[8/35] Compiling DynamicJSON JSONPatchMaker.swift
[9/35] Compiling DynamicJSON JSONSchemaResource.swift
[10/35] Compiling DynamicJSON JSONSchemaValidationContext.swift
[11/35] Compiling DynamicJSON JSONSchemaValidationResult.swift
[12/35] Compiling DynamicJSON JSONPathParser.swift
[13/35] Compiling DynamicJSON JSONPointer.swift
[14/35] Compiling DynamicJSON JSONReference.swift
[15/35] Compiling DynamicJSON JSONSchema.swift
[16/35] Compiling DynamicJSON JSONSchemaIdentifier.swift
[17/35] Compiling DynamicJSON JSONSchemaProvider.swift
[18/35] Compiling DynamicJSON JSONSchemaRegistry.swift
[19/35] Compiling DynamicJSON JSONPatchOperation.swift
[20/35] Compiling DynamicJSON JSONPath.swift
[21/35] Compiling DynamicJSON JSONPathEnvironment.swift
[22/35] Compiling DynamicJSON JSONPathEvaluator.swift
[23/35] Compiling DynamicJSON JSONSchemaValidator.swift
[24/35] Compiling DynamicJSON JSONType.swift
[25/35] Compiling DynamicJSON LocatedJSON.swift
[26/35] Compiling DynamicJSON JSONSchemaDialect.swift
/host/spi-builder-workspace/Sources/DynamicJSON/JSONSchema/JSONSchemaFormatValidators.swift:222:16: error: cannot find 'sockaddr_in6' in scope
220 |
221 | public static func isIPV6(_ str: String) -> Bool {
222 | var sin6 = sockaddr_in6()
| `- error: cannot find 'sockaddr_in6' in scope
223 | return str.withCString({ cstring in inet_pton(AF_INET6, cstring, &sin6.sin6_addr) }) == 1
224 | }
/host/spi-builder-workspace/Sources/DynamicJSON/JSONSchema/JSONSchemaFormatValidators.swift:223:41: error: cannot find 'inet_pton' in scope
221 | public static func isIPV6(_ str: String) -> Bool {
222 | var sin6 = sockaddr_in6()
223 | return str.withCString({ cstring in inet_pton(AF_INET6, cstring, &sin6.sin6_addr) }) == 1
| `- error: cannot find 'inet_pton' in scope
224 | }
225 |
/host/spi-builder-workspace/Sources/DynamicJSON/JSONSchema/JSONSchemaFormatValidators.swift:223:51: error: cannot find 'AF_INET6' in scope
221 | public static func isIPV6(_ str: String) -> Bool {
222 | var sin6 = sockaddr_in6()
223 | return str.withCString({ cstring in inet_pton(AF_INET6, cstring, &sin6.sin6_addr) }) == 1
| `- error: cannot find 'AF_INET6' in scope
224 | }
225 |
[27/35] Compiling DynamicJSON JSONSchemaDraft2020.swift
/host/spi-builder-workspace/Sources/DynamicJSON/JSONSchema/JSONSchemaFormatValidators.swift:222:16: error: cannot find 'sockaddr_in6' in scope
220 |
221 | public static func isIPV6(_ str: String) -> Bool {
222 | var sin6 = sockaddr_in6()
| `- error: cannot find 'sockaddr_in6' in scope
223 | return str.withCString({ cstring in inet_pton(AF_INET6, cstring, &sin6.sin6_addr) }) == 1
224 | }
/host/spi-builder-workspace/Sources/DynamicJSON/JSONSchema/JSONSchemaFormatValidators.swift:223:41: error: cannot find 'inet_pton' in scope
221 | public static func isIPV6(_ str: String) -> Bool {
222 | var sin6 = sockaddr_in6()
223 | return str.withCString({ cstring in inet_pton(AF_INET6, cstring, &sin6.sin6_addr) }) == 1
| `- error: cannot find 'inet_pton' in scope
224 | }
225 |
/host/spi-builder-workspace/Sources/DynamicJSON/JSONSchema/JSONSchemaFormatValidators.swift:223:51: error: cannot find 'AF_INET6' in scope
221 | public static func isIPV6(_ str: String) -> Bool {
222 | var sin6 = sockaddr_in6()
223 | return str.withCString({ cstring in inet_pton(AF_INET6, cstring, &sin6.sin6_addr) }) == 1
| `- error: cannot find 'AF_INET6' in scope
224 | }
225 |
[28/35] Compiling DynamicJSON JSONSchemaFormatValidators.swift
/host/spi-builder-workspace/Sources/DynamicJSON/JSONSchema/JSONSchemaFormatValidators.swift:222:16: error: cannot find 'sockaddr_in6' in scope
220 |
221 | public static func isIPV6(_ str: String) -> Bool {
222 | var sin6 = sockaddr_in6()
| `- error: cannot find 'sockaddr_in6' in scope
223 | return str.withCString({ cstring in inet_pton(AF_INET6, cstring, &sin6.sin6_addr) }) == 1
224 | }
/host/spi-builder-workspace/Sources/DynamicJSON/JSONSchema/JSONSchemaFormatValidators.swift:223:41: error: cannot find 'inet_pton' in scope
221 | public static func isIPV6(_ str: String) -> Bool {
222 | var sin6 = sockaddr_in6()
223 | return str.withCString({ cstring in inet_pton(AF_INET6, cstring, &sin6.sin6_addr) }) == 1
| `- error: cannot find 'inet_pton' in scope
224 | }
225 |
/host/spi-builder-workspace/Sources/DynamicJSON/JSONSchema/JSONSchemaFormatValidators.swift:223:51: error: cannot find 'AF_INET6' in scope
221 | public static func isIPV6(_ str: String) -> Bool {
222 | var sin6 = sockaddr_in6()
223 | return str.withCString({ cstring in inet_pton(AF_INET6, cstring, &sin6.sin6_addr) }) == 1
| `- error: cannot find 'AF_INET6' in scope
224 | }
225 |
[29/35] Compiling DynamicJSON Indirect.swift
[30/35] Compiling DynamicJSON JSONExtensions.swift
[31/35] Compiling DynamicJSON NSNumber.swift
BUILD FAILURE 6.3 android