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 main (4fc483), with Swift 6.1 for Linux on 26 Apr 2025 01:58:18 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/CoreOffice/CryptoOffice
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4fc4834 Update README.md (#2)
Cloned https://github.com/CoreOffice/CryptoOffice.git
Revision (git rev-parse @):
4fc4834bf8df8e39cd5e4dfdf04b94cfe06b5257
SUCCESS checkout https://github.com/CoreOffice/CryptoOffice.git at main
========================================
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.5.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
    },
    {
      "identity" : "xmlcoder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.14.0",
            "upper_bound" : "0.15.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CoreOffice/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.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/CoreOffice/OLEKit.git
Fetching https://github.com/CoreOffice/XMLCoder.git
Fetching https://github.com/weichsel/ZIPFoundation.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/apple/swift-crypto.git
[1/906] Fetching olekit
[2/6468] Fetching olekit, zipfoundation
[1575/16479] Fetching olekit, zipfoundation, xmlcoder
[4679/30263] Fetching olekit, zipfoundation, xmlcoder, swift-crypto
[6751/43197] Fetching olekit, zipfoundation, xmlcoder, swift-crypto, cryptoswift
Fetched https://github.com/CoreOffice/OLEKit.git from cache (0.42s)
[20003/42291] Fetching zipfoundation, xmlcoder, swift-crypto, cryptoswift
Fetched https://github.com/apple/swift-crypto.git from cache (1.41s)
Fetched https://github.com/CoreOffice/XMLCoder.git from cache (1.45s)
Fetched https://github.com/weichsel/ZIPFoundation.git from cache (1.46s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.47s)
Computing version for https://github.com/CoreOffice/OLEKit.git
Computed https://github.com/CoreOffice/OLEKit.git at 0.1.0 (1.92s)
Computing version for https://github.com/CoreOffice/XMLCoder.git
Computed https://github.com/CoreOffice/XMLCoder.git at 0.14.0 (0.46s)
Computing version for https://github.com/weichsel/ZIPFoundation.git
Computed https://github.com/weichsel/ZIPFoundation.git at 0.9.19 (0.42s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (0.46s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 1.1.7 (0.46s)
Creating working copy for https://github.com/CoreOffice/XMLCoder.git
Working copy of https://github.com/CoreOffice/XMLCoder.git resolved at 0.14.0
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/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
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 cfb.c
[6/412] Copying PrivacyInfo.xcprivacy
[7/412] Compiling f_int.c
[8/412] Compiling f_string.c
[9/412] Compiling tasn_fre.c
[10/412] Compiling tasn_enc.c
[11/412] Compiling tasn_dec.c
[12/412] Compiling tasn_new.c
[13/412] Write swift-version-24593BA9C3E375BF.txt
[14/412] Compiling v3_skey.c
[15/412] Compiling v3_pmaps.c
[16/412] Compiling v3_prn.c
[17/412] Compiling v3_purp.c
[18/412] Compiling v3_utl.c
[19/412] Compiling CCryptoBoringSSLShims shims.c
[20/412] Compiling v3_pcons.c
[21/412] Compiling v3_pcia.c
[22/465] Compiling v3_ocsp.c
[23/483] Compiling v3_pci.c
[24/495] Compiling v3_lib.c
[25/513] Compiling v3_ncons.c
[26/566] Compiling v3_ia5.c
[27/566] Compiling v3_int.c
[28/566] Compiling v3_genn.c
[29/566] Compiling v3_info.c
[30/566] Compiling v3_extku.c
[31/566] Compiling v3_enum.c
[32/566] Compiling v3_bitst.c
[33/566] Compiling v3_conf.c
[34/566] Compiling v3_crld.c
[35/566] Compiling v3_cpols.c
[36/566] Compiling v3_akeya.c
[37/566] Compiling v3_alt.c
[38/566] Compiling v3_bcons.c
[39/566] Compiling v3_akey.c
[40/566] Compiling pcy_tree.c
[41/566] Compiling pcy_data.c
[42/566] Compiling pcy_node.c
[43/566] Compiling pcy_map.c
[44/566] Compiling pcy_lib.c
[45/566] Compiling x_val.c
[46/566] Compiling x_spki.c
[47/566] Compiling x_x509a.c
[48/566] Compiling pcy_cache.c
[49/566] Compiling x_req.c
[50/566] Compiling x_x509.c
[51/566] Compiling x_sig.c
[52/566] Compiling x_pkey.c
[53/566] Compiling x_pubkey.c
[54/566] Compiling x_exten.c
[55/566] Compiling x_info.c
[56/566] Compiling x_name.c
[57/566] Compiling x_attrib.c
[58/566] Compiling x_all.c
[59/566] Compiling x_crl.c
[60/566] Compiling x509spki.c
[61/566] Compiling x_algor.c
[62/566] Compiling x509rset.c
[63/566] Compiling x509name.c
[64/566] Compiling x509cset.c
[65/566] Compiling x509_v3.c
[66/566] Compiling x509_vpm.c
[67/566] Compiling x509_txt.c
[68/566] Compiling x509_vfy.c
[69/566] Compiling x509_trs.c
[70/566] Compiling x509_req.c
[71/566] Compiling x509_set.c
[72/566] Compiling x509_def.c
[73/566] Compiling x509_obj.c
[74/566] Compiling x509_ext.c
[75/566] Compiling x509_d2.c
[76/566] Compiling x509_lu.c
[77/566] Compiling x509_att.c
[78/566] Compiling x509.c
[79/566] Compiling x509_cmp.c
[80/566] Compiling t_x509a.c
[81/566] Compiling t_x509.c
[82/566] Compiling i2d_pr.c
[83/566] Compiling rsa_pss.c
[84/566] Compiling t_crl.c
[85/566] Compiling t_req.c
[86/566] Compiling by_file.c
[87/566] Compiling algorithm.c
[88/566] Compiling by_dir.c
[89/566] Compiling a_verify.c
[90/566] Compiling asn1_gen.c
[91/566] Compiling voprf.c
[92/566] Compiling a_sign.c
[93/566] Compiling a_strex.c
[94/566] Compiling a_digest.c
[95/566] Compiling thread_win.c
[96/566] Compiling trust_token.c
[97/566] Compiling thread_pthread.c
[98/566] Compiling thread_none.c
[99/566] Compiling thread.c
[100/566] Compiling stack.c
[101/566] Compiling siphash.c
[102/566] Compiling rsa_print.c
[103/566] Compiling rsa_asn1.c
[104/566] Compiling pmbtoken.c
[105/566] Compiling refcount_c11.c
[105/566] Compiling refcount_lock.c
[107/566] Compiling rc4.c
[107/566] Compiling windows.c
[109/566] Compiling fuchsia.c
[110/566] Compiling rand_extra.c
[111/566] Compiling deterministic.c
[112/566] Compiling forkunsafe.c
[112/566] Compiling passive.c
[114/566] Compiling poly1305_arm_asm.S
[115/566] Compiling pool.c
[116/566] Compiling poly1305_arm.c
[117/566] Compiling poly1305.c
[118/566] Compiling poly1305_vec.c
[119/566] Compiling pkcs7_x509.c
[120/566] Compiling pkcs8_x509.c
[121/566] Compiling pkcs8.c
[122/566] Compiling pkcs7.c
[123/566] Compiling p5_pbev2.c
[124/566] Compiling pem_pkey.c
[125/566] Compiling pem_x509.c
[126/566] Compiling pem_xaux.c
[127/566] Compiling pem_oth.c
[128/566] Compiling obj_xref.c
[129/566] Compiling pem_pk8.c
[130/566] Compiling pem_info.c
[131/566] Compiling mem.c
[132/566] Compiling obj.c
[133/566] Compiling pem_lib.c
[134/566] Compiling lhash.c
[135/566] Compiling pem_all.c
[136/566] Compiling hpke.c
[137/566] Compiling x86_64-mont5.mac.x86_64.S
[138/566] Compiling hkdf.c
[139/566] Compiling poly_rq_mul.S
[140/566] Compiling x86_64-mont5.linux.x86_64.S
[140/566] Compiling x86-mont.windows.x86.S
[142/566] Compiling x86_64-mont.mac.x86_64.S
[143/566] Compiling x86_64-mont.linux.x86_64.S
[144/566] Compiling hrss.c
[145/566] Compiling x86-mont.linux.x86.S
[146/566] Compiling vpaes-x86_64.mac.x86_64.S
[147/566] Compiling vpaes-x86_64.linux.x86_64.S
[148/566] Compiling vpaes-armv8.linux.aarch64.S
[149/566] Compiling vpaes-x86.linux.x86.S
[150/566] Compiling vpaes-x86.windows.x86.S
[151/566] Compiling vpaes-armv8.ios.aarch64.S
[152/566] Compiling vpaes-armv7.ios.arm.S
[153/566] Compiling vpaes-armv7.linux.arm.S
[154/566] Compiling sha512-x86_64.mac.x86_64.S
[155/566] Compiling kdf.c
[156/566] Compiling sha512-armv8.ios.aarch64.S
[157/566] Compiling sha512-armv8.linux.aarch64.S
[158/566] Compiling sha512-x86_64.linux.x86_64.S
[159/566] Compiling sha512-armv4.linux.arm.S
[160/566] Compiling sha512-armv4.ios.arm.S
[161/566] Compiling sha512-586.linux.x86.S
[162/566] Compiling sha512-586.windows.x86.S
[163/566] Compiling sha256-x86_64.mac.x86_64.S
[164/566] Compiling sha256-armv4.linux.arm.S
[165/566] Compiling sha256-armv8.linux.aarch64.S
[166/566] Compiling sha256-armv8.ios.aarch64.S
[167/566] Compiling sha256-x86_64.linux.x86_64.S
[168/566] Compiling sha256-armv4.ios.arm.S
[169/566] Compiling sha256-586.windows.x86.S
[170/566] Compiling sha256-586.linux.x86.S
[171/566] Compiling sha1-x86_64.mac.x86_64.S
[172/566] Compiling sha1-armv8.linux.aarch64.S
[173/566] Compiling sha1-armv8.ios.aarch64.S
[174/566] Compiling sha1-armv4-large.linux.arm.S
[175/566] Compiling sha1-armv4-large.ios.arm.S
[176/566] Compiling sha1-x86_64.linux.x86_64.S
[177/566] Compiling sha1-586.windows.x86.S
[178/566] Compiling sha1-586.linux.x86.S
[179/566] Compiling sha1-altivec.c
[180/566] Compiling sha256.c
[181/566] Compiling sha512.c
[182/566] Compiling sha1.c
[183/566] Compiling rsaz-avx2.mac.x86_64.S
[184/566] Compiling rsaz-avx2.linux.x86_64.S
[185/566] Compiling self_check.c
[186/566] Compiling padding.c
[187/566] Compiling rdrand-x86_64.mac.x86_64.S
[188/566] Compiling blinding.c
[189/566] Compiling rsa_impl.c
[190/566] Compiling rsa.c
[191/566] Compiling rdrand-x86_64.linux.x86_64.S
[192/566] Compiling rand.c
[193/566] Compiling urandom.c
[194/566] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[195/566] Compiling fork_detect.c
[196/566] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[197/566] Compiling ctrdrbg.c
[198/566] Compiling p256-x86_64-asm.mac.x86_64.S
[199/566] Compiling p256-x86_64-asm.linux.x86_64.S
[200/566] Compiling ofb.c
[201/566] Compiling polyval.c
[202/566] Compiling gcm_nohw.c
[203/566] Compiling gcm.c
[204/566] Compiling md5.c
[205/566] Compiling md5-x86_64.linux.x86_64.S
[206/566] Compiling md5-x86_64.mac.x86_64.S
[207/566] Compiling cbc.c
[208/566] Compiling ctr.c
[209/566] Compiling md5-586.windows.x86.S
[210/566] Compiling md5-586.linux.x86.S
[211/566] Compiling is_fips.c
[212/566] Compiling ghashv8-armx64.linux.aarch64.S
[213/566] Compiling ghashv8-armx64.ios.aarch64.S
[214/566] Compiling md4.c
[215/566] Compiling ghashv8-armx32.linux.arm.S
[216/566] Compiling hmac.c
[217/566] Compiling ghashv8-armx32.ios.arm.S
[218/566] Compiling ghash-x86_64.mac.x86_64.S
[219/566] Compiling ghash-x86.windows.x86.S
[220/566] Compiling ghash-x86.linux.x86.S
[220/566] Compiling ghash-x86_64.linux.x86_64.S
[222/566] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[224/566] Compiling OLEKit OLEStream.swift
[225/566] Compiling OLEKit OLEFile.swift
[226/566] Compiling OLEKit Reader.swift
[226/567] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[228/567] Compiling CryptoSwift ASN1Encoder.swift
[229/567] Compiling CryptoSwift ASN1Scanner.swift
[230/567] Compiling CryptoSwift Array+Extension.swift
[231/567] Compiling CryptoSwift Authenticator.swift
[232/567] Compiling CryptoSwift BatchedCollection.swift
[233/567] Compiling CryptoSwift Bit.swift
[233/567] Compiling ghash-ssse3-x86.windows.x86.S
[234/573] Compiling ghash-ssse3-x86.linux.x86.S
[235/573] Compiling ghash-neon-armv8.linux.aarch64.S
[236/573] Compiling ghash-neon-armv8.ios.aarch64.S
[237/573] Emitting module XMLCoder
[239/573] Compiling CryptoSwift AEAD.swift
[240/573] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[241/573] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[242/573] Compiling CryptoSwift AES.Cryptors.swift
[243/573] Compiling CryptoSwift AES.swift
[244/573] Compiling CryptoSwift ASN1.swift
[245/573] Compiling CryptoSwift ASN1Decoder.swift
[246/573] Compiling OLEKit OLEError.swift
[247/573] Compiling OLEKit Header.swift
[248/573] Emitting module OLEKit
[248/573] Compiling fips_shared_support.c
[249/573] Compiling ghash-armv4.linux.arm.S
[250/573] Compiling ghash-armv4.ios.arm.S
[252/573] Compiling CryptoSwift BlockModeOptions.swift
[253/573] Compiling CryptoSwift CBC.swift
[254/573] Compiling CryptoSwift CCM.swift
[255/573] Compiling CryptoSwift CFB.swift
[256/573] Compiling CryptoSwift CTR.swift
[257/573] Compiling CryptoSwift CipherModeWorker.swift
[258/573] Compiling CryptoSwift ECB.swift
[259/573] Compiling CryptoSwift GCM.swift
[260/573] Compiling CryptoSwift OCB.swift
[261/573] Compiling CryptoSwift OFB.swift
[262/573] Compiling CryptoSwift PCBC.swift
[263/573] Compiling CryptoSwift Blowfish.swift
[266/573] Compiling OLEKit FAT.swift
[267/573] Compiling CryptoSwift Exponentiation.swift
[268/573] Compiling CryptoSwift FloatingPointConversion.swift
[269/573] Compiling CryptoSwift GCD.swift
[270/573] Compiling CryptoSwift Hashable.swift
[271/573] Compiling CryptoSwift BlockEncryptor.swift
[272/573] Compiling CryptoSwift BlockMode.swift
[272/573] Compiling ecdh.c
[273/573] Compiling ecdsa.c
[275/573] Compiling CryptoSwift BitwiseOps.swift
[276/573] Compiling CryptoSwift CS.swift
[277/573] Compiling CryptoSwift Codable.swift
[278/573] Compiling CryptoSwift Comparable.swift
[279/573] Compiling CryptoSwift DataConversion.swift
[280/573] Compiling CryptoSwift Division.swift
[281/573] Compiling CryptoSwift BlockCipher.swift
[282/573] Compiling CryptoSwift BlockDecryptor.swift
[283/573] Compiling CryptoSwift CMAC.swift
[284/573] Compiling CryptoSwift Addition.swift
[285/573] Compiling CryptoSwift BigInt.swift
[286/573] Compiling CryptoSwift BigUInt.swift
[286/573] Compiling util.c
[288/573] Compiling OLEKit StorageType.swift
[288/573] Compiling simple_mul.c
[289/574] Compiling wnaf.c
[291/574] Compiling XMLCoder XMLEncoderImplementation.swift
[292/574] Compiling XMLCoder XMLEncodingStorage.swift
[293/574] Compiling XMLCoder XMLKeyedEncodingContainer.swift
[294/574] Compiling XMLCoder XMLReferencingEncoder.swift
[295/574] Compiling XMLCoder XMLUnkeyedEncodingContainer.swift
[296/574] Compiling CryptoSwift SquareRoot.swift
[297/574] Compiling CryptoSwift Strideable.swift
[298/574] Compiling CryptoSwift StringConversion.swift
[299/574] Compiling CryptoSwift Subtraction.swift
[300/574] Compiling CryptoSwift WordsAndBits.swift
[301/574] Compiling CryptoSwift ChaCha20.swift
[302/574] Compiling CryptoSwift Checksum.swift
[303/574] Compiling CryptoSwift Cipher.swift
[304/574] Compiling CryptoSwift Collection+Extension.swift
[305/574] Compiling CryptoSwift CompactMap.swift
[306/574] Compiling CryptoSwift Cryptor.swift
[307/574] Compiling CryptoSwift Cryptors.swift
[308/574] Compiling CryptoSwift Digest.swift
[309/574] Compiling CryptoSwift DigestType.swift
[310/574] Compiling CryptoSwift AES+Foundation.swift
[311/574] Compiling CryptoSwift Array+Foundation.swift
[312/574] Compiling CryptoSwift Blowfish+Foundation.swift
[313/574] Compiling CryptoSwift ChaCha20+Foundation.swift
[314/574] Compiling CryptoSwift Data+Extension.swift
[315/574] Compiling CryptoSwift HMAC+Foundation.swift
[316/574] Compiling CryptoSwift Rabbit+Foundation.swift
[317/574] Compiling CryptoSwift String+FoundationExtension.swift
[318/574] Compiling CryptoSwift Utils+Foundation.swift
[318/588] Compiling simple.c
[333/588] Compiling scalar.c
[334/588] Compiling oct.c
[336/588] Compiling p224-64.c
[337/588] Compiling p256.c
[338/588] Compiling felem.c
[339/588] Compiling p256-x86_64.c
[340/588] Compiling ec_montgomery.c
[341/588] Compiling ec_key.c
[342/588] Compiling check.c
[343/588] Compiling digests.c
[344/588] Compiling digest.c
[345/588] Compiling ec.c
[346/588] Compiling dh.c
[347/588] Compiling des.c
[348/588] Compiling co-586.linux.x86.S
[349/588] Compiling co-586.windows.x86.S
[350/588] Compiling e_des.c
[351/588] Compiling bsaes-armv7.linux.arm.S
[352/588] Compiling bsaes-armv7.ios.arm.S
[353/588] Compiling aead.c
[354/588] Compiling cipher.c
[355/588] Compiling e_aes.c
[355/588] Compiling sqrt.c
[355/588] Compiling rsaz_exp.c
[358/588] Compiling shift.c
[359/588] Compiling random.c
[360/588] Compiling montgomery_inv.c
[376/588] Compiling XMLCoder XMLEncoder.swift
[376/588] Compiling prime.c
[377/588] Compiling generic.c
[377/588] Compiling jacobi.c
[379/588] Compiling mul.c
[380/588] Compiling montgomery.c
[381/588] Compiling gcd_extra.c
[382/588] Compiling gcd.c
[383/588] Compiling ctx.c
[384/588] Compiling exponentiation.c
[385/588] Compiling div_extra.c
[392/588] Compiling bytes.c
[393/588] Compiling div.c
[394/589] Compiling cmp.c
[395/589] Compiling bn.c
[396/589] Compiling bn-586.windows.x86.S
[397/589] Compiling armv8-mont.linux.aarch64.S
[398/589] Compiling bn-586.linux.x86.S
[399/589] Compiling add.c
[401/589] Compiling armv8-mont.ios.aarch64.S
[402/589] Compiling armv4-mont.linux.arm.S
[403/589] Compiling aesv8-armx64.ios.aarch64.S
[404/589] Compiling armv4-mont.ios.arm.S
[405/589] Compiling aesv8-armx64.linux.aarch64.S
[406/589] Compiling aesv8-armx32.ios.arm.S
[406/589] Compiling aesv8-armx32.linux.arm.S
[408/589] Compiling aesni-x86_64.mac.x86_64.S
[409/589] Compiling x86_64-gcc.c
[410/589] Compiling aesni-gcm-x86_64.mac.x86_64.S
[411/589] Compiling aesni-x86.windows.x86.S
[412/589] Compiling aesni-x86_64.linux.x86_64.S
[414/589] Emitting module CryptoSwift
[429/589] Compiling aesni-x86.linux.x86.S
[430/589] Compiling aesni-gcm-x86_64.linux.x86_64.S
[431/589] Compiling key_wrap.c
[432/589] Compiling mode_wrappers.c
[433/589] Compiling aes.c
[434/589] Compiling sign.c
[435/589] Compiling ex_data.c
[436/589] Compiling scrypt.c
[437/589] Compiling aes_nohw.c
[438/589] Compiling p_x25519.c
[439/589] Compiling p_x25519_asn1.c
[440/589] Compiling print.c
[441/589] Compiling pbkdf.c
[441/589] Compiling p_rsa_asn1.c
[443/589] Compiling p_ed25519_asn1.c
[443/589] Compiling p_rsa.c
[445/589] Compiling p_ed25519.c
[446/589] Compiling p_dsa_asn1.c
[447/589] Compiling p_ec.c
[448/589] Compiling p_ec_asn1.c
[449/589] Compiling evp_ctx.c
[450/589] Compiling err_data.c
[451/589] Compiling digestsign.c
[452/589] Compiling evp.c
[453/589] Compiling evp_asn1.c
[454/589] Compiling engine.c
[455/589] Compiling err.c
[456/589] Compiling ecdsa_asn1.c
[457/589] Compiling ecdh_extra.c
[458/589] Compiling ec_derive.c
[459/589] Compiling dsa_asn1.c
[460/589] Compiling ec_asn1.c
[461/589] Compiling hash_to_curve.c
[462/589] Compiling dh_asn1.c
[463/589] Compiling params.c
[464/589] Compiling digest_extra.c
[465/589] Compiling dsa.c
[466/589] Compiling x25519-asm-arm.S
[467/589] Compiling spake25519.c
[468/589] Compiling cpu-ppc64le.c
[469/589] Compiling cpu-arm-linux.c
[469/589] Compiling cpu-arm.c
[471/589] Compiling cpu-intel.c
[472/589] Compiling crypto.c
[473/589] Compiling cpu-aarch64-linux.c
[474/589] Compiling cpu-aarch64-win.c
[475/589] Compiling cpu-aarch64-fuchsia.c
[476/589] Compiling cmac.c
[477/589] Compiling tls_cbc.c
[478/589] Compiling e_rc4.c
[479/589] Compiling curve25519.c
[480/589] Compiling conf.c
[481/589] Compiling e_tls.c
[482/589] Compiling e_rc2.c
[483/589] Compiling e_null.c
[484/589] Compiling derive_key.c
[485/589] Compiling e_aesctrhmac.c
[486/589] Compiling e_aesgcmsiv.c
[486/589] Compiling e_chacha20poly1305.c
[488/589] Compiling chacha20_poly1305_x86_64.mac.x86_64.S
[489/589] Compiling cipher_extra.c
[490/589] Compiling e_aesccm.c
[491/589] Compiling chacha-x86_64.mac.x86_64.S
[492/589] Compiling aes128gcmsiv-x86_64.mac.x86_64.S
[493/589] Compiling aes128gcmsiv-x86_64.linux.x86_64.S
[494/589] Compiling chacha-x86.windows.x86.S
[495/589] Compiling chacha20_poly1305_x86_64.linux.x86_64.S
[496/589] Compiling chacha.c
[497/589] Compiling chacha-x86.linux.x86.S
[498/589] Compiling chacha-armv8.linux.aarch64.S
[499/589] Compiling chacha-x86_64.linux.x86_64.S
[500/589] Compiling chacha-armv4.linux.arm.S
[501/589] Compiling chacha-armv8.ios.aarch64.S
[503/589] Compiling CryptoSwift Signature.swift
[504/589] Compiling CryptoSwift StreamDecryptor.swift
[505/589] Compiling CryptoSwift StreamEncryptor.swift
[506/589] Compiling CryptoSwift String+Extension.swift
[507/589] Compiling CryptoSwift UInt128.swift
[508/589] Compiling CryptoSwift UInt16+Extension.swift
[509/589] Compiling CryptoSwift UInt32+Extension.swift
[510/589] Compiling CryptoSwift UInt64+Extension.swift
[511/589] Compiling CryptoSwift UInt8+Extension.swift
[512/589] Compiling CryptoSwift Updatable.swift
[513/589] Compiling CryptoSwift Utils.swift
[514/589] Compiling CryptoSwift XChaCha20.swift
[515/589] Compiling CryptoSwift ZeroPadding.swift
[516/589] Compiling CryptoSwift resource_bundle_accessor.swift
[516/589] Compiling unicode.c
[517/589] Compiling chacha-armv4.ios.arm.S
[518/589] Compiling ber.c
[518/589] Compiling asn1_compat.c
[520/589] Compiling buf.c
[521/589] Compiling cbb.c
[521/589] Compiling cbs.c
[523/589] Compiling bn_asn1.c
[524/589] Compiling convert.c
[525/589] Compiling printf.c
[526/589] Compiling socket.c
[527/589] Compiling blake2.c
[528/589] Compiling socket_helper.c
[529/589] Compiling hexdump.c
[530/589] Compiling pair.c
[531/589] Compiling file.c
[532/589] Compiling bio_mem.c
[533/589] Compiling fd.c
[534/589] Compiling base64.c
[534/589] Compiling connect.c
[536/589] Compiling time_support.c
[537/589] Compiling bio.c
[538/589] Compiling f_enum.c
[539/589] Compiling asn1_par.c
[540/589] Compiling asn_pack.c
[541/589] Compiling tasn_utl.c
[542/589] Compiling tasn_typ.c
[543/589] Compiling asn1_lib.c
[544/589] Compiling a_utf8.c
[545/589] Compiling a_utctm.c
[546/589] Compiling a_time.c
[547/589] Compiling a_type.c
[548/589] Compiling a_strnid.c
[549/589] Compiling a_print.c
[550/589] Compiling a_octet.c
[551/589] Compiling a_object.c
[552/589] Compiling a_mbstr.c
[553/589] Compiling a_i2d_fp.c
[554/589] Compiling a_gentm.c
[555/589] Compiling a_int.c
[556/589] Compiling a_dup.c
[556/589] Compiling a_enum.c
[558/589] Compiling a_bool.c
[559/589] Compiling a_d2i_fp.c
[560/589] Compiling a_bitstr.c
[562/643] Compiling CryptoSwift XChaCha20+Foundation.swift
[563/643] Compiling CryptoSwift Generics.swift
[564/643] Compiling CryptoSwift HKDF.swift
[565/643] Compiling CryptoSwift HMAC.swift
[566/643] Compiling CryptoSwift ISO10126Padding.swift
[567/643] Compiling CryptoSwift ISO78164Padding.swift
[568/643] Compiling CryptoSwift Int+Extension.swift
[569/643] Compiling CryptoSwift MD5.swift
[570/643] Compiling CryptoSwift NoPadding.swift
[571/643] Compiling CryptoSwift Operators.swift
[572/643] Compiling CryptoSwift DER.swift
[573/643] Compiling CryptoSwift PBKDF1.swift
[574/643] Compiling CryptoSwift PBKDF2.swift
[575/643] Compiling CryptoSwift PKCS1v15.swift
[576/643] Compiling CryptoSwift PKCS5.swift
[577/643] Compiling CryptoSwift PKCS7.swift
[578/643] Compiling CryptoSwift PKCS7Padding.swift
[579/643] Compiling CryptoSwift Padding.swift
[580/643] Compiling CryptoSwift Poly1305.swift
[581/643] Compiling CryptoSwift RSA+Cipher.swift
[582/643] Compiling CryptoSwift RSA+Signature.swift
[583/643] Compiling CryptoSwift RSA.swift
[584/643] Compiling CryptoSwift Rabbit.swift
[585/643] Compiling CryptoSwift SHA1.swift
[586/643] Compiling CryptoSwift SHA2.swift
[587/643] Compiling CryptoSwift SHA3.swift
[588/643] Compiling CryptoSwift Scrypt.swift
[589/643] Compiling CryptoSwift SecureBytes.swift
[591/644] Compiling Crypto SymmetricKeys.swift
[592/644] Compiling Crypto HMAC.swift
[593/644] Compiling Crypto MACFunctions.swift
[594/644] Compiling Crypto MessageAuthenticationCode.swift
[595/644] Compiling Crypto AES.swift
[596/644] Compiling Crypto ECDSASignature_boring.swift
[597/644] Compiling Crypto ECDSA_boring.swift
[598/651] Emitting module Crypto
[599/651] Compiling Crypto SEC1PrivateKey.swift
[600/651] Compiling Crypto SubjectPublicKeyInfo.swift
[601/651] Compiling Crypto CryptoKitErrors.swift
[602/651] Compiling Crypto Digest_boring.swift
[603/651] Compiling Crypto Digest.swift
[604/651] Compiling Crypto Digests.swift
[605/651] Compiling Crypto HashFunctions.swift
[606/651] Compiling Crypto HashFunctions_SHA2.swift
[607/651] Compiling Crypto EdDSA_boring.swift
[608/651] Compiling Crypto ECDSA.swift
[609/651] Compiling Crypto EdDSA.swift
[610/651] Compiling Crypto Signature.swift
[611/651] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[612/651] Compiling Crypto CryptoKitErrors_boring.swift
[613/651] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[614/651] Compiling Crypto ASN1Identifier.swift
[615/651] Compiling Crypto ASN1Integer.swift
[616/651] Compiling Crypto ASN1OctetString.swift
[617/651] Compiling Crypto ArraySliceBigint.swift
[618/651] Compiling Crypto ObjectIdentifier.swift
[619/651] Compiling Crypto ECDSASignature.swift
[620/651] Compiling Crypto PEMDocument.swift
[621/651] Compiling Crypto PKCS8PrivateKey.swift
[622/651] Compiling Crypto Insecure.swift
[623/651] Compiling Crypto Insecure_HashFunctions.swift
[624/651] Compiling Crypto ECDH_boring.swift
[625/651] Compiling Crypto DH.swift
[626/651] Compiling Crypto ECDH.swift
[627/651] Compiling Crypto HKDF.swift
[628/651] Compiling Crypto Ed25519_boring.swift
[629/651] Compiling Crypto EllipticCurvePoint_boring.swift
[630/651] Compiling Crypto EllipticCurve_boring.swift
[631/651] Compiling Crypto NISTCurvesKeys_boring.swift
[632/651] Compiling Crypto X25519Keys_boring.swift
[633/651] Compiling Crypto Curve25519.swift
[634/651] Compiling Crypto Ed25519.swift
[635/651] Compiling Crypto NISTCurvesKeys.swift
[636/651] Compiling Crypto X25519Keys.swift
[637/651] Compiling Crypto AES-GCM.swift
[638/651] Compiling Crypto AES-GCM_boring.swift
[639/651] Compiling Crypto ChaChaPoly_boring.swift
[640/651] Compiling Crypto ChaChaPoly.swift
[641/651] Compiling Crypto Cipher.swift
[642/651] Compiling Crypto Nonces.swift
[643/651] Compiling Crypto ASN1.swift
[644/651] Compiling Crypto ASN1BitString.swift
[645/651] Compiling Crypto RNG_boring.swift
[646/651] Compiling Crypto SafeCompare_boring.swift
[647/651] Compiling Crypto Zeroization_boring.swift
[648/651] Compiling Crypto PrettyBytes.swift
[649/651] Compiling Crypto SafeCompare.swift
[650/651] Compiling Crypto SecureBytes.swift
[651/651] Compiling Crypto Zeroization.swift
[653/656] 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)
[654/656] 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)
[655/656] Compiling CryptoOffice ECMA376Agile.swift
[656/656] Compiling CryptoOffice CryptoOfficeFile.swift
Build complete! (30.82s)
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.5.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
    },
    {
      "identity" : "xmlcoder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.14.0",
            "upper_bound" : "0.15.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CoreOffice/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.3"
}
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.