The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftAWSS3 with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4609320-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/benspratling4/swiftawss3.git
Reference: master
Cloned https://github.com/benspratling4/swiftawss3.git into spi-builder-workspace
SUCCESS checkout https://github.com/benspratling4/swiftawss3.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4609320-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/benspratling4/SwiftPatterns.git
Fetching https://github.com/benspratling4/SwiftAWSSignatureV4.git
Fetching https://github.com/apple/swift-crypto.git
[1/281] Fetching swiftpatterns
[91/518] Fetching swiftpatterns, swiftawssignaturev4
[519/6526] Fetching swiftpatterns, swiftawssignaturev4, swift-crypto
Fetched https://github.com/benspratling4/SwiftPatterns.git (0.24s)
Fetched https://github.com/benspratling4/SwiftAWSSignatureV4.git (0.24s)
Computing version for https://github.com/benspratling4/SwiftPatterns.git
[2824/6008] Fetching swift-crypto
Computed https://github.com/benspratling4/SwiftPatterns.git at 4.3.0 (0.33s)
Computing version for https://github.com/benspratling4/SwiftAWSSignatureV4.git
Fetched https://github.com/apple/swift-crypto.git (0.95s)
Computed https://github.com/benspratling4/SwiftAWSSignatureV4.git at 3.0.1 (0.40s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 2.5.0 (0.39s)
Creating working copy for https://github.com/benspratling4/SwiftAWSSignatureV4.git
Working copy of https://github.com/benspratling4/SwiftAWSSignatureV4.git resolved at 3.0.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 2.5.0
Creating working copy for https://github.com/benspratling4/SwiftPatterns.git
Working copy of https://github.com/benspratling4/SwiftPatterns.git resolved at 4.3.0
Building for debugging...
[0/410] Compiling a_i2d_fp.c
[0/410] Compiling ghash-x86-linux.linux.x86.S
[2/410] Compiling bio_mem.c
[3/410] Compiling a_gentm.c
[4/410] Compiling hash_to_curve.c
[5/410] Compiling asn1_par.c
[6/410] Compiling a_int.c
[7/432] Compiling v3_prn.c
[8/432] Compiling v3_pmaps.c
[9/432] Compiling v3_pcons.c
[10/432] Compiling v3_skey.c
[11/432] Compiling v3_utl.c
[12/432] Compiling CCryptoBoringSSLShims shims.c
[13/432] Compiling v3_ocsp.c
[14/432] Compiling v3_purp.c
[15/432] Compiling v3_lib.c
[16/432] Compiling v3_ncons.c
[17/432] Compiling v3_info.c
[18/432] Compiling v3_int.c
[19/432] Compiling v3_extku.c
[20/432] Compiling v3_ia5.c
[21/432] Compiling v3_genn.c
[22/432] Compiling v3_enum.c
[23/432] Compiling v3_cpols.c
[24/432] Compiling v3_crld.c
[25/432] Compiling v3_bcons.c
[26/432] Compiling v3_bitst.c
[27/432] Compiling v3_conf.c
[28/432] Compiling v3_akeya.c
[29/432] Compiling v3_alt.c
[30/432] Compiling x_x509a.c
[31/432] Compiling x_val.c
[32/432] Compiling v3_akey.c
[33/432] Compiling x_sig.c
[34/432] Compiling x_req.c
[35/432] Compiling x_spki.c
[36/432] Compiling x_pubkey.c
[37/432] Compiling x_x509.c
[38/432] Compiling x_pkey.c
[39/432] Compiling x_exten.c
[40/432] Compiling x_name.c
[41/432] Compiling x_crl.c
[42/432] Compiling x_info.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[44/432] Emitting module SwiftPatterns
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/LocalFileSource.swift:25:35: error: cannot find type 'DirectoryMonitor' in scope
        fileprivate var directoryMonitor:DirectoryMonitor?
                                         ^~~~~~~~~~~~~~~~
