The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build BluetoothMessageProtocol, reference 2.0.1 (10cba9), with Swift 6.2 (beta) for Android on 19 Jun 2025 09:38:26 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FitnessKit/BluetoothMessageProtocol.git
Reference: 2.0.1
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/FitnessKit/BluetoothMessageProtocol
 * tag               2.0.1      -> FETCH_HEAD
HEAD is now at 10cba91 Merge pull request #10 from FitnessKit/testing
Cloned https://github.com/FitnessKit/BluetoothMessageProtocol.git
Revision (git rev-parse @):
10cba91b742d3297a7cf3b55843fbd8e1e664fca
SUCCESS checkout https://github.com/FitnessKit/BluetoothMessageProtocol.git at 2.0.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/FitnessKit/BluetoothMessageProtocol.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" 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
Fetching https://github.com/krzyzanowskim/CryptoSwift
Fetching https://github.com/FitnessKit/DataDecoder
Fetching https://github.com/FitnessKit/FitnessUnits
[1/758] Fetching fitnessunits
[449/13699] Fetching fitnessunits, cryptoswift
[2535/14116] Fetching fitnessunits, cryptoswift, datadecoder
Fetched https://github.com/FitnessKit/FitnessUnits from cache (0.84s)
Fetched https://github.com/FitnessKit/DataDecoder from cache (0.84s)
[2071/12941] Fetching cryptoswift
Fetched https://github.com/krzyzanowskim/CryptoSwift from cache (2.17s)
Computing version for https://github.com/FitnessKit/DataDecoder
Computed https://github.com/FitnessKit/DataDecoder at 5.0.0 (2.68s)
Computing version for https://github.com/FitnessKit/FitnessUnits
Computed https://github.com/FitnessKit/FitnessUnits at 3.1.0 (0.42s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift
Computed https://github.com/krzyzanowskim/CryptoSwift at 1.8.4 (0.39s)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift
Working copy of https://github.com/krzyzanowskim/CryptoSwift resolved at 1.8.4
Creating working copy for https://github.com/FitnessKit/DataDecoder
Working copy of https://github.com/FitnessKit/DataDecoder resolved at 5.0.0
Creating working copy for https://github.com/FitnessKit/FitnessUnits
Working copy of https://github.com/FitnessKit/FitnessUnits resolved at 3.1.0
Building for debugging...
[0/6] Write sources
[2/6] Copying PrivacyInfo.xcprivacy
[3/6] Write sources
[5/6] Write swift-version-8C5A4AE7A8CE2BA.txt
[7/135] Compiling CryptoSwift IntegerConversion.swift
[8/135] Compiling CryptoSwift Multiplication.swift
[9/135] Compiling CryptoSwift PrimeTest.swift
[10/135] Compiling CryptoSwift Random.swift
[11/135] Compiling CryptoSwift Shifts.swift
[12/135] Compiling CryptoSwift SquareRoot.swift
[13/135] Compiling CryptoSwift Strideable.swift
[14/135] Compiling CryptoSwift StringConversion.swift
[15/135] Compiling CryptoSwift Subtraction.swift
[16/135] Compiling CryptoSwift WordsAndBits.swift
[17/135] Compiling CryptoSwift ChaCha20.swift
[18/135] Compiling CryptoSwift Checksum.swift
[19/135] Compiling CryptoSwift Cipher.swift
[20/135] Compiling CryptoSwift Collection+Extension.swift
[21/149] Compiling DataDecoder Nibble.swift
[22/149] Compiling DataDecoder MACAddress.swift
[23/149] Compiling CryptoSwift CMAC.swift
[24/149] Compiling CryptoSwift Addition.swift
[25/149] Compiling CryptoSwift BigInt.swift
[26/149] Compiling CryptoSwift BigUInt.swift
[27/149] Compiling CryptoSwift BitwiseOps.swift
[28/149] Compiling CryptoSwift CS.swift
[29/149] Compiling CryptoSwift Codable.swift
[30/149] Compiling CryptoSwift Comparable.swift
[31/149] Compiling CryptoSwift DataConversion.swift
[32/149] Compiling CryptoSwift Division.swift
[33/149] Compiling CryptoSwift Exponentiation.swift
[34/149] Compiling CryptoSwift FloatingPointConversion.swift
[35/149] Compiling CryptoSwift GCD.swift
[36/149] Compiling CryptoSwift Hashable.swift
[37/149] Compiling CryptoSwift BlockEncryptor.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:343:26: error: cannot find 'pow' in scope
341 |       // [a]32
342 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
343 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
344 |       // [a]64
345 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
[38/149] Compiling CryptoSwift BlockMode.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:343:26: error: cannot find 'pow' in scope
341 |       // [a]32
342 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
343 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
344 |       // [a]64
345 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
[39/149] Compiling CryptoSwift BlockModeOptions.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:343:26: error: cannot find 'pow' in scope
341 |       // [a]32
342 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
343 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
344 |       // [a]64
345 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
[40/149] Compiling CryptoSwift CBC.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:343:26: error: cannot find 'pow' in scope
341 |       // [a]32
342 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
343 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
344 |       // [a]64
345 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
[41/149] Compiling CryptoSwift CCM.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:343:26: error: cannot find 'pow' in scope
341 |       // [a]32
342 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
343 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
344 |       // [a]64
345 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
[42/149] Compiling CryptoSwift CFB.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:343:26: error: cannot find 'pow' in scope
341 |       // [a]32
342 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
343 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
344 |       // [a]64
345 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
[43/149] Compiling CryptoSwift CTR.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:343:26: error: cannot find 'pow' in scope
341 |       // [a]32
342 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
343 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
344 |       // [a]64
345 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
[44/149] Compiling CryptoSwift CipherModeWorker.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:343:26: error: cannot find 'pow' in scope
341 |       // [a]32
342 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
343 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
344 |       // [a]64
345 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
[45/149] Compiling CryptoSwift ECB.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:343:26: error: cannot find 'pow' in scope
341 |       // [a]32
342 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
343 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
344 |       // [a]64
345 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
[46/149] Compiling CryptoSwift GCM.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:343:26: error: cannot find 'pow' in scope
341 |       // [a]32
342 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
343 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
344 |       // [a]64
345 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
[47/149] Compiling CryptoSwift OCB.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:343:26: error: cannot find 'pow' in scope
341 |       // [a]32
342 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
343 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
344 |       // [a]64
345 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
[48/149] Compiling CryptoSwift OFB.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:343:26: error: cannot find 'pow' in scope
341 |       // [a]32
342 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
343 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
344 |       // [a]64
345 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
[49/149] Compiling CryptoSwift PCBC.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:343:26: error: cannot find 'pow' in scope
341 |       // [a]32
342 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
343 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
344 |       // [a]64
345 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
[50/149] Compiling CryptoSwift Blowfish.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:343:26: error: cannot find 'pow' in scope
341 |       // [a]32
342 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
343 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
344 |       // [a]64
345 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
[51/149] Compiling CryptoSwift CBCMAC.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:343:26: error: cannot find 'pow' in scope
341 |       // [a]32
342 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
343 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
344 |       // [a]64
345 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
[52/149] Compiling CryptoSwift PKCS5.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:43:9: error: cannot find 'mlock' in scope
41 |         // not supported on WASI
42 |       #else
43 |         mlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'mlock' in scope
44 |       #endif
45 |     }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:55:9: error: cannot find 'munlock' in scope
53 |         // not supported on WASI
54 |       #else
55 |         munlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'munlock' in scope
56 |       #endif
57 |     }
[53/149] Compiling CryptoSwift PKCS7.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:43:9: error: cannot find 'mlock' in scope
41 |         // not supported on WASI
42 |       #else
43 |         mlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'mlock' in scope
44 |       #endif
45 |     }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:55:9: error: cannot find 'munlock' in scope
53 |         // not supported on WASI
54 |       #else
55 |         munlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'munlock' in scope
56 |       #endif
57 |     }
[54/149] Compiling CryptoSwift PKCS7Padding.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:43:9: error: cannot find 'mlock' in scope
41 |         // not supported on WASI
42 |       #else
43 |         mlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'mlock' in scope
44 |       #endif
45 |     }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:55:9: error: cannot find 'munlock' in scope
53 |         // not supported on WASI
54 |       #else
55 |         munlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'munlock' in scope
56 |       #endif
57 |     }
[55/149] Compiling CryptoSwift Padding.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:43:9: error: cannot find 'mlock' in scope
41 |         // not supported on WASI
42 |       #else
43 |         mlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'mlock' in scope
44 |       #endif
45 |     }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:55:9: error: cannot find 'munlock' in scope
53 |         // not supported on WASI
54 |       #else
55 |         munlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'munlock' in scope
56 |       #endif
57 |     }
[56/149] Compiling CryptoSwift Poly1305.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:43:9: error: cannot find 'mlock' in scope
41 |         // not supported on WASI
42 |       #else
43 |         mlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'mlock' in scope
44 |       #endif
45 |     }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:55:9: error: cannot find 'munlock' in scope
53 |         // not supported on WASI
54 |       #else
55 |         munlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'munlock' in scope
56 |       #endif
57 |     }
[57/149] Compiling CryptoSwift RSA+Cipher.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:43:9: error: cannot find 'mlock' in scope
41 |         // not supported on WASI
42 |       #else
43 |         mlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'mlock' in scope
44 |       #endif
45 |     }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:55:9: error: cannot find 'munlock' in scope
53 |         // not supported on WASI
54 |       #else
55 |         munlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'munlock' in scope
56 |       #endif
57 |     }
[58/149] Compiling CryptoSwift RSA+Signature.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:43:9: error: cannot find 'mlock' in scope
41 |         // not supported on WASI
42 |       #else
43 |         mlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'mlock' in scope
44 |       #endif
45 |     }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:55:9: error: cannot find 'munlock' in scope
53 |         // not supported on WASI
54 |       #else
55 |         munlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'munlock' in scope
56 |       #endif
57 |     }
[59/149] Compiling CryptoSwift RSA.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:43:9: error: cannot find 'mlock' in scope
41 |         // not supported on WASI
42 |       #else
43 |         mlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'mlock' in scope
44 |       #endif
45 |     }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:55:9: error: cannot find 'munlock' in scope
53 |         // not supported on WASI
54 |       #else
55 |         munlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'munlock' in scope
56 |       #endif
57 |     }
[60/149] Compiling CryptoSwift Rabbit.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:43:9: error: cannot find 'mlock' in scope
41 |         // not supported on WASI
42 |       #else
43 |         mlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'mlock' in scope
44 |       #endif
45 |     }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:55:9: error: cannot find 'munlock' in scope
53 |         // not supported on WASI
54 |       #else
55 |         munlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'munlock' in scope
56 |       #endif
57 |     }
[61/149] Compiling CryptoSwift SHA1.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:43:9: error: cannot find 'mlock' in scope
41 |         // not supported on WASI
42 |       #else
43 |         mlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'mlock' in scope
44 |       #endif
45 |     }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:55:9: error: cannot find 'munlock' in scope
53 |         // not supported on WASI
54 |       #else
55 |         munlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'munlock' in scope
56 |       #endif
57 |     }
[62/149] Compiling CryptoSwift SHA2.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:43:9: error: cannot find 'mlock' in scope
41 |         // not supported on WASI
42 |       #else
43 |         mlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'mlock' in scope
44 |       #endif
45 |     }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:55:9: error: cannot find 'munlock' in scope
53 |         // not supported on WASI
54 |       #else
55 |         munlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'munlock' in scope
56 |       #endif
57 |     }
[63/149] Compiling CryptoSwift SHA3.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:43:9: error: cannot find 'mlock' in scope
41 |         // not supported on WASI
42 |       #else
43 |         mlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'mlock' in scope
44 |       #endif
45 |     }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:55:9: error: cannot find 'munlock' in scope
53 |         // not supported on WASI
54 |       #else
55 |         munlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'munlock' in scope
56 |       #endif
57 |     }
[64/149] Compiling CryptoSwift Scrypt.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:43:9: error: cannot find 'mlock' in scope
41 |         // not supported on WASI
42 |       #else
43 |         mlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'mlock' in scope
44 |       #endif
45 |     }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:55:9: error: cannot find 'munlock' in scope
53 |         // not supported on WASI
54 |       #else
55 |         munlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'munlock' in scope
56 |       #endif
57 |     }
[65/149] Compiling CryptoSwift SecureBytes.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:43:9: error: cannot find 'mlock' in scope
41 |         // not supported on WASI
42 |       #else
43 |         mlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'mlock' in scope
44 |       #endif
45 |     }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:55:9: error: cannot find 'munlock' in scope
53 |         // not supported on WASI
54 |       #else
55 |         munlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'munlock' in scope
56 |       #endif
57 |     }
[69/152] Compiling CryptoSwift CompactMap.swift
[70/152] Compiling CryptoSwift Cryptor.swift
[71/152] Compiling CryptoSwift Cryptors.swift
[72/152] Compiling CryptoSwift Digest.swift
[73/152] Compiling CryptoSwift DigestType.swift
[74/152] Compiling CryptoSwift AES+Foundation.swift
[75/152] Compiling CryptoSwift Array+Foundation.swift
[76/152] Compiling CryptoSwift Blowfish+Foundation.swift
[77/152] Compiling CryptoSwift ChaCha20+Foundation.swift
[78/152] Compiling CryptoSwift Data+Extension.swift
[79/152] Compiling CryptoSwift Bit.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitTorque.swift:80:1: error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
78 |
79 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
80 |
   | `- error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
81 |     /// Encodes the receiver using a given archiver
82 |     ///
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String, converter: UnitConverter)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitTorque.swift:80:1: error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
78 |
79 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
80 |
   | `- error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
