Build Information
Failed to build ATCryptography, reference 0.1.8 (54bccd
), with Swift 6.1 for Android on 31 May 2025 04:16:43 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.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ATProtoKit/ATCryptography.git
Reference: 0.1.8
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/ATProtoKit/ATCryptography
* tag 0.1.8 -> FETCH_HEAD
HEAD is now at 54bccdb Update DocC with the changes
Cloned https://github.com/ATProtoKit/ATCryptography.git
Revision (git rev-parse @):
54bccdbc8a86afa84342a100dd869265f4f46b2f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ATProtoKit/ATCryptography.git at 0.1.8
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/ATProtoKit/ATCryptography.git
https://github.com/ATProtoKit/ATCryptography.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-secp256k1",
"requirement" : {
"exact" : [
"0.18.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/21-DOT-DEV/swift-secp256k1.git"
},
{
"identity" : "bigint",
"requirement" : {
"range" : [
{
"lower_bound" : "5.5.1",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/attaswift/BigInt.git"
}
],
"manifest_display_name" : "ATCryptography",
"name" : "ATCryptography",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "ATCryptography",
"targets" : [
"ATCryptography"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ATCryptographyTests",
"module_type" : "SwiftTarget",
"name" : "ATCryptographyTests",
"path" : "Tests/ATCryptographyTests",
"sources" : [
"BaseRadix/Base16Suite.swift",
"BaseRadix/Base32Suite.swift",
"BaseRadix/Base58Suite.swift",
"BaseRadix/Base64URLSuite.swift",
"DIDKeySuite.swift",
"KeyCompressionSuite.swift",
"KeypairSuite.swift",
"RandomSuite.swift",
"SgnatureSuite.swift"
],
"target_dependencies" : [
"ATCryptography"
],
"type" : "test"
},
{
"c99name" : "ATCryptography",
"module_type" : "SwiftTarget",
"name" : "ATCryptography",
"path" : "Sources/ATCryptography",
"product_dependencies" : [
"Crypto",
"secp256k1",
"BigInt"
],
"product_memberships" : [
"ATCryptography"
],
"sources" : [
"ATCryptography.swift",
"ATCryptographyTools.swift",
"BaseRadix/Base16.swift",
"BaseRadix/Base32.swift",
"BaseRadix/Base58.swift",
"BaseRadix/Base64URL.swift",
"DIDKey.swift",
"Errors.swift",
"Extensions/BigIntExtensions.swift",
"Extensions/DataExtensions.swift",
"Extensions/ECDSASignatureExtensions.swift",
"Extensions/P256Extensions.swift",
"Extensions/StringExtensions.swift",
"Multibase.swift",
"Plugins.swift",
"SHA256Hasher.swift",
"SecureRandom.swift",
"SignatureVerifier.swift",
"Types.swift",
"k256/K256Encoding.swift",
"k256/K256Keypair.swift",
"k256/K256Operations.swift",
"k256/K256Plugin.swift",
"p256/P256Encoding.swift",
"p256/P256Keypair.swift",
"p256/P256Operations.swift",
"p256/P256Plugin.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/21-DOT-DEV/swift-secp256k1.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/attaswift/BigInt.git
[1/4776] Fetching bigint
[2389/9609] Fetching bigint, swift-secp256k1
[2438/23545] Fetching bigint, swift-secp256k1, swift-crypto
Fetched https://github.com/attaswift/BigInt.git from cache (0.63s)
[7760/18769] Fetching swift-secp256k1, swift-crypto
Fetched https://github.com/21-DOT-DEV/swift-secp256k1.git from cache (1.76s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.78s)
Computing version for https://github.com/21-DOT-DEV/swift-secp256k1.git
Computed https://github.com/21-DOT-DEV/swift-secp256k1.git at 0.18.0 (2.58s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.5.2 (0.87s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (5.03s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.42s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.42s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.5.2
Creating working copy for https://github.com/21-DOT-DEV/swift-secp256k1.git
Working copy of https://github.com/21-DOT-DEV/swift-secp256k1.git resolved at 0.18.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Building for debugging...
[0/370] Write sources
[4/370] Compiling Utility.c
[5/370] Compiling fiat_p256_adx_sqr.S
[6/370] Compiling fiat_p256_adx_mul.S
[7/370] Compiling precomputed_ecmult_gen.c
[8/370] Compiling fiat_curve25519_adx_mul.S
[9/370] Compiling md5-x86_64-linux.S
[10/370] Compiling fiat_curve25519_adx_square.S
[11/370] Compiling md5-586-linux.S
[12/370] Compiling md5-x86_64-apple.S
[13/370] Compiling md5-586-apple.S
[14/370] Compiling chacha20_poly1305_x86_64-linux.S
[15/370] Compiling chacha20_poly1305_armv8-win.S
[16/370] Compiling chacha20_poly1305_x86_64-apple.S
[17/370] Compiling chacha-x86_64-linux.S
[18/370] Compiling chacha20_poly1305_armv8-apple.S
[19/370] Compiling chacha20_poly1305_armv8-linux.S
[20/370] Compiling chacha-x86_64-apple.S
[21/370] Compiling chacha-x86-linux.S
[22/370] Compiling CCryptoBoringSSLShims shims.c
[23/370] Compiling chacha-armv8-win.S
[24/370] Compiling chacha-armv8-apple.S
[25/370] Compiling chacha-x86-apple.S
[26/370] Compiling chacha-armv8-linux.S
[27/370] Compiling chacha-armv4-linux.S
[28/370] Compiling aes128gcmsiv-x86_64-apple.S
[29/370] Compiling aes128gcmsiv-x86_64-linux.S
[30/370] Compiling x86_64-mont5-linux.S
[31/370] Compiling x86_64-mont-linux.S
[32/370] Compiling x86_64-mont5-apple.S
[33/370] Compiling x86_64-mont-apple.S
[34/370] Compiling secp256k1.c
[34/370] Write swift-version-24593BA9C3E375BF.txt
[36/370] Compiling x86-mont-linux.S
[37/370] Compiling x86-mont-apple.S
[38/370] Compiling vpaes-x86_64-linux.S
[39/370] Compiling vpaes-x86-linux.S
[40/370] Compiling vpaes-x86_64-apple.S
[41/370] Compiling vpaes-armv8-win.S
[42/370] Compiling vpaes-x86-apple.S
[43/370] Compiling vpaes-armv8-linux.S
[44/370] Compiling err_data.cc
[45/370] Compiling vpaes-armv7-linux.S
[46/370] Compiling vpaes-armv8-apple.S
[47/370] Compiling sha512-x86_64-linux.S
[48/370] Compiling sha512-x86_64-apple.S
[49/370] Compiling sha512-armv8-win.S
[50/370] Compiling sha512-armv4-linux.S
[51/370] Compiling sha512-armv8-linux.S
[52/371] Compiling sha512-armv8-apple.S
[53/380] Compiling sha512-586-linux.S
[54/391] Compiling sha256-x86_64-linux.S
[55/391] Compiling sha512-586-apple.S
[55/391] Compiling sha256-armv8-win.S
[57/391] Compiling sha256-x86_64-apple.S
[58/391] Compiling sha256-armv8-apple.S
[59/391] Compiling sha256-armv4-linux.S
[60/391] Compiling sha256-armv8-linux.S
[61/391] Compiling sha256-586-apple.S
[62/391] Compiling sha256-586-linux.S
[63/391] Compiling sha1-x86_64-linux.S
[64/391] Compiling sha1-x86_64-apple.S
[65/391] Compiling sha1-armv8-linux.S
[66/391] Compiling sha1-armv8-win.S
[67/391] Compiling sha1-armv8-apple.S
[68/391] Compiling sha1-586-linux.S
[69/391] Compiling sha1-586-apple.S
[70/391] Compiling sha1-armv4-large-linux.S
[71/391] Compiling rsaz-avx2-linux.S
[72/391] Compiling p256_beeu-x86_64-asm-linux.S
[73/391] Compiling rdrand-x86_64-apple.S
[74/391] Compiling rsaz-avx2-apple.S
[75/391] Compiling p256_beeu-x86_64-asm-apple.S
[76/391] Compiling rdrand-x86_64-linux.S
[77/391] Compiling p256_beeu-armv8-asm-win.S
[78/391] Compiling p256_beeu-armv8-asm-apple.S
[79/391] Compiling p256_beeu-armv8-asm-linux.S
[80/391] Compiling p256-x86_64-asm-linux.S
[81/391] Compiling p256-x86_64-asm-apple.S
[82/391] Compiling p256-armv8-asm-win.S
[83/391] Compiling p256-armv8-asm-linux.S
[84/391] Compiling p256-armv8-asm-apple.S
[85/391] Compiling ghashv8-armv8-linux.S
[86/391] Compiling ghashv8-armv8-win.S
[87/391] Compiling ghashv8-armv7-linux.S
[88/391] Compiling ghashv8-armv8-apple.S
[89/391] Compiling ghash-x86_64-linux.S
[90/391] Compiling ghash-x86-apple.S
[91/391] Compiling ghash-ssse3-x86_64-linux.S
[92/391] Compiling ghash-x86_64-apple.S
[93/391] Compiling ghash-x86-linux.S
[94/391] Compiling ghash-ssse3-x86_64-apple.S
[95/391] Compiling ghash-ssse3-x86-linux.S
[96/391] Compiling ghash-ssse3-x86-apple.S
[97/391] Compiling ghash-neon-armv8-win.S
[98/391] Compiling ghash-neon-armv8-apple.S
[99/391] Compiling co-586-linux.S
[100/391] Compiling ghash-armv4-linux.S
[101/391] Compiling ghash-neon-armv8-linux.S
[102/391] Compiling co-586-apple.S
[103/391] Compiling bn-armv8-win.S
[104/391] Compiling bsaes-armv7-linux.S
[105/391] Compiling bn-586-linux.S
[106/391] Compiling bn-armv8-linux.S
[107/391] Compiling bn-586-apple.S
[108/391] Compiling armv8-mont-win.S
[109/391] Compiling bn-armv8-apple.S
[110/391] Compiling armv4-mont-linux.S
[111/391] Compiling armv8-mont-linux.S
[112/391] Compiling aesv8-gcm-armv8-win.S
[113/391] Compiling armv8-mont-apple.S
[114/391] Compiling aesv8-gcm-armv8-apple.S
[115/391] Compiling aesv8-armv8-apple.S
[116/391] Compiling aesv8-armv7-linux.S
[117/391] Compiling aesv8-armv8-win.S
[118/391] Compiling aesv8-gcm-armv8-linux.S
[119/391] Compiling aesni-x86_64-linux.S
[120/391] Compiling aesv8-armv8-linux.S
[121/391] Compiling aesni-x86_64-apple.S
[122/391] Compiling aesni-x86-linux.S
[123/391] Compiling aesni-x86-apple.S
[124/391] Compiling aesni-gcm-x86_64-linux.S
[125/391] Compiling aesni-gcm-x86_64-apple.S
[126/391] Compiling aes-gcm-avx10-x86_64-apple.S
[127/391] Compiling aes-gcm-avx10-x86_64-linux.S
[128/391] Compiling x_sig.cc
[129/391] Compiling x_x509.cc
[130/391] Compiling x_spki.cc
[131/391] Compiling x_val.cc
[132/391] Compiling x_req.cc
[133/391] Compiling x_x509a.cc
[134/391] Compiling precomputed_ecmult.c
[135/391] Compiling x_pubkey.cc
[136/430] Compiling x_attrib.cc
[137/430] Compiling x_name.cc
[138/430] Compiling x_crl.cc
[139/430] Compiling x_exten.cc
[140/430] Compiling x_algor.cc
[141/430] Compiling x_all.cc
[142/430] Compiling x509spki.cc
[143/430] Compiling x509rset.cc
[144/430] Compiling x509name.cc
[145/430] Compiling x509cset.cc
[146/430] Compiling x509_vpm.cc
[147/430] Compiling x509_vfy.cc
[148/430] Compiling x509_txt.cc
[149/430] Compiling x509_v3.cc
[150/430] Compiling x509_set.cc
[151/430] Compiling x509_trs.cc
[152/430] Compiling x509_req.cc
[153/430] Compiling x509_obj.cc
[154/430] Compiling x509_lu.cc
[155/430] Compiling x509_ext.cc
[156/430] Compiling x509_def.cc
[157/430] Compiling x509_d2.cc
[159/430] Emitting module BigInt
[160/432] Compiling secp256k1 ASN1Boolean.swift
[161/432] Compiling secp256k1 ASN1Identifier.swift
[162/432] Compiling secp256k1 ArraySliceBigint.swift
[163/432] Compiling secp256k1 GeneralizedTime.swift
[164/432] Compiling secp256k1 ObjectIdentifier.swift
[165/432] Compiling secp256k1 ASN1Integer.swift
[166/432] Compiling secp256k1 Combine.swift
[167/432] Compiling secp256k1 Context.swift
[167/432] Compiling x509_cmp.cc
[168/432] Compiling x509_att.cc
[169/432] Compiling v3_purp.cc
[170/432] Compiling x509.cc
[171/432] Compiling v3_skey.cc
[172/432] Compiling v3_utl.cc
[174/432] Compiling BigInt Subtraction.swift
[175/432] Compiling BigInt Words and Bits.swift
[175/432] Compiling v3_pmaps.cc
[176/432] Compiling v3_prn.cc
[177/432] Compiling v3_pcons.cc
[178/432] Compiling v3_ocsp.cc
[179/432] Compiling v3_ncons.cc
[180/432] Compiling v3_lib.cc
[181/432] Compiling v3_int.cc
[182/432] Compiling v3_info.cc
[184/432] Compiling secp256k1 ASN1.swift
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:170:13: error: '_mantissa' is inaccessible due to 'internal' protection level
168 | var mantissaParts: [UInt16] {
169 | [
170 | _mantissa.0,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
171 | _mantissa.1,
172 | _mantissa.2,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:171:13: error: '_mantissa' is inaccessible due to 'internal' protection level
169 | [
170 | _mantissa.0,
171 | _mantissa.1,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
172 | _mantissa.2,
173 | _mantissa.3,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:172:13: error: '_mantissa' is inaccessible due to 'internal' protection level
170 | _mantissa.0,
171 | _mantissa.1,
172 | _mantissa.2,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
173 | _mantissa.3,
174 | _mantissa.4,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:173:13: error: '_mantissa' is inaccessible due to 'internal' protection level
171 | _mantissa.1,
172 | _mantissa.2,
173 | _mantissa.3,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
174 | _mantissa.4,
175 | _mantissa.5,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:174:13: error: '_mantissa' is inaccessible due to 'internal' protection level
172 | _mantissa.2,
173 | _mantissa.3,
174 | _mantissa.4,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
175 | _mantissa.5,
176 | _mantissa.6,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:175:13: error: '_mantissa' is inaccessible due to 'internal' protection level
173 | _mantissa.3,
174 | _mantissa.4,
175 | _mantissa.5,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
176 | _mantissa.6,
177 | _mantissa.7,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:176:13: error: '_mantissa' is inaccessible due to 'internal' protection level
174 | _mantissa.4,
175 | _mantissa.5,
176 | _mantissa.6,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
177 | _mantissa.7,
178 | ]
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:177:13: error: '_mantissa' is inaccessible due to 'internal' protection level
175 | _mantissa.5,
176 | _mantissa.6,
177 | _mantissa.7,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
178 | ]
179 | }
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
[185/432] Compiling secp256k1 ASN1Any.swift
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:170:13: error: '_mantissa' is inaccessible due to 'internal' protection level
168 | var mantissaParts: [UInt16] {
169 | [
170 | _mantissa.0,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
171 | _mantissa.1,
172 | _mantissa.2,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:171:13: error: '_mantissa' is inaccessible due to 'internal' protection level
169 | [
170 | _mantissa.0,
171 | _mantissa.1,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
172 | _mantissa.2,
173 | _mantissa.3,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:172:13: error: '_mantissa' is inaccessible due to 'internal' protection level
170 | _mantissa.0,
171 | _mantissa.1,
172 | _mantissa.2,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
173 | _mantissa.3,
174 | _mantissa.4,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:173:13: error: '_mantissa' is inaccessible due to 'internal' protection level
171 | _mantissa.1,
172 | _mantissa.2,
173 | _mantissa.3,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
174 | _mantissa.4,
175 | _mantissa.5,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:174:13: error: '_mantissa' is inaccessible due to 'internal' protection level
172 | _mantissa.2,
173 | _mantissa.3,
174 | _mantissa.4,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
175 | _mantissa.5,
176 | _mantissa.6,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:175:13: error: '_mantissa' is inaccessible due to 'internal' protection level
173 | _mantissa.3,
174 | _mantissa.4,
175 | _mantissa.5,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
176 | _mantissa.6,
177 | _mantissa.7,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:176:13: error: '_mantissa' is inaccessible due to 'internal' protection level
174 | _mantissa.4,
175 | _mantissa.5,
176 | _mantissa.6,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
177 | _mantissa.7,
178 | ]
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:177:13: error: '_mantissa' is inaccessible due to 'internal' protection level
175 | _mantissa.5,
176 | _mantissa.6,
177 | _mantissa.7,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
178 | ]
179 | }
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
[186/432] Compiling secp256k1 ASN1BitString.swift
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:170:13: error: '_mantissa' is inaccessible due to 'internal' protection level
168 | var mantissaParts: [UInt16] {
169 | [
170 | _mantissa.0,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
171 | _mantissa.1,
172 | _mantissa.2,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:171:13: error: '_mantissa' is inaccessible due to 'internal' protection level
169 | [
170 | _mantissa.0,
171 | _mantissa.1,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
172 | _mantissa.2,
173 | _mantissa.3,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:172:13: error: '_mantissa' is inaccessible due to 'internal' protection level
170 | _mantissa.0,
171 | _mantissa.1,
172 | _mantissa.2,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
173 | _mantissa.3,
174 | _mantissa.4,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:173:13: error: '_mantissa' is inaccessible due to 'internal' protection level
171 | _mantissa.1,
172 | _mantissa.2,
173 | _mantissa.3,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
174 | _mantissa.4,
175 | _mantissa.5,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:174:13: error: '_mantissa' is inaccessible due to 'internal' protection level
172 | _mantissa.2,
173 | _mantissa.3,
174 | _mantissa.4,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
175 | _mantissa.5,
176 | _mantissa.6,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:175:13: error: '_mantissa' is inaccessible due to 'internal' protection level
173 | _mantissa.3,
174 | _mantissa.4,
175 | _mantissa.5,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
176 | _mantissa.6,
177 | _mantissa.7,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:176:13: error: '_mantissa' is inaccessible due to 'internal' protection level
174 | _mantissa.4,
175 | _mantissa.5,
176 | _mantissa.6,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
177 | _mantissa.7,
178 | ]
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:177:13: error: '_mantissa' is inaccessible due to 'internal' protection level
175 | _mantissa.5,
176 | _mantissa.6,
177 | _mantissa.7,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
178 | ]
179 | }
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
[186/432] Compiling v3_ia5.cc
[188/432] Compiling secp256k1 Recovery.swift
[189/432] Compiling secp256k1 SHA256.swift
[190/432] Compiling secp256k1 SafeCompare.swift
[191/432] Compiling secp256k1 Schnorr.swift
[192/432] Compiling secp256k1 SecureBytes.swift
[193/437] Compiling secp256k1 HashDigest.swift
[194/437] Compiling secp256k1 MuSig.swift
[195/437] Compiling secp256k1 Nonces.swift
[196/437] Compiling secp256k1 PrettyBytes.swift
[197/437] Compiling secp256k1 RNG_boring.swift
[202/437] Compiling secp256k1 Digest.swift
[203/437] Compiling secp256k1 ECDH.swift
[204/437] Compiling secp256k1 ECDSA.swift
[205/437] Compiling secp256k1 EdDSA.swift
[206/437] Compiling secp256k1 Errors.swift
[207/437] Compiling secp256k1 Exports.swift
[208/437] Compiling secp256k1 ASN1Null.swift
[209/437] Compiling secp256k1 ASN1OctetString.swift
[210/437] Compiling secp256k1 ASN1Strings.swift
[214/437] Compiling secp256k1 ECDSASignature.swift
[215/437] Compiling secp256k1 PEMDocument.swift
[216/437] Compiling secp256k1 PKCS8PrivateKey.swift
[217/437] Compiling secp256k1 SEC1PrivateKey.swift
[218/437] Compiling secp256k1 SubjectPublicKeyInfo.swift
[219/437] Compiling secp256k1 Asymmetric.swift
[228/437] Compiling v3_extku.cc
[229/437] Compiling v3_genn.cc
[237/437] Emitting module secp256k1
[237/437] Compiling v3_conf.cc
[237/437] Compiling v3_cpols.cc
[237/437] Compiling v3_bitst.cc
[237/437] Compiling v3_bcons.cc
[237/437] Compiling v3_crld.cc
[237/437] Compiling v3_enum.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/196] Compiling v3_akeya.cc
[1/196] Compiling v3_conf.cc
[2/196] Compiling v3_enum.cc
[3/196] Compiling v3_alt.cc
[3/196] Compiling v3_bcons.cc
[5/196] Compiling v3_bitst.cc
[6/196] Compiling v3_cpols.cc
[7/196] Compiling v3_crld.cc
[8/196] Write swift-version-24593BA9C3E375BF.txt
[9/196] Compiling t_x509a.cc
[10/196] Compiling t_req.cc
[11/196] Compiling t_x509.cc
[12/196] Compiling t_crl.cc
[13/197] Compiling v3_akey.cc
[14/230] Compiling rsa_pss.cc
[15/256] Compiling name_print.cc
[16/256] Compiling policy.cc
[18/256] Compiling secp256k1 SEC1PrivateKey.swift
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:170:13: error: '_mantissa' is inaccessible due to 'internal' protection level
168 | var mantissaParts: [UInt16] {
169 | [
170 | _mantissa.0,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
171 | _mantissa.1,
172 | _mantissa.2,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:171:13: error: '_mantissa' is inaccessible due to 'internal' protection level
169 | [
170 | _mantissa.0,
171 | _mantissa.1,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
172 | _mantissa.2,
173 | _mantissa.3,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:172:13: error: '_mantissa' is inaccessible due to 'internal' protection level
170 | _mantissa.0,
171 | _mantissa.1,
172 | _mantissa.2,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
173 | _mantissa.3,
174 | _mantissa.4,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:173:13: error: '_mantissa' is inaccessible due to 'internal' protection level
171 | _mantissa.1,
172 | _mantissa.2,
173 | _mantissa.3,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
174 | _mantissa.4,
175 | _mantissa.5,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:174:13: error: '_mantissa' is inaccessible due to 'internal' protection level
172 | _mantissa.2,
173 | _mantissa.3,
174 | _mantissa.4,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
175 | _mantissa.5,
176 | _mantissa.6,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:175:13: error: '_mantissa' is inaccessible due to 'internal' protection level
173 | _mantissa.3,
174 | _mantissa.4,
175 | _mantissa.5,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
176 | _mantissa.6,
177 | _mantissa.7,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:176:13: error: '_mantissa' is inaccessible due to 'internal' protection level
174 | _mantissa.4,
175 | _mantissa.5,
176 | _mantissa.6,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
177 | _mantissa.7,
178 | ]
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:177:13: error: '_mantissa' is inaccessible due to 'internal' protection level
175 | _mantissa.5,
176 | _mantissa.6,
177 | _mantissa.7,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
178 | ]
179 | }
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
[19/256] Compiling secp256k1 SubjectPublicKeyInfo.swift
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:170:13: error: '_mantissa' is inaccessible due to 'internal' protection level
168 | var mantissaParts: [UInt16] {
169 | [
170 | _mantissa.0,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
171 | _mantissa.1,
172 | _mantissa.2,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:171:13: error: '_mantissa' is inaccessible due to 'internal' protection level
169 | [
170 | _mantissa.0,
171 | _mantissa.1,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
172 | _mantissa.2,
173 | _mantissa.3,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:172:13: error: '_mantissa' is inaccessible due to 'internal' protection level
170 | _mantissa.0,
171 | _mantissa.1,
172 | _mantissa.2,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
173 | _mantissa.3,
174 | _mantissa.4,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:173:13: error: '_mantissa' is inaccessible due to 'internal' protection level
171 | _mantissa.1,
172 | _mantissa.2,
173 | _mantissa.3,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
174 | _mantissa.4,
175 | _mantissa.5,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:174:13: error: '_mantissa' is inaccessible due to 'internal' protection level
172 | _mantissa.2,
173 | _mantissa.3,
174 | _mantissa.4,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
175 | _mantissa.5,
176 | _mantissa.6,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:175:13: error: '_mantissa' is inaccessible due to 'internal' protection level
173 | _mantissa.3,
174 | _mantissa.4,
175 | _mantissa.5,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
176 | _mantissa.6,
177 | _mantissa.7,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:176:13: error: '_mantissa' is inaccessible due to 'internal' protection level
174 | _mantissa.4,
175 | _mantissa.5,
176 | _mantissa.6,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
177 | _mantissa.7,
178 | ]
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:177:13: error: '_mantissa' is inaccessible due to 'internal' protection level
175 | _mantissa.5,
176 | _mantissa.6,
177 | _mantissa.7,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
178 | ]
179 | }
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
[20/256] Compiling secp256k1 Asymmetric.swift
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:170:13: error: '_mantissa' is inaccessible due to 'internal' protection level
168 | var mantissaParts: [UInt16] {
169 | [
170 | _mantissa.0,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
171 | _mantissa.1,
172 | _mantissa.2,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:171:13: error: '_mantissa' is inaccessible due to 'internal' protection level
169 | [
170 | _mantissa.0,
171 | _mantissa.1,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
172 | _mantissa.2,
173 | _mantissa.3,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:172:13: error: '_mantissa' is inaccessible due to 'internal' protection level
170 | _mantissa.0,
171 | _mantissa.1,
172 | _mantissa.2,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
173 | _mantissa.3,
174 | _mantissa.4,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:173:13: error: '_mantissa' is inaccessible due to 'internal' protection level
171 | _mantissa.1,
172 | _mantissa.2,
173 | _mantissa.3,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
174 | _mantissa.4,
175 | _mantissa.5,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:174:13: error: '_mantissa' is inaccessible due to 'internal' protection level
172 | _mantissa.2,
173 | _mantissa.3,
174 | _mantissa.4,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
175 | _mantissa.5,
176 | _mantissa.6,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:175:13: error: '_mantissa' is inaccessible due to 'internal' protection level
173 | _mantissa.3,
174 | _mantissa.4,
175 | _mantissa.5,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
176 | _mantissa.6,
177 | _mantissa.7,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:176:13: error: '_mantissa' is inaccessible due to 'internal' protection level
174 | _mantissa.4,
175 | _mantissa.5,
176 | _mantissa.6,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
177 | _mantissa.7,
178 | ]
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:177:13: error: '_mantissa' is inaccessible due to 'internal' protection level
175 | _mantissa.5,
176 | _mantissa.6,
177 | _mantissa.7,
| `- error: '_mantissa' is inaccessible due to 'internal' protection level
178 | ]
179 | }
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
| `- note: '_mantissa' declared here
3 |
[20/258] Compiling i2d_pr.cc
[22/258] Compiling secp256k1 Combine.swift
[23/258] Compiling secp256k1 Context.swift
[24/258] Compiling secp256k1 ECDH.swift
[25/258] Compiling secp256k1 ECDSA.swift
[26/258] Compiling secp256k1 EdDSA.swift
[27/258] Compiling secp256k1 Errors.swift
[28/258] Compiling secp256k1 Exports.swift
[28/263] Compiling by_file.cc
[30/263] Compiling secp256k1 ASN1.swift
[31/263] Compiling secp256k1 ASN1Any.swift
[32/263] Compiling secp256k1 ASN1BitString.swift
[33/263] Emitting module secp256k1
[34/263] Compiling secp256k1 HashDigest.swift
[35/263] Compiling secp256k1 MuSig.swift
[36/263] Compiling secp256k1 Nonces.swift
[37/263] Compiling secp256k1 CryptoKitErrors.swift
[38/263] Compiling secp256k1 DH.swift
[39/263] Compiling secp256k1 Digest.swift
[39/263] Compiling algorithm.cc
[41/263] Compiling secp256k1 ECDSASignature.swift
[42/263] Compiling secp256k1 PEMDocument.swift
[43/263] Compiling secp256k1 PKCS8PrivateKey.swift
[46/263] Compiling asn1_gen.cc
[47/263] Compiling a_verify.cc
[48/263] Compiling by_dir.cc
[50/263] Emitting module BigInt
[54/263] Compiling secp256k1 ASN1Boolean.swift
[55/263] Compiling secp256k1 ASN1Identifier.swift
[56/263] Compiling secp256k1 ASN1Integer.swift
[57/263] Compiling BigInt Subtraction.swift
[58/263] Compiling BigInt Words and Bits.swift
[58/263] Compiling a_sign.cc
[64/263] Compiling voprf.cc
[64/263] Compiling a_digest.cc
[64/263] Compiling trust_token.cc
[64/263] Compiling thread_win.cc
[64/263] Compiling thread_pthread.cc
[64/263] Compiling pmbtoken.cc
BUILD FAILURE 6.1 android