The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ReverseJson, reference master (49913b), with Swift 6.3 for Android on 21 Apr 2026 07:07:59 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tomquist/reversejson.git
Reference: master
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/tomquist/reversejson
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 49913ba Migrate to Swift 5
Cloned https://github.com/tomquist/reversejson.git
Revision (git rev-parse @):
49913ba879defe524f5ed6372c0e8cdce2028bb5
SUCCESS checkout https://github.com/tomquist/reversejson.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/tomquist/reversejson.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
Fetching https://github.com/tomquist/CoreJSON.git
[1/178] Fetching corejson
Fetched https://github.com/tomquist/CoreJSON.git from cache (0.25s)
Computing version for https://github.com/tomquist/CoreJSON.git
Computed https://github.com/tomquist/CoreJSON.git at 2.1.0 (0.76s)
Creating working copy for https://github.com/tomquist/CoreJSON.git
Working copy of https://github.com/tomquist/CoreJSON.git resolved at 2.1.0
Building for debugging...
[0/30] Write sources
[14/30] Write swift-version--4F562202D5529B1.txt
[16/32] Emitting module CoreJSON
[17/32] Compiling CoreJSON JSON.swift
[18/33] Wrapping AST for CoreJSON for debugging
[20/46] Emitting module CoreJSONSubscript
[21/46] Compiling CoreJSONSubscript JSONSubscript.swift
[22/47] Compiling CoreJSONConvenience JSONConvenience.swift
[24/47] Emitting module CoreJSONCodable
[25/47] Compiling CoreJSONCodable JSONCodable.swift
[26/48] Emitting module CoreJSONLiterals
[27/48] Compiling CoreJSONLiterals JSONLiterals.swift
[29/49] Emitting module CoreJSONConvenience
[29/50] Wrapping AST for CoreJSONSubscript for debugging
[32/50] Wrapping AST for CoreJSONCodable for debugging
[33/50] Wrapping AST for CoreJSONLiterals for debugging
[34/50] Wrapping AST for CoreJSONConvenience for debugging
[36/50] Compiling CoreJSONFoundation ToFoundation.swift
[37/50] Compiling CoreJSONPointer JSONPointer.swift
[38/50] Emitting module CoreJSONPointer
[39/51] Emitting module CoreJSONFoundation
[40/51] Compiling CoreJSONFoundation FromFoundation.swift
[42/52] Wrapping AST for CoreJSONPointer for debugging
[42/52] Wrapping AST for CoreJSONFoundation for debugging
[45/56] Compiling ReverseJsonCore ModelTranslator.swift
[46/56] Emitting module ReverseJsonCore
[47/56] Compiling ReverseJsonCore Utils.swift
[48/56] Compiling ReverseJsonCore ModelGenerator.swift
/host/spi-builder-workspace/Sources/ReverseJsonCore/ModelGenerator.swift:79:19: error: type 'JSONNumber' has no member 'int64'
 77 |             switch number {
 78 |             case .int: return .number(.int)
 79 |             case .int64: return .number(.int)
    |                   `- error: type 'JSONNumber' has no member 'int64'
 80 |             case .float: return .number(.float)
 81 |             case .uint: return .number(.int)
/host/spi-builder-workspace/Sources/ReverseJsonCore/ModelGenerator.swift:80:19: error: type 'JSONNumber' has no member 'float'
 78 |             case .int: return .number(.int)
 79 |             case .int64: return .number(.int)
 80 |             case .float: return .number(.float)
    |                   `- error: type 'JSONNumber' has no member 'float'
 81 |             case .uint: return .number(.int)
 82 |             case .uint64: return .number(.int)
/host/spi-builder-workspace/Sources/ReverseJsonCore/ModelGenerator.swift:82:19: error: type 'JSONNumber' has no member 'uint64'
 80 |             case .float: return .number(.float)
 81 |             case .uint: return .number(.int)
 82 |             case .uint64: return .number(.int)
    |                   `- error: type 'JSONNumber' has no member 'uint64'
 83 |             case .double: return .number(.double)
 84 |             }
BUILD FAILURE 6.3 android