Build Information
Failed to build SwiftAWSS3, reference 3.0.0 (8602c5
), with Swift 6.1 for Android on 28 May 2025 15:40:25 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/benspratling4/swiftawss3.git
Reference: 3.0.0
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/benspratling4/swiftawss3
* tag 3.0.0 -> FETCH_HEAD
HEAD is now at 8602c5e Update to swift 5.6, apple swift crypto
Cloned https://github.com/benspratling4/swiftawss3.git
Revision (git rev-parse @):
8602c5e78fcf31e1231dfea6b8c2fdaef6d651ac
SUCCESS checkout https://github.com/benspratling4/swiftawss3.git at 3.0.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/benspratling4/swiftawss3.git
https://github.com/benspratling4/swiftawss3.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swiftawssignaturev4",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.1",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/benspratling4/SwiftAWSSignatureV4.git"
},
{
"identity" : "swiftpatterns",
"requirement" : {
"range" : [
{
"lower_bound" : "4.3.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/benspratling4/SwiftPatterns.git"
}
],
"manifest_display_name" : "SwiftAWSS3",
"name" : "SwiftAWSS3",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SwiftAWSS3",
"targets" : [
"SwiftAWSS3"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "SwiftAWSS3Tests",
"module_type" : "SwiftTarget",
"name" : "SwiftAWSS3Tests",
"path" : "Tests/SwiftAWSS3Tests",
"sources" : [
"GETTests.swift"
],
"target_dependencies" : [
"SwiftAWSS3"
],
"type" : "test"
},
{
"c99name" : "SwiftAWSS3",
"module_type" : "SwiftTarget",
"name" : "SwiftAWSS3",
"path" : "Sources/SwiftAWSS3",
"product_dependencies" : [
"SwiftAWSSignatureV4",
"SwiftPatterns"
],
"product_memberships" : [
"SwiftAWSS3"
],
"sources" : [
"AWSBucket.swift",
"ListBucketResult.swift",
"S3PutComponents.swift",
"ServerSideEncryption.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/benspratling4/SwiftAWSSignatureV4.git
Fetching https://github.com/benspratling4/SwiftPatterns.git
[1/301] Fetching swiftpatterns
[302/538] Fetching swiftpatterns, swiftawssignaturev4
Fetched https://github.com/benspratling4/SwiftAWSSignatureV4.git from cache (0.90s)
Fetched https://github.com/benspratling4/SwiftPatterns.git from cache (0.90s)
Computing version for https://github.com/benspratling4/SwiftAWSSignatureV4.git
Computed https://github.com/benspratling4/SwiftAWSSignatureV4.git at 3.0.1 (2.06s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.74s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 2.6.0 (3.51s)
Computing version for https://github.com/benspratling4/SwiftPatterns.git
Computed https://github.com/benspratling4/SwiftPatterns.git at 4.5.0 (1.35s)
Creating working copy for https://github.com/benspratling4/SwiftPatterns.git
Working copy of https://github.com/benspratling4/SwiftPatterns.git resolved at 4.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 2.6.0
Creating working copy for https://github.com/benspratling4/SwiftAWSSignatureV4.git
Working copy of https://github.com/benspratling4/SwiftAWSSignatureV4.git resolved at 3.0.1
warning: 'swiftpatterns': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/PrivacyInfo.xcprivacy
Building for debugging...
[0/423] Write sources
[5/423] Compiling sha256-x86_64-linux.linux.x86_64.S
[6/423] Compiling sha256-armv8-ios.ios.aarch64.S
[7/423] Compiling obj_xref.c
[8/423] Compiling a_mbstr.c
[9/423] Compiling sha256-armv8-linux.linux.aarch64.S
[10/423] Compiling fiat_curve25519_adx_square.S
[11/423] Compiling fiat_curve25519_adx_mul.S
[12/423] Write swift-version-24593BA9C3E375BF.txt
[13/423] Compiling obj.c
[14/423] Compiling CCryptoBoringSSLShims shims.c
[15/423] Compiling v3_pcons.c
[16/423] Compiling v3_prn.c
[17/423] Compiling v3_skey.c
[18/423] Compiling v3_ocsp.c
[19/440] Compiling v3_pmaps.c
[20/446] Compiling v3_utl.c
[21/446] Compiling v3_purp.c
[22/446] Compiling v3_int.c
[23/446] Compiling v3_info.c
[24/446] Compiling v3_lib.c
[25/446] Compiling v3_ncons.c
[26/446] Compiling v3_ia5.c
[27/446] Compiling v3_extku.c
[28/446] Compiling v3_genn.c
[29/446] Compiling v3_enum.c
[30/446] Compiling v3_bitst.c
[31/446] Compiling v3_crld.c
[32/446] Compiling v3_conf.c
[33/446] Compiling v3_cpols.c
[34/446] Compiling v3_bcons.c
[35/446] Compiling v3_alt.c
[36/446] Compiling v3_akeya.c
[37/446] Compiling v3_akey.c
[38/446] Compiling x_spki.c
[39/446] Compiling x_x509a.c
[40/446] Compiling x_req.c
[41/446] Compiling x_sig.c
[42/446] Compiling x_val.c
[43/446] Compiling x_pubkey.c
[44/446] Compiling x_x509.c
[45/446] Compiling x_info.c
[46/446] Compiling x_name.c
[47/446] Compiling x_pkey.c
[48/446] Compiling x_exten.c
[49/446] Compiling x_algor.c
[50/446] Compiling x_attrib.c
[51/446] Compiling x_all.c
[52/446] Compiling x_crl.c
[53/446] Compiling x509spki.c
[54/446] Compiling x509cset.c
[55/446] Compiling x509rset.c
[56/446] Compiling x509_vpm.c
[57/446] Compiling x509name.c
[58/446] Compiling x509_txt.c
[59/446] Compiling x509_v3.c
[60/446] Compiling x509_set.c
[61/446] Compiling x509_vfy.c
[62/446] Compiling x509_trs.c
[63/446] Compiling x509_obj.c
[64/446] Compiling x509_lu.c
[65/446] Compiling x509_def.c
[66/446] Compiling x509_req.c
[67/446] Compiling x509_d2.c
[68/446] Compiling x509_ext.c
[69/446] Compiling x509.c
[70/446] Compiling x509_cmp.c
[71/446] Compiling x509_att.c
[72/446] Compiling t_x509a.c
[73/446] Compiling t_crl.c
[74/446] Compiling rsa_pss.c
[75/446] Compiling i2d_pr.c
[76/446] Compiling t_req.c
[77/446] Compiling t_x509.c
[78/446] Compiling name_print.c
[79/446] Compiling algorithm.c
[80/446] Compiling by_file.c
[80/446] Compiling a_verify.c
[80/446] Compiling policy.c
[83/446] Compiling by_dir.c
[84/446] Compiling asn1_gen.c
[85/446] Compiling a_sign.c
[86/446] Compiling thread_win.c
[87/446] Compiling thread_pthread.c
[88/446] Compiling thread_none.c
[89/446] Compiling a_digest.c
[90/446] Compiling thread.c
[91/446] Compiling siphash.c
[92/446] Compiling stack.c
[93/446] Compiling trust_token.c
[94/446] Compiling voprf.c
[95/446] Compiling rsa_print.c
[96/446] Compiling pmbtoken.c
[97/446] Compiling refcount.c
[98/446] Compiling rc4.c
[99/446] Compiling rsa_asn1.c
[100/446] Compiling rand_extra.c
[100/446] Compiling windows.c
[102/446] Compiling rsa_crypt.c
[103/446] Compiling passive.c
[104/446] Compiling getentropy.c
[105/446] Compiling trusty.c
[106/446] Compiling ios.c
[107/446] Compiling forkunsafe.c
[108/446] Compiling deterministic.c
[109/446] Compiling poly1305_arm_asm.S
[110/446] Compiling poly1305_vec.c
[111/446] Compiling pool.c
[112/446] Compiling poly1305.c
[113/446] Compiling poly1305_arm.c
[114/446] Compiling pkcs7.c
[115/446] Compiling pkcs8_x509.c
[116/446] Compiling pkcs8.c
[117/446] Compiling p5_pbev2.c
[118/446] Compiling pem_xaux.c
[119/446] Compiling pem_x509.c
[120/446] Compiling pkcs7_x509.c
[121/446] Compiling pem_pk8.c
[122/446] Compiling pem_pkey.c
[123/446] Compiling pem_oth.c
[124/446] Compiling lhash.c
[125/446] Compiling mem.c
[126/446] Compiling kyber.c
[127/446] Compiling pem_info.c
[128/446] Compiling poly_rq_mul.S
[129/446] Compiling pem_all.c
[130/446] Compiling keccak.c
[131/446] Compiling x86_64-mont-linux.linux.x86_64.S
[132/446] Compiling x86_64-mont5-linux.linux.x86_64.S
[133/446] Compiling x86_64-mont5-mac.mac.x86_64.S
[134/446] Compiling x86_64-mont-mac.mac.x86_64.S
[135/446] Compiling hpke.c
[136/446] Compiling pem_lib.c
[137/446] Compiling vpaes-x86_64-mac.mac.x86_64.S
[138/446] Compiling hrss.c
[139/446] Compiling vpaes-x86_64-linux.linux.x86_64.S
[140/446] Compiling x86-mont-linux.linux.x86.S
[141/446] Compiling x86-mont-windows.windows.x86.S
[142/446] Compiling vpaes-x86-windows.windows.x86.S
[143/446] Compiling vpaes-x86-linux.linux.x86.S
[144/446] Compiling vpaes-armv8-ios.ios.aarch64.S
[145/446] Compiling vpaes-armv8-linux.linux.aarch64.S
[146/446] Compiling vpaes-armv7-linux.linux.arm.S
[147/446] Compiling sha512-x86_64-mac.mac.x86_64.S
[148/446] Compiling vpaes-armv7-ios.ios.arm.S
[149/446] Compiling sha512-x86_64-linux.linux.x86_64.S
[150/446] Compiling sha512-armv8-ios.ios.aarch64.S
[151/446] Compiling sha512-armv4-linux.linux.arm.S
[152/446] Compiling kdf.c
[153/446] Compiling sha512-armv8-linux.linux.aarch64.S
[154/446] Compiling sha512-586-windows.windows.x86.S
[155/446] Compiling sha256-x86_64-mac.mac.x86_64.S
[156/446] Compiling sha256-armv4-ios.ios.arm.S
[157/446] Compiling sha512-586-linux.linux.x86.S
[158/446] Compiling sha256-armv4-linux.linux.arm.S
[159/446] Compiling sha512-armv4-ios.ios.arm.S
[160/446] Compiling sha256-586-linux.linux.x86.S
[161/446] Compiling sha256-586-windows.windows.x86.S
[162/446] Compiling sha1-x86_64-mac.mac.x86_64.S
[163/446] Compiling sha1-x86_64-linux.linux.x86_64.S
[164/446] Compiling sha1-armv4-large-ios.ios.arm.S
[165/446] Compiling sha1-armv4-large-linux.linux.arm.S
[166/446] Compiling sha1-armv8-ios.ios.aarch64.S
[167/446] Compiling sha1-586-windows.windows.x86.S
[168/446] Compiling sha1-armv8-linux.linux.aarch64.S
[169/446] Compiling sha1-586-linux.linux.x86.S
[170/446] Compiling sha512.c
[171/446] Compiling sha1.c
[172/446] Compiling fips.c
[173/446] Compiling service_indicator.c
[174/446] Compiling rsaz-avx2-mac.mac.x86_64.S
[174/446] Compiling sha256.c
[176/446] Compiling rsaz-avx2-linux.linux.x86_64.S
[177/446] Compiling self_check.c
[178/446] Compiling rdrand-x86_64-linux.linux.x86_64.S
[179/446] Compiling rsa.c
[180/446] Compiling blinding.c
[181/446] Compiling rsa_impl.c
[182/446] Compiling urandom.c
[183/446] Compiling rdrand-x86_64-mac.mac.x86_64.S
[184/446] Compiling padding.c
[184/446] Compiling rand.c
[184/446] Compiling ctrdrbg.c
[187/446] Compiling fork_detect.c
[188/446] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[189/446] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[190/446] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[191/446] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[192/446] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[193/446] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[194/446] Compiling p256-armv8-asm-ios.ios.aarch64.S
[195/446] Compiling p256-armv8-asm-linux.linux.aarch64.S
[196/446] Compiling polyval.c
[197/446] Compiling ofb.c
[198/446] Compiling gcm_nohw.c
[199/446] Compiling gcm.c
[200/446] Compiling ctr.c
[201/446] Compiling md5-x86_64-mac.mac.x86_64.S
[201/446] Compiling cbc.c
[203/446] Compiling md5-x86_64-linux.linux.x86_64.S
[203/446] Compiling cfb.c
[205/446] Compiling md5-586-windows.windows.x86.S
[206/446] Compiling md5.c
[207/446] Compiling md5-586-linux.linux.x86.S
[208/446] Compiling ghashv8-armv8-ios.ios.aarch64.S
[208/446] Compiling ghashv8-armv8-linux.linux.aarch64.S
[210/446] Compiling ghashv8-armv7-linux.linux.arm.S
[211/446] Compiling hkdf.c
[212/446] Compiling hmac.c
[213/446] Compiling md4.c
[214/446] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[214/446] Compiling ghash-x86_64-linux.linux.x86_64.S
[214/446] Compiling ghash-x86-windows.windows.x86.S
[217/446] Compiling ghash-x86_64-mac.mac.x86_64.S
[218/446] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[218/446] Compiling ghashv8-armv7-ios.ios.arm.S
[220/446] Compiling ghash-x86-linux.linux.x86.S
[221/446] Compiling fips_shared_support.c
[222/446] Compiling ghash-armv4-linux.linux.arm.S
[223/446] Compiling ghash-ssse3-x86-linux.linux.x86.S
[224/446] Compiling ghash-ssse3-x86-windows.windows.x86.S
[225/446] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[225/446] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[227/446] Compiling ghash-armv4-ios.ios.arm.S
[228/446] Compiling util.c
[229/446] Compiling ecdsa.c
[230/446] Compiling ecdh.c
[231/446] Compiling scalar.c
[232/446] Compiling wnaf.c
[233/446] Compiling simple_mul.c
[234/446] Compiling simple.c
[235/446] Compiling oct.c
[236/446] Compiling felem.c
[236/446] Compiling p224-64.c
[238/446] Compiling ec_key.c
[238/446] Compiling p256.c
[240/446] Compiling ec_montgomery.c
[241/446] Compiling dh.c
[242/446] Compiling digestsign.c
[243/446] Compiling digests.c
[244/446] Compiling check.c
[244/446] Compiling digest.c
[246/446] Compiling co-586-windows.windows.x86.S
[247/446] Compiling co-586-linux.linux.x86.S
[248/446] Compiling cmac.c
[249/446] Compiling ec.c
[250/446] Compiling bsaes-armv7-linux.linux.arm.S
[251/446] Compiling p256-nistz.c
[252/446] Compiling e_aesccm.c
[253/446] Compiling aead.c
[254/446] Compiling bsaes-armv7-ios.ios.arm.S
[255/446] Compiling cipher.c
[256/446] Compiling rsaz_exp.c
[257/446] Compiling sqrt.c
[258/446] Compiling e_aes.c
[259/446] Compiling shift.c
[260/446] Compiling random.c
[261/446] Compiling prime.c
[262/446] Compiling mul.c
[263/446] Compiling jacobi.c
[264/446] Compiling montgomery.c
[265/446] Compiling montgomery_inv.c
[266/446] Compiling gcd_extra.c
[267/446] Compiling gcd.c
[268/446] Compiling generic.c
[269/446] Compiling div_extra.c
[270/446] Compiling div.c
[271/446] Compiling cmp.c
[272/446] Compiling ctx.c
[273/446] Compiling x86_64-gcc.c
[274/446] Compiling exponentiation.c
[275/446] Compiling bytes.c
[276/446] Compiling bn.c
[277/446] Compiling bn-armv8-linux.linux.aarch64.S
[278/446] Compiling bn-586-windows.windows.x86.S
[279/446] Compiling bn-armv8-ios.ios.aarch64.S
[280/446] Compiling add.c
[281/446] Compiling armv8-mont-ios.ios.aarch64.S
[282/446] Compiling armv4-mont-ios.ios.arm.S
[283/446] Compiling armv8-mont-linux.linux.aarch64.S
[284/446] Compiling bn-586-linux.linux.x86.S
[285/446] Compiling armv4-mont-linux.linux.arm.S
[286/446] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[287/446] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[288/446] Compiling aesv8-armv7-linux.linux.arm.S
[289/446] Compiling aesv8-armv8-linux.linux.aarch64.S
[290/446] Compiling aesv8-armv8-ios.ios.aarch64.S
[291/446] Compiling aesni-x86_64-mac.mac.x86_64.S
[292/446] Compiling aesv8-armv7-ios.ios.arm.S
[293/446] Compiling aesni-x86_64-linux.linux.x86_64.S
[294/446] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[295/446] Compiling aesni-x86-linux.linux.x86.S
[295/446] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[297/446] Compiling aesni-x86-windows.windows.x86.S
[298/446] Compiling mode_wrappers.c
[299/446] Compiling ex_data.c
[300/446] Compiling aes.c
[301/446] Compiling sign.c
[302/446] Compiling key_wrap.c
[303/446] Compiling p_x25519.c
[303/446] Compiling aes_nohw.c
[305/446] Compiling scrypt.c
[306/446] Compiling print.c
[307/446] Compiling pbkdf.c
[308/446] Compiling p_x25519_asn1.c
[309/446] Compiling p_rsa_asn1.c
[310/446] Compiling p_hkdf.c
[311/446] Compiling p_ed25519.c
[312/446] Compiling p_rsa.c
[313/446] Compiling p_ec_asn1.c
[313/446] Compiling p_dsa_asn1.c
[315/446] Compiling p_ed25519_asn1.c
[316/446] Compiling p_ec.c
[317/446] Compiling err_data.c
[318/446] Compiling evp_asn1.c
[319/446] Compiling engine.c
[320/446] Compiling evp_ctx.c
[321/446] Compiling evp.c
[322/446] Compiling ecdsa_asn1.c
[323/446] Compiling err.c
[323/446] Compiling ecdh_extra.c
[325/446] Compiling ec_derive.c
[326/446] Compiling hash_to_curve.c
[327/446] Compiling dsa_asn1.c
[328/446] Compiling params.c
[329/446] Compiling ec_asn1.c
[330/446] Compiling dsa.c
[331/446] Compiling digest_extra.c
[332/446] Compiling x25519-asm-arm.S
[333/446] Compiling dh_asn1.c
[334/446] Compiling curve25519_64_adx.c
[335/446] Compiling spake25519.c
[335/446] Compiling des.c
[335/446] Compiling crypto.c
[338/446] Compiling cpu_intel.c
[338/446] Compiling cpu_arm_linux.c
[340/446] Compiling cpu_arm_freebsd.c
[341/446] Compiling cpu_aarch64_openbsd.c
[342/446] Compiling cpu_aarch64_sysreg.c
[342/446] Compiling cpu_aarch64_win.c
[344/446] Compiling cpu_arm.c
[345/446] Compiling cpu_aarch64_linux.c
[346/446] Compiling curve25519.c
[347/446] Compiling cpu_aarch64_fuchsia.c
[348/446] Compiling tls_cbc.c
[349/446] Compiling conf.c
[350/446] Compiling cpu_aarch64_apple.c
[351/446] Compiling e_rc4.c
[352/446] Compiling e_tls.c
[353/446] Compiling e_rc2.c
[354/446] Compiling e_chacha20poly1305.c
[355/446] Compiling e_null.c
[356/446] Compiling derive_key.c
[357/446] Compiling e_des.c
[358/446] Compiling e_aesctrhmac.c
[359/446] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[360/446] Compiling e_aesgcmsiv.c
[361/446] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[362/446] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[363/446] Compiling cipher_extra.c
[364/446] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[365/446] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[366/446] Compiling chacha-x86_64-mac.mac.x86_64.S
[367/446] Compiling chacha-x86-windows.windows.x86.S
[368/446] Compiling chacha.c
[369/446] Compiling chacha-x86_64-linux.linux.x86_64.S
[370/446] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[371/446] Compiling chacha-x86-linux.linux.x86.S
[372/446] Compiling chacha-armv8-ios.ios.aarch64.S
[373/446] Compiling chacha-armv4-linux.linux.arm.S
[374/446] Compiling chacha-armv4-ios.ios.arm.S
[375/446] Compiling unicode.c
[376/446] Compiling chacha-armv8-linux.linux.aarch64.S
[377/446] Compiling ber.c
[378/446] Compiling asn1_compat.c
[379/446] Compiling cbb.c
[380/446] Compiling cbs.c
[381/446] Compiling bn_asn1.c
[382/446] Compiling blake2.c
[383/446] Compiling buf.c
[384/446] Compiling convert.c
[385/446] Compiling printf.c
[386/446] Compiling pair.c
[387/446] Compiling hexdump.c
[388/446] Compiling errno.c
[388/446] Compiling file.c
[390/446] Compiling fd.c
[391/446] Compiling base64.c
[392/446] Compiling bio_mem.c
[393/446] Compiling bio.c
[394/446] Compiling tasn_utl.c
[395/446] Compiling tasn_fre.c
[396/446] Compiling tasn_enc.c
[397/446] Compiling tasn_dec.c
[398/446] Compiling tasn_typ.c
[399/446] Compiling f_int.c
[399/446] Compiling f_string.c
[401/446] Compiling tasn_new.c
[402/446] Compiling posix_time.c
[403/446] Compiling asn_pack.c
[404/446] Compiling asn1_par.c
[405/446] Compiling a_utctm.c
[406/446] Compiling a_type.c
[407/446] Compiling asn1_lib.c
[408/446] Compiling a_octet.c
[409/446] Compiling a_strex.c
[409/446] Compiling a_time.c
[411/446] Compiling a_strnid.c
[412/446] Compiling a_i2d_fp.c
[413/446] Compiling a_dup.c
[414/446] Compiling a_object.c
[415/446] Compiling a_int.c
[416/446] Compiling a_gentm.c
[417/446] Compiling a_d2i_fp.c
[418/446] Compiling a_bool.c
[419/446] Compiling a_bitstr.c
[421/449] Compiling SwiftPatterns DynamicCodingKeys.swift
[422/449] Compiling SwiftPatterns Int+Bits.swift
[423/449] Compiling SwiftPatterns JSONPrimitive.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[424/449] Emitting module SwiftPatterns
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/LocalFileSource.swift:25:35: error: cannot find type 'DirectoryMonitor' in scope
23 | fileprivate let directoryURL:URL
24 | fileprivate let extensions:Set<String>
25 | fileprivate var directoryMonitor:DirectoryMonitor?
| `- error: cannot find type 'DirectoryMonitor' in scope
26 |
27 | public init?(directoryURL:URL, extensions:[String] = [], handler:@escaping (_ changes:ChangeSet)->()) {
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:85:16: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
83 |
84 | public class DataToXMLItemFactory : NSObject, XMLParserDelegate {
85 | let xmlParser:XMLParser
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
86 | var nodeStack:[XMLItem]
87 | var completion:((_ node:XMLItem?, _ error:Error?)->())?
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:101:44: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
99 | }
100 |
101 | public func parserDidEndDocument(_ parser:XMLParser) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
102 | completion?(nodeStack.first, nil)
103 | completion = nil
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:106:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
104 | }
105 |
106 | public func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String]) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
107 | let newNode:XMLItem = XMLItem()
108 | newNode.name = elementName
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:114:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
112 | }
113 |
114 | public func parser(_ parser: XMLParser, didEndElement elementName: String, namespaceURI: String?, qualifiedName qName: String?) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
115 | nodeStack.removeLast()
116 | }
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:118:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
116 | }
117 |
118 | public func parser(_ parser: XMLParser, foundCharacters string: String) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
119 | let topNode:XMLItem = nodeStack.last!
120 | if let lastChild = topNode.children.last as? String {
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:128:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
126 | }
127 |
128 | public func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
129 | completion?(nil, parseError)
130 | completion = nil
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:84:47: error: cannot find type 'XMLParserDelegate' in scope
82 |
83 |
84 | public class DataToXMLItemFactory : NSObject, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
85 | let xmlParser:XMLParser
86 | var nodeStack:[XMLItem]
[425/452] Compiling SwiftPatterns Cursor.swift
[426/452] Compiling SwiftPatterns DataExtraction.swift
[427/452] Compiling SwiftPatterns DirectoryMonitor.swift
[428/452] Compiling SwiftPatterns Alert.swift
[429/452] Compiling SwiftPatterns Array+StableUniqueValues.swift
[430/452] Compiling SwiftPatterns Array+dropLastWhile.swift
[431/452] Compiling SwiftPatterns ChangeSet.swift
[432/452] Compiling SwiftPatterns LocalFileSource.swift
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/LocalFileSource.swift:25:35: error: cannot find type 'DirectoryMonitor' in scope
23 | fileprivate let directoryURL:URL
24 | fileprivate let extensions:Set<String>
25 | fileprivate var directoryMonitor:DirectoryMonitor?
| `- error: cannot find type 'DirectoryMonitor' in scope
26 |
27 | public init?(directoryURL:URL, extensions:[String] = [], handler:@escaping (_ changes:ChangeSet)->()) {
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/LocalFileSource.swift:34:22: error: cannot find 'DirectoryMonitor' in scope
32 | self.changeHandler = handler
33 | self.directoryURL = directoryURL
34 | directoryMonitor = DirectoryMonitor(directoryURL: directoryURL, handler: { [weak self] in
| `- error: cannot find 'DirectoryMonitor' in scope
35 | self?.directoryDidChange()
36 | })
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/Math.swift:56:10: error: no exact matches in call to global function 'pow'
54 | extension Float32 {
55 | public static func ^(left:Float32, right:Float32)->Float32 {
56 | return pow(left, right)
| |- error: no exact matches in call to global function 'pow'
| |- note: candidate has partially matching parameter list (CGFloat, CGFloat)
| `- note: candidate has partially matching parameter list (Decimal, Int)
57 | }
58 | }
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:196:8: note: candidate has partially matching parameter list (Double, Double)
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: candidate has partially matching parameter list (Double, Double)
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/Math.swift:56:10: error: no 'pow' candidates produce the expected contextual result type 'Float32' (aka 'Float')
54 | extension Float32 {
55 | public static func ^(left:Float32, right:Float32)->Float32 {
56 | return pow(left, right)
| `- error: no 'pow' candidates produce the expected contextual result type 'Float32' (aka 'Float')
57 | }
58 | }
Foundation.pow:1:13: note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float32' (aka 'Float')
1 | public func pow(_ lhs: CGFloat, _ rhs: CGFloat) -> CGFloat
| `- note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float32' (aka 'Float')
Foundation.pow:1:13: note: 'pow' produces 'Decimal', not the expected contextual result type 'Float32' (aka 'Float')
1 | public func pow(_ x: Decimal, _ y: Int) -> Decimal
| `- note: 'pow' produces 'Decimal', not the expected contextual result type 'Float32' (aka 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:196:8: note: 'pow' produces 'Double', not the expected contextual result type 'Float32' (aka 'Float')
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: 'pow' produces 'Double', not the expected contextual result type 'Float32' (aka 'Float')
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
[433/452] Compiling SwiftPatterns LogSearch.swift
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/LocalFileSource.swift:25:35: error: cannot find type 'DirectoryMonitor' in scope
23 | fileprivate let directoryURL:URL
24 | fileprivate let extensions:Set<String>
25 | fileprivate var directoryMonitor:DirectoryMonitor?
| `- error: cannot find type 'DirectoryMonitor' in scope
26 |
27 | public init?(directoryURL:URL, extensions:[String] = [], handler:@escaping (_ changes:ChangeSet)->()) {
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/LocalFileSource.swift:34:22: error: cannot find 'DirectoryMonitor' in scope
32 | self.changeHandler = handler
33 | self.directoryURL = directoryURL
34 | directoryMonitor = DirectoryMonitor(directoryURL: directoryURL, handler: { [weak self] in
| `- error: cannot find 'DirectoryMonitor' in scope
35 | self?.directoryDidChange()
36 | })
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/Math.swift:56:10: error: no exact matches in call to global function 'pow'
54 | extension Float32 {
55 | public static func ^(left:Float32, right:Float32)->Float32 {
56 | return pow(left, right)
| |- error: no exact matches in call to global function 'pow'
| |- note: candidate has partially matching parameter list (CGFloat, CGFloat)
| `- note: candidate has partially matching parameter list (Decimal, Int)
57 | }
58 | }
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:196:8: note: candidate has partially matching parameter list (Double, Double)
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: candidate has partially matching parameter list (Double, Double)
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/Math.swift:56:10: error: no 'pow' candidates produce the expected contextual result type 'Float32' (aka 'Float')
54 | extension Float32 {
55 | public static func ^(left:Float32, right:Float32)->Float32 {
56 | return pow(left, right)
| `- error: no 'pow' candidates produce the expected contextual result type 'Float32' (aka 'Float')
57 | }
58 | }
Foundation.pow:1:13: note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float32' (aka 'Float')
1 | public func pow(_ lhs: CGFloat, _ rhs: CGFloat) -> CGFloat
| `- note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float32' (aka 'Float')
Foundation.pow:1:13: note: 'pow' produces 'Decimal', not the expected contextual result type 'Float32' (aka 'Float')
1 | public func pow(_ x: Decimal, _ y: Int) -> Decimal
| `- note: 'pow' produces 'Decimal', not the expected contextual result type 'Float32' (aka 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:196:8: note: 'pow' produces 'Double', not the expected contextual result type 'Float32' (aka 'Float')
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: 'pow' produces 'Double', not the expected contextual result type 'Float32' (aka 'Float')
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
[434/452] Compiling SwiftPatterns Math.swift
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/LocalFileSource.swift:25:35: error: cannot find type 'DirectoryMonitor' in scope
23 | fileprivate let directoryURL:URL
24 | fileprivate let extensions:Set<String>
25 | fileprivate var directoryMonitor:DirectoryMonitor?
| `- error: cannot find type 'DirectoryMonitor' in scope
26 |
27 | public init?(directoryURL:URL, extensions:[String] = [], handler:@escaping (_ changes:ChangeSet)->()) {
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/LocalFileSource.swift:34:22: error: cannot find 'DirectoryMonitor' in scope
32 | self.changeHandler = handler
33 | self.directoryURL = directoryURL
34 | directoryMonitor = DirectoryMonitor(directoryURL: directoryURL, handler: { [weak self] in
| `- error: cannot find 'DirectoryMonitor' in scope
35 | self?.directoryDidChange()
36 | })
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/Math.swift:56:10: error: no exact matches in call to global function 'pow'
54 | extension Float32 {
55 | public static func ^(left:Float32, right:Float32)->Float32 {
56 | return pow(left, right)
| |- error: no exact matches in call to global function 'pow'
| |- note: candidate has partially matching parameter list (CGFloat, CGFloat)
| `- note: candidate has partially matching parameter list (Decimal, Int)
57 | }
58 | }
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:196:8: note: candidate has partially matching parameter list (Double, Double)
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: candidate has partially matching parameter list (Double, Double)
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/Math.swift:56:10: error: no 'pow' candidates produce the expected contextual result type 'Float32' (aka 'Float')
54 | extension Float32 {
55 | public static func ^(left:Float32, right:Float32)->Float32 {
56 | return pow(left, right)
| `- error: no 'pow' candidates produce the expected contextual result type 'Float32' (aka 'Float')
57 | }
58 | }
Foundation.pow:1:13: note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float32' (aka 'Float')
1 | public func pow(_ lhs: CGFloat, _ rhs: CGFloat) -> CGFloat
| `- note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float32' (aka 'Float')
Foundation.pow:1:13: note: 'pow' produces 'Decimal', not the expected contextual result type 'Float32' (aka 'Float')
1 | public func pow(_ x: Decimal, _ y: Int) -> Decimal
| `- note: 'pow' produces 'Decimal', not the expected contextual result type 'Float32' (aka 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:196:8: note: 'pow' produces 'Double', not the expected contextual result type 'Float32' (aka 'Float')
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: 'pow' produces 'Double', not the expected contextual result type 'Float32' (aka 'Float')
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
[435/452] Compiling SwiftPatterns MediatedAccess.swift
[436/452] Compiling SwiftPatterns PriorityQueue.swift
[437/452] Compiling SwiftPatterns QueuedVar.swift
[438/452] Compiling SwiftPatterns SerializedResourceWrapping.swift
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/SerializedResourceWrapping.swift:461:7: error: cannot convert value of type 'ObjCBool' to expected condition type 'Bool'
459 | var isDir: ObjCBool = false
460 | let _ = fileManager.fileExists(atPath: file.path, isDirectory: &isDir)
461 | if isDir {
| `- error: cannot convert value of type 'ObjCBool' to expected condition type 'Bool'
462 | let dirWrapper = DirectoryWrapping(url: file, fileManager: fileManager)
463 | subWrappers[file.lastPathComponent] = dirWrapper
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/SerializedResourceWrapping.swift:488:72: error: cannot convert value of type 'ObjCBool' to expected argument type 'Bool'
486 | fileprivate func recursiveWrite(to url:URL, fileManager:FileManager)throws {
487 | var isDir:ObjCBool = false
488 | if fileManager.fileExists(atPath: url.path, isDirectory: &isDir) || !isDir {
| `- error: cannot convert value of type 'ObjCBool' to expected argument type 'Bool'
489 | try fileManager.createDirectory(at: url, withIntermediateDirectories: true, attributes: nil)
490 | }
[439/452] Compiling SwiftPatterns SkippingDecodeErrors.swift
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/SerializedResourceWrapping.swift:461:7: error: cannot convert value of type 'ObjCBool' to expected condition type 'Bool'
459 | var isDir: ObjCBool = false
460 | let _ = fileManager.fileExists(atPath: file.path, isDirectory: &isDir)
461 | if isDir {
| `- error: cannot convert value of type 'ObjCBool' to expected condition type 'Bool'
462 | let dirWrapper = DirectoryWrapping(url: file, fileManager: fileManager)
463 | subWrappers[file.lastPathComponent] = dirWrapper
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/SerializedResourceWrapping.swift:488:72: error: cannot convert value of type 'ObjCBool' to expected argument type 'Bool'
486 | fileprivate func recursiveWrite(to url:URL, fileManager:FileManager)throws {
487 | var isDir:ObjCBool = false
488 | if fileManager.fileExists(atPath: url.path, isDirectory: &isDir) || !isDir {
| `- error: cannot convert value of type 'ObjCBool' to expected argument type 'Bool'
489 | try fileManager.createDirectory(at: url, withIntermediateDirectories: true, attributes: nil)
490 | }
[440/452] Compiling SwiftPatterns String+CharacterSet+replacements.swift
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/SerializedResourceWrapping.swift:461:7: error: cannot convert value of type 'ObjCBool' to expected condition type 'Bool'
459 | var isDir: ObjCBool = false
460 | let _ = fileManager.fileExists(atPath: file.path, isDirectory: &isDir)
461 | if isDir {
| `- error: cannot convert value of type 'ObjCBool' to expected condition type 'Bool'
462 | let dirWrapper = DirectoryWrapping(url: file, fileManager: fileManager)
463 | subWrappers[file.lastPathComponent] = dirWrapper
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/SerializedResourceWrapping.swift:488:72: error: cannot convert value of type 'ObjCBool' to expected argument type 'Bool'
486 | fileprivate func recursiveWrite(to url:URL, fileManager:FileManager)throws {
487 | var isDir:ObjCBool = false
488 | if fileManager.fileExists(atPath: url.path, isDirectory: &isDir) || !isDir {
| `- error: cannot convert value of type 'ObjCBool' to expected argument type 'Bool'
489 | try fileManager.createDirectory(at: url, withIntermediateDirectories: true, attributes: nil)
490 | }
[441/452] Compiling SwiftPatterns String+fixes.swift
[442/452] Compiling SwiftPatterns String+insertWithPrecautionaryWhitespace.swift
[443/452] Compiling SwiftPatterns URL+ExtendedAttributes.swift
[444/452] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[445/452] Emitting module CryptoBoringWrapper
[446/452] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[447/453] Compiling SwiftPatterns URL+relativePaths.swift
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:85:16: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
83 |
84 | public class DataToXMLItemFactory : NSObject, XMLParserDelegate {
85 | let xmlParser:XMLParser
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
86 | var nodeStack:[XMLItem]
87 | var completion:((_ node:XMLItem?, _ error:Error?)->())?
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:101:44: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
99 | }
100 |
101 | public func parserDidEndDocument(_ parser:XMLParser) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
102 | completion?(nodeStack.first, nil)
103 | completion = nil
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:106:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
104 | }
105 |
106 | public func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String]) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
107 | let newNode:XMLItem = XMLItem()
108 | newNode.name = elementName
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:114:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
112 | }
113 |
114 | public func parser(_ parser: XMLParser, didEndElement elementName: String, namespaceURI: String?, qualifiedName qName: String?) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
115 | nodeStack.removeLast()
116 | }
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:118:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
116 | }
117 |
118 | public func parser(_ parser: XMLParser, foundCharacters string: String) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
119 | let topNode:XMLItem = nodeStack.last!
120 | if let lastChild = topNode.children.last as? String {
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:128:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
126 | }
127 |
128 | public func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
129 | completion?(nil, parseError)
130 | completion = nil
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:84:47: error: cannot find type 'XMLParserDelegate' in scope
82 |
83 |
84 | public class DataToXMLItemFactory : NSObject, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
85 | let xmlParser:XMLParser
86 | var nodeStack:[XMLItem]
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:91:15: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
89 | nodeStack = [XMLItem()]
90 | nodeStack.first?.name = "Document"
91 | xmlParser = XMLParser(data: data)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
92 | super.init()
93 | xmlParser.delegate = self
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:93:13: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'delegate'
91 | xmlParser = XMLParser(data: data)
92 | super.init()
93 | xmlParser.delegate = self
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'delegate'
94 | }
95 |
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:98:13: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'parse'
96 | public func parseNode(_ completion:@escaping (_ node:XMLItem?, _ error:Error?)->()) {
97 | self.completion = completion
98 | xmlParser.parse()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'parse'
99 | }
100 |
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:142:13: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'parse'
140 |
141 | func parseNodes()->XMLItem? {
142 | xmlParser.parse()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'parse'
143 | return nodeStack.first
144 | }
[448/453] Compiling SwiftPatterns WeightedNode.swift
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:85:16: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
83 |
84 | public class DataToXMLItemFactory : NSObject, XMLParserDelegate {
85 | let xmlParser:XMLParser
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
86 | var nodeStack:[XMLItem]
87 | var completion:((_ node:XMLItem?, _ error:Error?)->())?
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:101:44: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
99 | }
100 |
101 | public func parserDidEndDocument(_ parser:XMLParser) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
102 | completion?(nodeStack.first, nil)
103 | completion = nil
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:106:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
104 | }
105 |
106 | public func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String]) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
107 | let newNode:XMLItem = XMLItem()
108 | newNode.name = elementName
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:114:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
112 | }
113 |
114 | public func parser(_ parser: XMLParser, didEndElement elementName: String, namespaceURI: String?, qualifiedName qName: String?) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
115 | nodeStack.removeLast()
116 | }
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:118:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
116 | }
117 |
118 | public func parser(_ parser: XMLParser, foundCharacters string: String) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
119 | let topNode:XMLItem = nodeStack.last!
120 | if let lastChild = topNode.children.last as? String {
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:128:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
126 | }
127 |
128 | public func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
129 | completion?(nil, parseError)
130 | completion = nil
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:84:47: error: cannot find type 'XMLParserDelegate' in scope
82 |
83 |
84 | public class DataToXMLItemFactory : NSObject, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
85 | let xmlParser:XMLParser
86 | var nodeStack:[XMLItem]
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:91:15: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
89 | nodeStack = [XMLItem()]
90 | nodeStack.first?.name = "Document"
91 | xmlParser = XMLParser(data: data)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
92 | super.init()
93 | xmlParser.delegate = self
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:93:13: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'delegate'
91 | xmlParser = XMLParser(data: data)
92 | super.init()
93 | xmlParser.delegate = self
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'delegate'
94 | }
95 |
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:98:13: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'parse'
96 | public func parseNode(_ completion:@escaping (_ node:XMLItem?, _ error:Error?)->()) {
97 | self.completion = completion
98 | xmlParser.parse()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'parse'
99 | }
100 |
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:142:13: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'parse'
140 |
141 | func parseNodes()->XMLItem? {
142 | xmlParser.parse()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'parse'
143 | return nodeStack.first
144 | }
[449/453] Compiling SwiftPatterns XMLItem.swift
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:85:16: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
83 |
84 | public class DataToXMLItemFactory : NSObject, XMLParserDelegate {
85 | let xmlParser:XMLParser
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
86 | var nodeStack:[XMLItem]
87 | var completion:((_ node:XMLItem?, _ error:Error?)->())?
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:101:44: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
99 | }
100 |
101 | public func parserDidEndDocument(_ parser:XMLParser) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
102 | completion?(nodeStack.first, nil)
103 | completion = nil
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:106:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
104 | }
105 |
106 | public func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String]) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
107 | let newNode:XMLItem = XMLItem()
108 | newNode.name = elementName
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:114:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
112 | }
113 |
114 | public func parser(_ parser: XMLParser, didEndElement elementName: String, namespaceURI: String?, qualifiedName qName: String?) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
115 | nodeStack.removeLast()
116 | }
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:118:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
116 | }
117 |
118 | public func parser(_ parser: XMLParser, foundCharacters string: String) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
119 | let topNode:XMLItem = nodeStack.last!
120 | if let lastChild = topNode.children.last as? String {
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:128:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
126 | }
127 |
128 | public func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
129 | completion?(nil, parseError)
130 | completion = nil
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:84:47: error: cannot find type 'XMLParserDelegate' in scope
82 |
83 |
84 | public class DataToXMLItemFactory : NSObject, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
85 | let xmlParser:XMLParser
86 | var nodeStack:[XMLItem]
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:91:15: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
89 | nodeStack = [XMLItem()]
90 | nodeStack.first?.name = "Document"
91 | xmlParser = XMLParser(data: data)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
92 | super.init()
93 | xmlParser.delegate = self
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:93:13: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'delegate'
91 | xmlParser = XMLParser(data: data)
92 | super.init()
93 | xmlParser.delegate = self
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'delegate'
94 | }
95 |
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:98:13: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'parse'
96 | public func parseNode(_ completion:@escaping (_ node:XMLItem?, _ error:Error?)->()) {
97 | self.completion = completion
98 | xmlParser.parse()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'parse'
99 | }
100 |
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:142:13: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'parse'
140 |
141 | func parseNodes()->XMLItem? {
142 | xmlParser.parse()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'parse'
143 | return nodeStack.first
144 | }
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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: 'swiftpatterns': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/PrivacyInfo.xcprivacy
[0/1] Planning build
Building for debugging...
[0/4] Write swift-version-24593BA9C3E375BF.txt
[2/30] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[3/30] Emitting module CryptoBoringWrapper
[4/30] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/31] Compiling SwiftPatterns String+fixes.swift
[7/31] Compiling SwiftPatterns String+insertWithPrecautionaryWhitespace.swift
[8/31] Compiling SwiftPatterns URL+ExtendedAttributes.swift
[9/31] Emitting module SwiftPatterns
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/LocalFileSource.swift:25:35: error: cannot find type 'DirectoryMonitor' in scope
23 | fileprivate let directoryURL:URL
24 | fileprivate let extensions:Set<String>
25 | fileprivate var directoryMonitor:DirectoryMonitor?
| `- error: cannot find type 'DirectoryMonitor' in scope
26 |
27 | public init?(directoryURL:URL, extensions:[String] = [], handler:@escaping (_ changes:ChangeSet)->()) {
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:85:16: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
83 |
84 | public class DataToXMLItemFactory : NSObject, XMLParserDelegate {
85 | let xmlParser:XMLParser
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
86 | var nodeStack:[XMLItem]
87 | var completion:((_ node:XMLItem?, _ error:Error?)->())?
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:101:44: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
99 | }
100 |
101 | public func parserDidEndDocument(_ parser:XMLParser) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
102 | completion?(nodeStack.first, nil)
103 | completion = nil
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:106:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
104 | }
105 |
106 | public func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String]) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
107 | let newNode:XMLItem = XMLItem()
108 | newNode.name = elementName
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:114:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
112 | }
113 |
114 | public func parser(_ parser: XMLParser, didEndElement elementName: String, namespaceURI: String?, qualifiedName qName: String?) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
115 | nodeStack.removeLast()
116 | }
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:118:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
116 | }
117 |
118 | public func parser(_ parser: XMLParser, foundCharacters string: String) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
119 | let topNode:XMLItem = nodeStack.last!
120 | if let lastChild = topNode.children.last as? String {
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:128:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
126 | }
127 |
128 | public func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
129 | completion?(nil, parseError)
130 | completion = nil
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:84:47: error: cannot find type 'XMLParserDelegate' in scope
82 |
83 |
84 | public class DataToXMLItemFactory : NSObject, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
85 | let xmlParser:XMLParser
86 | var nodeStack:[XMLItem]
[10/34] Compiling SwiftPatterns SerializedResourceWrapping.swift
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/SerializedResourceWrapping.swift:461:7: error: cannot convert value of type 'ObjCBool' to expected condition type 'Bool'
459 | var isDir: ObjCBool = false
460 | let _ = fileManager.fileExists(atPath: file.path, isDirectory: &isDir)
461 | if isDir {
| `- error: cannot convert value of type 'ObjCBool' to expected condition type 'Bool'
462 | let dirWrapper = DirectoryWrapping(url: file, fileManager: fileManager)
463 | subWrappers[file.lastPathComponent] = dirWrapper
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/SerializedResourceWrapping.swift:488:72: error: cannot convert value of type 'ObjCBool' to expected argument type 'Bool'
486 | fileprivate func recursiveWrite(to url:URL, fileManager:FileManager)throws {
487 | var isDir:ObjCBool = false
488 | if fileManager.fileExists(atPath: url.path, isDirectory: &isDir) || !isDir {
| `- error: cannot convert value of type 'ObjCBool' to expected argument type 'Bool'
489 | try fileManager.createDirectory(at: url, withIntermediateDirectories: true, attributes: nil)
490 | }
[11/34] Compiling SwiftPatterns SkippingDecodeErrors.swift
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/SerializedResourceWrapping.swift:461:7: error: cannot convert value of type 'ObjCBool' to expected condition type 'Bool'
459 | var isDir: ObjCBool = false
460 | let _ = fileManager.fileExists(atPath: file.path, isDirectory: &isDir)
461 | if isDir {
| `- error: cannot convert value of type 'ObjCBool' to expected condition type 'Bool'
462 | let dirWrapper = DirectoryWrapping(url: file, fileManager: fileManager)
463 | subWrappers[file.lastPathComponent] = dirWrapper
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/SerializedResourceWrapping.swift:488:72: error: cannot convert value of type 'ObjCBool' to expected argument type 'Bool'
486 | fileprivate func recursiveWrite(to url:URL, fileManager:FileManager)throws {
487 | var isDir:ObjCBool = false
488 | if fileManager.fileExists(atPath: url.path, isDirectory: &isDir) || !isDir {
| `- error: cannot convert value of type 'ObjCBool' to expected argument type 'Bool'
489 | try fileManager.createDirectory(at: url, withIntermediateDirectories: true, attributes: nil)
490 | }
[12/34] Compiling SwiftPatterns String+CharacterSet+replacements.swift
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/SerializedResourceWrapping.swift:461:7: error: cannot convert value of type 'ObjCBool' to expected condition type 'Bool'
459 | var isDir: ObjCBool = false
460 | let _ = fileManager.fileExists(atPath: file.path, isDirectory: &isDir)
461 | if isDir {
| `- error: cannot convert value of type 'ObjCBool' to expected condition type 'Bool'
462 | let dirWrapper = DirectoryWrapping(url: file, fileManager: fileManager)
463 | subWrappers[file.lastPathComponent] = dirWrapper
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/SerializedResourceWrapping.swift:488:72: error: cannot convert value of type 'ObjCBool' to expected argument type 'Bool'
486 | fileprivate func recursiveWrite(to url:URL, fileManager:FileManager)throws {
487 | var isDir:ObjCBool = false
488 | if fileManager.fileExists(atPath: url.path, isDirectory: &isDir) || !isDir {
| `- error: cannot convert value of type 'ObjCBool' to expected argument type 'Bool'
489 | try fileManager.createDirectory(at: url, withIntermediateDirectories: true, attributes: nil)
490 | }
[13/34] Compiling SwiftPatterns LocalFileSource.swift
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/LocalFileSource.swift:25:35: error: cannot find type 'DirectoryMonitor' in scope
23 | fileprivate let directoryURL:URL
24 | fileprivate let extensions:Set<String>
25 | fileprivate var directoryMonitor:DirectoryMonitor?
| `- error: cannot find type 'DirectoryMonitor' in scope
26 |
27 | public init?(directoryURL:URL, extensions:[String] = [], handler:@escaping (_ changes:ChangeSet)->()) {
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/LocalFileSource.swift:34:22: error: cannot find 'DirectoryMonitor' in scope
32 | self.changeHandler = handler
33 | self.directoryURL = directoryURL
34 | directoryMonitor = DirectoryMonitor(directoryURL: directoryURL, handler: { [weak self] in
| `- error: cannot find 'DirectoryMonitor' in scope
35 | self?.directoryDidChange()
36 | })
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/Math.swift:56:10: error: no exact matches in call to global function 'pow'
54 | extension Float32 {
55 | public static func ^(left:Float32, right:Float32)->Float32 {
56 | return pow(left, right)
| |- error: no exact matches in call to global function 'pow'
| |- note: candidate has partially matching parameter list (CGFloat, CGFloat)
| `- note: candidate has partially matching parameter list (Decimal, Int)
57 | }
58 | }
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:196:8: note: candidate has partially matching parameter list (Double, Double)
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: candidate has partially matching parameter list (Double, Double)
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/Math.swift:56:10: error: no 'pow' candidates produce the expected contextual result type 'Float32' (aka 'Float')
54 | extension Float32 {
55 | public static func ^(left:Float32, right:Float32)->Float32 {
56 | return pow(left, right)
| `- error: no 'pow' candidates produce the expected contextual result type 'Float32' (aka 'Float')
57 | }
58 | }
Foundation.pow:1:13: note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float32' (aka 'Float')
1 | public func pow(_ lhs: CGFloat, _ rhs: CGFloat) -> CGFloat
| `- note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float32' (aka 'Float')
Foundation.pow:1:13: note: 'pow' produces 'Decimal', not the expected contextual result type 'Float32' (aka 'Float')
1 | public func pow(_ x: Decimal, _ y: Int) -> Decimal
| `- note: 'pow' produces 'Decimal', not the expected contextual result type 'Float32' (aka 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:196:8: note: 'pow' produces 'Double', not the expected contextual result type 'Float32' (aka 'Float')
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: 'pow' produces 'Double', not the expected contextual result type 'Float32' (aka 'Float')
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
[14/34] Compiling SwiftPatterns LogSearch.swift
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/LocalFileSource.swift:25:35: error: cannot find type 'DirectoryMonitor' in scope
23 | fileprivate let directoryURL:URL
24 | fileprivate let extensions:Set<String>
25 | fileprivate var directoryMonitor:DirectoryMonitor?
| `- error: cannot find type 'DirectoryMonitor' in scope
26 |
27 | public init?(directoryURL:URL, extensions:[String] = [], handler:@escaping (_ changes:ChangeSet)->()) {
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/LocalFileSource.swift:34:22: error: cannot find 'DirectoryMonitor' in scope
32 | self.changeHandler = handler
33 | self.directoryURL = directoryURL
34 | directoryMonitor = DirectoryMonitor(directoryURL: directoryURL, handler: { [weak self] in
| `- error: cannot find 'DirectoryMonitor' in scope
35 | self?.directoryDidChange()
36 | })
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/Math.swift:56:10: error: no exact matches in call to global function 'pow'
54 | extension Float32 {
55 | public static func ^(left:Float32, right:Float32)->Float32 {
56 | return pow(left, right)
| |- error: no exact matches in call to global function 'pow'
| |- note: candidate has partially matching parameter list (CGFloat, CGFloat)
| `- note: candidate has partially matching parameter list (Decimal, Int)
57 | }
58 | }
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:196:8: note: candidate has partially matching parameter list (Double, Double)
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: candidate has partially matching parameter list (Double, Double)
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/Math.swift:56:10: error: no 'pow' candidates produce the expected contextual result type 'Float32' (aka 'Float')
54 | extension Float32 {
55 | public static func ^(left:Float32, right:Float32)->Float32 {
56 | return pow(left, right)
| `- error: no 'pow' candidates produce the expected contextual result type 'Float32' (aka 'Float')
57 | }
58 | }
Foundation.pow:1:13: note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float32' (aka 'Float')
1 | public func pow(_ lhs: CGFloat, _ rhs: CGFloat) -> CGFloat
| `- note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float32' (aka 'Float')
Foundation.pow:1:13: note: 'pow' produces 'Decimal', not the expected contextual result type 'Float32' (aka 'Float')
1 | public func pow(_ x: Decimal, _ y: Int) -> Decimal
| `- note: 'pow' produces 'Decimal', not the expected contextual result type 'Float32' (aka 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:196:8: note: 'pow' produces 'Double', not the expected contextual result type 'Float32' (aka 'Float')
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: 'pow' produces 'Double', not the expected contextual result type 'Float32' (aka 'Float')
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
[15/34] Compiling SwiftPatterns Math.swift
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/LocalFileSource.swift:25:35: error: cannot find type 'DirectoryMonitor' in scope
23 | fileprivate let directoryURL:URL
24 | fileprivate let extensions:Set<String>
25 | fileprivate var directoryMonitor:DirectoryMonitor?
| `- error: cannot find type 'DirectoryMonitor' in scope
26 |
27 | public init?(directoryURL:URL, extensions:[String] = [], handler:@escaping (_ changes:ChangeSet)->()) {
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/LocalFileSource.swift:34:22: error: cannot find 'DirectoryMonitor' in scope
32 | self.changeHandler = handler
33 | self.directoryURL = directoryURL
34 | directoryMonitor = DirectoryMonitor(directoryURL: directoryURL, handler: { [weak self] in
| `- error: cannot find 'DirectoryMonitor' in scope
35 | self?.directoryDidChange()
36 | })
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/Math.swift:56:10: error: no exact matches in call to global function 'pow'
54 | extension Float32 {
55 | public static func ^(left:Float32, right:Float32)->Float32 {
56 | return pow(left, right)
| |- error: no exact matches in call to global function 'pow'
| |- note: candidate has partially matching parameter list (CGFloat, CGFloat)
| `- note: candidate has partially matching parameter list (Decimal, Int)
57 | }
58 | }
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:196:8: note: candidate has partially matching parameter list (Double, Double)
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: candidate has partially matching parameter list (Double, Double)
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/Math.swift:56:10: error: no 'pow' candidates produce the expected contextual result type 'Float32' (aka 'Float')
54 | extension Float32 {
55 | public static func ^(left:Float32, right:Float32)->Float32 {
56 | return pow(left, right)
| `- error: no 'pow' candidates produce the expected contextual result type 'Float32' (aka 'Float')
57 | }
58 | }
Foundation.pow:1:13: note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float32' (aka 'Float')
1 | public func pow(_ lhs: CGFloat, _ rhs: CGFloat) -> CGFloat
| `- note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float32' (aka 'Float')
Foundation.pow:1:13: note: 'pow' produces 'Decimal', not the expected contextual result type 'Float32' (aka 'Float')
1 | public func pow(_ x: Decimal, _ y: Int) -> Decimal
| `- note: 'pow' produces 'Decimal', not the expected contextual result type 'Float32' (aka 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:196:8: note: 'pow' produces 'Double', not the expected contextual result type 'Float32' (aka 'Float')
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: 'pow' produces 'Double', not the expected contextual result type 'Float32' (aka 'Float')
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
[16/34] Compiling SwiftPatterns MediatedAccess.swift
[17/34] Compiling SwiftPatterns PriorityQueue.swift
[18/34] Compiling SwiftPatterns QueuedVar.swift
[19/34] Compiling SwiftPatterns Cursor.swift
[20/34] Compiling SwiftPatterns DataExtraction.swift
[21/34] Compiling SwiftPatterns DirectoryMonitor.swift
[22/49] Compiling Crypto ChaChaPoly.swift
[23/49] Compiling Crypto Cipher.swift
[24/49] Compiling Crypto Nonces.swift
[25/49] Compiling Crypto ASN1.swift
[26/65] Compiling Crypto ASN1OctetString.swift
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:85:16: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
83 |
84 | public class DataToXMLItemFactory : NSObject, XMLParserDelegate {
85 | let xmlParser:XMLParser
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
86 | var nodeStack:[XMLItem]
87 | var completion:((_ node:XMLItem?, _ error:Error?)->())?
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:101:44: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
99 | }
100 |
101 | public func parserDidEndDocument(_ parser:XMLParser) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
102 | completion?(nodeStack.first, nil)
103 | completion = nil
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:106:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
104 | }
105 |
106 | public func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String]) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
107 | let newNode:XMLItem = XMLItem()
108 | newNode.name = elementName
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:114:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
112 | }
113 |
114 | public func parser(_ parser: XMLParser, didEndElement elementName: String, namespaceURI: String?, qualifiedName qName: String?) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
115 | nodeStack.removeLast()
116 | }
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:118:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
116 | }
117 |
118 | public func parser(_ parser: XMLParser, foundCharacters string: String) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
119 | let topNode:XMLItem = nodeStack.last!
120 | if let lastChild = topNode.children.last as? String {
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:128:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
126 | }
127 |
128 | public func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
129 | completion?(nil, parseError)
130 | completion = nil
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:84:47: error: cannot find type 'XMLParserDelegate' in scope
82 |
83 |
84 | public class DataToXMLItemFactory : NSObject, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
85 | let xmlParser:XMLParser
86 | var nodeStack:[XMLItem]
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:91:15: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
89 | nodeStack = [XMLItem()]
90 | nodeStack.first?.name = "Document"
91 | xmlParser = XMLParser(data: data)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
92 | super.init()
93 | xmlParser.delegate = self
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:93:13: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'delegate'
91 | xmlParser = XMLParser(data: data)
92 | super.init()
93 | xmlParser.delegate = self
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'delegate'
94 | }
95 |
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:98:13: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'parse'
96 | public func parseNode(_ completion:@escaping (_ node:XMLItem?, _ error:Error?)->()) {
97 | self.completion = completion
98 | xmlParser.parse()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'parse'
99 | }
100 |
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:142:13: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'parse'
140 |
141 | func parseNodes()->XMLItem? {
142 | xmlParser.parse()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'parse'
143 | return nodeStack.first
144 | }
[27/65] Compiling Crypto ASN1Strings.swift
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:85:16: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
83 |
84 | public class DataToXMLItemFactory : NSObject, XMLParserDelegate {
85 | let xmlParser:XMLParser
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
86 | var nodeStack:[XMLItem]
87 | var completion:((_ node:XMLItem?, _ error:Error?)->())?
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:101:44: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
99 | }
100 |
101 | public func parserDidEndDocument(_ parser:XMLParser) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
102 | completion?(nodeStack.first, nil)
103 | completion = nil
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:106:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
104 | }
105 |
106 | public func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String]) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
107 | let newNode:XMLItem = XMLItem()
108 | newNode.name = elementName
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:114:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
112 | }
113 |
114 | public func parser(_ parser: XMLParser, didEndElement elementName: String, namespaceURI: String?, qualifiedName qName: String?) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
115 | nodeStack.removeLast()
116 | }
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:118:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
116 | }
117 |
118 | public func parser(_ parser: XMLParser, foundCharacters string: String) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
119 | let topNode:XMLItem = nodeStack.last!
120 | if let lastChild = topNode.children.last as? String {
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:128:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
126 | }
127 |
128 | public func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
129 | completion?(nil, parseError)
130 | completion = nil
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:84:47: error: cannot find type 'XMLParserDelegate' in scope
82 |
83 |
84 | public class DataToXMLItemFactory : NSObject, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
85 | let xmlParser:XMLParser
86 | var nodeStack:[XMLItem]
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:91:15: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
89 | nodeStack = [XMLItem()]
90 | nodeStack.first?.name = "Document"
91 | xmlParser = XMLParser(data: data)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
92 | super.init()
93 | xmlParser.delegate = self
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:93:13: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'delegate'
91 | xmlParser = XMLParser(data: data)
92 | super.init()
93 | xmlParser.delegate = self
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'delegate'
94 | }
95 |
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:98:13: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'parse'
96 | public func parseNode(_ completion:@escaping (_ node:XMLItem?, _ error:Error?)->()) {
97 | self.completion = completion
98 | xmlParser.parse()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'parse'
99 | }
100 |
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:142:13: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'parse'
140 |
141 | func parseNodes()->XMLItem? {
142 | xmlParser.parse()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'parse'
143 | return nodeStack.first
144 | }
[28/65] Compiling Crypto ArraySliceBigint.swift
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:85:16: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
83 |
84 | public class DataToXMLItemFactory : NSObject, XMLParserDelegate {
85 | let xmlParser:XMLParser
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
86 | var nodeStack:[XMLItem]
87 | var completion:((_ node:XMLItem?, _ error:Error?)->())?
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:101:44: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
99 | }
100 |
101 | public func parserDidEndDocument(_ parser:XMLParser) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
102 | completion?(nodeStack.first, nil)
103 | completion = nil
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:106:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
104 | }
105 |
106 | public func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String]) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
107 | let newNode:XMLItem = XMLItem()
108 | newNode.name = elementName
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:114:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
112 | }
113 |
114 | public func parser(_ parser: XMLParser, didEndElement elementName: String, namespaceURI: String?, qualifiedName qName: String?) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
115 | nodeStack.removeLast()
116 | }
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:118:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
116 | }
117 |
118 | public func parser(_ parser: XMLParser, foundCharacters string: String) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
119 | let topNode:XMLItem = nodeStack.last!
120 | if let lastChild = topNode.children.last as? String {
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:128:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
126 | }
127 |
128 | public func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
129 | completion?(nil, parseError)
130 | completion = nil
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:84:47: error: cannot find type 'XMLParserDelegate' in scope
82 |
83 |
84 | public class DataToXMLItemFactory : NSObject, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
85 | let xmlParser:XMLParser
86 | var nodeStack:[XMLItem]
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:91:15: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
89 | nodeStack = [XMLItem()]
90 | nodeStack.first?.name = "Document"
91 | xmlParser = XMLParser(data: data)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
92 | super.init()
93 | xmlParser.delegate = self
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:93:13: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'delegate'
91 | xmlParser = XMLParser(data: data)
92 | super.init()
93 | xmlParser.delegate = self
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'delegate'
94 | }
95 |
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:98:13: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'parse'
96 | public func parseNode(_ completion:@escaping (_ node:XMLItem?, _ error:Error?)->()) {
97 | self.completion = completion
98 | xmlParser.parse()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'parse'
99 | }
100 |
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:142:13: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'parse'
140 |
141 | func parseNodes()->XMLItem? {
142 | xmlParser.parse()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'parse'
143 | return nodeStack.first
144 | }
[29/94] Compiling Crypto ASN1Any.swift
[30/94] Compiling Crypto ASN1BitString.swift
[31/94] Compiling Crypto ECDSASignature.swift
BUILD FAILURE 6.1 android