Build Information
Failed to build Puid, reference main (500d68), with Swift 6.2 for Android on 6 Sep 2025 23:58: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:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/puid/Swift-puid.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/puid/Swift-puid
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 500d689 Fix CI issues
Submodule path 'Tests/data': checked out '8b18c0739a04d74449de3a6c548cd3b0bd1399bc'
Submodule 'Tests/data' (https://github.com/puid/data) registered for path 'Tests/data'
Cloning into '/host/spi-builder-workspace/Tests/data'...
Cloned https://github.com/puid/Swift-puid.git
Revision (git rev-parse @):
500d68947044b284cba5dca6cef1799ed798e391
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/puid/Swift-puid.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/puid/Swift-puid.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:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-8C5A4AE7A8CE2BA.txt
[3/36] Compiling Puid Safe32.swift
[4/36] Compiling Puid Safe64.swift
[5/36] Compiling Puid SafeAscii.swift
[6/36] Compiling Puid Symbol.swift
[7/36] Compiling Puid Entropy.swift
[8/40] Compiling Puid AlphaCase.swift
[9/40] Compiling Puid AlphaNum.swift
[10/40] Compiling Puid AlphaNumCase.swift
[11/40] Compiling Puid Base32.swift
[12/40] Compiling Puid Base32HexCase.swift
[13/40] Compiling Puid PuidAsciiMapProtocol.swift
[14/40] Compiling Puid PuidEncoderProtocol.swift
[15/40] Compiling Puid PuidUtf8MapProtocol.swift
[16/40] Compiling Puid Utf8.swift
[17/40] Compiling Puid Alpha.swift
[18/40] Compiling Puid Prng.swift
[19/40] Compiling Puid Metrics.swift
[20/40] Compiling Puid Puid.swift
[21/40] Compiling Puid PuidEntropySource.swift
[22/40] Emitting module Puid
[23/40] Compiling Puid Bits.swift
[24/40] Compiling Puid Chars.swift
[25/40] Compiling Puid Ascii.swift
[26/40] Compiling Puid AsciiCode.swift
[27/40] Compiling Puid Encoder.swift
[28/40] Compiling Puid Crockford32.swift
[29/40] Compiling Puid CustomAscii.swift
[30/40] Compiling Puid CustomUtf8.swift
[31/40] Compiling Puid Decimal.swift
[32/40] Compiling Puid Hex.swift
[33/40] Compiling Puid Fixed.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/CSPrng.swift:49:5: error: missing return in getter expected to return 'String'
47 | "SystemRandomNumberGenerator"
48 | #endif
49 | }
| `- error: missing return in getter expected to return 'String'
50 | }
51 | }
[34/40] Compiling Puid Source.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/CSPrng.swift:49:5: error: missing return in getter expected to return 'String'
47 | "SystemRandomNumberGenerator"
48 | #endif
49 | }
| `- error: missing return in getter expected to return 'String'
50 | }
51 | }
[35/40] Compiling Puid System.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/CSPrng.swift:49:5: error: missing return in getter expected to return 'String'
47 | "SystemRandomNumberGenerator"
48 | #endif
49 | }
| `- error: missing return in getter expected to return 'String'
50 | }
51 | }
[36/40] Compiling Puid CSPrng.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/CSPrng.swift:49:5: error: missing return in getter expected to return 'String'
47 | "SystemRandomNumberGenerator"
48 | #endif
49 | }
| `- error: missing return in getter expected to return 'String'
50 | }
51 | }
[37/40] Compiling Puid PuidError.swift
[38/40] Compiling Puid Risk.swift
[39/40] Compiling Puid Settings.swift
[40/40] Compiling Puid Util.swift
BUILD FAILURE 6.2 android