81 |     /// Encodes the receiver using a given archiver
82 |     ///
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
[80/152] Compiling CryptoSwift HMAC+Foundation.swift
[81/152] Compiling CryptoSwift BlockCipher.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitTorque.swift:80:1: error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
78 |
79 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
80 |
   | `- error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
81 |     /// Encodes the receiver using a given archiver
82 |     ///
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String, converter: UnitConverter)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitTorque.swift:80:1: error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
78 |
79 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
80 |
   | `- error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
81 |     /// Encodes the receiver using a given archiver
82 |     ///
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
[82/152] Compiling CryptoSwift Rabbit+Foundation.swift
[83/152] Compiling CryptoSwift String+FoundationExtension.swift
[84/152] Compiling CryptoSwift BlockDecryptor.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitTorque.swift:80:1: error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
78 |
79 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
80 |
   | `- error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
81 |     /// Encodes the receiver using a given archiver
82 |     ///
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String, converter: UnitConverter)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitTorque.swift:80:1: error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
78 |
79 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
80 |
   | `- error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
81 |     /// Encodes the receiver using a given archiver
82 |     ///
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
[85/152] Compiling CryptoSwift ASN1Decoder.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitMagneticField.swift:95:1: error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
 93 |
 94 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
 95 |
    | `- error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
 96 |     /// Encodes the receiver using a given archiver
 97 |     ///
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String, converter: UnitConverter)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitMagneticField.swift:95:1: error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
 93 |
 94 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
 95 |
    | `- error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
 96 |     /// Encodes the receiver using a given archiver
 97 |     ///
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitRadioactivity.swift:116:1: error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
114 |
115 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
116 |
    | `- error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
117 |     /// Encodes the receiver using a given archiver
118 |     ///
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String, converter: UnitConverter)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitRadioactivity.swift:116:1: error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
114 |
115 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
116 |
    | `- error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
