The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Freddy, reference 3.0.58 (e8d1f5), with Swift 6.3 for Wasm on 14 Apr 2026 05:04:45 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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/modswift/Freddy.git
Reference: 3.0.58
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/modswift/Freddy
 * tag               3.0.58     -> FETCH_HEAD
HEAD is now at e8d1f56 Adjust for Swift 4/5 changes
Cloned https://github.com/modswift/Freddy.git
Revision (git rev-parse @):
e8d1f5600d1f72c2159b94dd9916cd15a11f68d3
SUCCESS checkout https://github.com/modswift/Freddy.git at 3.0.58
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/modswift/Freddy.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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/12] Compiling Freddy JSONParsing.swift
/host/spi-builder-workspace/Sources/Freddy/JSONParsing.swift:78:30: error: cannot find 'CFNumberGetType' in scope
 76 |         switch object {
 77 |         case let n as NSNumber:
 78 |             let numberType = CFNumberGetType(n)
    |                              `- error: cannot find 'CFNumberGetType' in scope
 79 |             switch numberType {
 80 |             case .charType:
[4/12] Compiling Freddy JSONParser.swift
/host/spi-builder-workspace/Sources/Freddy/JSONParser.swift:611:29: error: cannot find 'FE_UNDERFLOW' in scope
609 |
610 |     private func detectingFloatingPointErrors<T>(start loc: Int, _ f: () throws -> T) throws -> T {
611 |         let flags : Int32 = FE_UNDERFLOW | FE_OVERFLOW
    |                             `- error: cannot find 'FE_UNDERFLOW' in scope
612 |         feclearexcept(flags)
613 |         let value = try f()
/host/spi-builder-workspace/Sources/Freddy/JSONParser.swift:611:44: error: cannot find 'FE_OVERFLOW' in scope
609 |
610 |     private func detectingFloatingPointErrors<T>(start loc: Int, _ f: () throws -> T) throws -> T {
611 |         let flags : Int32 = FE_UNDERFLOW | FE_OVERFLOW
    |                                            `- error: cannot find 'FE_OVERFLOW' in scope
612 |         feclearexcept(flags)
613 |         let value = try f()
/host/spi-builder-workspace/Sources/Freddy/JSONParser.swift:611:42: error: cannot convert value of type 'UInt8' to specified type 'Int32'
609 |
610 |     private func detectingFloatingPointErrors<T>(start loc: Int, _ f: () throws -> T) throws -> T {
611 |         let flags : Int32 = FE_UNDERFLOW | FE_OVERFLOW
    |                                          `- error: cannot convert value of type 'UInt8' to specified type 'Int32'
612 |         feclearexcept(flags)
613 |         let value = try f()
[5/13] Compiling Freddy JSONSerializing.swift
[6/13] Compiling Freddy JSONLiteralConvertible.swift
[7/13] Compiling Freddy JSONOptional.swift
[8/13] Compiling Freddy JSON.swift
/host/spi-builder-workspace/Sources/Freddy/JSON.swift:40:14: warning: associated value 'unexpectedSubscript(type:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'any JSONPathType.Type'
38 |
39 |         /// The JSON is not subscriptable with `type`
40 |         case unexpectedSubscript(type: JSONPathType.Type)
   |              `- warning: associated value 'unexpectedSubscript(type:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'any JSONPathType.Type'
41 |
42 |         /// Unexpected JSON `value` was found that is not convertible `to` type
[9/13] Compiling Freddy JSONDecodable.swift
/host/spi-builder-workspace/Sources/Freddy/JSON.swift:40:14: warning: associated value 'unexpectedSubscript(type:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'any JSONPathType.Type'
38 |
39 |         /// The JSON is not subscriptable with `type`
40 |         case unexpectedSubscript(type: JSONPathType.Type)
   |              `- warning: associated value 'unexpectedSubscript(type:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'any JSONPathType.Type'
41 |
42 |         /// Unexpected JSON `value` was found that is not convertible `to` type
[10/13] Emitting module Freddy
/host/spi-builder-workspace/Sources/Freddy/JSON.swift:40:14: warning: associated value 'unexpectedSubscript(type:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'any JSONPathType.Type'
38 |
39 |         /// The JSON is not subscriptable with `type`
40 |         case unexpectedSubscript(type: JSONPathType.Type)
   |              `- warning: associated value 'unexpectedSubscript(type:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'any JSONPathType.Type'
41 |
42 |         /// Unexpected JSON `value` was found that is not convertible `to` type
[11/13] Compiling Freddy JSONEncodable.swift
[12/13] Compiling Freddy JSONEncodingDetector.swift
[13/13] Compiling Freddy JSONSubscripting.swift
BUILD FAILURE 6.3 wasm