/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.
        let xmlParser:XMLParser
                      ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
        public func parserDidEndDocument(_ parser:XMLParser) {
                                                  ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
        public func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String]) {
                                     ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
        public func parser(_ parser: XMLParser, didEndElement elementName: String, namespaceURI: String?, qualifiedName qName: String?) {
                                     ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
        public func parser(_ parser: XMLParser, foundCharacters string: String) {
                                     ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
        public func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
                                     ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:84:47: error: cannot find type 'XMLParserDelegate' in scope
public class DataToXMLItemFactory : NSObject, XMLParserDelegate {
                                              ^~~~~~~~~~~~~~~~~
[44/435] Compiling x_algor.c
[45/435] Compiling x509rset.c
[46/435] Compiling x509spki.c
[47/435] Compiling x_attrib.c
[48/435] Compiling x509name.c
[49/435] Compiling x_all.c
[50/435] Compiling x509_txt.c
[51/435] Compiling x509cset.c
[52/435] Compiling x509_vpm.c
[53/435] Compiling x509_v3.c
[54/435] Compiling x509_set.c
[55/435] Compiling x509_vfy.c
[56/435] Compiling x509_trs.c
[57/435] Compiling x509_req.c
[58/435] Compiling x509_ext.c
[59/435] Compiling x509_obj.c
[60/435] Compiling x509_d2.c
[61/435] Compiling x509_cmp.c
[62/435] Compiling x509_def.c
[63/435] Compiling x509_lu.c
[64/435] Compiling t_x509a.c
[65/435] Compiling x509_att.c
[66/435] Compiling x509.c
[67/435] Compiling i2d_pr.c
[68/435] Compiling t_x509.c
[69/435] Compiling t_req.c
[70/435] Compiling rsa_pss.c
[71/435] Compiling name_print.c
[72/435] Compiling policy.c
[73/435] Compiling t_crl.c
[74/435] Compiling a_verify.c
[75/435] Compiling by_file.c
[76/435] Compiling by_dir.c
[77/435] Compiling algorithm.c
[78/435] Compiling a_sign.c
[79/435] Compiling a_digest.c
[80/435] Compiling trust_token.c
[81/435] Compiling voprf.c
[82/435] Compiling asn1_gen.c
[83/435] Compiling thread_win.c
[84/435] Compiling thread_pthread.c
[85/435] Compiling thread.c
[86/435] Compiling thread_none.c
[87/435] Compiling pmbtoken.c
[88/435] Compiling siphash.c
[88/435] Compiling stack.c
[90/435] Compiling refcount_lock.c
[91/435] Compiling rsa_print.c
[92/435] Compiling refcount_c11.c
[92/435] Compiling rc4.c
[94/435] Compiling rsa_crypt.c
[95/435] Compiling rand_extra.c
[96/435] Compiling rsa_asn1.c
[97/435] Compiling windows.c
[98/435] Compiling fuchsia.c
[99/435] Compiling deterministic.c
[100/435] Compiling forkunsafe.c
[101/435] Compiling passive.c
[102/435] Compiling poly1305_arm_asm.S
[103/435] Compiling pool.c
[104/435] Compiling poly1305_arm.c
[105/435] Compiling poly1305.c
[106/435] Compiling pkcs7.c
[107/435] Compiling pem_xaux.c
[108/435] Compiling pkcs8_x509.c
[109/435] Compiling p5_pbev2.c
[110/435] Compiling pkcs7_x509.c
[111/435] Compiling pkcs8.c
[112/435] Compiling pem_pkey.c
[113/435] Compiling pem_x509.c
[114/435] Compiling obj_xref.c
[115/435] Compiling pem_pk8.c
[116/435] Compiling pem_lib.c
[117/435] Compiling pem_oth.c
[118/435] Compiling pem_info.c
[119/435] Compiling lhash.c
[120/435] Compiling poly1305_vec.c
[121/435] Compiling pem_all.c
[122/435] Compiling mem.c
[123/435] Compiling kyber.c
[124/435] Compiling keccak.c
[125/435] Compiling obj.c
[126/435] Compiling hkdf.c
[127/435] Compiling hpke.c
[128/435] Compiling x86_64-mont5-mac.mac.x86_64.S
[129/435] Compiling x86_64-mont-mac.mac.x86_64.S
[130/435] Compiling x86_64-mont5-linux.linux.x86_64.S
[131/435] Compiling x86-mont-windows.windows.x86.S
[132/435] Compiling x86_64-mont-linux.linux.x86_64.S
[133/435] Compiling x86-mont-linux.linux.x86.S
[134/435] Compiling vpaes-x86_64-mac.mac.x86_64.S
[135/435] Compiling hrss.c
[136/435] Compiling poly_rq_mul.S
[137/435] Compiling vpaes-x86-linux.linux.x86.S
[138/435] Compiling vpaes-x86-windows.windows.x86.S
[139/435] Compiling vpaes-x86_64-linux.linux.x86_64.S
[140/435] Compiling vpaes-armv8-linux.linux.aarch64.S
[141/435] Compiling vpaes-armv8-ios.ios.aarch64.S
[142/435] Compiling vpaes-armv7-linux.linux.arm.S
[143/435] Compiling vpaes-armv7-ios.ios.arm.S
[144/435] Compiling sha512-x86_64-mac.mac.x86_64.S
[145/435] Compiling sha512-armv8-linux.linux.aarch64.S
[146/435] Compiling sha512-armv8-ios.ios.aarch64.S
[147/435] Compiling kdf.c
[148/435] Compiling sha512-armv4-linux.linux.arm.S
[149/435] Compiling sha512-x86_64-linux.linux.x86_64.S
[150/435] Compiling sha512-armv4-ios.ios.arm.S
[151/435] Compiling sha512-586-windows.windows.x86.S
[152/435] Compiling sha512-586-linux.linux.x86.S
[153/435] Compiling sha256-x86_64-mac.mac.x86_64.S
[154/435] Compiling sha256-armv8-linux.linux.aarch64.S
[155/435] Compiling sha256-armv4-linux.linux.arm.S
[156/435] Compiling sha256-armv4-ios.ios.arm.S
[157/435] Compiling sha256-armv8-ios.ios.aarch64.S
[158/435] Compiling sha256-x86_64-linux.linux.x86_64.S
[159/435] Compiling sha256-586-linux.linux.x86.S
[160/435] Compiling sha1-x86_64-mac.mac.x86_64.S
[161/435] Compiling sha256-586-windows.windows.x86.S
[162/435] Compiling sha1-armv8-linux.linux.aarch64.S
[163/435] Compiling sha1-armv4-large-linux.linux.arm.S
[164/435] Compiling sha1-armv8-ios.ios.aarch64.S
[165/435] Compiling sha1-586-windows.windows.x86.S
[166/435] Compiling sha1-586-linux.linux.x86.S
[167/435] Compiling sha1-armv4-large-ios.ios.arm.S
[168/435] Compiling sha1-x86_64-linux.linux.x86_64.S
[169/435] Compiling sha256.c
[170/435] Compiling sha1.c
[171/435] Compiling sha512.c
[172/435] Compiling service_indicator.c
[173/435] Compiling self_check.c
[174/435] Compiling fips.c
[175/435] Compiling blinding.c
[176/435] Compiling rsaz-avx2-mac.mac.x86_64.S
[177/435] Compiling rsaz-avx2-linux.linux.x86_64.S
[178/435] Compiling rsa_impl.c
[179/435] Compiling rsa.c
[180/435] Compiling rdrand-x86_64-mac.mac.x86_64.S
[181/435] Compiling rdrand-x86_64-linux.linux.x86_64.S
[182/435] Compiling padding.c
[183/435] Compiling fork_detect.c
[184/435] Compiling rand.c
[185/435] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[186/435] Compiling ctrdrbg.c
[187/435] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[188/435] Compiling urandom.c
[189/435] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[190/435] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[191/435] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[192/435] Compiling p256-armv8-asm-linux.linux.aarch64.S
[193/435] Compiling polyval.c
[194/435] Compiling p256-armv8-asm-ios.ios.aarch64.S
[195/435] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[196/435] Compiling ofb.c
[197/435] Compiling gcm_nohw.c
[198/435] Compiling cfb.c
[199/435] Compiling ctr.c
[200/435] Compiling md5-x86_64-mac.mac.x86_64.S
[201/435] Compiling md5.c
[202/435] Compiling cbc.c
[203/435] Compiling md5-x86_64-linux.linux.x86_64.S
[204/435] Compiling gcm.c
[205/435] Compiling md5-586-windows.windows.x86.S
[206/435] Compiling md5-586-linux.linux.x86.S
[207/435] Compiling md4.c
[208/435] Compiling ghashv8-armv8-ios.ios.aarch64.S
[209/435] Compiling ghashv8-armv8-linux.linux.aarch64.S
[210/435] Compiling ghashv8-armv7-linux.linux.arm.S
[211/435] Compiling hmac.c
[212/435] Compiling ghashv8-armv7-ios.ios.arm.S
[213/435] Compiling ghash-x86_64-mac.mac.x86_64.S
[214/435] Compiling ghash-x86_64-linux.linux.x86_64.S
[215/435] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[216/435] Compiling ghash-ssse3-x86-windows.windows.x86.S
[217/435] Compiling ghash-x86-windows.windows.x86.S
[218/435] Compiling ghash-ssse3-x86-linux.linux.x86.S
[219/435] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[220/435] Compiling fips_shared_support.c
[221/435] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[222/435] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[223/435] Compiling ghash-armv4-ios.ios.arm.S
[224/435] Compiling ghash-armv4-linux.linux.arm.S
[225/435] Compiling ecdsa.c
[226/435] Compiling ecdh.c
[227/435] Compiling wnaf.c
[228/435] Compiling util.c
[229/435] Compiling scalar.c
[230/435] Compiling simple_mul.c
[231/435] Compiling simple.c
[232/435] Compiling p256.c
[233/435] Compiling oct.c
[234/435] Compiling p224-64.c
[235/435] Compiling felem.c
[236/435] Compiling ec_montgomery.c
[237/435] Compiling ec_key.c
[238/435] Compiling check.c
[239/435] Compiling digest.c
[240/435] Compiling digests.c
[241/435] Compiling ec.c
[242/435] Compiling digestsign.c
[243/435] Compiling co-586-linux.linux.x86.S
[244/435] Compiling dh.c
[245/435] Compiling co-586-windows.windows.x86.S
[246/435] Compiling cmac.c
[247/435] Compiling p256-nistz.c
[248/435] Compiling e_aesccm.c
[249/435] Compiling bsaes-armv7-linux.linux.arm.S
[250/435] Compiling aead.c
[251/435] Compiling cipher.c
[252/435] Compiling bsaes-armv7-ios.ios.arm.S
[253/435] Compiling e_aes.c
[254/435] Compiling sqrt.c
[255/435] Compiling shift.c
[256/435] Compiling rsaz_exp.c
[257/435] Compiling random.c
[258/435] Compiling prime.c
[259/435] Compiling montgomery_inv.c
[260/435] Compiling jacobi.c
[261/435] Compiling mul.c
[261/435] Compiling montgomery.c
[263/435] Compiling generic.c
[264/435] Compiling gcd.c
[265/435] Compiling div_extra.c
[266/435] Compiling gcd_extra.c
[267/435] Compiling exponentiation.c
[268/435] Compiling ctx.c
[269/435] Compiling div.c
[270/435] Compiling cmp.c
[271/435] Compiling bytes.c
[272/435] Compiling bn.c
[274/435] Compiling SwiftPatterns String+CharacterSet+replacements.swift
[275/435] Compiling SwiftPatterns String+fixes.swift
[276/435] Compiling SwiftPatterns URL+ExtendedAttributes.swift
[277/435] Compiling SwiftPatterns JSONPrimitive.swift
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/LocalFileSource.swift:25:35: error: cannot find type 'DirectoryMonitor' in scope
        fileprivate var directoryMonitor:DirectoryMonitor?
                                         ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/LocalFileSource.swift:34:22: error: cannot find 'DirectoryMonitor' in scope
                directoryMonitor = DirectoryMonitor(directoryURL: directoryURL, handler: { [weak self] in
                                   ^~~~~~~~~~~~~~~~
[278/435] Compiling SwiftPatterns LocalFileSource.swift
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/LocalFileSource.swift:25:35: error: cannot find type 'DirectoryMonitor' in scope
        fileprivate var directoryMonitor:DirectoryMonitor?
                                         ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/LocalFileSource.swift:34:22: error: cannot find 'DirectoryMonitor' in scope
                directoryMonitor = DirectoryMonitor(directoryURL: directoryURL, handler: { [weak self] in
                                   ^~~~~~~~~~~~~~~~
[279/435] Compiling SwiftPatterns LogSearch.swift
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/LocalFileSource.swift:25:35: error: cannot find type 'DirectoryMonitor' in scope
        fileprivate var directoryMonitor:DirectoryMonitor?
                                         ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/LocalFileSource.swift:34:22: error: cannot find 'DirectoryMonitor' in scope
                directoryMonitor = DirectoryMonitor(directoryURL: directoryURL, handler: { [weak self] in
                                   ^~~~~~~~~~~~~~~~
[279/435] Compiling add.c
[279/435] Compiling bn-armv8-linux.linux.aarch64.S
[282/435] Compiling SwiftPatterns DirectoryMonitor.swift
[283/435] Compiling SwiftPatterns DynamicCodingKeys.swift
[284/435] Compiling SwiftPatterns Int+Bits.swift
[284/435] Compiling bn-armv8-ios.ios.aarch64.S
[286/435] Compiling SwiftPatterns Alert.swift
[287/435] Compiling SwiftPatterns Array+StableUniqueValues.swift
[288/435] Compiling SwiftPatterns Array+dropLastWhile.swift
[289/435] Compiling SwiftPatterns ChangeSet.swift
[290/435] Compiling SwiftPatterns Cursor.swift
[291/435] Compiling SwiftPatterns DataExtraction.swift
[291/435] Compiling bn-586-windows.windows.x86.S
[292/435] Compiling armv8-mont-linux.linux.aarch64.S
[292/435] Compiling bn-586-linux.linux.x86.S
[294/435] Compiling x86_64-gcc.c
[295/435] Compiling armv8-mont-ios.ios.aarch64.S
[297/435] 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.
        let xmlParser:XMLParser
                      ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
        public func parserDidEndDocument(_ parser:XMLParser) {
                                                  ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
        public func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String]) {
                                     ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
        public func parser(_ parser: XMLParser, didEndElement elementName: String, namespaceURI: String?, qualifiedName qName: String?) {
                                     ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
        public func parser(_ parser: XMLParser, foundCharacters string: String) {
                                     ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
        public func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
                                     ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:84:47: error: cannot find type 'XMLParserDelegate' in scope
public class DataToXMLItemFactory : NSObject, XMLParserDelegate {
                                              ^~~~~~~~~~~~~~~~~
/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
                xmlParser = XMLParser(data: data)
                            ^~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:93:13: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'delegate'
                xmlParser.delegate = self
                ~~~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:98:13: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'parse'
                xmlParser.parse()
                ~~~~~~~~~ ^~~~~
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:142:13: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'parse'
                xmlParser.parse()
                ~~~~~~~~~ ^~~~~
[298/435] 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.
        let xmlParser:XMLParser
                      ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
        public func parserDidEndDocument(_ parser:XMLParser) {
                                                  ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
        public func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String]) {
                                     ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
        public func parser(_ parser: XMLParser, didEndElement elementName: String, namespaceURI: String?, qualifiedName qName: String?) {
                                     ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
        public func parser(_ parser: XMLParser, foundCharacters string: String) {
                                     ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
        public func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
                                     ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:84:47: error: cannot find type 'XMLParserDelegate' in scope
public class DataToXMLItemFactory : NSObject, XMLParserDelegate {
                                              ^~~~~~~~~~~~~~~~~
/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
                xmlParser = XMLParser(data: data)
                            ^~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:93:13: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'delegate'
                xmlParser.delegate = self
                ~~~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:98:13: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'parse'
                xmlParser.parse()
                ~~~~~~~~~ ^~~~~
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:142:13: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'parse'
                xmlParser.parse()
                ~~~~~~~~~ ^~~~~
[299/435] 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.
        let xmlParser:XMLParser
                      ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
        public func parserDidEndDocument(_ parser:XMLParser) {
                                                  ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
        public func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String]) {
                                     ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
        public func parser(_ parser: XMLParser, didEndElement elementName: String, namespaceURI: String?, qualifiedName qName: String?) {
                                     ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
        public func parser(_ parser: XMLParser, foundCharacters string: String) {
                                     ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
        public func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
                                     ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:84:47: error: cannot find type 'XMLParserDelegate' in scope
public class DataToXMLItemFactory : NSObject, XMLParserDelegate {
                                              ^~~~~~~~~~~~~~~~~
/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
                xmlParser = XMLParser(data: data)
                            ^~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:93:13: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'delegate'
                xmlParser.delegate = self
                ~~~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:98:13: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'parse'
                xmlParser.parse()
                ~~~~~~~~~ ^~~~~
/host/spi-builder-workspace/.build/checkouts/SwiftPatterns/Sources/SwiftPatterns/XMLItem.swift:142:13: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'parse'
                xmlParser.parse()
                ~~~~~~~~~ ^~~~~
[299/435] Compiling armv4-mont-linux.linux.arm.S
[300/435] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[301/435] Compiling armv4-mont-ios.ios.arm.S
[302/435] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[303/435] Compiling aesv8-armv8-linux.linux.aarch64.S
[304/435] Compiling aesv8-armv8-ios.ios.aarch64.S
[305/435] Compiling aesv8-armv7-linux.linux.arm.S
[306/435] Compiling aesv8-armv7-ios.ios.arm.S
[308/435] Compiling SwiftPatterns Math.swift
[309/435] Compiling SwiftPatterns MediatedAccess.swift
[310/435] Compiling SwiftPatterns PriorityQueue.swift
[311/435] Compiling SwiftPatterns QueuedVar.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'
                        if isDir {
                           ^~~~~
/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'
                if fileManager.fileExists(atPath: url.path, isDirectory: &isDir) || !isDir {
                                                                                     ^
[312/435] 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'
                        if isDir {
                           ^~~~~
/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'
                if fileManager.fileExists(atPath: url.path, isDirectory: &isDir) || !isDir {
                                                                                     ^
[313/435] 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'
                        if isDir {
                           ^~~~~
/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'
                if fileManager.fileExists(atPath: url.path, isDirectory: &isDir) || !isDir {
                                                                                     ^
[313/435] Compiling aesni-x86-windows.windows.x86.S
[314/435] Compiling aesni-x86-linux.linux.x86.S
[315/435] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[315/435] Compiling aesni-x86_64-mac.mac.x86_64.S
[317/435] Compiling aesni-x86_64-linux.linux.x86_64.S
[318/435] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[319/435] Compiling mode_wrappers.c
error: fatalError
[320/435] Compiling aes.c
[320/435] Compiling key_wrap.c
[320/435] Compiling scrypt.c
[320/435] Compiling sign.c
[320/435] Compiling print.c
[320/435] Compiling aes_nohw.c
[320/435] Compiling ex_data.c
BUILD FAILURE 5.9 linux

Build Machine: Linux 2