117 |     /// Encodes the receiver using a given archiver
118 |     ///
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
[86/152] Compiling CryptoSwift ASN1Encoder.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitMagneticField.swift:95:1: error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
 93 |
 94 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
 95 |
    | `- error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
 96 |     /// Encodes the receiver using a given archiver
 97 |     ///
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String, converter: UnitConverter)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitMagneticField.swift:95:1: error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
 93 |
 94 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
 95 |
    | `- error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
 96 |     /// Encodes the receiver using a given archiver
 97 |     ///
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitRadioactivity.swift:116:1: error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
114 |
115 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
116 |
    | `- error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
117 |     /// Encodes the receiver using a given archiver
118 |     ///
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String, converter: UnitConverter)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitRadioactivity.swift:116:1: error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
114 |
115 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
116 |
    | `- error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
117 |     /// Encodes the receiver using a given archiver
118 |     ///
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
[87/152] Compiling CryptoSwift ASN1Scanner.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitMagneticField.swift:95:1: error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
 93 |
 94 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
 95 |
    | `- error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
 96 |     /// Encodes the receiver using a given archiver
 97 |     ///
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String, converter: UnitConverter)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitMagneticField.swift:95:1: error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
 93 |
 94 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
 95 |
    | `- error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
 96 |     /// Encodes the receiver using a given archiver
 97 |     ///
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitRadioactivity.swift:116:1: error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
114 |
115 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
116 |
    | `- error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
117 |     /// Encodes the receiver using a given archiver
118 |     ///
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String, converter: UnitConverter)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitRadioactivity.swift:116:1: error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
114 |
115 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
116 |
    | `- error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
