Build Information
Failed to build MastodonSwift, reference main (e2f7ce
), with Swift 6.1 for Android on 28 May 2025 12:38:10 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/Swiftodon/Mastodon.swift.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/Swiftodon/Mastodon.swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e2f7ce4 Merge pull request #39 from daniloc/main
Cloned https://github.com/Swiftodon/Mastodon.swift.git
Revision (git rev-parse @):
e2f7ce484729078315f96baf9331009f0178d68f
SUCCESS checkout https://github.com/Swiftodon/Mastodon.swift.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/Swiftodon/Mastodon.swift.git
https://github.com/Swiftodon/Mastodon.swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "oauthswift",
"requirement" : {
"range" : [
{
"lower_bound" : "2.2.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/OAuthSwift/OAuthSwift.git"
}
],
"manifest_display_name" : "MastodonSwift",
"name" : "MastodonSwift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "MastodonSwift",
"targets" : [
"MastodonSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MastodonSwiftTests",
"module_type" : "SwiftTarget",
"name" : "MastodonSwiftTests",
"path" : "Tests/MastodonSwiftTests",
"sources" : [
"MastodonClientTests.swift",
"Mocking/MockURLProcotol.swift",
"Mocking/MockURLSession.swift",
"Mocking/Responses/CreateAppMockResponse.swift",
"Mocking/Responses/GetAuthenticateMockResponse.swift",
"Mocking/Responses/GetHomeTimelineMockResponse.swift"
],
"target_dependencies" : [
"MastodonSwift"
],
"type" : "test"
},
{
"c99name" : "MastodonSwift",
"module_type" : "SwiftTarget",
"name" : "MastodonSwift",
"path" : "Sources/MastodonSwift",
"product_dependencies" : [
"OAuthSwift"
],
"product_memberships" : [
"MastodonSwift"
],
"sources" : [
"Entities/AccessToken.swift",
"Entities/Account.swift",
"Entities/App.swift",
"Entities/Application.swift",
"Entities/Attachment.swift",
"Entities/Card.swift",
"Entities/Context.swift",
"Entities/Error.swift",
"Entities/Instance.swift",
"Entities/Markers.swift",
"Entities/Mention.swift",
"Entities/Notification.swift",
"Entities/Relationship.swift",
"Entities/Report.swift",
"Entities/Result.swift",
"Entities/Status.swift",
"Entities/Tag.swift",
"Extensions/Primitive+AsString.swift",
"Extensions/String+AsURL.swift",
"Extensions/URL+OptionalString.swift",
"MastodonClient+Accounts.swift",
"MastodonClient+Convenience.swift",
"MastodonClient+Instances.swift",
"MastodonClient+StatusActions.swift",
"MastodonClient.swift",
"Networking/MultipartFormData.swift",
"Networking/TargetType.swift",
"Targets/Accounts.swift",
"Targets/Apps.swift",
"Targets/Blocks.swift",
"Targets/Favourites.swift",
"Targets/FollowRequests.swift",
"Targets/Follows.swift",
"Targets/Instances.swift",
"Targets/Marker.swift",
"Targets/Mastodon.swift",
"Targets/Media.swift",
"Targets/Mutes.swift",
"Targets/Notifications.swift",
"Targets/OAuth.swift",
"Targets/Reports.swift",
"Targets/Search.swift",
"Targets/Statuses.swift",
"Targets/Timelines.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 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/OAuthSwift/OAuthSwift.git
[1/5134] Fetching oauthswift
Fetched https://github.com/OAuthSwift/OAuthSwift.git from cache (0.48s)
Computing version for https://github.com/OAuthSwift/OAuthSwift.git
Computed https://github.com/OAuthSwift/OAuthSwift.git at 2.2.0 (1.37s)
Fetching https://github.com/phimage/Erik.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/tid-kijyun/Kanna.git
[1/642] Fetching erik
[387/2999] Fetching erik, kanna
[2866/16935] Fetching erik, kanna, swift-crypto
Fetching https://github.com/httpswift/swifter.git
Fetched https://github.com/phimage/Erik.git from cache (0.70s)
[5005/16293] Fetching kanna, swift-crypto
[6539/22343] Fetching kanna, swift-crypto, swifter
Fetched https://github.com/tid-kijyun/Kanna.git from cache (3.20s)
Fetched https://github.com/httpswift/swifter.git from cache (2.53s)
Fetched https://github.com/apple/swift-crypto.git from cache (3.27s)
Computing version for https://github.com/httpswift/swifter.git
Computed https://github.com/httpswift/swifter.git at 1.5.0 (4.69s)
Computing version for https://github.com/phimage/Erik.git
Computed https://github.com/phimage/Erik.git at 5.1.0 (0.86s)
Fetching https://github.com/nvzqz/FileKit.git
Fetching https://github.com/Thomvis/BrightFutures.git
[1/4067] Fetching brightfutures
[774/7190] Fetching brightfutures, filekit
Fetched https://github.com/nvzqz/FileKit.git from cache (0.82s)
Fetched https://github.com/Thomvis/BrightFutures.git from cache (1.01s)
Computing version for https://github.com/nvzqz/FileKit.git
Computed https://github.com/nvzqz/FileKit.git at 6.1.0 (2.72s)
Computing version for https://github.com/Thomvis/BrightFutures.git
Computed https://github.com/Thomvis/BrightFutures.git at 8.2.0 (1.13s)
Computing version for https://github.com/tid-kijyun/Kanna.git
Computed https://github.com/tid-kijyun/Kanna.git at 5.3.0 (0.60s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 1.1.7 (0.65s)
Creating working copy for https://github.com/Thomvis/BrightFutures.git
Working copy of https://github.com/Thomvis/BrightFutures.git resolved at 8.2.0
Creating working copy for https://github.com/nvzqz/FileKit.git
Working copy of https://github.com/nvzqz/FileKit.git resolved at 6.1.0
Creating working copy for https://github.com/OAuthSwift/OAuthSwift.git
Working copy of https://github.com/OAuthSwift/OAuthSwift.git resolved at 2.2.0
Creating working copy for https://github.com/phimage/Erik.git
Working copy of https://github.com/phimage/Erik.git resolved at 5.1.0
Creating working copy for https://github.com/tid-kijyun/Kanna.git
Working copy of https://github.com/tid-kijyun/Kanna.git resolved at 5.3.0
Creating working copy for https://github.com/httpswift/swifter.git
Working copy of https://github.com/httpswift/swifter.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 1.1.7
Building for debugging...
[0/409] Write sources
[3/409] Compiling a_dup.c
[3/409] Compiling f_int.c
[5/409] Compiling a_d2i_fp.c
[5/409] Compiling a_bitstr.c
[7/409] Compiling asn_pack.c
[7/409] Compiling a_bool.c
[9/409] Compiling f_string.c
[10/409] Write swift-version-24593BA9C3E375BF.txt
[11/409] Compiling v3_prn.c
[12/409] Compiling v3_purp.c
[13/409] Compiling v3_pmaps.c
[14/409] Compiling v3_skey.c
[15/409] Compiling CCryptoBoringSSLShims shims.c
[16/409] Compiling v3_pcia.c
[17/409] Compiling v3_pcons.c
[18/409] Compiling v3_ocsp.c
[19/409] Compiling v3_pci.c
[20/409] Compiling v3_int.c
[21/409] Compiling v3_lib.c
[22/409] Compiling v3_ncons.c
[23/409] Compiling v3_ia5.c
[24/409] Compiling v3_info.c
[25/409] Compiling v3_genn.c
[26/409] Compiling v3_utl.c
[27/409] Compiling v3_extku.c
[28/409] Compiling v3_enum.c
[29/409] Compiling v3_cpols.c
[30/409] Compiling v3_bitst.c
[31/409] Compiling v3_crld.c
[32/409] Compiling v3_conf.c
[33/409] Compiling v3_bcons.c
[34/409] Compiling v3_alt.c
[35/409] Compiling v3_akeya.c
[36/409] Compiling v3_akey.c
[37/409] Compiling pcy_tree.c
[38/409] Compiling pcy_lib.c
[38/409] Compiling pcy_node.c
[40/409] Compiling pcy_data.c
[41/409] Compiling pcy_map.c
[42/409] Compiling pcy_cache.c
[43/409] Compiling x_x509a.c
[44/409] Compiling x_x509.c
[45/409] Compiling x_spki.c
[46/409] Compiling x_sig.c
[47/409] Compiling x_val.c
[48/409] Compiling x_pubkey.c
[49/409] Compiling x_pkey.c
[50/409] Compiling x_req.c
[51/409] Compiling x_name.c
[52/409] Compiling x_info.c
[53/409] Compiling x_exten.c
[54/409] Compiling x_attrib.c
[55/409] Compiling x509rset.c
[56/409] Compiling x509spki.c
[57/409] Compiling x509name.c
[58/409] Compiling x_crl.c
[59/409] Compiling x_all.c
[60/409] Compiling x_algor.c
[61/409] Compiling x509cset.c
[62/409] Compiling x509_txt.c
[63/409] Compiling x509_v3.c
[64/409] Compiling x509_vpm.c
[65/409] Compiling x509_trs.c
[66/409] Compiling x509_set.c
[67/409] Compiling x509_req.c
[67/409] Compiling x509_obj.c
[69/409] Compiling x509_vfy.c
[70/409] Compiling x509_def.c
[71/409] Compiling x509_lu.c
[72/409] Compiling x509_ext.c
[73/409] Compiling x509.c
[74/409] Compiling x509_d2.c
[75/409] Compiling x509_att.c
[76/409] Compiling t_x509a.c
[77/409] Compiling x509_cmp.c
[78/409] Compiling i2d_pr.c
[79/409] Compiling t_x509.c
[80/409] Compiling t_req.c
[81/409] Compiling rsa_pss.c
[82/409] Compiling t_crl.c
[83/409] Compiling by_dir.c
[84/409] Compiling algorithm.c
[85/409] Compiling by_file.c
[86/409] Compiling asn1_gen.c
[87/409] Compiling a_verify.c
[88/409] Compiling a_strex.c
[89/409] Compiling thread_win.c
[90/409] Compiling a_digest.c
[91/409] Compiling voprf.c
[92/409] Compiling a_sign.c
[93/409] Compiling trust_token.c
[94/409] Compiling siphash.c
[95/409] Compiling thread.c
[96/409] Compiling thread_none.c
[97/409] Compiling rsa_print.c
[97/409] Compiling thread_pthread.c
[99/409] Compiling pmbtoken.c
[100/409] Compiling stack.c
[101/409] Compiling rc4.c
[102/409] Compiling windows.c
[103/409] Compiling refcount_c11.c
[104/409] Compiling refcount_lock.c
[105/409] Compiling rand_extra.c
[106/409] Compiling rsa_asn1.c
[107/409] Compiling fuchsia.c
[108/409] Compiling passive.c
[109/409] Compiling deterministic.c
[110/409] Compiling poly1305_arm_asm.S
[111/409] Compiling forkunsafe.c
[112/409] Compiling poly1305_vec.c
[113/409] Compiling pool.c
[114/409] Compiling poly1305_arm.c
[115/409] Compiling poly1305.c
[116/409] Compiling pkcs7.c
[117/409] Compiling pkcs8.c
[118/409] Compiling pkcs7_x509.c
[119/409] Compiling pem_xaux.c
[120/409] Compiling pem_x509.c
[121/409] Compiling p5_pbev2.c
[122/409] Compiling pkcs8_x509.c
[123/409] Compiling pem_pk8.c
[124/409] Compiling obj_xref.c
[125/409] Compiling pem_oth.c
[126/409] Compiling mem.c
[127/409] Compiling pem_pkey.c
[128/409] Compiling pem_all.c
[129/409] Compiling poly_rq_mul.S
[130/409] Compiling lhash.c
[131/409] Compiling pem_lib.c
[132/409] Compiling hkdf.c
[133/409] Compiling pem_info.c
[134/409] Compiling x86_64-mont5.mac.x86_64.S
[135/409] Compiling obj.c
[136/409] Compiling x86_64-mont5.linux.x86_64.S
[136/409] Compiling x86_64-mont.mac.x86_64.S
[138/409] Compiling hpke.c
[139/409] Compiling x86-mont.windows.x86.S
[140/409] Compiling vpaes-x86.windows.x86.S
[140/409] Compiling x86_64-mont.linux.x86_64.S
[142/409] Compiling vpaes-x86_64.mac.x86_64.S
[143/409] Compiling vpaes-x86_64.linux.x86_64.S
[144/409] Compiling x86-mont.linux.x86.S
[144/409] Compiling vpaes-x86.linux.x86.S
[146/409] Compiling vpaes-armv8.ios.aarch64.S
[147/409] Compiling vpaes-armv7.ios.arm.S
[148/409] Compiling vpaes-armv8.linux.aarch64.S
[149/409] Compiling vpaes-armv7.linux.arm.S
[150/409] Compiling sha512-x86_64.mac.x86_64.S
[151/409] Compiling sha512-x86_64.linux.x86_64.S
[152/409] Compiling sha512-armv8.ios.aarch64.S
[152/409] Compiling sha512-armv8.linux.aarch64.S
[154/409] Compiling sha512-armv4.linux.arm.S
[154/409] Compiling sha512-586.windows.x86.S
[156/409] Compiling hrss.c
[157/409] Compiling sha512-586.linux.x86.S
[158/409] Compiling sha512-armv4.ios.arm.S
[158/409] Compiling kdf.c
[160/409] Compiling sha256-x86_64.linux.x86_64.S
[161/409] Compiling sha256-armv4.linux.arm.S
[162/409] Compiling sha256-x86_64.mac.x86_64.S
[163/409] Compiling sha256-armv4.ios.arm.S
[164/409] Compiling sha256-586.linux.x86.S
[165/409] Compiling sha1-x86_64.linux.x86_64.S
[166/409] Compiling sha256-armv8.linux.aarch64.S
[167/409] Compiling sha256-586.windows.x86.S
[168/409] Compiling sha1-x86_64.mac.x86_64.S
[169/409] Compiling sha256-armv8.ios.aarch64.S
[170/409] Compiling sha1-armv8.ios.aarch64.S
[171/409] Compiling sha1-armv4-large.ios.arm.S
[172/409] Compiling sha1-armv4-large.linux.arm.S
[173/409] Compiling sha1-armv8.linux.aarch64.S
[174/409] Compiling sha1-586.windows.x86.S
[175/409] Compiling sha1-586.linux.x86.S
[176/409] Compiling sha512.c
[177/409] Compiling sha1-altivec.c
[178/409] Compiling sha256.c
[179/409] Compiling rsaz-avx2.mac.x86_64.S
[179/409] Compiling sha1.c
[181/409] Compiling rsaz-avx2.linux.x86_64.S
[182/409] Compiling self_check.c
[183/409] Compiling padding.c
[184/409] Compiling rsa_impl.c
[185/409] Compiling rdrand-x86_64.linux.x86_64.S
[186/409] Compiling rdrand-x86_64.mac.x86_64.S
[187/409] Compiling rsa.c
[188/409] Compiling blinding.c
[189/409] Compiling urandom.c
[190/409] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[191/409] Compiling fork_detect.c
[192/409] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[193/409] Compiling rand.c
[194/409] Compiling p256-x86_64-asm.mac.x86_64.S
[195/409] Compiling p256-x86_64-asm.linux.x86_64.S
[196/409] Compiling ofb.c
[197/409] Compiling polyval.c
[198/409] Compiling ctr.c
[199/409] Compiling cfb.c
[200/409] Compiling ctrdrbg.c
[201/409] Compiling gcm_nohw.c
[202/409] Compiling md5-x86_64.mac.x86_64.S
[203/409] Compiling cbc.c
[204/409] Compiling gcm.c
[205/409] Compiling md5-x86_64.linux.x86_64.S
[206/409] Compiling md5.c
[207/409] Compiling is_fips.c
[208/409] Compiling md5-586.windows.x86.S
[209/409] Compiling md5-586.linux.x86.S
[210/409] Compiling ghashv8-armx32.ios.arm.S
[210/409] Compiling md4.c
[212/409] Compiling ghashv8-armx64.linux.aarch64.S
[213/409] Compiling ghashv8-armx64.ios.aarch64.S
[214/409] Compiling ghashv8-armx32.linux.arm.S
[215/409] Compiling ghash-x86_64.mac.x86_64.S
[216/409] Compiling hmac.c
[217/409] Compiling ghash-x86.linux.x86.S
[218/409] Compiling ghash-x86_64.linux.x86_64.S
[219/409] Compiling ghash-x86.windows.x86.S
[220/409] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[221/409] Compiling fips_shared_support.c
[222/409] Compiling ecdsa.c
[223/409] Compiling ecdh.c
[224/409] Compiling ghash-ssse3-x86.linux.x86.S
[225/409] Compiling ghash-ssse3-x86.windows.x86.S
[226/409] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[227/409] Compiling ghash-neon-armv8.ios.aarch64.S
[228/409] Compiling ghash-neon-armv8.linux.aarch64.S
[229/409] Compiling ghash-armv4.ios.arm.S
[230/409] Compiling ghash-armv4.linux.arm.S
[231/409] Compiling wnaf.c
[232/409] Compiling util.c
[233/409] Compiling simple_mul.c
[234/409] Compiling scalar.c
[235/409] Compiling simple.c
[236/409] Compiling p256-x86_64.c
[237/409] Compiling oct.c
[238/409] Compiling p224-64.c
[239/409] Compiling felem.c
[240/409] Compiling p256.c
[241/409] Compiling ec_key.c
[242/409] Compiling ec_montgomery.c
[243/409] Compiling check.c
[244/409] Compiling digests.c
[245/409] Compiling digest.c
[246/409] Compiling dh.c
[247/409] Compiling ec.c
[248/409] Compiling des.c
[249/409] Compiling e_des.c
[250/409] Compiling co-586.windows.x86.S
[251/409] Compiling aead.c
[252/409] Compiling cipher.c
[253/409] Compiling co-586.linux.x86.S
[254/409] Compiling bsaes-armv7.ios.arm.S
[255/409] Compiling bsaes-armv7.linux.arm.S
[256/409] Compiling e_aes.c
[257/409] Compiling rsaz_exp.c
[258/409] Compiling sqrt.c
[259/409] Compiling random.c
[260/409] Compiling shift.c
[261/409] Compiling prime.c
[262/409] Compiling montgomery_inv.c
[263/409] Compiling mul.c
[264/409] Compiling jacobi.c
[265/409] Compiling montgomery.c
[266/409] Compiling div_extra.c
[267/409] Compiling gcd_extra.c
[268/409] Compiling gcd.c
[269/409] Compiling ctx.c
[270/409] Compiling cmp.c
[271/409] Compiling x86_64-gcc.c
[272/409] Compiling exponentiation.c
[273/409] Compiling bytes.c
[274/409] Compiling div.c
[275/409] Compiling generic.c
[276/409] Compiling bn-586.linux.x86.S
[277/409] Compiling bn.c
[278/409] Compiling bn-586.windows.x86.S
[279/409] Compiling armv8-mont.ios.aarch64.S
[280/409] Compiling armv4-mont.linux.arm.S
[281/409] Compiling armv8-mont.linux.aarch64.S
[282/409] Compiling add.c
[283/409] Compiling aesv8-armx64.linux.aarch64.S
[284/409] Compiling aesv8-armx64.ios.aarch64.S
[285/409] Compiling aesv8-armx32.linux.arm.S
[286/409] Compiling aesv8-armx32.ios.arm.S
[287/409] Compiling armv4-mont.ios.arm.S
[288/409] Compiling aesni-x86_64.mac.x86_64.S
[289/409] Compiling aesni-x86_64.linux.x86_64.S
[290/409] Compiling aesni-gcm-x86_64.mac.x86_64.S
[291/409] Compiling aesni-x86.linux.x86.S
[292/409] Compiling aesni-x86.windows.x86.S
[293/409] Compiling aesni-gcm-x86_64.linux.x86_64.S
[294/409] Compiling mode_wrappers.c
[295/409] Compiling key_wrap.c
[296/409] Compiling aes.c
[297/409] Compiling aes_nohw.c
[298/409] Compiling ex_data.c
[299/409] Compiling pbkdf.c
[300/409] Compiling sign.c
[301/409] Compiling p_x25519_asn1.c
[302/409] Compiling p_rsa_asn1.c
[303/409] Compiling p_ed25519.c
[304/409] Compiling print.c
[305/409] Compiling scrypt.c
[306/409] Compiling p_x25519.c
[307/409] Compiling p_rsa.c
[308/409] Compiling p_ed25519_asn1.c
[309/409] Compiling p_ec_asn1.c
[310/409] Compiling p_ec.c
[311/409] Compiling err_data.c
[311/409] Compiling evp_ctx.c
[313/409] Compiling p_dsa_asn1.c
[314/409] Compiling digestsign.c
[315/409] Compiling evp_asn1.c
[316/409] Compiling evp.c
[317/409] Compiling err.c
[318/409] Compiling engine.c
[319/409] Compiling ecdsa_asn1.c
[320/409] Compiling ec_derive.c
[321/409] Compiling ecdh_extra.c
[322/409] Compiling hash_to_curve.c
[323/409] Compiling ec_asn1.c
[324/409] Compiling params.c
[325/409] Compiling dsa.c
[326/409] Compiling dh_asn1.c
[327/409] Compiling spake25519.c
[328/409] Compiling x25519-asm-arm.S
[329/409] Compiling cpu-ppc64le.c
[329/409] Compiling dsa_asn1.c
[331/409] Compiling cpu-intel.c
[331/409] Compiling cpu-arm.c
[331/409] Compiling digest_extra.c
[334/409] Compiling crypto.c
[335/409] Compiling cpu-arm-linux.c
[336/409] Compiling cpu-aarch64-win.c
[337/409] Compiling cpu-aarch64-fuchsia.c
[338/409] Compiling cpu-aarch64-linux.c
[339/409] Compiling e_rc4.c
[340/409] Compiling conf.c
[341/409] Compiling e_rc2.c
[341/409] Compiling curve25519.c
[343/409] Compiling tls_cbc.c
[344/409] Compiling e_null.c
[344/409] Compiling cmac.c
[346/409] Compiling e_chacha20poly1305.c
[347/409] Compiling e_tls.c
[348/409] Compiling e_aesgcmsiv.c
[349/409] Compiling derive_key.c
[350/409] Compiling e_aesctrhmac.c
[351/409] Compiling e_aesccm.c
[352/409] Compiling aes128gcmsiv-x86_64.mac.x86_64.S
[352/409] Compiling chacha20_poly1305_x86_64.linux.x86_64.S
[354/409] Compiling chacha20_poly1305_x86_64.mac.x86_64.S
[355/409] Compiling cipher_extra.c
[356/409] Compiling aes128gcmsiv-x86_64.linux.x86_64.S
[357/409] Compiling chacha-x86_64.mac.x86_64.S
[358/409] Compiling chacha.c
[359/409] Compiling chacha-x86.linux.x86.S
[360/409] Compiling chacha-x86_64.linux.x86_64.S
[361/409] Compiling chacha-x86.windows.x86.S
[362/409] Compiling chacha-armv8.ios.aarch64.S
[363/409] Compiling chacha-armv4.linux.arm.S
[364/409] Compiling chacha-armv8.linux.aarch64.S
[365/409] Compiling chacha-armv4.ios.arm.S
[366/409] Compiling unicode.c
[367/409] Compiling asn1_compat.c
[368/409] Compiling ber.c
[369/409] Compiling cbb.c
[370/409] Compiling buf.c
[371/409] Compiling cbs.c
[372/409] Compiling bn_asn1.c
[373/409] Compiling socket_helper.c
[374/409] Compiling blake2.c
[375/409] Compiling convert.c
[376/409] Compiling printf.c
[377/409] Compiling fd.c
[378/409] Compiling file.c
[379/409] Compiling hexdump.c
[380/409] Compiling connect.c
[381/409] Compiling bio_mem.c
[382/409] Compiling socket.c
[383/409] Compiling pair.c
[384/409] Compiling base64.c
[385/409] Compiling bio.c
[386/409] Compiling tasn_new.c
[387/409] Compiling tasn_fre.c
[388/409] Compiling time_support.c
[389/409] Compiling tasn_utl.c
[390/409] Compiling tasn_dec.c
[391/409] Compiling asn1_par.c
[391/409] Compiling f_enum.c
[393/409] Compiling tasn_typ.c
[394/409] Compiling asn1_lib.c
[395/409] Compiling tasn_enc.c
[396/409] Compiling a_utf8.c
[397/409] Compiling a_utctm.c
[398/409] Compiling a_octet.c
[399/409] Compiling a_time.c
[400/409] Compiling a_object.c
[401/409] Compiling a_type.c
[402/409] Compiling a_print.c
[403/409] Compiling a_mbstr.c
[404/409] Compiling a_int.c
[405/409] Compiling a_strnid.c
[406/409] Compiling a_i2d_fp.c
[407/409] Compiling a_gentm.c
[408/409] Compiling a_enum.c
[410/463] Emitting module Crypto
[411/470] Compiling Crypto RNG_boring.swift
[412/470] Compiling Crypto SafeCompare_boring.swift
[413/470] Compiling Crypto Zeroization_boring.swift
[414/470] Compiling Crypto PrettyBytes.swift
[415/470] Compiling Crypto SafeCompare.swift
[416/470] Compiling Crypto SecureBytes.swift
[417/470] Compiling Crypto Zeroization.swift
[418/470] Compiling Crypto SymmetricKeys.swift
[419/470] Compiling Crypto HMAC.swift
[420/470] Compiling Crypto MACFunctions.swift
[421/470] Compiling Crypto MessageAuthenticationCode.swift
[422/470] Compiling Crypto AES.swift
[423/470] Compiling Crypto ECDSASignature_boring.swift
[424/470] Compiling Crypto ECDSA_boring.swift
[425/470] Compiling Crypto EdDSA_boring.swift
[426/470] Compiling Crypto ECDSA.swift
[427/470] Compiling Crypto EdDSA.swift
[428/470] Compiling Crypto Signature.swift
[429/470] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[430/470] Compiling Crypto CryptoKitErrors_boring.swift
[431/470] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[432/470] Compiling Crypto ASN1Identifier.swift
[433/470] Compiling Crypto ASN1Integer.swift
[434/470] Compiling Crypto ASN1OctetString.swift
[435/470] Compiling Crypto ArraySliceBigint.swift
[436/470] Compiling Crypto ObjectIdentifier.swift
[437/470] Compiling Crypto ECDSASignature.swift
[438/470] Compiling Crypto PEMDocument.swift
[439/470] Compiling Crypto PKCS8PrivateKey.swift
[440/470] Compiling Crypto EllipticCurve_boring.swift
[441/470] Compiling Crypto NISTCurvesKeys_boring.swift
[442/470] Compiling Crypto X25519Keys_boring.swift
[443/470] Compiling Crypto Curve25519.swift
[444/470] Compiling Crypto Ed25519.swift
[445/470] Compiling Crypto NISTCurvesKeys.swift
[446/470] Compiling Crypto X25519Keys.swift
[447/470] Compiling Crypto SEC1PrivateKey.swift
[448/470] Compiling Crypto SubjectPublicKeyInfo.swift
[449/470] Compiling Crypto CryptoKitErrors.swift
[450/470] Compiling Crypto Digest_boring.swift
[451/470] Compiling Crypto Digest.swift
[452/470] Compiling Crypto Digests.swift
[453/470] Compiling Crypto HashFunctions.swift
[454/470] Compiling Crypto HashFunctions_SHA2.swift
[455/470] Compiling Crypto AES-GCM.swift
[456/470] Compiling Crypto AES-GCM_boring.swift
[457/470] Compiling Crypto ChaChaPoly_boring.swift
[458/470] Compiling Crypto ChaChaPoly.swift
[459/470] Compiling Crypto Cipher.swift
[460/470] Compiling Crypto Nonces.swift
[461/470] Compiling Crypto ASN1.swift
[462/470] Compiling Crypto ASN1BitString.swift
[463/470] Compiling Crypto Insecure.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[464/470] Compiling Crypto Insecure_HashFunctions.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[465/470] Compiling Crypto ECDH_boring.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[466/470] Compiling Crypto DH.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[467/470] Compiling Crypto ECDH.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[468/470] Compiling Crypto HKDF.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[469/470] Compiling Crypto Ed25519_boring.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[470/470] Compiling Crypto EllipticCurvePoint_boring.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/55] Emitting module Crypto
[3/62] Compiling Crypto SymmetricKeys.swift
[4/62] Compiling Crypto HMAC.swift
[5/62] Compiling Crypto MACFunctions.swift
[6/62] Compiling Crypto MessageAuthenticationCode.swift
[7/62] Compiling Crypto AES.swift
[8/62] Compiling Crypto ECDSASignature_boring.swift
[9/62] Compiling Crypto ECDSA_boring.swift
[10/62] Compiling Crypto EllipticCurve_boring.swift
[11/62] Compiling Crypto NISTCurvesKeys_boring.swift
[12/62] Compiling Crypto X25519Keys_boring.swift
[13/62] Compiling Crypto Curve25519.swift
[14/62] Compiling Crypto Ed25519.swift
[15/62] Compiling Crypto NISTCurvesKeys.swift
[16/62] Compiling Crypto X25519Keys.swift
[17/62] Compiling Crypto EdDSA_boring.swift
[18/62] Compiling Crypto ECDSA.swift
[19/62] Compiling Crypto EdDSA.swift
[20/62] Compiling Crypto Signature.swift
[21/62] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[22/62] Compiling Crypto CryptoKitErrors_boring.swift
[23/62] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[24/62] Compiling Crypto ASN1Identifier.swift
[25/62] Compiling Crypto ASN1Integer.swift
[26/62] Compiling Crypto ASN1OctetString.swift
[27/62] Compiling Crypto ArraySliceBigint.swift
[28/62] Compiling Crypto ObjectIdentifier.swift
[29/62] Compiling Crypto ECDSASignature.swift
[30/62] Compiling Crypto PEMDocument.swift
[31/62] Compiling Crypto PKCS8PrivateKey.swift
[32/62] Compiling Crypto SEC1PrivateKey.swift
[33/62] Compiling Crypto SubjectPublicKeyInfo.swift
[34/62] Compiling Crypto CryptoKitErrors.swift
[35/62] Compiling Crypto Digest_boring.swift
[36/62] Compiling Crypto Digest.swift
[37/62] Compiling Crypto Digests.swift
[38/62] Compiling Crypto HashFunctions.swift
[39/62] Compiling Crypto HashFunctions_SHA2.swift
[40/62] Compiling Crypto Insecure.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[41/62] Compiling Crypto Insecure_HashFunctions.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[42/62] Compiling Crypto ECDH_boring.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[43/62] Compiling Crypto DH.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[44/62] Compiling Crypto ECDH.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[45/62] Compiling Crypto HKDF.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[46/62] Compiling Crypto Ed25519_boring.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[47/62] Compiling Crypto EllipticCurvePoint_boring.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[48/62] Compiling Crypto AES-GCM.swift
[49/62] Compiling Crypto AES-GCM_boring.swift
[50/62] Compiling Crypto ChaChaPoly_boring.swift
[51/62] Compiling Crypto ChaChaPoly.swift
[52/62] Compiling Crypto Cipher.swift
[53/62] Compiling Crypto Nonces.swift
[54/62] Compiling Crypto ASN1.swift
[55/62] Compiling Crypto ASN1BitString.swift
[56/62] Compiling Crypto RNG_boring.swift
[57/62] Compiling Crypto SafeCompare_boring.swift
[58/62] Compiling Crypto Zeroization_boring.swift
[59/62] Compiling Crypto PrettyBytes.swift
[60/62] Compiling Crypto SafeCompare.swift
[61/62] Compiling Crypto SecureBytes.swift
[62/62] Compiling Crypto Zeroization.swift
BUILD FAILURE 6.1 android