Build Information
Failed to build Bodega, reference main (4d337e
), with Swift 6.1 for Android on 29 May 2025 11:42:31 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/mergesort/Bodega.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/mergesort/Bodega
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 4d337e8 Switching from CryptoKit to Crypto to support Linux
Cloned https://github.com/mergesort/Bodega.git
Revision (git rev-parse @):
4d337e8b0a189bba7e832aa21e012538680ba89e
SUCCESS checkout https://github.com/mergesort/Bodega.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/mergesort/Bodega.git
https://github.com/mergesort/Bodega.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "3.9.1",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto"
},
{
"identity" : "sqlite.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.13.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/stephencelis/SQLite.swift.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "Bodega",
"name" : "Bodega",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "Bodega",
"targets" : [
"Bodega"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "BodegaTests",
"module_type" : "SwiftTarget",
"name" : "BodegaTests",
"path" : "Tests/BodegaTests",
"sources" : [
"CacheKeyTests.swift",
"DiskStorageEngineTests.swift",
"ObjectStorageTests.swift",
"SQLiteStorageEngineTests.swift",
"String+FormattingTests.swift"
],
"target_dependencies" : [
"Bodega"
],
"type" : "test"
},
{
"c99name" : "Bodega",
"module_type" : "SwiftTarget",
"name" : "Bodega",
"path" : "Sources/Bodega",
"product_dependencies" : [
"Crypto",
"SQLite"
],
"product_memberships" : [
"Bodega"
],
"sources" : [
"CacheKey.swift",
"DiskStorageEngine.swift",
"FileManager.Directory.swift",
"Internal/String+Formatting.swift",
"ObjectStorage.swift",
"SQLiteStorageEngine+Default.swift",
"SQLiteStorageEngine.swift",
"StorageEngine.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/apple/swift-crypto
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/stephencelis/SQLite.swift.git
[1/2049] Fetching swift-docc-plugin
[227/11814] Fetching swift-docc-plugin, sqlite.swift
[1743/25750] Fetching swift-docc-plugin, sqlite.swift, swift-crypto
Fetched https://github.com/apple/swift-docc-plugin from cache (1.10s)
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.10s)
[6690/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto from cache (1.79s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
warning: 'sqlite.swift': /Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
5 | name: "SQLite.swift",
6 | platforms: [
7 | .iOS(.v11),
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
8 | .macOS(.v10_13),
9 | .watchOS(.v4),
/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
8 | .macOS(.v10_13),
9 | .watchOS(.v4),
10 | .tvOS(.v11),
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 | .visionOS(.v1)
12 | ],
Computed https://github.com/stephencelis/SQLite.swift.git at 0.15.3 (2.38s)
Fetching https://github.com/stephencelis/CSQLite.git
[1/19] Fetching csqlite
Fetched https://github.com/stephencelis/CSQLite.git from cache (0.22s)
Computing version for https://github.com/stephencelis/CSQLite.git
Computed https://github.com/stephencelis/CSQLite.git at 0.0.3 (2.76s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (2.21s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.40s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.23s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.12.3 (3.51s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.36s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.33s)
Creating working copy for https://github.com/stephencelis/CSQLite.git
Working copy of https://github.com/stephencelis/CSQLite.git resolved at 0.0.3
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.15.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.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
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
warning: 'sqlite.swift': /host/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
5 | name: "SQLite.swift",
6 | platforms: [
7 | .iOS(.v11),
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
8 | .macOS(.v10_13),
9 | .watchOS(.v4),
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
8 | .macOS(.v10_13),
9 | .watchOS(.v4),
10 | .tvOS(.v11),
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 | .visionOS(.v1)
12 | ],
warning: 'csqlite': ignoring declared target(s) 'CSQLite' in the system package
warning: 'sqlite.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/PrivacyInfo.xcprivacy
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/367] Write sources
[5/367] Compiling fiat_p256_adx_sqr.S
[6/367] Compiling fiat_p256_adx_mul.S
[7/367] Compiling fiat_curve25519_adx_square.S
[8/367] Compiling fiat_curve25519_adx_mul.S
[9/367] Compiling md5-x86_64-linux.S
[10/367] Write swift-version-24593BA9C3E375BF.txt
[11/367] Compiling md5-x86_64-apple.S
[12/367] Compiling md5-586-linux.S
[13/367] Compiling md5-586-apple.S
[14/367] Compiling CCryptoBoringSSLShims shims.c
[15/400] Compiling chacha20_poly1305_x86_64-linux.S
[16/400] Compiling chacha20_poly1305_x86_64-apple.S
[17/400] Compiling a_d2i_fp.cc
[18/400] Compiling chacha20_poly1305_armv8-win.S
[19/400] Compiling chacha20_poly1305_armv8-apple.S
[20/400] Compiling chacha20_poly1305_armv8-linux.S
[21/400] Compiling a_dup.cc
[22/400] Compiling chacha-x86_64-apple.S
[23/400] Compiling chacha-x86_64-linux.S
[24/400] Compiling chacha-x86-apple.S
[25/400] Compiling chacha-x86-linux.S
[26/400] Compiling chacha-armv8-win.S
[27/400] Compiling chacha-armv8-apple.S
[28/400] Compiling a_mbstr.cc
[29/400] Compiling a_int.cc
[30/400] Compiling chacha-armv8-linux.S
[31/400] Compiling chacha-armv4-linux.S
[32/400] Compiling aes128gcmsiv-x86_64-linux.S
[33/400] Compiling aes128gcmsiv-x86_64-apple.S
[34/400] Compiling err_data.cc
[35/400] Compiling x86_64-mont5-apple.S
[36/400] Compiling a_object.cc
[37/400] Compiling x86-mont-linux.S
[38/400] Compiling x86_64-mont5-linux.S
[39/400] Compiling x86_64-mont-apple.S
[40/400] Compiling x86_64-mont-linux.S
[41/400] Compiling x86-mont-apple.S
[42/400] Compiling vpaes-x86_64-apple.S
[43/400] Compiling vpaes-x86-apple.S
[44/400] Compiling vpaes-x86_64-linux.S
[45/400] Compiling vpaes-x86-linux.S
[46/400] Compiling vpaes-armv8-win.S
[47/400] Compiling vpaes-armv8-apple.S
[48/400] Compiling vpaes-armv8-linux.S
[49/400] Compiling sha512-x86_64-apple.S
[50/400] Compiling sha512-x86_64-linux.S
[51/400] Compiling vpaes-armv7-linux.S
[52/400] Compiling sha512-armv8-win.S
[53/400] Compiling sha512-armv4-linux.S
[54/400] Compiling sha512-armv8-apple.S
[55/400] Compiling sha512-armv8-linux.S
[56/400] Compiling sha512-586-linux.S
[57/400] Compiling sha256-x86_64-linux.S
[58/400] Compiling sha512-586-apple.S
[58/400] Compiling sha256-x86_64-apple.S
[60/400] Compiling sha256-armv8-win.S
[61/400] Compiling sha256-armv8-apple.S
[62/400] Compiling sha256-armv4-linux.S
[63/400] Compiling sha256-armv8-linux.S
[64/400] Compiling sha256-586-apple.S
[65/400] Compiling sha256-586-linux.S
[66/400] Compiling sha1-armv8-win.S
[67/400] Compiling sha1-x86_64-linux.S
[68/400] Compiling sha1-x86_64-apple.S
[69/400] Compiling sha1-armv4-large-linux.S
[70/400] Compiling sha1-armv8-apple.S
[71/400] Compiling sha1-armv8-linux.S
[72/400] Compiling sha1-586-linux.S
[73/400] Compiling sha1-586-apple.S
[74/400] Compiling rsaz-avx2-linux.S
[75/400] Compiling p256_beeu-armv8-asm-win.S
[76/400] Compiling rsaz-avx2-apple.S
[77/400] Compiling rdrand-x86_64-linux.S
[78/400] Compiling rdrand-x86_64-apple.S
[79/400] Compiling p256_beeu-x86_64-asm-apple.S
[80/400] Compiling p256_beeu-x86_64-asm-linux.S
[81/400] Compiling p256_beeu-armv8-asm-linux.S
[82/400] Compiling p256-x86_64-asm-apple.S
[83/400] Compiling p256_beeu-armv8-asm-apple.S
[84/400] Compiling p256-x86_64-asm-linux.S
[85/400] Compiling p256-armv8-asm-win.S
[86/400] Compiling p256-armv8-asm-apple.S
[87/400] Compiling ghashv8-armv8-win.S
[88/400] Compiling p256-armv8-asm-linux.S
[89/400] Compiling ghashv8-armv8-linux.S
[90/400] Compiling ghash-x86_64-linux.S
[91/400] Compiling ghash-x86-linux.S
[92/400] Compiling ghash-x86_64-apple.S
[93/400] Compiling ghashv8-armv7-linux.S
[94/400] Compiling ghashv8-armv8-apple.S
[95/400] Compiling ghash-x86-apple.S
[96/400] Compiling ghash-ssse3-x86_64-linux.S
[97/400] Compiling ghash-ssse3-x86_64-apple.S
[98/400] Compiling ghash-neon-armv8-win.S
[99/400] Compiling ghash-neon-armv8-apple.S
[100/400] Compiling ghash-ssse3-x86-apple.S
[101/400] Compiling ghash-ssse3-x86-linux.S
[102/400] Compiling ghash-armv4-linux.S
[103/400] Compiling ghash-neon-armv8-linux.S
[104/400] Compiling co-586-linux.S
[105/400] Compiling co-586-apple.S
[106/400] Compiling bsaes-armv7-linux.S
[107/400] Compiling bn-armv8-win.S
[108/400] Compiling bn-armv8-apple.S
[109/400] Compiling bn-586-linux.S
[110/400] Compiling bn-586-apple.S
[111/400] Compiling bn-armv8-linux.S
[112/400] Compiling armv8-mont-win.S
[113/400] Compiling armv8-mont-linux.S
[114/400] Compiling aesv8-gcm-armv8-win.S
[115/400] Compiling armv8-mont-apple.S
[116/400] Compiling aesv8-armv8-win.S
[117/400] Compiling aesv8-gcm-armv8-apple.S
[118/400] Compiling armv4-mont-linux.S
[119/400] Compiling aesv8-gcm-armv8-linux.S
[120/400] Compiling aesv8-armv8-apple.S
[121/400] Compiling aesni-x86-apple.S
[122/400] Compiling aesv8-armv7-linux.S
[123/400] Compiling aesv8-armv8-linux.S
[124/400] Compiling aesni-x86_64-apple.S
[125/400] Compiling aesni-gcm-x86_64-linux.S
[126/400] Compiling aesni-x86_64-linux.S
[127/400] Compiling aesni-gcm-x86_64-apple.S
[128/400] Compiling aesni-x86-linux.S
[128/400] Compiling aes-gcm-avx10-x86_64-linux.S
[130/400] Compiling aes-gcm-avx10-x86_64-apple.S
[131/400] Compiling x_sig.cc
[132/400] Compiling x_spki.cc
[133/400] Compiling x_x509.cc
[134/400] Compiling x_x509a.cc
[135/400] Compiling x_val.cc
[136/400] Compiling x_req.cc
[137/400] Compiling x_pubkey.cc
[138/400] Compiling x_name.cc
[139/400] Compiling x_exten.cc
[140/400] Compiling x_crl.cc
[141/400] Compiling x_all.cc
[142/400] Compiling x_algor.cc
[143/400] Compiling x_attrib.cc
[144/400] Compiling x509spki.cc
[145/400] Compiling x509rset.cc
[146/400] Compiling x509cset.cc
[147/400] Compiling x509_v3.cc
[148/400] Compiling x509_vfy.cc
[149/400] Compiling x509name.cc
[150/400] Compiling x509_vpm.cc
[151/400] Compiling x509_trs.cc
[152/400] Compiling x509_txt.cc
[153/400] Compiling x509_obj.cc
[154/400] Compiling x509_set.cc
[155/400] Compiling x509_def.cc
[156/400] Compiling x509_req.cc
[157/400] Compiling x509_lu.cc
[158/400] Compiling x509_ext.cc
[159/400] Compiling x509_d2.cc
[160/400] Compiling x509_cmp.cc
[161/400] Compiling v3_skey.cc
[162/400] Compiling x509.cc
[163/400] Compiling x509_att.cc
[164/400] Compiling v3_utl.cc
[165/400] Compiling v3_prn.cc
[166/400] Compiling v3_purp.cc
[167/400] Compiling v3_ocsp.cc
[168/400] Compiling v3_pmaps.cc
[169/400] Compiling v3_lib.cc
[170/400] Compiling v3_int.cc
[171/400] Compiling v3_pcons.cc
[172/400] Compiling v3_ncons.cc
[173/400] Compiling v3_ia5.cc
[174/400] Compiling v3_info.cc
[175/400] Compiling v3_extku.cc
[176/400] Compiling v3_genn.cc
[177/400] Compiling v3_enum.cc
[178/400] Compiling v3_conf.cc
[179/400] Compiling v3_cpols.cc
[180/400] Compiling v3_crld.cc
[181/400] Compiling v3_bcons.cc
[182/400] Compiling v3_bitst.cc
[183/400] Compiling v3_alt.cc
[184/400] Compiling t_x509.cc
[185/400] Compiling t_x509a.cc
[186/400] Compiling rsa_pss.cc
[187/400] Compiling v3_akeya.cc
[188/400] Compiling v3_akey.cc
[189/400] Compiling t_crl.cc
[190/400] Compiling t_req.cc
[192/400] Compiling SQLite Statement.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[193/400] Compiling SQLite URIQueryParameter.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[194/400] Compiling SQLite Value.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[195/400] Compiling SQLite Cipher.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[196/400] Compiling SQLite FTS4.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[197/404] Compiling SQLite Connection.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[198/404] Compiling SQLite Errors.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[198/404] Compiling i2d_pr.cc
[199/404] Compiling SQLite Result.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[200/404] Compiling SQLite SQLiteFeature.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[201/404] Compiling SQLite SQLiteVersion.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[202/404] Compiling algorithm.cc
[202/404] Compiling name_print.cc
[204/404] Compiling by_dir.cc
error: emit-module command failed with exit code 1 (use -v to see invocation)
[206/404] Emitting module SQLite
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[207/404] Compiling SQLite Backup.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[208/404] Compiling SQLite Blob.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[209/404] Compiling SQLite Connection+Aggregation.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[210/404] Compiling SQLite Connection+Attach.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[211/404] Compiling SQLite Connection+Pragmas.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[212/404] Compiling SQLite DateAndTimeFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[213/404] Compiling SQLite Expression.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[214/404] Compiling SQLite Operators.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[215/404] Compiling SQLite Query+with.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[215/404] Compiling asn1_gen.cc
[216/404] Compiling policy.cc
[218/404] Compiling SQLite FTS5.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[219/404] Compiling SQLite RTree.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[220/404] Compiling SQLite Foundation.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[221/404] Compiling SQLite Helpers.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[222/404] Compiling SQLite Connection+Schema.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[223/404] Compiling SQLite SchemaChanger.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[224/404] Compiling SQLite SchemaDefinitions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[225/404] Compiling SQLite SchemaReader.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[226/404] Compiling SQLite AggregateFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[227/404] Compiling SQLite Coding.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[228/404] Compiling SQLite Collation.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[229/404] Compiling SQLite CoreFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[230/404] Compiling SQLite CustomFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[230/404] Compiling by_file.cc
[231/404] Compiling thread_win.cc
[232/404] Compiling voprf.cc
[233/404] Compiling trust_token.cc
[234/404] Compiling pmbtoken.cc
[235/404] Compiling a_sign.cc
[236/404] Compiling a_digest.cc
[238/404] Compiling SQLite Query.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[239/404] Compiling SQLite Schema.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[240/404] Compiling SQLite Setter.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[241/404] Compiling SQLite WindowFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[241/404] Compiling thread_pthread.cc
[242/404] Compiling a_verify.cc
[243/404] Compiling thread_none.cc
[244/404] Compiling wots.cc
[244/404] Compiling fors.cc
[244/404] Compiling thash.cc
[244/404] Compiling slhdsa.cc
[244/404] Compiling merkle.cc
[244/404] Compiling stack.cc
[244/404] Compiling thread.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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
warning: 'sqlite.swift': /host/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
5 | name: "SQLite.swift",
6 | platforms: [
7 | .iOS(.v11),
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
8 | .macOS(.v10_13),
9 | .watchOS(.v4),
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
8 | .macOS(.v10_13),
9 | .watchOS(.v4),
10 | .tvOS(.v11),
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 | .visionOS(.v1)
12 | ],
warning: 'csqlite': ignoring declared target(s) 'CSQLite' in the system package
warning: 'sqlite.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/PrivacyInfo.xcprivacy
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/163] Compiling thread.cc
[3/163] Compiling siphash.cc
[4/163] Compiling thash.cc
[5/163] Compiling merkle.cc
[6/163] Compiling fors.cc
[7/163] Compiling wots.cc
[8/163] Compiling stack.cc
[9/163] Compiling slhdsa.cc
[10/163] Write swift-version-24593BA9C3E375BF.txt
[11/163] Compiling sha512.cc
[12/163] Compiling sha1.cc
[13/163] Compiling rsa_print.cc
[14/163] Compiling rsa_extra.cc
[15/163] Compiling sha256.cc
[16/163] Compiling rsa_crypt.cc
[17/196] Compiling refcount.cc
[18/196] Compiling rsa_asn1.cc
[19/196] Compiling trusty.cc
[20/196] Compiling windows.cc
[21/196] Compiling rc4.cc
[22/196] Compiling urandom.cc
[23/196] Compiling rand_extra.cc
[25/196] Compiling SQLite FTS5.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[26/196] Compiling SQLite RTree.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[27/196] Compiling SQLite Foundation.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[28/196] Compiling SQLite Helpers.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[29/196] Compiling SQLite Connection+Schema.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[30/200] Compiling SQLite Backup.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[31/200] Compiling SQLite Blob.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[32/200] Compiling SQLite Connection+Aggregation.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[33/200] Compiling SQLite Connection+Attach.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[34/200] Compiling SQLite Connection+Pragmas.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[35/200] Compiling SQLite Connection.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[36/200] Compiling SQLite Errors.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[37/200] Compiling SQLite Result.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[38/200] Compiling SQLite SQLiteFeature.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[39/200] Compiling SQLite SQLiteVersion.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[40/200] Compiling SQLite Statement.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[41/200] Compiling SQLite URIQueryParameter.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[42/200] Compiling SQLite Value.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[43/200] Compiling SQLite Cipher.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[44/200] Compiling SQLite FTS4.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[44/200] Compiling passive.cc
[45/200] Compiling ios.cc
error: emit-module command failed with exit code 1 (use -v to see invocation)
[47/200] Emitting module SQLite
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[47/200] Compiling poly1305_arm_asm.S
[48/200] Compiling getentropy.cc
[49/200] Compiling deterministic.cc
[50/200] Compiling fork_detect.cc
[51/200] Compiling forkunsafe.cc
[52/200] Compiling poly1305_arm.cc
[53/200] Compiling poly1305_vec.cc
[54/200] Compiling poly1305.cc
[55/200] Compiling pool.cc
[56/200] Compiling pkcs8.cc
[57/200] Compiling pkcs7.cc
[58/200] Compiling pkcs7_x509.cc
[59/200] Compiling pkcs8_x509.cc
[61/200] Compiling SQLite Query.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[62/200] Compiling SQLite Schema.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[63/200] Compiling SQLite Setter.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[64/200] Compiling SQLite WindowFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[65/200] Compiling SQLite Coding.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[66/200] Compiling SQLite Collation.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[67/200] Compiling SQLite CoreFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[68/200] Compiling SQLite CustomFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[69/200] Compiling SQLite DateAndTimeFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[70/200] Compiling SQLite Expression.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[71/200] Compiling SQLite Operators.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[72/200] Compiling SQLite Query+with.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[73/200] Compiling SQLite SchemaChanger.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[74/200] Compiling SQLite SchemaDefinitions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[75/200] Compiling SQLite SchemaReader.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[76/200] Compiling SQLite AggregateFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
32 | import CSQLite
33 | #else
34 | import SQLite3
| `- error: no such module 'SQLite3'
35 | #endif
36 |
[76/200] Compiling p5_pbev2.cc
[77/200] Compiling pem_xaux.cc
[77/200] Compiling pem_info.cc
[77/200] Compiling pem_pkey.cc
[77/200] Compiling pem_pk8.cc
[77/200] Compiling pem_x509.cc
[77/200] Compiling pem_oth.cc
[77/200] Compiling pem_lib.cc
BUILD FAILURE 6.1 android