117 |     /// Encodes the receiver using a given archiver
118 |     ///
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
[88/152] Compiling CryptoSwift AES.Cryptors.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitForce.swift:88:1: error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
 86 |
 87 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
 88 |
    | `- error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
 89 |     public override func encode(with aCoder: NSCoder) { super.encode(with: aCoder) }
 90 |
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String, converter: UnitConverter)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitForce.swift:88:1: error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
 86 |
 87 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
 88 |
    | `- error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
 89 |     public override func encode(with aCoder: NSCoder) { super.encode(with: aCoder) }
 90 |
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitLinearDensity.swift:74:1: error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
72 |
73 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
74 |
   | `- error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
75 |     /// Encodes the receiver using a given archiver
76 |     ///
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String, converter: UnitConverter)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitLinearDensity.swift:74:1: error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
72 |
73 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
74 |
   | `- error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
75 |     /// Encodes the receiver using a given archiver
76 |     ///
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
[89/152] Compiling CryptoSwift AES.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitForce.swift:88:1: error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
 86 |
 87 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
 88 |
    | `- error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
 89 |     public override func encode(with aCoder: NSCoder) { super.encode(with: aCoder) }
 90 |
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String, converter: UnitConverter)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitForce.swift:88:1: error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
 86 |
 87 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
 88 |
    | `- error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
 89 |     public override func encode(with aCoder: NSCoder) { super.encode(with: aCoder) }
 90 |
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitLinearDensity.swift:74:1: error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
72 |
73 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
74 |
   | `- error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
75 |     /// Encodes the receiver using a given archiver
76 |     ///
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String, converter: UnitConverter)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitLinearDensity.swift:74:1: error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
72 |
73 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
74 |
   | `- error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
