The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of PLzmaSDK, reference 1.5.1 (66a9a1), with Swift 6.1 for Linux on 9 Jul 2025 21:26:17 UTC.

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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OlehKulykov/PLzmaSDK.git
Reference: 1.5.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/OlehKulykov/PLzmaSDK
 * tag               1.5.1      -> FETCH_HEAD
HEAD is now at 66a9a1a Release 1.5.1
Cloned https://github.com/OlehKulykov/PLzmaSDK.git
Revision (git rev-parse @):
66a9a1a309905dd257ac649c1876dd9806aeeec0
SUCCESS checkout https://github.com/OlehKulykov/PLzmaSDK.git at 1.5.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/OlehKulykov/PLzmaSDK.git
https://github.com/OlehKulykov/PLzmaSDK.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.1.0 but the installed version is 6.0.2
error: fatalError
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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Found unhandled resource at /host/spi-builder-workspace/resources/PrivacyInfo.xcprivacy
Building for debugging...
[0/184] Compiling plzma_test_files file__munchen_jpg.c
[1/184] Compiling plzma_test_files file__names_txt.c
[2/184] Write swift-version-24593BA9C3E375BF.txt
[3/184] Compiling plzma_test_files file__shutuptakemoney_jpg.c
[4/184] Compiling plzma_test_files file__southpark_jpg.c
[5/184] Compiling plzma_test_files file__zombies_jpg.c
[6/184] Compiling plzma_test_files file__7_7z.c
[7/184] Compiling plzma_test_files file__9_7z.c
[8/184] Compiling plzma_test_files file__8_7z.c
[9/184] Compiling plzma_test_files file__6_7z.c
[10/184] Compiling plzma_test_files file__5_7z.c
[11/184] Compiling plzma_test_files file__3_7z.c
[12/184] Compiling plzma_test_files file__18_7z_002.c
[13/184] Compiling plzma_test_files file__4_7z.c
[14/184] Compiling plzma_test_files file__18_7z_003.c
[15/184] Compiling plzma_test_files file__1_7z.c
[16/184] Compiling plzma_test_files file__2_7z.c
[17/184] Compiling plzma_test_files file__18_7z_001.c
[18/184] Compiling plzma_test_files file__17_jpg_xz.c
[19/184] Compiling plzma_test_files file__16_tar_xz.c
[20/184] Compiling libplzma plzma_update_callback.cpp
[21/184] Compiling plzma_test_files file__10_7z.c
[22/184] Compiling libplzma plzma_raw_heap_memory.cpp
[23/184] Compiling libplzma plzma_string.cpp
[24/184] Compiling plzma_test_files file__14_7z.c
[25/184] Compiling plzma_test_files file__13_7z.c
[26/184] Compiling plzma_test_files file__15_tar.c
[27/184] Compiling plzma_test_files file__12_7z.c
[28/184] Compiling plzma_test_files file__11_7z.c
/host/spi-builder-workspace/src/plzma_path_utils.cpp:86:35: warning: 'readdir_r' is deprecated [-Wdeprecated-declarations]
   86 |                 if ( (readRes = ::readdir_r(dir.dir, &d, &dp)) == 0 && dp) {
      |                                   ^
/usr/include/dirent.h:186:28: note: 'readdir_r' has been explicitly marked deprecated here
  186 |      __nonnull ((1, 2, 3)) __attribute_deprecated__;
      |                            ^
/usr/include/x86_64-linux-gnu/sys/cdefs.h:339:51: note: expanded from macro '__attribute_deprecated__'
  339 | # define __attribute_deprecated__ __attribute__ ((__deprecated__))
      |                                                   ^
1 warning generated.
[29/184] Compiling libplzma plzma_path_utils.cpp
/host/spi-builder-workspace/src/plzma_path.cpp:261:29: warning: 'readdir_r' is deprecated [-Wdeprecated-declarations]
  261 |                 readRes = ::readdir_r(_dir, &d, &dp);
      |                             ^
/usr/include/dirent.h:186:28: note: 'readdir_r' has been explicitly marked deprecated here
  186 |      __nonnull ((1, 2, 3)) __attribute_deprecated__;
      |                            ^
/usr/include/x86_64-linux-gnu/sys/cdefs.h:339:51: note: expanded from macro '__attribute_deprecated__'
  339 | # define __attribute_deprecated__ __attribute__ ((__deprecated__))
      |                                                   ^
1 warning generated.
[30/184] Compiling libplzma plzma_path.cpp
[31/184] Compiling libplzma plzma_progress.cpp
[32/184] Compiling libplzma plzma_file_utils.cpp
[33/184] Compiling libplzma plzma_item.cpp
[34/184] Compiling libplzma plzma_exception.cpp
[35/184] Compiling libplzma plzma_common.cpp
[36/184] Compiling libplzma plzma_open_callback.cpp
[37/184] Compiling libplzma plzma_out_streams.cpp
[38/184] Compiling libplzma plzma_in_streams.cpp
[39/184] Compiling System.cpp
[40/184] Compiling TimeUtils.cpp
[41/184] Compiling PropVariantConv.cpp
[42/184] Compiling libplzma plzma_extract_callback.cpp
[43/184] Compiling FileName.cpp
[44/184] Compiling PropVariant.cpp
[45/184] Compiling FileIO.cpp
[46/184] Compiling FileFind.cpp
[47/184] Compiling libplzma plzma_decoder_impl.cpp
[48/184] Compiling XzCrc64Reg.cpp
[49/184] Compiling libplzma plzma_base_callback.cpp
[50/184] Compiling Wildcard.cpp
[51/184] Compiling FileDir.cpp
[52/184] Compiling StringToInt.cpp
[53/184] Compiling libplzma plzma_encoder_impl.cpp
[54/184] Compiling UTFConvert.cpp
[55/184] Compiling NewHandler.cpp
[56/184] Compiling Sha256Reg.cpp
[57/184] Compiling StringConvert.cpp
[58/184] Compiling libplzma plzma.cpp
[59/184] Compiling MyWindows.cpp
[60/184] Compiling CRC.cpp
[61/184] Compiling IntToString.cpp
[62/184] Compiling CrcReg.cpp
[63/184] Compiling MyAesReg.cpp
[64/184] Compiling RandGen.cpp
[65/184] Compiling XzEncoder.cpp
[66/184] Compiling MyAes.cpp
[67/184] Compiling 7zAesRegister.cpp
[68/184] Compiling PpmdDecoder.cpp
[69/184] Compiling MyString.cpp
[70/184] Compiling XzDecoder.cpp
[71/184] Compiling PpmdRegister.cpp
[72/184] Compiling 7zAes.cpp
[73/184] Compiling LzmaDecoder.cpp
[74/184] Compiling PpmdEncoder.cpp
[75/184] Compiling LzmaRegister.cpp
[76/184] Compiling CopyRegister.cpp
[77/184] Compiling LzmaEncoder.cpp
[78/184] Compiling Lzma2Register.cpp
[79/184] Compiling CodecExports.cpp
[80/184] Compiling Lzma2Encoder.cpp
[81/184] Compiling DeltaFilter.cpp
[82/184] Compiling Lzma2Decoder.cpp
[83/184] Compiling ByteSwap.cpp
[84/184] Compiling CopyCoder.cpp
[85/184] Compiling BcjCoder.cpp
[86/184] Compiling BranchRegister.cpp
[87/184] Compiling BcjRegister.cpp
[88/184] Compiling BranchMisc.cpp
[89/184] Compiling Bcj2Register.cpp
[90/184] Compiling VirtThread.cpp
[91/184] Compiling PropId.cpp
[92/184] Compiling StreamUtils.cpp
[93/184] Compiling UniqBlocks.cpp
[94/184] Compiling OutBuffer.cpp
[95/184] Compiling OffsetStream.cpp
[96/184] Compiling StreamObjects.cpp
[97/184] Compiling Bcj2Coder.cpp
[97/184] Compiling ProgressUtils.cpp
[99/184] Compiling InBuffer.cpp
[100/184] Compiling CWrappers.cpp
[101/184] Compiling InOutTempBuffer.cpp
[102/184] Compiling LimitedStreams.cpp
[103/184] Compiling MethodProps.cpp
[104/184] Compiling FilterCoder.cpp
[105/184] Compiling FileStreams.cpp
[106/184] Compiling CreateCoder.cpp
[107/184] Compiling TarHeader.cpp
[108/184] Compiling TarRegister.cpp
[109/184] Compiling TarOut.cpp
[110/184] Compiling XzHandler.cpp
[111/184] Compiling TarIn.cpp
[112/184] Compiling TarHandlerOut.cpp
[113/184] Compiling TarUpdate.cpp
[114/184] Compiling SplitHandler.cpp
[115/184] Compiling DllExports2.cpp
[116/184] Compiling OutStreamWithCRC.cpp
[117/184] Compiling MultiStream.cpp
[118/184] Compiling TarHandler.cpp
[119/184] Compiling InStreamWithCRC.cpp
[120/184] Compiling ItemNameUtils.cpp
[121/184] Compiling LzmaHandler.cpp
[122/184] Compiling DummyOutStream.cpp
[123/184] Compiling HandlerOut.cpp
[124/184] Compiling ArchiveExports.cpp
[125/184] Compiling 7zRegister.cpp
[126/184] Compiling CoderMixer2.cpp
[127/184] Compiling 7zHeader.cpp
[128/184] Compiling 7zFolderInStream.cpp
[129/184] Compiling 7zProperties.cpp
[130/184] Compiling 7zOut.cpp
[131/184] Compiling XzIn.c
[132/184] Compiling 7zExtract.cpp
[133/184] Compiling 7zHandler.cpp
[134/184] Compiling 7zUpdate.cpp
[135/184] Compiling 7zIn.cpp
[135/184] Compiling 7zHandlerOut.cpp
[137/184] Compiling XzEnc.c
[138/184] Compiling Xz.c
[139/184] Compiling XzCrc64.c
[140/184] Compiling 7zDecode.cpp
[141/184] Compiling XzCrc64Opt.c
[142/184] Compiling Threads.c
[143/184] Compiling Sha256.c
[144/184] Compiling XzDec.c
[145/184] Compiling Sort.c
[146/184] Compiling Ppmd7Enc.c
[147/184] Compiling 7zEncode.cpp
[148/184] Compiling LzmaLib.c
[149/184] Compiling Ppmd7Dec.c
[150/184] Compiling Ppmd7.c
[151/184] Compiling MtCoder.c
[152/184] Compiling Lzma2DecMt.c
[153/184] Compiling Lzma2Enc.c
[153/184] Compiling LzFindOpt.c
[155/184] Compiling LzmaDec.c
[155/184] Compiling LzmaEnc.c
[157/184] Compiling Lzma2Dec.c
[158/184] Compiling BraIA64.c
[159/184] Compiling CpuArch.c
[160/184] Compiling Delta.c
[161/184] Compiling Bra86.c
[162/184] Compiling LzFindMt.c
[163/184] Compiling Sha256Opt.c
[164/184] Compiling SwapBytes.c
[165/184] Compiling Alloc.c
[166/184] Compiling Bcj2.c
[167/184] Compiling 7zStream.c
[168/184] Compiling Bra.c
[169/184] Compiling Bcj2Enc.c
[169/184] Compiling AesOpt.c
[171/184] Copying PrivacyInfo.xcprivacy
[172/184] Write sources
[173/184] Compiling Aes.c
[174/184] Compiling 7zAsm.S
[175/184] Compiling LzmaDecOpt.S
[176/184] Compiling 7zCrcOpt.c
[177/184] Compiling 7zCrc.c
[178/184] Compiling LzFind.c
[180/198] Emitting module PLzmaSDK
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[181/198] Compiling PLzmaSDK InStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[182/198] Compiling PLzmaSDK Item.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[183/198] Compiling PLzmaSDK ItemArray.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[184/198] Compiling PLzmaSDK ItemOutStreamArray.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[185/198] Compiling PLzmaSDK Decoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[186/198] Compiling PLzmaSDK Encoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[187/199] Compiling PLzmaSDK Exception.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[188/199] Compiling PLzmaSDK Global.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[189/199] Compiling PLzmaSDK OutMultiStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[190/199] Compiling PLzmaSDK OutStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[191/199] Compiling PLzmaSDK Types.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[192/199] Compiling PLzmaSDK Path.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[193/199] Compiling PLzmaSDK String+Plzma.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[194/199] Compiling PLzmaSDK resource_bundle_accessor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[195/200] Wrapping AST for PLzmaSDK for debugging
[196/200] Write Objects.LinkFileList
[198/200] Archiving libPLzmaSDK-Static.a
[199/200] Linking libPLzmaSDK-Dynamic.so
Build complete! (39.31s)
Build complete.
Found unhandled resource at /host/spi-builder-workspace/resources/PrivacyInfo.xcprivacy
{
  "c_language_standard" : "c11",
  "cxx_language_standard" : "c++11",
  "dependencies" : [
  ],
  "manifest_display_name" : "PLzmaSDK",
  "name" : "PLzmaSDK",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "PLzmaSDK",
      "targets" : [
        "PLzmaSDK"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PLzmaSDK-Static",
      "targets" : [
        "PLzmaSDK"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "PLzmaSDK-Dynamic",
      "targets" : [
        "PLzmaSDK"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "plzma_test_files",
      "module_type" : "ClangTarget",
      "name" : "plzma_test_files",
      "path" : "test_files",
      "sources" : [
        "file__10_7z.c",
        "file__11_7z.c",
        "file__12_7z.c",
        "file__13_7z.c",
        "file__14_7z.c",
        "file__15_tar.c",
        "file__16_tar_xz.c",
        "file__17_jpg_xz.c",
        "file__18_7z_001.c",
        "file__18_7z_002.c",
        "file__18_7z_003.c",
        "file__1_7z.c",
        "file__2_7z.c",
        "file__3_7z.c",
        "file__4_7z.c",
        "file__5_7z.c",
        "file__6_7z.c",
        "file__7_7z.c",
        "file__8_7z.c",
        "file__9_7z.c",
        "file__munchen_jpg.c",
        "file__names_txt.c",
        "file__shutuptakemoney_jpg.c",
        "file__southpark_jpg.c",
        "file__zombies_jpg.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "libplzma",
      "module_type" : "ClangTarget",
      "name" : "libplzma",
      "path" : "src",
      "product_memberships" : [
        "PLzmaSDK",
        "PLzmaSDK-Static",
        "PLzmaSDK-Dynamic"
      ],
      "sources" : [
        "Asm/arm64/7zAsm.S",
        "Asm/arm64/LzmaDecOpt.S",
        "C/7zCrc.c",
        "C/7zCrcOpt.c",
        "C/7zStream.c",
        "C/Aes.c",
        "C/AesOpt.c",
        "C/Alloc.c",
        "C/Bcj2.c",
        "C/Bcj2Enc.c",
        "C/Bra.c",
        "C/Bra86.c",
        "C/BraIA64.c",
        "C/CpuArch.c",
        "C/Delta.c",
        "C/LzFind.c",
        "C/LzFindMt.c",
        "C/LzFindOpt.c",
        "C/Lzma2Dec.c",
        "C/Lzma2DecMt.c",
        "C/Lzma2Enc.c",
        "C/LzmaDec.c",
        "C/LzmaEnc.c",
        "C/LzmaLib.c",
        "C/MtCoder.c",
        "C/Ppmd7.c",
        "C/Ppmd7Dec.c",
        "C/Ppmd7Enc.c",
        "C/Sha256.c",
        "C/Sha256Opt.c",
        "C/Sort.c",
        "C/SwapBytes.c",
        "C/Threads.c",
        "C/Xz.c",
        "C/XzCrc64.c",
        "C/XzCrc64Opt.c",
        "C/XzDec.c",
        "C/XzEnc.c",
        "C/XzIn.c",
        "CPP/7zip/Archive/7z/7zDecode.cpp",
        "CPP/7zip/Archive/7z/7zEncode.cpp",
        "CPP/7zip/Archive/7z/7zExtract.cpp",
        "CPP/7zip/Archive/7z/7zFolderInStream.cpp",
        "CPP/7zip/Archive/7z/7zHandler.cpp",
        "CPP/7zip/Archive/7z/7zHandlerOut.cpp",
        "CPP/7zip/Archive/7z/7zHeader.cpp",
        "CPP/7zip/Archive/7z/7zIn.cpp",
        "CPP/7zip/Archive/7z/7zOut.cpp",
        "CPP/7zip/Archive/7z/7zProperties.cpp",
        "CPP/7zip/Archive/7z/7zRegister.cpp",
        "CPP/7zip/Archive/7z/7zUpdate.cpp",
        "CPP/7zip/Archive/ArchiveExports.cpp",
        "CPP/7zip/Archive/Common/CoderMixer2.cpp",
        "CPP/7zip/Archive/Common/DummyOutStream.cpp",
        "CPP/7zip/Archive/Common/HandlerOut.cpp",
        "CPP/7zip/Archive/Common/InStreamWithCRC.cpp",
        "CPP/7zip/Archive/Common/ItemNameUtils.cpp",
        "CPP/7zip/Archive/Common/MultiStream.cpp",
        "CPP/7zip/Archive/Common/OutStreamWithCRC.cpp",
        "CPP/7zip/Archive/DllExports2.cpp",
        "CPP/7zip/Archive/LzmaHandler.cpp",
        "CPP/7zip/Archive/SplitHandler.cpp",
        "CPP/7zip/Archive/Tar/TarHandler.cpp",
        "CPP/7zip/Archive/Tar/TarHandlerOut.cpp",
        "CPP/7zip/Archive/Tar/TarHeader.cpp",
        "CPP/7zip/Archive/Tar/TarIn.cpp",
        "CPP/7zip/Archive/Tar/TarOut.cpp",
        "CPP/7zip/Archive/Tar/TarRegister.cpp",
        "CPP/7zip/Archive/Tar/TarUpdate.cpp",
        "CPP/7zip/Archive/XzHandler.cpp",
        "CPP/7zip/Common/CWrappers.cpp",
        "CPP/7zip/Common/CreateCoder.cpp",
        "CPP/7zip/Common/FileStreams.cpp",
        "CPP/7zip/Common/FilterCoder.cpp",
        "CPP/7zip/Common/InBuffer.cpp",
        "CPP/7zip/Common/InOutTempBuffer.cpp",
        "CPP/7zip/Common/LimitedStreams.cpp",
        "CPP/7zip/Common/MethodProps.cpp",
        "CPP/7zip/Common/OffsetStream.cpp",
        "CPP/7zip/Common/OutBuffer.cpp",
        "CPP/7zip/Common/ProgressUtils.cpp",
        "CPP/7zip/Common/PropId.cpp",
        "CPP/7zip/Common/StreamObjects.cpp",
        "CPP/7zip/Common/StreamUtils.cpp",
        "CPP/7zip/Common/UniqBlocks.cpp",
        "CPP/7zip/Common/VirtThread.cpp",
        "CPP/7zip/Compress/Bcj2Coder.cpp",
        "CPP/7zip/Compress/Bcj2Register.cpp",
        "CPP/7zip/Compress/BcjCoder.cpp",
        "CPP/7zip/Compress/BcjRegister.cpp",
        "CPP/7zip/Compress/BranchMisc.cpp",
        "CPP/7zip/Compress/BranchRegister.cpp",
        "CPP/7zip/Compress/ByteSwap.cpp",
        "CPP/7zip/Compress/CodecExports.cpp",
        "CPP/7zip/Compress/CopyCoder.cpp",
        "CPP/7zip/Compress/CopyRegister.cpp",
        "CPP/7zip/Compress/DeltaFilter.cpp",
        "CPP/7zip/Compress/Lzma2Decoder.cpp",
        "CPP/7zip/Compress/Lzma2Encoder.cpp",
        "CPP/7zip/Compress/Lzma2Register.cpp",
        "CPP/7zip/Compress/LzmaDecoder.cpp",
        "CPP/7zip/Compress/LzmaEncoder.cpp",
        "CPP/7zip/Compress/LzmaRegister.cpp",
        "CPP/7zip/Compress/PpmdDecoder.cpp",
        "CPP/7zip/Compress/PpmdEncoder.cpp",
        "CPP/7zip/Compress/PpmdRegister.cpp",
        "CPP/7zip/Compress/XzDecoder.cpp",
        "CPP/7zip/Compress/XzEncoder.cpp",
        "CPP/7zip/Crypto/7zAes.cpp",
        "CPP/7zip/Crypto/7zAesRegister.cpp",
        "CPP/7zip/Crypto/MyAes.cpp",
        "CPP/7zip/Crypto/MyAesReg.cpp",
        "CPP/7zip/Crypto/RandGen.cpp",
        "CPP/Common/CRC.cpp",
        "CPP/Common/CrcReg.cpp",
        "CPP/Common/IntToString.cpp",
        "CPP/Common/MyString.cpp",
        "CPP/Common/MyWindows.cpp",
        "CPP/Common/NewHandler.cpp",
        "CPP/Common/Sha256Reg.cpp",
        "CPP/Common/StringConvert.cpp",
        "CPP/Common/StringToInt.cpp",
        "CPP/Common/UTFConvert.cpp",
        "CPP/Common/Wildcard.cpp",
        "CPP/Common/XzCrc64Reg.cpp",
        "CPP/Windows/FileDir.cpp",
        "CPP/Windows/FileFind.cpp",
        "CPP/Windows/FileIO.cpp",
        "CPP/Windows/FileName.cpp",
        "CPP/Windows/PropVariant.cpp",
        "CPP/Windows/PropVariantConv.cpp",
        "CPP/Windows/System.cpp",
        "CPP/Windows/TimeUtils.cpp",
        "plzma.cpp",
        "plzma_base_callback.cpp",
        "plzma_common.cpp",
        "plzma_decoder_impl.cpp",
        "plzma_encoder_impl.cpp",
        "plzma_exception.cpp",
        "plzma_extract_callback.cpp",
        "plzma_file_utils.cpp",
        "plzma_in_streams.cpp",
        "plzma_item.cpp",
        "plzma_open_callback.cpp",
        "plzma_out_streams.cpp",
        "plzma_path.cpp",
        "plzma_path_utils.cpp",
        "plzma_progress.cpp",
        "plzma_raw_heap_memory.cpp",
        "plzma_string.cpp",
        "plzma_update_callback.cpp"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PLzmaSDKTests",
      "module_type" : "SwiftTarget",
      "name" : "PLzmaSDKTests",
      "path" : "swift_pm_tests",
      "sources" : [
        "LinuxMain.swift",
        "plzmaTests/Compress.swift",
        "plzmaTests/Global.swift",
        "plzmaTests/OpenAndList.swift",
        "plzmaTests/TypesTests.swift",
        "plzmaTests/XCTestManifests.swift",
        "plzmaTests/plzmaTests.swift"
      ],
      "target_dependencies" : [
        "PLzmaSDK",
        "libplzma",
        "plzma_test_files"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PLzmaSDK",
      "module_type" : "SwiftTarget",
      "name" : "PLzmaSDK",
      "path" : "swift",
      "product_memberships" : [
        "PLzmaSDK",
        "PLzmaSDK-Static",
        "PLzmaSDK-Dynamic"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Decoder.swift",
        "Encoder.swift",
        "Exception.swift",
        "Global.swift",
        "InStream.swift",
        "Item.swift",
        "ItemArray.swift",
        "ItemOutStreamArray.swift",
        "OutMultiStream.swift",
        "OutStream.swift",
        "Path.swift",
        "String+Plzma.swift",
        "Types.swift"
      ],
      "target_dependencies" : [
        "libplzma"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.