Build Information
Failed to build BluetoothMessageProtocol, reference master (6f6570
), with Swift 6.2 (beta) for Android on 19 Jun 2025 09:39:13 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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: 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/FitnessKit/BluetoothMessageProtocol
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 6f65703 doc
Cloned https://github.com/FitnessKit/BluetoothMessageProtocol.git
Revision (git rev-parse @):
6f6570355e5ebeb42fa5bbb18cf106994a09b363
SUCCESS checkout https://github.com/FitnessKit/BluetoothMessageProtocol.git at master
========================================
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-0":/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/FitnessKit/DataDecoder
Fetching https://github.com/FitnessKit/FitnessUnits
Fetching https://github.com/krzyzanowskim/CryptoSwift
[1/417] Fetching datadecoder
[418/13358] Fetching datadecoder, cryptoswift
[1195/14116] Fetching datadecoder, cryptoswift, fitnessunits
Fetched https://github.com/FitnessKit/FitnessUnits from cache (0.28s)
[2359/13358] Fetching datadecoder, cryptoswift
Fetched https://github.com/FitnessKit/DataDecoder from cache (1.14s)
Fetched https://github.com/krzyzanowskim/CryptoSwift from cache (1.17s)
Computing version for https://github.com/FitnessKit/DataDecoder
Computed https://github.com/FitnessKit/DataDecoder at 5.0.0 (1.53s)
Computing version for https://github.com/FitnessKit/FitnessUnits
Computed https://github.com/FitnessKit/FitnessUnits at 3.1.0 (0.34s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift
Computed https://github.com/krzyzanowskim/CryptoSwift at 1.8.4 (0.36s)
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/FitnessUnits
Working copy of https://github.com/FitnessKit/FitnessUnits resolved at 3.1.0
Creating working copy for https://github.com/FitnessKit/DataDecoder
Working copy of https://github.com/FitnessKit/DataDecoder resolved at 5.0.0
Building for debugging...
[0/6] Write sources
[0/6] Copying PrivacyInfo.xcprivacy
[0/6] Write sources
[5/6] Write swift-version-8C5A4AE7A8CE2BA.txt
[7/135] Compiling CryptoSwift Array+Extension.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 |
[8/135] Compiling CryptoSwift Authenticator.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 |
[9/135] Compiling CryptoSwift BatchedCollection.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 |
[10/138] 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 | }
[11/138] 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 | }
[12/138] 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 | }
[13/138] 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 | }
[14/138] 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 | }
[15/138] 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 | }
[16/138] 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 | }
[17/138] 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 | }
[18/138] 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 | }
[19/138] 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 | }
[20/138] 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 | }
[21/138] 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 | }
[22/138] 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 | }
[23/138] 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 | }
[24/138] 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 |
[25/138] 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 |
[26/138] 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 |
[27/138] 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 |
[28/138] 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 |
[29/138] 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 |
[30/138] 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 |
[31/138] 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 |
[32/138] 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 |
[33/138] 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 |
[34/138] 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 |
[35/138] 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 |
[36/138] 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 |
[37/138] 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 |
[38/138] Compiling CryptoSwift ASN1Decoder.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 |
[39/138] Compiling CryptoSwift ASN1Encoder.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 |
[40/138] Compiling CryptoSwift ASN1Scanner.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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[41/148] 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 |
[42/151] Compiling CryptoSwift AEAD.swift
[43/151] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[44/151] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[45/152] Compiling CryptoSwift BlockEncryptor.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 |
[46/152] Compiling CryptoSwift BlockMode.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 |
[47/152] Compiling CryptoSwift BlockModeOptions.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 |
[48/152] Compiling CryptoSwift CBC.swift
[49/152] Compiling CryptoSwift CCM.swift
[50/152] Compiling CryptoSwift CFB.swift
[51/152] Compiling CryptoSwift Bit.swift
[52/152] Compiling CryptoSwift BlockCipher.swift
[53/152] Compiling CryptoSwift BlockDecryptor.swift
[54/152] Compiling DataDecoder DataExtension.swift
[55/152] Emitting module DataDecoder
[56/152] Compiling DataDecoder Decoder.swift
[57/152] Emitting module CryptoSwift
[61/152] Compiling CryptoSwift AES.Cryptors.swift
[62/152] Compiling CryptoSwift AES.swift
[63/152] Compiling CryptoSwift ASN1.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 |
/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/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 |
[76/152] Compiling CryptoSwift CompactMap.swift
[77/152] Compiling CryptoSwift Cryptor.swift
[78/152] Compiling CryptoSwift Cryptors.swift
[79/152] Compiling CryptoSwift Digest.swift
[80/152] Compiling CryptoSwift DigestType.swift
[81/152] Compiling CryptoSwift AES+Foundation.swift
[82/152] Compiling CryptoSwift Array+Foundation.swift
[83/152] Compiling CryptoSwift Blowfish+Foundation.swift
[84/152] Compiling CryptoSwift ChaCha20+Foundation.swift
[85/152] Compiling CryptoSwift Data+Extension.swift
[86/152] Compiling CryptoSwift HMAC+Foundation.swift
[87/152] Compiling CryptoSwift Rabbit+Foundation.swift
[88/152] Compiling CryptoSwift String+FoundationExtension.swift
[89/152] Compiling CryptoSwift Utils+Foundation.swift
[90/152] Compiling CryptoSwift IntegerConversion.swift
[91/152] Compiling CryptoSwift Multiplication.swift
[92/152] Compiling CryptoSwift PrimeTest.swift
[93/152] Compiling CryptoSwift Random.swift
[94/152] Compiling CryptoSwift Shifts.swift
[95/152] Compiling CryptoSwift SquareRoot.swift
[96/152] Compiling CryptoSwift Strideable.swift
[97/152] Compiling CryptoSwift StringConversion.swift
[98/152] Compiling CryptoSwift Subtraction.swift
[99/152] Compiling CryptoSwift WordsAndBits.swift
[100/152] Compiling CryptoSwift ChaCha20.swift
[101/152] Compiling CryptoSwift Checksum.swift
[102/152] Compiling CryptoSwift Cipher.swift
[103/152] Compiling CryptoSwift Collection+Extension.swift
[104/152] Compiling CryptoSwift CMAC.swift
[105/152] Compiling CryptoSwift Addition.swift
[106/152] Compiling CryptoSwift BigInt.swift
[107/152] Compiling CryptoSwift BigUInt.swift
[108/152] Compiling CryptoSwift BitwiseOps.swift
[109/152] Compiling CryptoSwift CS.swift
[110/152] Compiling CryptoSwift Codable.swift
[111/152] Compiling CryptoSwift Comparable.swift
[112/152] Compiling CryptoSwift DataConversion.swift
[113/152] Compiling CryptoSwift Division.swift
[114/152] Compiling CryptoSwift Exponentiation.swift
[115/152] Compiling CryptoSwift FloatingPointConversion.swift
[116/152] Compiling CryptoSwift GCD.swift
[117/152] Compiling CryptoSwift Hashable.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)
/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)
/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)
/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)
/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)
/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)
[124/152] Compiling FitnessUnits ValidatedBinaryFloatingPoint.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)
[125/152] Compiling FitnessUnits ValidatedBinaryInteger.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)
[126/152] Compiling FitnessUnits ValidatedMeasurement.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)
[127/152] 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)
[128/152] 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)
[129/152] 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)
[130/152] 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)
[131/152] 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)
[132/152] 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)
[133/152] Compiling DataDecoder MACAddress.swift
[134/152] Compiling DataDecoder Nibble.swift
[135/152] Compiling DataDecoder ANTToggleByte.swift
BUILD FAILURE 6.2 android