75 |     /// Encodes the receiver using a given archiver
76 |     ///
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
[90/152] Compiling CryptoSwift ASN1.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitForce.swift:88:1: error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
 86 |
 87 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
 88 |
    | `- error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
 89 |     public override func encode(with aCoder: NSCoder) { super.encode(with: aCoder) }
 90 |
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String, converter: UnitConverter)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitForce.swift:88:1: error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
 86 |
 87 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
 88 |
    | `- error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
 89 |     public override func encode(with aCoder: NSCoder) { super.encode(with: aCoder) }
 90 |
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitLinearDensity.swift:74:1: error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
72 |
73 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
74 |
   | `- error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
75 |     /// Encodes the receiver using a given archiver
76 |     ///
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String, converter: UnitConverter)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitLinearDensity.swift:74:1: error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
72 |
73 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
74 |
   | `- error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
75 |     /// Encodes the receiver using a given archiver
76 |     ///
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
[91/152] Compiling CryptoSwift Array+Extension.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitAngularVelocity.swift:74:1: error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
72 |
73 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
74 |
   | `- error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
75 |     /// Encodes the receiver using a given archiver
76 |     ///
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String, converter: UnitConverter)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitAngularVelocity.swift:74:1: error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
72 |
73 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
74 |
   | `- error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
75 |     /// Encodes the receiver using a given archiver
76 |     ///
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
[92/152] Compiling CryptoSwift Authenticator.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitAngularVelocity.swift:74:1: error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
72 |
73 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
74 |
   | `- error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
75 |     /// Encodes the receiver using a given archiver
76 |     ///
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String, converter: UnitConverter)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitAngularVelocity.swift:74:1: error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
72 |
73 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
74 |
   | `- error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
75 |     /// Encodes the receiver using a given archiver
76 |     ///
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
[93/152] Compiling CryptoSwift BatchedCollection.swift
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitAngularVelocity.swift:74:1: error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
72 |
73 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
74 |
   | `- error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
75 |     /// Encodes the receiver using a given archiver
76 |     ///
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String, converter: UnitConverter)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitAngularVelocity.swift:74:1: error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
72 |
73 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
74 |
   | `- error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
75 |     /// Encodes the receiver using a given archiver
76 |     ///
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
[97/152] Compiling CryptoSwift Utils+Foundation.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[98/152] Emitting module FitnessUnits
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitAngularVelocity.swift:74:1: error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
72 |
73 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
74 |
   | `- error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
75 |     /// Encodes the receiver using a given archiver
76 |     ///
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String, converter: UnitConverter)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitAngularVelocity.swift:74:1: error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
72 |
73 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
74 |
   | `- error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
