The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of CryptoOffice, reference 0.1.1 (06be38), with Swift 6.1 for Linux on 26 Apr 2025 01:58:45 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CoreOffice/CryptoOffice.git
Reference: 0.1.1
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/CoreOffice/CryptoOffice
 * tag               0.1.1      -> FETCH_HEAD
HEAD is now at 06be38e Update `CHANGELOG.md` for the 0.1.1 release
Cloned https://github.com/CoreOffice/CryptoOffice.git
Revision (git rev-parse @):
06be38e0c71cc3ac1cdd75b6c229c1661248efc5
SUCCESS checkout https://github.com/CoreOffice/CryptoOffice.git at 0.1.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/CoreOffice/CryptoOffice.git
https://github.com/CoreOffice/CryptoOffice.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
    },
    {
      "identity" : "xmlcoder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.11.1",
            "upper_bound" : "0.12.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/MaxDesiatov/XMLCoder.git"
    },
    {
      "identity" : "olekit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "0.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CoreOffice/OLEKit.git"
    },
    {
      "identity" : "zipfoundation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.11",
            "upper_bound" : "0.10.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/weichsel/ZIPFoundation.git"
    }
  ],
  "manifest_display_name" : "CryptoOffice",
  "name" : "CryptoOffice",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "CryptoOffice",
      "targets" : [
        "CryptoOffice"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CryptoOfficeTests",
      "module_type" : "SwiftTarget",
      "name" : "CryptoOfficeTests",
      "path" : "Tests/CryptoOfficeTests",
      "product_dependencies" : [
        "ZIPFoundation"
      ],
      "sources" : [
        "CryptoOfficeTests.swift"
      ],
      "target_dependencies" : [
        "CryptoOffice"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CryptoOffice",
      "module_type" : "SwiftTarget",
      "name" : "CryptoOffice",
      "path" : "Sources/CryptoOffice",
      "product_dependencies" : [
        "Crypto",
        "CryptoSwift",
        "OLEKit",
        "XMLCoder"
      ],
      "product_memberships" : [
        "CryptoOffice"
      ],
      "sources" : [
        "CryptoOfficeError.swift",
        "CryptoOfficeFile.swift",
        "ECMA376Agile.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/weichsel/ZIPFoundation.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/MaxDesiatov/XMLCoder.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/CoreOffice/OLEKit.git
[1/5562] Fetching zipfoundation
[113/6468] Fetching zipfoundation, olekit
[177/19402] Fetching zipfoundation, olekit, cryptoswift
[2869/33186] Fetching zipfoundation, olekit, cryptoswift, swift-crypto
[4076/43197] Fetching zipfoundation, olekit, cryptoswift, swift-crypto, xmlcoder
Fetched https://github.com/CoreOffice/OLEKit.git from cache (0.51s)
[4064/42291] Fetching zipfoundation, cryptoswift, swift-crypto, xmlcoder
Fetched https://github.com/weichsel/ZIPFoundation.git from cache (1.17s)
[16037/36729] Fetching cryptoswift, swift-crypto, xmlcoder
Fetched https://github.com/MaxDesiatov/XMLCoder.git from cache (2.84s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (2.94s)
Fetched https://github.com/apple/swift-crypto.git from cache (3.21s)
Computing version for https://github.com/CoreOffice/OLEKit.git
Computed https://github.com/CoreOffice/OLEKit.git at 0.1.0 (4.25s)
Computing version for https://github.com/MaxDesiatov/XMLCoder.git
Computed https://github.com/MaxDesiatov/XMLCoder.git at 0.11.1 (0.96s)
Computing version for https://github.com/weichsel/ZIPFoundation.git
Computed https://github.com/weichsel/ZIPFoundation.git at 0.9.19 (0.87s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 1.1.7 (1.07s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (0.99s)
Creating working copy for https://github.com/CoreOffice/OLEKit.git
Working copy of https://github.com/CoreOffice/OLEKit.git resolved at 0.1.0
Creating working copy for https://github.com/weichsel/ZIPFoundation.git
Working copy of https://github.com/weichsel/ZIPFoundation.git resolved at 0.9.19
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 1.1.7
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.4
Creating working copy for https://github.com/MaxDesiatov/XMLCoder.git
Working copy of https://github.com/MaxDesiatov/XMLCoder.git resolved at 0.11.1
warning: 'zipfoundation': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Resources/PrivacyInfo.xcprivacy
Building for debugging...
[0/412] Write sources
[5/412] Compiling a_int.c
[5/412] Copying PrivacyInfo.xcprivacy
[7/412] Compiling a_mbstr.c
[8/412] Compiling a_octet.c
[9/412] Compiling a_object.c
[10/412] Compiling a_time.c
[11/412] Compiling a_strnid.c
[12/412] Compiling v3_skey.c
[13/412] Compiling v3_prn.c
[14/412] Compiling a_print.c
[15/412] Write swift-version-24593BA9C3E375BF.txt
[16/412] Compiling v3_pmaps.c
[17/412] Compiling v3_utl.c
[18/412] Compiling v3_purp.c
[19/412] Compiling v3_pcia.c
[20/429] Compiling CCryptoBoringSSLShims shims.c
[21/454] Compiling v3_pcons.c
[22/463] Compiling v3_ocsp.c
[23/464] Compiling v3_pci.c
[24/506] Compiling v3_ncons.c
[25/547] Compiling v3_int.c
[26/564] Compiling v3_lib.c
[27/564] Compiling v3_info.c
[28/564] Compiling v3_genn.c
[29/564] Compiling v3_ia5.c
[30/564] Compiling v3_extku.c
[31/564] Compiling v3_enum.c
[32/564] Compiling v3_bitst.c
[33/564] Compiling v3_crld.c
[34/564] Compiling v3_bcons.c
[35/564] Compiling v3_cpols.c
[36/564] Compiling v3_conf.c
[37/564] Compiling v3_akeya.c
[38/564] Compiling v3_akey.c
[39/564] Compiling pcy_node.c
[40/564] Compiling pcy_tree.c
[41/564] Compiling v3_alt.c
[42/564] Compiling pcy_map.c
[43/564] Compiling pcy_lib.c
[44/564] Compiling x_x509a.c
[45/564] Compiling pcy_data.c
[46/564] Compiling pcy_cache.c
[47/564] Compiling x_req.c
[48/564] Compiling x_spki.c
[49/564] Compiling x_x509.c
[50/564] Compiling x_val.c
[51/564] Compiling x_sig.c
[52/564] Compiling x_pubkey.c
[53/564] Compiling x_info.c
[54/564] Compiling x_pkey.c
[55/564] Compiling x_name.c
[56/564] Compiling x_exten.c
[57/564] Compiling x_crl.c
[58/564] Compiling x_all.c
[59/564] Compiling x509rset.c
[59/564] Compiling x_attrib.c
[61/564] Compiling x509spki.c
[62/564] Compiling x_algor.c
[63/564] Compiling x509name.c
[64/564] Compiling x509cset.c
[64/564] Compiling x509_v3.c
[66/564] Compiling x509_vpm.c
[67/564] Compiling x509_vfy.c
[68/564] Compiling x509_txt.c
[70/564] Emitting module OLEKit
[70/565] Compiling x509_set.c
[71/565] Compiling x509_trs.c
[72/565] Compiling x509_req.c
[73/565] Compiling x509_obj.c
[74/565] Compiling x509_d2.c
[75/565] Compiling x509_def.c
[75/565] Compiling x509_ext.c
[77/565] Compiling x509_lu.c
[78/565] Compiling x509.c
[79/565] Compiling x509_att.c
[80/565] Compiling x509_cmp.c
[81/565] Compiling t_x509a.c
[82/565] Compiling t_x509.c
[83/565] Compiling i2d_pr.c
[84/565] Compiling t_req.c
[85/565] Compiling rsa_pss.c
[86/565] Compiling t_crl.c
[87/565] Compiling by_file.c
[88/565] Compiling by_dir.c
[89/565] Compiling algorithm.c
[90/565] Compiling a_verify.c
[91/565] Compiling asn1_gen.c
[92/565] Compiling trust_token.c
[93/565] Compiling voprf.c
[94/565] Compiling a_strex.c
[95/565] Compiling a_sign.c
[96/565] Compiling a_digest.c
[97/565] Compiling thread.c
[98/565] Compiling thread_win.c
[99/565] Compiling thread_pthread.c
[100/565] Compiling stack.c
[101/565] Compiling thread_none.c
[102/565] Compiling siphash.c
[103/565] Compiling refcount_lock.c
[104/565] Compiling rsa_print.c
[105/565] Compiling rsa_asn1.c
[105/565] Compiling pmbtoken.c
[107/565] Compiling refcount_c11.c
[108/565] Compiling rc4.c
[109/565] Compiling rand_extra.c
[110/565] Compiling windows.c
[111/565] Compiling passive.c
[112/565] Compiling fuchsia.c
[113/565] Compiling deterministic.c
[114/565] Compiling forkunsafe.c
[115/565] Compiling poly1305_arm_asm.S
[116/565] Compiling pool.c
[117/565] Compiling poly1305_arm.c
[118/565] Compiling poly1305_vec.c
[119/565] Compiling poly1305.c
[120/565] Compiling pkcs8_x509.c
[121/565] Compiling pkcs7.c
[122/565] Compiling pkcs8.c
[123/565] Compiling pem_xaux.c
[124/565] Compiling pkcs7_x509.c
[125/565] Compiling p5_pbev2.c
[126/565] Compiling pem_pk8.c
[127/565] Compiling pem_lib.c
[128/565] Compiling pem_pkey.c
[129/565] Compiling pem_x509.c
[130/565] Compiling pem_oth.c
[131/565] Compiling mem.c
[132/565] Compiling obj_xref.c
[133/565] Compiling lhash.c
[134/565] Compiling poly_rq_mul.S
[135/565] Compiling pem_all.c
[136/565] Compiling pem_info.c
[138/565] Compiling OLEKit StorageType.swift
[138/565] Compiling obj.c
[139/565] Compiling hpke.c
[140/565] Compiling hrss.c
[141/565] Compiling x86_64-mont5.mac.x86_64.S
[142/565] Compiling hkdf.c
[143/565] Compiling x86_64-mont.mac.x86_64.S
[144/565] Compiling x86_64-mont5.linux.x86_64.S
[145/565] Compiling x86-mont.windows.x86.S
[146/565] Compiling x86-mont.linux.x86.S
[146/565] Compiling x86_64-mont.linux.x86_64.S
[148/565] Compiling vpaes-x86_64.mac.x86_64.S
[149/565] Compiling vpaes-x86.windows.x86.S
[150/565] Compiling vpaes-armv8.ios.aarch64.S
[151/565] Compiling vpaes-x86.linux.x86.S
[152/565] Compiling vpaes-x86_64.linux.x86_64.S
[153/565] Compiling vpaes-armv8.linux.aarch64.S
[154/565] Compiling vpaes-armv7.linux.arm.S
[155/565] Compiling vpaes-armv7.ios.arm.S
[156/565] Compiling kdf.c
[157/565] Compiling sha512-x86_64.mac.x86_64.S
[158/565] Compiling sha512-x86_64.linux.x86_64.S
[159/565] Compiling sha512-armv8.linux.aarch64.S
[160/565] Compiling sha512-586.windows.x86.S
[161/565] Compiling sha512-armv4.ios.arm.S
[162/565] Compiling sha512-armv4.linux.arm.S
[163/565] Compiling sha512-armv8.ios.aarch64.S
[164/565] Compiling sha512-586.linux.x86.S
[165/565] Compiling sha256-x86_64.mac.x86_64.S
[166/565] Compiling sha256-armv8.linux.aarch64.S
[167/565] Compiling sha256-armv8.ios.aarch64.S
[168/565] Compiling sha256-x86_64.linux.x86_64.S
[169/565] Compiling sha256-armv4.linux.arm.S
[170/565] Compiling sha256-armv4.ios.arm.S
[171/565] Compiling sha256-586.linux.x86.S
[172/565] Compiling sha1-x86_64.mac.x86_64.S
[173/565] Compiling sha256-586.windows.x86.S
[174/565] Compiling sha1-armv8.linux.aarch64.S
[175/565] Compiling sha1-armv8.ios.aarch64.S
[176/565] Compiling sha1-armv4-large.linux.arm.S
[177/565] Compiling sha1-armv4-large.ios.arm.S
[179/565] Compiling CryptoSwift IntegerConversion.swift
[180/565] Compiling CryptoSwift Multiplication.swift
[181/565] Compiling CryptoSwift PrimeTest.swift
[182/565] Compiling CryptoSwift Random.swift
[183/565] Compiling CryptoSwift Shifts.swift
[184/565] Compiling CryptoSwift SquareRoot.swift
[185/565] Compiling CryptoSwift Strideable.swift
[186/565] Compiling CryptoSwift StringConversion.swift
[187/565] Compiling CryptoSwift Subtraction.swift
[188/565] Compiling CryptoSwift WordsAndBits.swift
[189/565] Compiling CryptoSwift ChaCha20.swift
[190/565] Compiling CryptoSwift Checksum.swift
[191/565] Compiling CryptoSwift Cipher.swift
[192/565] Compiling CryptoSwift Collection+Extension.swift
[192/565] Compiling sha1-x86_64.linux.x86_64.S
[193/579] Compiling sha1-586.windows.x86.S
[194/579] Compiling sha1-586.linux.x86.S
[195/579] Compiling sha1-altivec.c
[196/579] Compiling sha256.c
[197/579] Compiling self_check.c
[198/579] Compiling rsaz-avx2.mac.x86_64.S
[199/579] Compiling sha512.c
[200/579] Compiling rsaz-avx2.linux.x86_64.S
[201/579] Compiling sha1.c
[202/579] Compiling blinding.c
[203/579] Compiling padding.c
[204/579] Compiling rdrand-x86_64.mac.x86_64.S
[205/579] Compiling rsa.c
[206/579] Compiling rdrand-x86_64.linux.x86_64.S
[207/579] Compiling fork_detect.c
[208/579] Compiling urandom.c
[209/579] Compiling rand.c
[210/579] Compiling ctrdrbg.c
[211/579] Compiling rsa_impl.c
[212/579] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[213/579] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[214/579] Compiling p256-x86_64-asm.mac.x86_64.S
[215/579] Compiling polyval.c
[215/579] Compiling p256-x86_64-asm.linux.x86_64.S
[217/579] Compiling ofb.c
[218/579] Compiling gcm_nohw.c
[220/579] Compiling OLEKit OLEError.swift
[220/579] Compiling cfb.c
[221/579] Compiling gcm.c
[222/579] Compiling ctr.c
[223/579] Compiling cbc.c
[224/579] Compiling md5-x86_64.mac.x86_64.S
[225/579] Compiling md5.c
[227/579] Compiling OLEKit OLEStream.swift
[228/579] Compiling OLEKit Reader.swift
[228/579] Compiling md5-586.windows.x86.S
[229/579] Compiling md5-x86_64.linux.x86_64.S
[231/579] Compiling CryptoSwift AEAD.swift
[232/579] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[233/579] Compiling CryptoSwift CMAC.swift
[234/579] Compiling CryptoSwift Addition.swift
[235/579] Compiling CryptoSwift BigInt.swift
[236/579] Compiling CryptoSwift BigUInt.swift
[237/579] Compiling CryptoSwift BitwiseOps.swift
[238/579] Compiling CryptoSwift CS.swift
[239/579] Compiling CryptoSwift Codable.swift
[240/579] Compiling CryptoSwift Comparable.swift
[241/579] Compiling CryptoSwift DataConversion.swift
[242/579] Compiling CryptoSwift Division.swift
[243/579] Compiling CryptoSwift Exponentiation.swift
[244/579] Compiling CryptoSwift FloatingPointConversion.swift
[245/579] Compiling CryptoSwift GCD.swift
[246/579] Compiling CryptoSwift Hashable.swift
[247/579] Emitting module XMLCoder
[247/579] Compiling is_fips.c
[251/579] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[252/579] Compiling CryptoSwift AES.Cryptors.swift
[253/579] Compiling CryptoSwift AES.swift
[254/579] Compiling CryptoSwift ASN1.swift
[255/579] Compiling CryptoSwift ASN1Decoder.swift
[256/579] Compiling CryptoSwift ASN1Encoder.swift
[257/579] Compiling CryptoSwift ASN1Scanner.swift
[258/579] Compiling CryptoSwift Array+Extension.swift
[259/579] Compiling CryptoSwift Authenticator.swift
[260/579] Compiling CryptoSwift BatchedCollection.swift
[261/579] Compiling CryptoSwift Bit.swift
[262/579] Compiling CryptoSwift BlockCipher.swift
[263/579] Compiling CryptoSwift BlockDecryptor.swift
[264/579] Compiling CryptoSwift BlockEncryptor.swift
[265/579] Compiling CryptoSwift BlockMode.swift
[266/579] Compiling CryptoSwift BlockModeOptions.swift
[266/584] Compiling md5-586.linux.x86.S
[267/584] Compiling ghashv8-armx64.linux.aarch64.S
[269/584] Compiling OLEKit OLEFile.swift
[269/584] Compiling ghashv8-armx64.ios.aarch64.S
[270/584] Compiling ghashv8-armx32.linux.arm.S
[271/584] Compiling md4.c
[272/584] Compiling ghashv8-armx32.ios.arm.S
[274/584] Compiling OLEKit FAT.swift
[274/584] Compiling hmac.c
[276/584] Compiling OLEKit Header.swift
[287/585] Compiling ghash-x86_64.mac.x86_64.S
[289/585] Compiling CryptoSwift CBC.swift
[290/585] Compiling CryptoSwift CCM.swift
[291/585] Compiling CryptoSwift CFB.swift
[292/585] Compiling CryptoSwift CTR.swift
[293/585] Compiling CryptoSwift CipherModeWorker.swift
[294/585] Compiling CryptoSwift ECB.swift
[295/585] Compiling CryptoSwift GCM.swift
[296/585] Compiling CryptoSwift OCB.swift
[297/585] Compiling CryptoSwift OFB.swift
[298/585] Compiling CryptoSwift PCBC.swift
[299/585] Compiling CryptoSwift Blowfish.swift
[300/585] Compiling CryptoSwift CBCMAC.swift
[300/585] Compiling ghash-x86.linux.x86.S
[301/585] Compiling ghash-x86.windows.x86.S
[302/585] Compiling ghash-x86_64.linux.x86_64.S
[303/585] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[304/585] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[305/585] Compiling ghash-ssse3-x86.windows.x86.S
[306/585] Compiling ghash-ssse3-x86.linux.x86.S
[307/585] Compiling ghash-neon-armv8.linux.aarch64.S
[308/585] Compiling ghash-neon-armv8.ios.aarch64.S
[309/585] Compiling fips_shared_support.c
[311/585] Compiling ghash-armv4.linux.arm.S
[312/585] Compiling ghash-armv4.ios.arm.S
[313/585] Compiling ecdh.c
[314/585] Compiling simple_mul.c
[315/585] Compiling wnaf.c
[316/585] Compiling util.c
[317/585] Compiling ecdsa.c
[318/585] Compiling simple.c
[319/585] Compiling scalar.c
[320/585] Compiling felem.c
[321/585] Compiling p256.c
[322/585] Compiling oct.c
[323/585] Compiling p224-64.c
[324/585] Compiling ec_key.c
[325/585] Compiling ec_montgomery.c
[326/585] Compiling digests.c
[327/585] Compiling digest.c
[328/585] Compiling check.c
[329/585] Compiling co-586.windows.x86.S
[330/585] Compiling co-586.linux.x86.S
[331/585] Compiling dh.c
[332/585] Compiling ec.c
[333/585] Compiling des.c
[334/585] Compiling p256-x86_64.c
[336/585] Compiling XMLCoder XMLEncoderImplementation.swift
[337/585] Compiling XMLCoder XMLEncodingStorage.swift
[338/585] Compiling XMLCoder XMLKeyedEncodingContainer.swift
[339/585] Compiling XMLCoder XMLReferencingEncoder.swift
[340/585] Compiling XMLCoder XMLUnkeyedEncodingContainer.swift
[340/585] Compiling bsaes-armv7.ios.arm.S
[341/586] Compiling bsaes-armv7.linux.arm.S
[342/586] Compiling e_des.c
[343/586] Compiling shift.c
[345/586] Compiling aead.c
[346/586] Compiling e_aes.c
[347/586] Compiling sqrt.c
[348/586] Compiling rsaz_exp.c
[349/586] Compiling cipher.c
[350/586] Compiling montgomery.c
[351/586] Compiling mul.c
[352/586] Compiling prime.c
[353/586] Compiling generic.c
[354/586] Compiling montgomery_inv.c
[355/586] Compiling jacobi.c
[356/586] Compiling random.c
[357/586] Compiling div.c
[358/586] Compiling div_extra.c
[359/586] Compiling gcd.c
[360/586] Compiling gcd_extra.c
[361/586] Compiling bytes.c
[362/586] Compiling cmp.c
[363/586] Compiling bn.c
[364/586] Compiling add.c
[365/586] Compiling ctx.c
[366/586] Compiling bn-586.linux.x86.S
[366/586] Compiling bn-586.windows.x86.S
[368/586] Compiling armv8-mont.ios.aarch64.S
[369/586] Compiling exponentiation.c
[370/586] Compiling armv4-mont.linux.arm.S
[371/586] Compiling armv8-mont.linux.aarch64.S
[372/586] Compiling aesv8-armx64.linux.aarch64.S
[373/586] Compiling armv4-mont.ios.arm.S
[374/586] Compiling aesv8-armx64.ios.aarch64.S
[375/586] Compiling aesv8-armx32.linux.arm.S
[376/586] Compiling aesni-x86.windows.x86.S
[392/586] Compiling aesni-x86_64.mac.x86_64.S
[393/586] Compiling aesni-x86_64.linux.x86_64.S
[394/586] Compiling aesv8-armx32.ios.arm.S
[396/586] Compiling CryptoSwift Signature.swift
[397/586] Compiling CryptoSwift StreamDecryptor.swift
[398/586] Compiling CryptoSwift StreamEncryptor.swift
[399/586] Compiling CryptoSwift String+Extension.swift
[400/586] Compiling CryptoSwift UInt128.swift
[401/586] Compiling CryptoSwift UInt16+Extension.swift
[402/586] Compiling CryptoSwift UInt32+Extension.swift
[403/586] Compiling CryptoSwift UInt64+Extension.swift
[404/586] Compiling CryptoSwift UInt8+Extension.swift
[405/586] Compiling CryptoSwift Updatable.swift
[406/586] Compiling CryptoSwift Utils.swift
[407/586] Compiling CryptoSwift XChaCha20.swift
[408/586] Compiling CryptoSwift ZeroPadding.swift
[409/586] Compiling CryptoSwift resource_bundle_accessor.swift
[409/586] Compiling x86_64-gcc.c
[410/586] Compiling aesni-x86.linux.x86.S
[411/586] Compiling aesni-gcm-x86_64.mac.x86_64.S
[412/586] Compiling aesni-gcm-x86_64.linux.x86_64.S
[414/586] Emitting module CryptoSwift
[429/586] Compiling key_wrap.c
[430/586] Compiling mode_wrappers.c
[431/586] Compiling aes.c
[432/586] Compiling sign.c
[433/586] Compiling ex_data.c
[434/586] Compiling scrypt.c
[435/586] Compiling pbkdf.c
[436/586] Compiling p_x25519_asn1.c
[437/586] Compiling aes_nohw.c
[438/586] Compiling p_x25519.c
[439/586] Compiling p_ed25519.c
[440/586] Compiling print.c
[441/586] Compiling p_ec_asn1.c
[442/586] Compiling p_rsa_asn1.c
[443/586] Compiling p_ed25519_asn1.c
[444/586] Compiling p_dsa_asn1.c
[445/586] Compiling evp_ctx.c
[446/586] Compiling p_rsa.c
[447/586] Compiling evp_asn1.c
[448/586] Compiling digestsign.c
[449/586] Compiling err_data.c
[450/586] Compiling p_ec.c
[451/586] Compiling evp.c
[452/586] Compiling engine.c
[453/586] Compiling ecdh_extra.c
[454/586] Compiling err.c
[455/586] Compiling ecdsa_asn1.c
[456/586] Compiling ec_derive.c
[457/586] Compiling hash_to_curve.c
[458/586] Compiling dsa_asn1.c
[459/586] Compiling ec_asn1.c
[460/586] Compiling dh_asn1.c
[461/586] Compiling digest_extra.c
[462/586] Compiling dsa.c
[463/586] Compiling x25519-asm-arm.S
[464/586] Compiling cpu-ppc64le.c
[465/586] Compiling params.c
[466/586] Compiling crypto.c
[467/586] Compiling spake25519.c
[468/586] Compiling cpu-arm.c
[469/586] Compiling cpu-arm-linux.c
[470/586] Compiling cpu-aarch64-win.c
[471/586] Compiling cpu-aarch64-linux.c
[472/586] Compiling cpu-aarch64-fuchsia.c
[473/586] Compiling cpu-intel.c
[474/586] Compiling e_rc4.c
[475/586] Compiling cmac.c
[476/586] Compiling tls_cbc.c
[477/586] Compiling conf.c
[478/586] Compiling e_rc2.c
[479/586] Compiling e_tls.c
[480/586] Compiling curve25519.c
[481/586] Compiling e_null.c
[482/586] Compiling e_chacha20poly1305.c
[483/586] Compiling e_aesctrhmac.c
[484/586] Compiling derive_key.c
[485/586] Compiling e_aesgcmsiv.c
[486/586] Compiling e_aesccm.c
[487/586] Compiling cipher_extra.c
[488/586] Compiling chacha.c
[489/586] Compiling chacha20_poly1305_x86_64.mac.x86_64.S
[490/586] Compiling aes128gcmsiv-x86_64.mac.x86_64.S
[491/586] Compiling chacha20_poly1305_x86_64.linux.x86_64.S
[492/586] Compiling aes128gcmsiv-x86_64.linux.x86_64.S
[493/586] Compiling chacha-x86_64.mac.x86_64.S
[494/586] Compiling chacha-x86.windows.x86.S
[495/586] Compiling chacha-x86_64.linux.x86_64.S
[496/586] Compiling chacha-x86.linux.x86.S
[497/586] Compiling chacha-armv4.linux.arm.S
[498/586] Compiling chacha-armv8.ios.aarch64.S
[499/586] Compiling chacha-armv8.linux.aarch64.S
[500/586] Compiling chacha-armv4.ios.arm.S
[501/586] Compiling unicode.c
[502/586] Compiling ber.c
[503/586] Compiling buf.c
[504/586] Compiling cbs.c
[505/586] Compiling asn1_compat.c
[506/586] Compiling cbb.c
[507/586] Compiling blake2.c
[508/586] Compiling bn_asn1.c
[509/586] Compiling socket_helper.c
[510/586] Compiling printf.c
[510/586] Compiling socket.c
[512/586] Compiling convert.c
[513/586] Compiling hexdump.c
[514/586] Compiling pair.c
[515/586] Compiling file.c
[516/586] Compiling bio.c
[517/586] Compiling connect.c
[518/586] Compiling base64.c
[519/586] Compiling tasn_utl.c
[520/586] Compiling fd.c
[521/586] Compiling tasn_typ.c
[522/586] Compiling bio_mem.c
[523/586] Compiling time_support.c
[524/586] Compiling tasn_new.c
[525/586] Compiling tasn_fre.c
[526/586] Compiling f_string.c
[527/586] Compiling f_enum.c
[527/586] Compiling f_int.c
[528/586] Compiling tasn_enc.c
[530/586] Compiling asn_pack.c
[531/586] Compiling asn1_par.c
[532/586] Compiling tasn_dec.c
[533/586] Compiling a_utf8.c
[534/586] Compiling asn1_lib.c
[535/586] Compiling a_i2d_fp.c
[536/586] Compiling a_type.c
[537/586] Compiling a_utctm.c
[538/586] Compiling a_gentm.c
[539/586] Compiling a_enum.c
[540/586] Compiling a_dup.c
[541/586] Compiling a_d2i_fp.c
[542/586] Compiling a_bool.c
[543/586] Compiling a_bitstr.c
[545/586] Compiling CryptoSwift PKCS5.swift
[546/586] Compiling CryptoSwift PKCS7.swift
[547/586] Compiling CryptoSwift PKCS7Padding.swift
[548/586] Compiling CryptoSwift Padding.swift
[549/586] Compiling CryptoSwift Poly1305.swift
[550/586] Compiling CryptoSwift RSA+Cipher.swift
[551/586] Compiling CryptoSwift RSA+Signature.swift
[552/586] Compiling CryptoSwift RSA.swift
[553/586] Compiling CryptoSwift Rabbit.swift
[554/586] Compiling CryptoSwift SHA1.swift
[555/586] Compiling CryptoSwift SHA2.swift
[556/586] Compiling CryptoSwift SHA3.swift
[557/586] Compiling CryptoSwift Scrypt.swift
[558/586] Compiling CryptoSwift SecureBytes.swift
[559/586] Compiling CryptoSwift CompactMap.swift
[560/586] Compiling CryptoSwift Cryptor.swift
[561/586] Compiling CryptoSwift Cryptors.swift
[562/586] Compiling CryptoSwift Digest.swift
[563/586] Compiling CryptoSwift DigestType.swift
[564/586] Compiling CryptoSwift AES+Foundation.swift
[565/586] Compiling CryptoSwift Array+Foundation.swift
[566/586] Compiling CryptoSwift Blowfish+Foundation.swift
[567/586] Compiling CryptoSwift ChaCha20+Foundation.swift
[568/586] Compiling CryptoSwift Data+Extension.swift
[569/586] Compiling CryptoSwift HMAC+Foundation.swift
[570/586] Compiling CryptoSwift Rabbit+Foundation.swift
[571/586] Compiling CryptoSwift String+FoundationExtension.swift
[572/586] Compiling CryptoSwift Utils+Foundation.swift
[573/586] Compiling CryptoSwift XChaCha20+Foundation.swift
[574/586] Compiling CryptoSwift Generics.swift
[575/586] Compiling CryptoSwift HKDF.swift
[576/586] Compiling CryptoSwift HMAC.swift
[577/586] Compiling CryptoSwift ISO10126Padding.swift
[578/586] Compiling CryptoSwift ISO78164Padding.swift
[579/586] Compiling CryptoSwift Int+Extension.swift
[580/586] Compiling CryptoSwift MD5.swift
[581/586] Compiling CryptoSwift NoPadding.swift
[582/586] Compiling CryptoSwift Operators.swift
[583/586] Compiling CryptoSwift DER.swift
[584/586] Compiling CryptoSwift PBKDF1.swift
[585/586] Compiling CryptoSwift PBKDF2.swift
[586/586] Compiling CryptoSwift PKCS1v15.swift
[588/641] Compiling Crypto EllipticCurve_boring.swift
[589/641] Compiling Crypto NISTCurvesKeys_boring.swift
[590/641] Compiling Crypto X25519Keys_boring.swift
[591/641] Compiling Crypto Curve25519.swift
[592/641] Compiling Crypto Ed25519.swift
[593/641] Compiling Crypto NISTCurvesKeys.swift
[594/641] Compiling Crypto X25519Keys.swift
[595/648] Emitting module Crypto
[596/648] Compiling Crypto ASN1Identifier.swift
[597/648] Compiling Crypto ASN1Integer.swift
[598/648] Compiling Crypto ASN1OctetString.swift
[599/648] Compiling Crypto ArraySliceBigint.swift
[600/648] Compiling Crypto ObjectIdentifier.swift
[601/648] Compiling Crypto ECDSASignature.swift
[602/648] Compiling Crypto PEMDocument.swift
[603/648] Compiling Crypto PKCS8PrivateKey.swift
[604/648] Compiling Crypto EdDSA_boring.swift
[605/648] Compiling Crypto ECDSA.swift
[606/648] Compiling Crypto EdDSA.swift
[607/648] Compiling Crypto Signature.swift
[608/648] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[609/648] Compiling Crypto CryptoKitErrors_boring.swift
[610/648] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[611/648] Compiling Crypto Insecure.swift
[612/648] Compiling Crypto Insecure_HashFunctions.swift
[613/648] Compiling Crypto ECDH_boring.swift
[614/648] Compiling Crypto DH.swift
[615/648] Compiling Crypto ECDH.swift
[616/648] Compiling Crypto HKDF.swift
[617/648] Compiling Crypto Ed25519_boring.swift
[618/648] Compiling Crypto EllipticCurvePoint_boring.swift
[619/648] Compiling Crypto SEC1PrivateKey.swift
[620/648] Compiling Crypto SubjectPublicKeyInfo.swift
[621/648] Compiling Crypto CryptoKitErrors.swift
[622/648] Compiling Crypto Digest_boring.swift
[623/648] Compiling Crypto Digest.swift
[624/648] Compiling Crypto Digests.swift
[625/648] Compiling Crypto HashFunctions.swift
[626/648] Compiling Crypto HashFunctions_SHA2.swift
[627/648] Compiling Crypto SymmetricKeys.swift
[628/648] Compiling Crypto HMAC.swift
[629/648] Compiling Crypto MACFunctions.swift
[630/648] Compiling Crypto MessageAuthenticationCode.swift
[631/648] Compiling Crypto AES.swift
[632/648] Compiling Crypto ECDSASignature_boring.swift
[633/648] Compiling Crypto ECDSA_boring.swift
[634/648] Compiling Crypto AES-GCM.swift
[635/648] Compiling Crypto AES-GCM_boring.swift
[636/648] Compiling Crypto ChaChaPoly_boring.swift
[637/648] Compiling Crypto ChaChaPoly.swift
[638/648] Compiling Crypto Cipher.swift
[639/648] Compiling Crypto Nonces.swift
[640/648] Compiling Crypto ASN1.swift
[641/648] Compiling Crypto ASN1BitString.swift
[642/648] Compiling Crypto RNG_boring.swift
[643/648] Compiling Crypto SafeCompare_boring.swift
[644/648] Compiling Crypto Zeroization_boring.swift
[645/648] Compiling Crypto PrettyBytes.swift
[646/648] Compiling Crypto SafeCompare.swift
[647/648] Compiling Crypto SecureBytes.swift
[648/648] Compiling Crypto Zeroization.swift
[650/653] Compiling CryptoOffice CryptoOfficeError.swift
/host/spi-builder-workspace/Sources/CryptoOffice/CryptoOfficeError.swift:18:44: warning: cannot use struct 'Encoding' here; 'FoundationEssentials' was not imported by this file
16 |   case standardEncryptionNotSupported
17 |   case fileIsNotEncrypted(path: String)
18 |   case cantEncodePassword(encoding: String.Encoding)
   |                                            `- warning: cannot use struct 'Encoding' here; 'FoundationEssentials' was not imported by this file
19 |   case extensibleEncryptionNotSupported
20 |   case encryptedKeyNotSpecifiedForAgileEncryption
FoundationEssentials.String.Encoding:2:15: note: struct declared here
 1 | struct String {
 2 | public struct Encoding : RawRepresentable, Sendable, Equatable {
   |               `- note: struct declared here
 3 |     public var rawValue: UInt
 4 |     public init(rawValue: UInt)
[651/653] Emitting module CryptoOffice
/host/spi-builder-workspace/Sources/CryptoOffice/CryptoOfficeError.swift:18:44: warning: cannot use struct 'Encoding' here; 'FoundationEssentials' was not imported by this file
16 |   case standardEncryptionNotSupported
17 |   case fileIsNotEncrypted(path: String)
18 |   case cantEncodePassword(encoding: String.Encoding)
   |                                            `- warning: cannot use struct 'Encoding' here; 'FoundationEssentials' was not imported by this file
19 |   case extensibleEncryptionNotSupported
20 |   case encryptedKeyNotSpecifiedForAgileEncryption
FoundationEssentials.String.Encoding:2:15: note: struct declared here
 1 | struct String {
 2 | public struct Encoding : RawRepresentable, Sendable, Equatable {
   |               `- note: struct declared here
 3 |     public var rawValue: UInt
 4 |     public init(rawValue: UInt)
[652/653] Compiling CryptoOffice ECMA376Agile.swift
[653/653] Compiling CryptoOffice CryptoOfficeFile.swift
Build complete! (60.60s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
    },
    {
      "identity" : "xmlcoder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.11.1",
            "upper_bound" : "0.12.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/MaxDesiatov/XMLCoder.git"
    },
    {
      "identity" : "olekit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "0.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CoreOffice/OLEKit.git"
    },
    {
      "identity" : "zipfoundation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.11",
            "upper_bound" : "0.10.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/weichsel/ZIPFoundation.git"
    }
  ],
  "manifest_display_name" : "CryptoOffice",
  "name" : "CryptoOffice",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "CryptoOffice",
      "targets" : [
        "CryptoOffice"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CryptoOfficeTests",
      "module_type" : "SwiftTarget",
      "name" : "CryptoOfficeTests",
      "path" : "Tests/CryptoOfficeTests",
      "product_dependencies" : [
        "ZIPFoundation"
      ],
      "sources" : [
        "CryptoOfficeTests.swift"
      ],
      "target_dependencies" : [
        "CryptoOffice"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CryptoOffice",
      "module_type" : "SwiftTarget",
      "name" : "CryptoOffice",
      "path" : "Sources/CryptoOffice",
      "product_dependencies" : [
        "Crypto",
        "CryptoSwift",
        "OLEKit",
        "XMLCoder"
      ],
      "product_memberships" : [
        "CryptoOffice"
      ],
      "sources" : [
        "CryptoOfficeError.swift",
        "CryptoOfficeFile.swift",
        "ECMA376Agile.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.