75 |     /// Encodes the receiver using a given archiver
76 |     ///
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitForce.swift:88:1: error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
 86 |
 87 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
 88 |
    | `- error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
 89 |     public override func encode(with aCoder: NSCoder) { super.encode(with: aCoder) }
 90 |
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String, converter: UnitConverter)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitForce.swift:88:1: error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
 86 |
 87 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
 88 |
    | `- error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
 89 |     public override func encode(with aCoder: NSCoder) { super.encode(with: aCoder) }
 90 |
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitLinearDensity.swift:74:1: error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
72 |
73 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
74 |
   | `- error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
75 |     /// Encodes the receiver using a given archiver
76 |     ///
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String, converter: UnitConverter)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitLinearDensity.swift:74:1: error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
72 |
73 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
74 |
   | `- error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
75 |     /// Encodes the receiver using a given archiver
76 |     ///
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitMagneticField.swift:95:1: error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
 93 |
 94 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
 95 |
    | `- error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
 96 |     /// Encodes the receiver using a given archiver
 97 |     ///
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String, converter: UnitConverter)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitMagneticField.swift:95:1: error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
 93 |
 94 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
 95 |
    | `- error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
 96 |     /// Encodes the receiver using a given archiver
 97 |     ///
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitRadioactivity.swift:116:1: error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
114 |
115 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
116 |
    | `- error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
117 |     /// Encodes the receiver using a given archiver
118 |     ///
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String, converter: UnitConverter)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitRadioactivity.swift:116:1: error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
114 |
115 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
116 |
    | `- error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
117 |     /// Encodes the receiver using a given archiver
118 |     ///
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitTorque.swift:80:1: error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
78 |
79 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
80 |
   | `- error: 'required' initializer 'init(symbol:converter:)' must be provided by subclass of 'Dimension'
81 |     /// Encodes the receiver using a given archiver
82 |     ///
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String, converter: UnitConverter)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
/host/spi-builder-workspace/.build/checkouts/FitnessUnits/Sources/FitnessUnits/Dimensional/UnitTorque.swift:80:1: error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
78 |
79 |     public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) }
80 |
   | `- error: 'required' initializer 'init(symbol:)' must be provided by subclass of 'Dimension'
81 |     /// Encodes the receiver using a given archiver
82 |     ///
Foundation.Dimension.init:2:17: note: 'required' initializer is declared in superclass here
1 | class Dimension {
2 | required public init(symbol: String)}
  |                 `- note: 'required' initializer is declared in superclass here
3 |
[99/152] Compiling CryptoSwift AEAD.swift
[100/152] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[101/152] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[102/152] Compiling CryptoSwift XChaCha20+Foundation.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift:59:25: error: cannot find 'ceil' in scope
57 |     let keyLengthFinal = Double(dkLen)
58 |     let hLen = Double(variant.digestLength)
59 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
60 |     guard numBlocks <= 255 else {
61 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:66:28: error: cannot find 'pow' in scope
 64 |       let keyLengthFinal = Double(dkLen)
 65 |       let hLen = Double(prf.variant.digestLength)
 66 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 67 |         throw Error.derivedKeyTooLong
 68 |       }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:74:28: error: cannot find 'ceil' in scope
 72 |       self.prf = prf
 73 |
 74 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 75 |     }
 76 |
[103/152] Compiling CryptoSwift Generics.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift:59:25: error: cannot find 'ceil' in scope
57 |     let keyLengthFinal = Double(dkLen)
58 |     let hLen = Double(variant.digestLength)
59 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
60 |     guard numBlocks <= 255 else {
61 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:66:28: error: cannot find 'pow' in scope
 64 |       let keyLengthFinal = Double(dkLen)
 65 |       let hLen = Double(prf.variant.digestLength)
 66 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 67 |         throw Error.derivedKeyTooLong
 68 |       }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:74:28: error: cannot find 'ceil' in scope
 72 |       self.prf = prf
 73 |
 74 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 75 |     }
 76 |
[104/152] Compiling CryptoSwift HKDF.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift:59:25: error: cannot find 'ceil' in scope
57 |     let keyLengthFinal = Double(dkLen)
58 |     let hLen = Double(variant.digestLength)
59 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
60 |     guard numBlocks <= 255 else {
61 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:66:28: error: cannot find 'pow' in scope
 64 |       let keyLengthFinal = Double(dkLen)
 65 |       let hLen = Double(prf.variant.digestLength)
 66 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 67 |         throw Error.derivedKeyTooLong
 68 |       }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:74:28: error: cannot find 'ceil' in scope
 72 |       self.prf = prf
 73 |
 74 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 75 |     }
 76 |
[105/152] Compiling CryptoSwift HMAC.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift:59:25: error: cannot find 'ceil' in scope
57 |     let keyLengthFinal = Double(dkLen)
58 |     let hLen = Double(variant.digestLength)
59 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
60 |     guard numBlocks <= 255 else {
61 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:66:28: error: cannot find 'pow' in scope
 64 |       let keyLengthFinal = Double(dkLen)
 65 |       let hLen = Double(prf.variant.digestLength)
 66 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 67 |         throw Error.derivedKeyTooLong
 68 |       }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:74:28: error: cannot find 'ceil' in scope
 72 |       self.prf = prf
 73 |
 74 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 75 |     }
 76 |
[106/152] Compiling CryptoSwift ISO10126Padding.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift:59:25: error: cannot find 'ceil' in scope
57 |     let keyLengthFinal = Double(dkLen)
58 |     let hLen = Double(variant.digestLength)
59 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
60 |     guard numBlocks <= 255 else {
61 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:66:28: error: cannot find 'pow' in scope
 64 |       let keyLengthFinal = Double(dkLen)
 65 |       let hLen = Double(prf.variant.digestLength)
 66 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 67 |         throw Error.derivedKeyTooLong
 68 |       }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:74:28: error: cannot find 'ceil' in scope
 72 |       self.prf = prf
 73 |
 74 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 75 |     }
 76 |
[107/152] Compiling CryptoSwift ISO78164Padding.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift:59:25: error: cannot find 'ceil' in scope
57 |     let keyLengthFinal = Double(dkLen)
58 |     let hLen = Double(variant.digestLength)
59 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
60 |     guard numBlocks <= 255 else {
61 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:66:28: error: cannot find 'pow' in scope
 64 |       let keyLengthFinal = Double(dkLen)
 65 |       let hLen = Double(prf.variant.digestLength)
 66 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 67 |         throw Error.derivedKeyTooLong
 68 |       }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:74:28: error: cannot find 'ceil' in scope
 72 |       self.prf = prf
 73 |
 74 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 75 |     }
 76 |
[108/152] Compiling CryptoSwift Int+Extension.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift:59:25: error: cannot find 'ceil' in scope
57 |     let keyLengthFinal = Double(dkLen)
58 |     let hLen = Double(variant.digestLength)
59 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
60 |     guard numBlocks <= 255 else {
61 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:66:28: error: cannot find 'pow' in scope
 64 |       let keyLengthFinal = Double(dkLen)
 65 |       let hLen = Double(prf.variant.digestLength)
 66 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 67 |         throw Error.derivedKeyTooLong
 68 |       }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:74:28: error: cannot find 'ceil' in scope
 72 |       self.prf = prf
 73 |
 74 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 75 |     }
 76 |
[109/152] Compiling CryptoSwift MD5.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift:59:25: error: cannot find 'ceil' in scope
57 |     let keyLengthFinal = Double(dkLen)
58 |     let hLen = Double(variant.digestLength)
59 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
60 |     guard numBlocks <= 255 else {
61 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:66:28: error: cannot find 'pow' in scope
 64 |       let keyLengthFinal = Double(dkLen)
 65 |       let hLen = Double(prf.variant.digestLength)
 66 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 67 |         throw Error.derivedKeyTooLong
 68 |       }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:74:28: error: cannot find 'ceil' in scope
 72 |       self.prf = prf
 73 |
 74 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 75 |     }
 76 |
[110/152] Compiling CryptoSwift NoPadding.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift:59:25: error: cannot find 'ceil' in scope
57 |     let keyLengthFinal = Double(dkLen)
58 |     let hLen = Double(variant.digestLength)
59 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
60 |     guard numBlocks <= 255 else {
61 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:66:28: error: cannot find 'pow' in scope
 64 |       let keyLengthFinal = Double(dkLen)
 65 |       let hLen = Double(prf.variant.digestLength)
 66 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 67 |         throw Error.derivedKeyTooLong
 68 |       }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:74:28: error: cannot find 'ceil' in scope
 72 |       self.prf = prf
 73 |
 74 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 75 |     }
 76 |
[111/152] Compiling CryptoSwift Operators.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift:59:25: error: cannot find 'ceil' in scope
57 |     let keyLengthFinal = Double(dkLen)
58 |     let hLen = Double(variant.digestLength)
59 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
60 |     guard numBlocks <= 255 else {
61 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:66:28: error: cannot find 'pow' in scope
 64 |       let keyLengthFinal = Double(dkLen)
 65 |       let hLen = Double(prf.variant.digestLength)
 66 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 67 |         throw Error.derivedKeyTooLong
 68 |       }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:74:28: error: cannot find 'ceil' in scope
 72 |       self.prf = prf
 73 |
 74 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 75 |     }
 76 |
[112/152] Compiling CryptoSwift DER.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift:59:25: error: cannot find 'ceil' in scope
57 |     let keyLengthFinal = Double(dkLen)
58 |     let hLen = Double(variant.digestLength)
59 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
60 |     guard numBlocks <= 255 else {
61 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:66:28: error: cannot find 'pow' in scope
 64 |       let keyLengthFinal = Double(dkLen)
 65 |       let hLen = Double(prf.variant.digestLength)
 66 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 67 |         throw Error.derivedKeyTooLong
 68 |       }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:74:28: error: cannot find 'ceil' in scope
 72 |       self.prf = prf
 73 |
 74 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 75 |     }
 76 |
[113/152] Compiling CryptoSwift PBKDF1.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift:59:25: error: cannot find 'ceil' in scope
57 |     let keyLengthFinal = Double(dkLen)
58 |     let hLen = Double(variant.digestLength)
59 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
60 |     guard numBlocks <= 255 else {
61 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:66:28: error: cannot find 'pow' in scope
 64 |       let keyLengthFinal = Double(dkLen)
 65 |       let hLen = Double(prf.variant.digestLength)
 66 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 67 |         throw Error.derivedKeyTooLong
 68 |       }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:74:28: error: cannot find 'ceil' in scope
 72 |       self.prf = prf
 73 |
 74 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 75 |     }
 76 |
[114/152] Compiling CryptoSwift PBKDF2.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift:59:25: error: cannot find 'ceil' in scope
57 |     let keyLengthFinal = Double(dkLen)
58 |     let hLen = Double(variant.digestLength)
59 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
60 |     guard numBlocks <= 255 else {
61 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:66:28: error: cannot find 'pow' in scope
 64 |       let keyLengthFinal = Double(dkLen)
 65 |       let hLen = Double(prf.variant.digestLength)
 66 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 67 |         throw Error.derivedKeyTooLong
 68 |       }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:74:28: error: cannot find 'ceil' in scope
 72 |       self.prf = prf
 73 |
 74 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 75 |     }
 76 |
[115/152] Compiling CryptoSwift PKCS1v15.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift:59:25: error: cannot find 'ceil' in scope
57 |     let keyLengthFinal = Double(dkLen)
58 |     let hLen = Double(variant.digestLength)
59 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
60 |     guard numBlocks <= 255 else {
61 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:66:28: error: cannot find 'pow' in scope
 64 |       let keyLengthFinal = Double(dkLen)
 65 |       let hLen = Double(prf.variant.digestLength)
 66 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 67 |         throw Error.derivedKeyTooLong
 68 |       }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:74:28: error: cannot find 'ceil' in scope
 72 |       self.prf = prf
 73 |
 74 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 75 |     }
 76 |
[116/152] Compiling DataDecoder ANTToggleByte.swift
[132/152] Emitting module CryptoSwift
[133/152] Compiling DataDecoder DataExtension.swift
[134/152] Emitting module DataDecoder
[135/152] Compiling DataDecoder Decoder.swift
[137/153] Compiling FitnessUnits ValidatedBinaryFloatingPoint.swift
[138/153] Compiling FitnessUnits ValidatedBinaryInteger.swift
[139/153] Compiling FitnessUnits ValidatedMeasurement.swift
BUILD FAILURE 6.2 android