Build Information
Successful build of swift-png, reference 4.4.9 (d444d9
), with Swift 6.0 for Linux on 16 Jan 2025 07:18:55 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tayloraswift/swift-png.git
Reference: 4.4.9
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/tayloraswift/swift-png
* tag 4.4.9 -> FETCH_HEAD
HEAD is now at d444d98 Merge pull request #85 from tayloraswift/adopt-swift-testing
Cloned https://github.com/tayloraswift/swift-png.git
Revision (git rev-parse @):
d444d98aa32f022bf4a8e74b5a697c7ee856a6ad
SUCCESS checkout https://github.com/tayloraswift/swift-png.git at 4.4.9
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/tayloraswift/swift-png.git
https://github.com/tayloraswift/swift-png.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-hash",
"requirement" : {
"range" : [
{
"lower_bound" : "0.7.1",
"upper_bound" : "0.8.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tayloraswift/swift-hash"
}
],
"manifest_display_name" : "swift-png",
"name" : "swift-png",
"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" : "LZ77",
"targets" : [
"LZ77"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PNG",
"targets" : [
"PNG"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "compression-benchmark",
"targets" : [
"PNGCompressionBenchmarks"
],
"type" : {
"executable" : null
}
},
{
"name" : "decompression-benchmark",
"targets" : [
"PNGDecompressionBenchmarks"
],
"type" : {
"executable" : null
}
},
{
"name" : "StreamingZlib",
"targets" : [
"StreamingZlib"
],
"type" : {
"snippet" : null
}
},
{
"name" : "StreamingGzip",
"targets" : [
"StreamingGzip"
],
"type" : {
"snippet" : null
}
},
{
"name" : "BasicGzip",
"targets" : [
"BasicGzip"
],
"type" : {
"snippet" : null
}
},
{
"name" : "BasicEncoding",
"targets" : [
"BasicEncoding"
],
"type" : {
"snippet" : null
}
},
{
"name" : "CustomColor",
"targets" : [
"CustomColor"
],
"type" : {
"snippet" : null
}
},
{
"name" : "iPhoneOptimized",
"targets" : [
"iPhoneOptimized"
],
"type" : {
"snippet" : null
}
},
{
"name" : "Indexing",
"targets" : [
"Indexing"
],
"type" : {
"snippet" : null
}
},
{
"name" : "ImageMetadata",
"targets" : [
"ImageMetadata"
],
"type" : {
"snippet" : null
}
},
{
"name" : "ImagesInMemory",
"targets" : [
"ImagesInMemory"
],
"type" : {
"snippet" : null
}
},
{
"name" : "OnlineDecoding",
"targets" : [
"OnlineDecoding"
],
"type" : {
"snippet" : null
}
},
{
"name" : "BasicDecoding",
"targets" : [
"BasicDecoding"
],
"type" : {
"snippet" : null
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "PNGTests",
"module_type" : "SwiftTarget",
"name" : "PNGTests",
"path" : "Sources/PNGTests",
"sources" : [
"Filtering.swift",
"Premultiplication.swift"
],
"target_dependencies" : [
"PNG"
],
"type" : "test"
},
{
"c99name" : "PNGIntegrationTests",
"module_type" : "SwiftTarget",
"name" : "PNGIntegrationTests",
"path" : "Sources/PNGIntegrationTests",
"sources" : [
"Array (ext).swift",
"ArraySlice (ext).swift",
"ErrorHandling.swift",
"Roundtripping.swift"
],
"target_dependencies" : [
"PNG"
],
"type" : "test"
},
{
"c99name" : "PNGInspection",
"module_type" : "SwiftTarget",
"name" : "PNGInspection",
"path" : "Sources/PNGInspection",
"sources" : [
"PNG.Metadata (ext).swift",
"PNG.SuggestedPalette (ext).swift",
"String (ext).swift"
],
"target_dependencies" : [
"PNG"
],
"type" : "library"
},
{
"c99name" : "PNGDecompressionBenchmarks",
"module_type" : "SwiftTarget",
"name" : "PNGDecompressionBenchmarks",
"path" : "Benchmarks/Decompression/Swift",
"product_memberships" : [
"decompression-benchmark"
],
"sources" : [
"Main.swift"
],
"target_dependencies" : [
"PNG"
],
"type" : "executable"
},
{
"c99name" : "PNGCompressionTests",
"module_type" : "SwiftTarget",
"name" : "PNGCompressionTests",
"path" : "Sources/PNGCompressionTests",
"sources" : [
"Compression.swift"
],
"target_dependencies" : [
"PNG"
],
"type" : "test"
},
{
"c99name" : "PNGCompressionBenchmarks",
"module_type" : "SwiftTarget",
"name" : "PNGCompressionBenchmarks",
"path" : "Benchmarks/Compression/Swift",
"product_memberships" : [
"compression-benchmark"
],
"sources" : [
"Main.swift"
],
"target_dependencies" : [
"PNG"
],
"type" : "executable"
},
{
"c99name" : "PNG",
"module_type" : "SwiftTarget",
"name" : "PNG",
"path" : "Sources/PNG",
"product_memberships" : [
"PNG",
"compression-benchmark",
"decompression-benchmark",
"StreamingZlib",
"StreamingGzip",
"BasicGzip",
"BasicEncoding",
"CustomColor",
"iPhoneOptimized",
"Indexing",
"ImageMetadata",
"ImagesInMemory",
"OnlineDecoding",
"BasicDecoding"
],
"sources" : [
"Array (ext).swift",
"ArraySlice (ext).swift",
"ColorTargets/PNG.Color.swift",
"ColorTargets/PNG.RGBA.swift",
"ColorTargets/PNG.VA.swift",
"Decoding/PNG.Context.swift",
"Decoding/PNG.Decoder.swift",
"Decoding/PNG.DecodingError.swift",
"Decoding/PNG.Metadata.swift",
"Decoding/PNG.Standard.swift",
"Encoding/PNG.Encoder.Pass.swift",
"Encoding/PNG.Encoder.swift",
"Encoding/PNG.FormattingError.swift",
"Formats/PNG.Format.Pixel.swift",
"Formats/PNG.Format.swift",
"Formats/PNG.Layout.swift",
"General.swift",
"LZ77.DecompressionError (ext).swift",
"LZ77.DeflateHeaderError (ext).swift",
"Lexing/PNG.BytestreamDestination.swift",
"Lexing/PNG.BytestreamSource.swift",
"Lexing/PNG.Chunk.swift",
"Lexing/PNG.LexingError.swift",
"PNG.Error.swift",
"PNG.Image.swift",
"PNG.swift",
"Parsing/PNG.Background.Case.swift",
"Parsing/PNG.Background.swift",
"Parsing/PNG.Chromaticity.swift",
"Parsing/PNG.ColorProfile.swift",
"Parsing/PNG.ColorRendering.swift",
"Parsing/PNG.Gamma.swift",
"Parsing/PNG.Header.swift",
"Parsing/PNG.Histogram.swift",
"Parsing/PNG.Palette.swift",
"Parsing/PNG.ParsingError.swift",
"Parsing/PNG.Percentmille.swift",
"Parsing/PNG.PhysicalDimensions.swift",
"Parsing/PNG.SignificantBits.Case.swift",
"Parsing/PNG.SignificantBits.swift",
"Parsing/PNG.SuggestedPalette.Entries.swift",
"Parsing/PNG.SuggestedPalette.swift",
"Parsing/PNG.Text.swift",
"Parsing/PNG.TimeModified.swift",
"Parsing/PNG.Transparency.Case.swift",
"Parsing/PNG.Transparency.swift",
"System.swift",
"UnsafeMutableBufferPointer (ext).swift",
"__Entrypoint.swift"
],
"target_dependencies" : [
"LZ77"
],
"type" : "library"
},
{
"c99name" : "LZ77Tests",
"module_type" : "SwiftTarget",
"name" : "LZ77Tests",
"path" : "Sources/LZ77Tests",
"sources" : [
"Bitstreams.swift",
"Compression.swift",
"CompressionMicro.swift",
"HardwareAcceleration.swift"
],
"target_dependencies" : [
"LZ77"
],
"type" : "test"
},
{
"c99name" : "LZ77",
"module_type" : "SwiftTarget",
"name" : "LZ77",
"path" : "Sources/LZ77",
"product_dependencies" : [
"CRC"
],
"product_memberships" : [
"LZ77",
"PNG",
"compression-benchmark",
"decompression-benchmark",
"StreamingZlib",
"StreamingGzip",
"BasicGzip",
"BasicEncoding",
"CustomColor",
"iPhoneOptimized",
"Indexing",
"ImageMetadata",
"ImagesInMemory",
"OnlineDecoding",
"BasicDecoding"
],
"sources" : [
"Deflator/LZ77.Decades.swift",
"Deflator/LZ77.Deflator.swift",
"Deflator/LZ77.DeflatorBuffers.Stream.swift",
"Deflator/LZ77.DeflatorBuffers.swift",
"Deflator/LZ77.DeflatorDicing.Node.swift",
"Deflator/LZ77.DeflatorDicing.swift",
"Deflator/LZ77.DeflatorIn.swift",
"Deflator/LZ77.DeflatorMatches.Depths.swift",
"Deflator/LZ77.DeflatorMatches.swift",
"Deflator/LZ77.DeflatorOut.swift",
"Deflator/LZ77.DeflatorSearch.swift",
"Deflator/LZ77.DeflatorTables.swift",
"Deflator/LZ77.DeflatorTerm.Meta.swift",
"Deflator/LZ77.DeflatorTerm.swift",
"Deflator/LZ77.DeflatorWindow.Element.swift",
"Deflator/LZ77.DeflatorWindow.swift",
"F14/F14.District.Index.swift",
"F14/F14.District.swift",
"F14/F14.Hash.swift",
"F14/F14.HashTable.swift",
"F14/F14.swift",
"FixedWidthInteger (ext).swift",
"Gzip/Gzip.Deflator.swift",
"Gzip/Gzip.Format.Integral.swift",
"Gzip/Gzip.Format.swift",
"Gzip/Gzip.Inflator.swift",
"Gzip/Gzip.InflatorState.swift",
"Gzip/Gzip.StreamHeader.swift",
"Gzip/Gzip.StreamHeaderError.swift",
"Gzip/Gzip.swift",
"HuffmanCoding/LZ77.Codeword.swift",
"HuffmanCoding/LZ77.Distance.swift",
"HuffmanCoding/LZ77.Heap.swift",
"HuffmanCoding/LZ77.HuffmanPattern.swift",
"HuffmanCoding/LZ77.HuffmanTree.swift",
"HuffmanCoding/LZ77.Metaword.swift",
"HuffmanCoding/LZ77.RunLiteral.swift",
"Inflator/LZ77.BlockMetadata.swift",
"Inflator/LZ77.BlockShape.swift",
"Inflator/LZ77.BlockState.swift",
"Inflator/LZ77.BlockType.swift",
"Inflator/LZ77.DecompressionError.swift",
"Inflator/LZ77.Inflator.swift",
"Inflator/LZ77.InflatorBuffers.Stream.swift",
"Inflator/LZ77.InflatorBuffers.swift",
"Inflator/LZ77.InflatorIn.swift",
"Inflator/LZ77.InflatorOut.swift",
"Inflator/LZ77.InflatorState.swift",
"Inflator/LZ77.InflatorTables.swift",
"Inflator/LZ77.StreamHeader.swift",
"Inflator/LZ77.StreamHeaderError.swift",
"LZ77.Composites.swift",
"LZ77.Reversed.swift",
"LZ77.swift",
"SIMD16 (ext).swift",
"Wrappers/LZ77.Format.swift",
"Wrappers/LZ77.FormatType.swift",
"Wrappers/LZ77.MRC32.swift",
"Wrappers/LZ77.StreamIntegral.swift"
],
"type" : "library"
},
{
"c99name" : "StreamingZlib",
"module_type" : "SwiftTarget",
"name" : "StreamingZlib",
"path" : "Snippets/LZ77",
"product_memberships" : [
"StreamingZlib"
],
"sources" : [
"StreamingZlib.swift"
],
"target_dependencies" : [
"PNG",
"LZ77"
],
"type" : "snippet"
},
{
"c99name" : "StreamingGzip",
"module_type" : "SwiftTarget",
"name" : "StreamingGzip",
"path" : "Snippets/LZ77",
"product_memberships" : [
"StreamingGzip"
],
"sources" : [
"StreamingGzip.swift"
],
"target_dependencies" : [
"PNG",
"LZ77"
],
"type" : "snippet"
},
{
"c99name" : "BasicGzip",
"module_type" : "SwiftTarget",
"name" : "BasicGzip",
"path" : "Snippets/LZ77",
"product_memberships" : [
"BasicGzip"
],
"sources" : [
"BasicGzip.swift"
],
"target_dependencies" : [
"PNG",
"LZ77"
],
"type" : "snippet"
},
{
"c99name" : "BasicEncoding",
"module_type" : "SwiftTarget",
"name" : "BasicEncoding",
"path" : "Snippets/PNG",
"product_memberships" : [
"BasicEncoding"
],
"sources" : [
"BasicEncoding.swift"
],
"target_dependencies" : [
"PNG",
"LZ77"
],
"type" : "snippet"
},
{
"c99name" : "CustomColor",
"module_type" : "SwiftTarget",
"name" : "CustomColor",
"path" : "Snippets/PNG",
"product_memberships" : [
"CustomColor"
],
"sources" : [
"CustomColor.swift"
],
"target_dependencies" : [
"PNG",
"LZ77"
],
"type" : "snippet"
},
{
"c99name" : "iPhoneOptimized",
"module_type" : "SwiftTarget",
"name" : "iPhoneOptimized",
"path" : "Snippets/PNG",
"product_memberships" : [
"iPhoneOptimized"
],
"sources" : [
"iPhoneOptimized.swift"
],
"target_dependencies" : [
"PNG",
"LZ77"
],
"type" : "snippet"
},
{
"c99name" : "Indexing",
"module_type" : "SwiftTarget",
"name" : "Indexing",
"path" : "Snippets/PNG",
"product_memberships" : [
"Indexing"
],
"sources" : [
"Indexing.swift"
],
"target_dependencies" : [
"PNG",
"LZ77"
],
"type" : "snippet"
},
{
"c99name" : "ImageMetadata",
"module_type" : "SwiftTarget",
"name" : "ImageMetadata",
"path" : "Snippets/PNG",
"product_memberships" : [
"ImageMetadata"
],
"sources" : [
"ImageMetadata.swift"
],
"target_dependencies" : [
"PNG",
"LZ77"
],
"type" : "snippet"
},
{
"c99name" : "ImagesInMemory",
"module_type" : "SwiftTarget",
"name" : "ImagesInMemory",
"path" : "Snippets/PNG",
"product_memberships" : [
"ImagesInMemory"
],
"sources" : [
"ImagesInMemory.swift"
],
"target_dependencies" : [
"PNG",
"LZ77"
],
"type" : "snippet"
},
{
"c99name" : "OnlineDecoding",
"module_type" : "SwiftTarget",
"name" : "OnlineDecoding",
"path" : "Snippets/PNG",
"product_memberships" : [
"OnlineDecoding"
],
"sources" : [
"OnlineDecoding.swift"
],
"target_dependencies" : [
"PNG",
"LZ77"
],
"type" : "snippet"
},
{
"c99name" : "BasicDecoding",
"module_type" : "SwiftTarget",
"name" : "BasicDecoding",
"path" : "Snippets/PNG",
"product_memberships" : [
"BasicDecoding"
],
"sources" : [
"BasicDecoding.swift"
],
"target_dependencies" : [
"PNG",
"LZ77"
],
"type" : "snippet"
}
],
"tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/tayloraswift/swift-hash
[1/868] Fetching swift-hash
Fetched https://github.com/tayloraswift/swift-hash from cache (0.18s)
Computing version for https://github.com/tayloraswift/swift-hash
Computed https://github.com/tayloraswift/swift-hash at 0.7.1 (0.63s)
Creating working copy for https://github.com/tayloraswift/swift-hash
Working copy of https://github.com/tayloraswift/swift-hash resolved at 0.7.1
Building for debugging...
[0/64] Write sources
[19/64] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/66] Emitting module BaseDigits
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[22/66] Compiling BaseDigits BaseDigits.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[0/1] Planning build
Building for debugging...
[0/45] Write swift-version-24593BA9C3E375BF.txt
[2/47] Compiling BaseDigits BaseDigits.swift
[3/47] Emitting module BaseDigits
[4/48] Wrapping AST for BaseDigits for debugging
[6/53] Emitting module Base16
[7/53] Compiling Base16 Base16.Values.swift
[8/53] Compiling Base16 Base16.UppercaseDigits.swift
[9/53] Compiling Base16 Base16.LowercaseDigits.swift
[10/53] Compiling Base16 Base16.swift
[11/54] Wrapping AST for Base16 for debugging
[13/56] Emitting module CRC
[14/56] Compiling CRC CRC32.swift
[15/57] Wrapping AST for CRC for debugging
[17/110] Compiling LZ77 Gzip.Format.swift
[18/110] Compiling LZ77 Gzip.Inflator.swift
[19/110] Compiling LZ77 Gzip.InflatorState.swift
[20/110] Compiling LZ77 Gzip.StreamHeader.swift
[21/110] Compiling LZ77 Gzip.StreamHeaderError.swift
[22/110] Compiling LZ77 Gzip.swift
[23/110] Compiling LZ77 LZ77.Codeword.swift
[24/117] Compiling LZ77 LZ77.BlockShape.swift
[25/117] Compiling LZ77 LZ77.BlockState.swift
[26/117] Compiling LZ77 LZ77.BlockType.swift
[27/117] Compiling LZ77 LZ77.DecompressionError.swift
[28/117] Compiling LZ77 LZ77.Inflator.swift
[29/117] Compiling LZ77 LZ77.InflatorBuffers.Stream.swift
[30/117] Compiling LZ77 LZ77.InflatorBuffers.swift
[31/117] Compiling LZ77 LZ77.Reversed.swift
[32/117] Compiling LZ77 LZ77.swift
[33/117] Compiling LZ77 SIMD16 (ext).swift
[34/117] Compiling LZ77 LZ77.Format.swift
[35/117] Compiling LZ77 LZ77.FormatType.swift
[36/117] Compiling LZ77 LZ77.MRC32.swift
[37/117] Compiling LZ77 LZ77.StreamIntegral.swift
[38/117] Compiling LZ77 LZ77.InflatorIn.swift
[39/117] Compiling LZ77 LZ77.InflatorOut.swift
[40/117] Compiling LZ77 LZ77.InflatorState.swift
[41/117] Compiling LZ77 LZ77.InflatorTables.swift
[42/117] Compiling LZ77 LZ77.StreamHeader.swift
[43/117] Compiling LZ77 LZ77.StreamHeaderError.swift
[44/117] Compiling LZ77 LZ77.Composites.swift
[45/117] Emitting module LZ77
[46/117] Compiling LZ77 F14.District.Index.swift
[47/117] Compiling LZ77 F14.District.swift
[48/117] Compiling LZ77 F14.Hash.swift
[49/117] Compiling LZ77 F14.HashTable.swift
[50/117] Compiling LZ77 F14.swift
[51/117] Compiling LZ77 FixedWidthInteger (ext).swift
[52/117] Compiling LZ77 Gzip.Deflator.swift
[53/117] Compiling LZ77 Gzip.Format.Integral.swift
[54/117] Compiling LZ77 LZ77.DeflatorMatches.swift
[55/117] Compiling LZ77 LZ77.DeflatorOut.swift
[56/117] Compiling LZ77 LZ77.DeflatorSearch.swift
[57/117] Compiling LZ77 LZ77.DeflatorTables.swift
[58/117] Compiling LZ77 LZ77.DeflatorTerm.Meta.swift
[59/117] Compiling LZ77 LZ77.DeflatorTerm.swift
[60/117] Compiling LZ77 LZ77.DeflatorWindow.Element.swift
[61/117] Compiling LZ77 LZ77.DeflatorWindow.swift
[62/117] Compiling LZ77 LZ77.Decades.swift
[63/117] Compiling LZ77 LZ77.Deflator.swift
[64/117] Compiling LZ77 LZ77.DeflatorBuffers.Stream.swift
[65/117] Compiling LZ77 LZ77.DeflatorBuffers.swift
[66/117] Compiling LZ77 LZ77.DeflatorDicing.Node.swift
[67/117] Compiling LZ77 LZ77.DeflatorDicing.swift
[68/117] Compiling LZ77 LZ77.DeflatorIn.swift
[69/117] Compiling LZ77 LZ77.DeflatorMatches.Depths.swift
[70/117] Compiling LZ77 LZ77.Distance.swift
[71/117] Compiling LZ77 LZ77.Heap.swift
[72/117] Compiling LZ77 LZ77.HuffmanPattern.swift
[73/117] Compiling LZ77 LZ77.HuffmanTree.swift
[74/117] Compiling LZ77 LZ77.Metaword.swift
[75/117] Compiling LZ77 LZ77.RunLiteral.swift
[76/117] Compiling LZ77 LZ77.BlockMetadata.swift
[77/118] Wrapping AST for LZ77 for debugging
[79/162] Emitting module PNG
[80/168] Compiling PNG PNG.Gamma.swift
[81/168] Compiling PNG PNG.Header.swift
[82/168] Compiling PNG PNG.Histogram.swift
[83/168] Compiling PNG PNG.Palette.swift
[84/168] Compiling PNG PNG.ParsingError.swift
[85/168] Compiling PNG PNG.Percentmille.swift
[86/168] Compiling PNG PNG.Format.Pixel.swift
[87/168] Compiling PNG PNG.Format.swift
[88/168] Compiling PNG PNG.Layout.swift
[89/168] Compiling PNG General.swift
[90/168] Compiling PNG LZ77.DecompressionError (ext).swift
[91/168] Compiling PNG LZ77.DeflateHeaderError (ext).swift
[92/168] Compiling PNG PNG.PhysicalDimensions.swift
[93/168] Compiling PNG PNG.SignificantBits.Case.swift
[94/168] Compiling PNG PNG.SignificantBits.swift
[95/168] Compiling PNG PNG.SuggestedPalette.Entries.swift
[96/168] Compiling PNG PNG.SuggestedPalette.swift
[97/168] Compiling PNG PNG.Text.swift
[98/168] Compiling PNG PNG.DecodingError.swift
[99/168] Compiling PNG PNG.Metadata.swift
[100/168] Compiling PNG PNG.Standard.swift
[101/168] Compiling PNG PNG.Encoder.Pass.swift
[102/168] Compiling PNG PNG.Encoder.swift
[103/168] Compiling PNG PNG.FormattingError.swift
[104/168] Compiling PNG PNG.swift
[105/168] Compiling PNG PNG.Background.Case.swift
[106/168] Compiling PNG PNG.Background.swift
[107/168] Compiling PNG PNG.Chromaticity.swift
[108/168] Compiling PNG PNG.ColorProfile.swift
[109/168] Compiling PNG PNG.ColorRendering.swift
[110/168] Compiling PNG Array (ext).swift
[111/168] Compiling PNG ArraySlice (ext).swift
[112/168] Compiling PNG PNG.Color.swift
[113/168] Compiling PNG PNG.RGBA.swift
[114/168] Compiling PNG PNG.VA.swift
[115/168] Compiling PNG PNG.Context.swift
[116/168] Compiling PNG PNG.Decoder.swift
[117/168] Compiling PNG PNG.BytestreamDestination.swift
[118/168] Compiling PNG PNG.BytestreamSource.swift
[119/168] Compiling PNG PNG.Chunk.swift
[120/168] Compiling PNG PNG.LexingError.swift
[121/168] Compiling PNG PNG.Error.swift
[122/168] Compiling PNG PNG.Image.swift
[123/168] Compiling PNG PNG.TimeModified.swift
[124/168] Compiling PNG PNG.Transparency.Case.swift
[125/168] Compiling PNG PNG.Transparency.swift
[126/168] Compiling PNG System.swift
[127/168] Compiling PNG UnsafeMutableBufferPointer (ext).swift
[128/168] Compiling PNG __Entrypoint.swift
[130/187] Emitting module PNGCompressionBenchmarks
[131/187] Compiling PNGCompressionBenchmarks Main.swift
[132/188] Compiling StreamingZlib StreamingZlib.swift
[134/188] Emitting module StreamingZlib
[135/189] Compiling Indexing Indexing.swift
[136/189] Compiling OnlineDecoding OnlineDecoding.swift
[137/189] Emitting module OnlineDecoding
[138/190] Compiling PNGDecompressionBenchmarks Main.swift
[139/190] Emitting module PNGDecompressionBenchmarks
[140/190] Emitting module Indexing
[141/190] Emitting module iPhoneOptimized
[142/190] Compiling iPhoneOptimized iPhoneOptimized.swift
[144/193] Emitting module StreamingGzip
[145/193] Compiling StreamingGzip StreamingGzip.swift
[146/193] Emitting module PNGInspection
/host/spi-builder-workspace/Sources/PNGInspection/PNG.Metadata (ext).swift:3:1: warning: extension declares a conformance of imported type 'Metadata' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PNG' introduce this conformance in the future
1 | import PNG
2 |
3 | extension PNG.Metadata:CustomStringConvertible
| |- warning: extension declares a conformance of imported type 'Metadata' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PNG' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4 | {
5 | public
/host/spi-builder-workspace/Sources/PNGInspection/PNG.SuggestedPalette (ext).swift:3:1: warning: extension declares a conformance of imported type 'SuggestedPalette' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PNG' introduce this conformance in the future
1 | import PNG
2 |
3 | extension PNG.SuggestedPalette:CustomStringConvertible
| |- warning: extension declares a conformance of imported type 'SuggestedPalette' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PNG' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4 | {
5 | public
[147/193] Compiling PNGInspection PNG.Metadata (ext).swift
/host/spi-builder-workspace/Sources/PNGInspection/PNG.Metadata (ext).swift:3:1: warning: extension declares a conformance of imported type 'Metadata' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PNG' introduce this conformance in the future
1 | import PNG
2 |
3 | extension PNG.Metadata:CustomStringConvertible
| |- warning: extension declares a conformance of imported type 'Metadata' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PNG' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4 | {
5 | public
[152/196] Wrapping AST for StreamingZlib for debugging
[153/200] Wrapping AST for iPhoneOptimized for debugging
[155/200] Emitting module ImagesInMemory
[156/200] Compiling ImagesInMemory ImagesInMemory.swift
[156/203] Wrapping AST for StreamingGzip for debugging
[159/207] Emitting module ImageMetadata
[160/207] Compiling ImageMetadata ImageMetadata.swift
[160/207] Wrapping AST for PNGDecompressionBenchmarks for debugging
[162/207] Emitting module BasicDecoding
[163/207] Compiling BasicDecoding BasicDecoding.swift
[163/207] Wrapping AST for PNGCompressionBenchmarks for debugging
[165/209] Emitting module BasicGzip
[166/209] Compiling BasicGzip BasicGzip.swift
[167/209] Wrapping AST for OnlineDecoding for debugging
[169/210] Compiling BasicEncoding BasicEncoding.swift
[170/210] Wrapping AST for PNG for debugging
[171/210] Write Objects.LinkFileList
[178/210] Emitting module BasicEncoding
[179/211] Compiling PNGInspection String (ext).swift
[180/211] Compiling PNGInspection PNG.SuggestedPalette (ext).swift
/host/spi-builder-workspace/Sources/PNGInspection/PNG.SuggestedPalette (ext).swift:3:1: warning: extension declares a conformance of imported type 'SuggestedPalette' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PNG' introduce this conformance in the future
1 | import PNG
2 |
3 | extension PNG.SuggestedPalette:CustomStringConvertible
| |- warning: extension declares a conformance of imported type 'SuggestedPalette' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'PNG' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
4 | {
5 | public
[181/212] Wrapping AST for Indexing for debugging
[181/212] Wrapping AST for ImageMetadata for debugging
[185/212] Wrapping AST for ImagesInMemory for debugging
[186/212] Write Objects.LinkFileList
[188/212] Linking iPhoneOptimized
[190/212] Emitting module CustomColor
[191/212] Compiling CustomColor CustomColor.swift
[191/212] Linking StreamingGzip
[191/212] Write Objects.LinkFileList
[193/213] Linking StreamingZlib
[194/213] Linking compression-benchmark
[195/213] Linking decompression-benchmark
[197/213] Wrapping AST for BasicGzip for debugging
[198/213] Write Objects.LinkFileList
[199/213] Wrapping AST for BasicDecoding for debugging
[200/213] Write Objects.LinkFileList
[201/213] Wrapping AST for BasicEncoding for debugging
[202/213] Write Objects.LinkFileList
[203/213] Linking OnlineDecoding
[204/213] Linking Indexing
[205/213] Wrapping AST for CustomColor for debugging
[206/213] Write Objects.LinkFileList
[207/213] Linking ImagesInMemory
[208/213] Linking ImageMetadata
[209/213] Linking BasicGzip
[210/213] Linking BasicDecoding
[211/213] Linking BasicEncoding
[212/213] Linking CustomColor
Build complete! (16.50s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-hash",
"requirement" : {
"range" : [
{
"lower_bound" : "0.7.1",
"upper_bound" : "0.8.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tayloraswift/swift-hash"
}
],
"manifest_display_name" : "swift-png",
"name" : "swift-png",
"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" : "LZ77",
"targets" : [
"LZ77"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PNG",
"targets" : [
"PNG"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "compression-benchmark",
"targets" : [
"PNGCompressionBenchmarks"
],
"type" : {
"executable" : null
}
},
{
"name" : "decompression-benchmark",
"targets" : [
"PNGDecompressionBenchmarks"
],
"type" : {
"executable" : null
}
},
{
"name" : "StreamingZlib",
"targets" : [
"StreamingZlib"
],
"type" : {
"snippet" : null
}
},
{
"name" : "StreamingGzip",
"targets" : [
"StreamingGzip"
],
"type" : {
"snippet" : null
}
},
{
"name" : "BasicGzip",
"targets" : [
"BasicGzip"
],
"type" : {
"snippet" : null
}
},
{
"name" : "BasicEncoding",
"targets" : [
"BasicEncoding"
],
"type" : {
"snippet" : null
}
},
{
"name" : "CustomColor",
"targets" : [
"CustomColor"
],
"type" : {
"snippet" : null
}
},
{
"name" : "iPhoneOptimized",
"targets" : [
"iPhoneOptimized"
],
"type" : {
"snippet" : null
}
},
{
"name" : "Indexing",
"targets" : [
"Indexing"
],
"type" : {
"snippet" : null
}
},
{
"name" : "ImageMetadata",
"targets" : [
"ImageMetadata"
],
"type" : {
"snippet" : null
}
},
{
"name" : "ImagesInMemory",
"targets" : [
"ImagesInMemory"
],
"type" : {
"snippet" : null
}
},
{
"name" : "OnlineDecoding",
"targets" : [
"OnlineDecoding"
],
"type" : {
"snippet" : null
}
},
{
"name" : "BasicDecoding",
"targets" : [
"BasicDecoding"
],
"type" : {
"snippet" : null
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "PNGTests",
"module_type" : "SwiftTarget",
"name" : "PNGTests",
"path" : "Sources/PNGTests",
"sources" : [
"Filtering.swift",
"Premultiplication.swift"
],
"target_dependencies" : [
"PNG"
],
"type" : "test"
},
{
"c99name" : "PNGIntegrationTests",
"module_type" : "SwiftTarget",
"name" : "PNGIntegrationTests",
"path" : "Sources/PNGIntegrationTests",
"sources" : [
"Array (ext).swift",
"ArraySlice (ext).swift",
"ErrorHandling.swift",
"Roundtripping.swift"
],
"target_dependencies" : [
"PNG"
],
"type" : "test"
},
{
"c99name" : "PNGInspection",
"module_type" : "SwiftTarget",
"name" : "PNGInspection",
"path" : "Sources/PNGInspection",
"sources" : [
"PNG.Metadata (ext).swift",
"PNG.SuggestedPalette (ext).swift",
"String (ext).swift"
],
"target_dependencies" : [
"PNG"
],
"type" : "library"
},
{
"c99name" : "PNGDecompressionBenchmarks",
"module_type" : "SwiftTarget",
"name" : "PNGDecompressionBenchmarks",
"path" : "Benchmarks/Decompression/Swift",
"product_memberships" : [
"decompression-benchmark"
],
"sources" : [
"Main.swift"
],
"target_dependencies" : [
"PNG"
],
"type" : "executable"
},
{
"c99name" : "PNGCompressionTests",
"module_type" : "SwiftTarget",
"name" : "PNGCompressionTests",
"path" : "Sources/PNGCompressionTests",
"sources" : [
"Compression.swift"
],
"target_dependencies" : [
"PNG"
],
"type" : "test"
},
{
"c99name" : "PNGCompressionBenchmarks",
"module_type" : "SwiftTarget",
"name" : "PNGCompressionBenchmarks",
"path" : "Benchmarks/Compression/Swift",
"product_memberships" : [
"compression-benchmark"
],
"sources" : [
"Main.swift"
],
"target_dependencies" : [
"PNG"
],
"type" : "executable"
},
{
"c99name" : "PNG",
"module_type" : "SwiftTarget",
"name" : "PNG",
"path" : "Sources/PNG",
"product_memberships" : [
"PNG",
"compression-benchmark",
"decompression-benchmark",
"StreamingZlib",
"StreamingGzip",
"BasicGzip",
"BasicEncoding",
"CustomColor",
"iPhoneOptimized",
"Indexing",
"ImageMetadata",
"ImagesInMemory",
"OnlineDecoding",
"BasicDecoding"
],
"sources" : [
"Array (ext).swift",
"ArraySlice (ext).swift",
"ColorTargets/PNG.Color.swift",
"ColorTargets/PNG.RGBA.swift",
"ColorTargets/PNG.VA.swift",
"Decoding/PNG.Context.swift",
"Decoding/PNG.Decoder.swift",
"Decoding/PNG.DecodingError.swift",
"Decoding/PNG.Metadata.swift",
"Decoding/PNG.Standard.swift",
"Encoding/PNG.Encoder.Pass.swift",
"Encoding/PNG.Encoder.swift",
"Encoding/PNG.FormattingError.swift",
"Formats/PNG.Format.Pixel.swift",
"Formats/PNG.Format.swift",
"Formats/PNG.Layout.swift",
"General.swift",
"LZ77.DecompressionError (ext).swift",
"LZ77.DeflateHeaderError (ext).swift",
"Lexing/PNG.BytestreamDestination.swift",
"Lexing/PNG.BytestreamSource.swift",
"Lexing/PNG.Chunk.swift",
"Lexing/PNG.LexingError.swift",
"PNG.Error.swift",
"PNG.Image.swift",
"PNG.swift",
"Parsing/PNG.Background.Case.swift",
"Parsing/PNG.Background.swift",
"Parsing/PNG.Chromaticity.swift",
"Parsing/PNG.ColorProfile.swift",
"Parsing/PNG.ColorRendering.swift",
"Parsing/PNG.Gamma.swift",
"Parsing/PNG.Header.swift",
"Parsing/PNG.Histogram.swift",
"Parsing/PNG.Palette.swift",
"Parsing/PNG.ParsingError.swift",
"Parsing/PNG.Percentmille.swift",
"Parsing/PNG.PhysicalDimensions.swift",
"Parsing/PNG.SignificantBits.Case.swift",
"Parsing/PNG.SignificantBits.swift",
"Parsing/PNG.SuggestedPalette.Entries.swift",
"Parsing/PNG.SuggestedPalette.swift",
"Parsing/PNG.Text.swift",
"Parsing/PNG.TimeModified.swift",
"Parsing/PNG.Transparency.Case.swift",
"Parsing/PNG.Transparency.swift",
"System.swift",
"UnsafeMutableBufferPointer (ext).swift",
"__Entrypoint.swift"
],
"target_dependencies" : [
"LZ77"
],
"type" : "library"
},
{
"c99name" : "LZ77Tests",
"module_type" : "SwiftTarget",
"name" : "LZ77Tests",
"path" : "Sources/LZ77Tests",
"sources" : [
"Bitstreams.swift",
"Compression.swift",
"CompressionMicro.swift",
"HardwareAcceleration.swift"
],
"target_dependencies" : [
"LZ77"
],
"type" : "test"
},
{
"c99name" : "LZ77",
"module_type" : "SwiftTarget",
"name" : "LZ77",
"path" : "Sources/LZ77",
"product_dependencies" : [
"CRC"
],
"product_memberships" : [
"LZ77",
"PNG",
"compression-benchmark",
"decompression-benchmark",
"StreamingZlib",
"StreamingGzip",
"BasicGzip",
"BasicEncoding",
"CustomColor",
"iPhoneOptimized",
"Indexing",
"ImageMetadata",
"ImagesInMemory",
"OnlineDecoding",
"BasicDecoding"
],
"sources" : [
"Deflator/LZ77.Decades.swift",
"Deflator/LZ77.Deflator.swift",
"Deflator/LZ77.DeflatorBuffers.Stream.swift",
"Deflator/LZ77.DeflatorBuffers.swift",
"Deflator/LZ77.DeflatorDicing.Node.swift",
"Deflator/LZ77.DeflatorDicing.swift",
"Deflator/LZ77.DeflatorIn.swift",
"Deflator/LZ77.DeflatorMatches.Depths.swift",
"Deflator/LZ77.DeflatorMatches.swift",
"Deflator/LZ77.DeflatorOut.swift",
"Deflator/LZ77.DeflatorSearch.swift",
"Deflator/LZ77.DeflatorTables.swift",
"Deflator/LZ77.DeflatorTerm.Meta.swift",
"Deflator/LZ77.DeflatorTerm.swift",
"Deflator/LZ77.DeflatorWindow.Element.swift",
"Deflator/LZ77.DeflatorWindow.swift",
"F14/F14.District.Index.swift",
"F14/F14.District.swift",
"F14/F14.Hash.swift",
"F14/F14.HashTable.swift",
"F14/F14.swift",
"FixedWidthInteger (ext).swift",
"Gzip/Gzip.Deflator.swift",
"Gzip/Gzip.Format.Integral.swift",
"Gzip/Gzip.Format.swift",
"Gzip/Gzip.Inflator.swift",
"Gzip/Gzip.InflatorState.swift",
"Gzip/Gzip.StreamHeader.swift",
"Gzip/Gzip.StreamHeaderError.swift",
"Gzip/Gzip.swift",
"HuffmanCoding/LZ77.Codeword.swift",
"HuffmanCoding/LZ77.Distance.swift",
"HuffmanCoding/LZ77.Heap.swift",
"HuffmanCoding/LZ77.HuffmanPattern.swift",
"HuffmanCoding/LZ77.HuffmanTree.swift",
"HuffmanCoding/LZ77.Metaword.swift",
"HuffmanCoding/LZ77.RunLiteral.swift",
"Inflator/LZ77.BlockMetadata.swift",
"Inflator/LZ77.BlockShape.swift",
"Inflator/LZ77.BlockState.swift",
"Inflator/LZ77.BlockType.swift",
"Inflator/LZ77.DecompressionError.swift",
"Inflator/LZ77.Inflator.swift",
"Inflator/LZ77.InflatorBuffers.Stream.swift",
"Inflator/LZ77.InflatorBuffers.swift",
"Inflator/LZ77.InflatorIn.swift",
"Inflator/LZ77.InflatorOut.swift",
"Inflator/LZ77.InflatorState.swift",
"Inflator/LZ77.InflatorTables.swift",
"Inflator/LZ77.StreamHeader.swift",
"Inflator/LZ77.StreamHeaderError.swift",
"LZ77.Composites.swift",
"LZ77.Reversed.swift",
"LZ77.swift",
"SIMD16 (ext).swift",
"Wrappers/LZ77.Format.swift",
"Wrappers/LZ77.FormatType.swift",
"Wrappers/LZ77.MRC32.swift",
"Wrappers/LZ77.StreamIntegral.swift"
],
"type" : "library"
},
{
"c99name" : "StreamingZlib",
"module_type" : "SwiftTarget",
"name" : "StreamingZlib",
"path" : "Snippets/LZ77",
"product_memberships" : [
"StreamingZlib"
],
"sources" : [
"StreamingZlib.swift"
],
"target_dependencies" : [
"PNG",
"LZ77"
],
"type" : "snippet"
},
{
"c99name" : "StreamingGzip",
"module_type" : "SwiftTarget",
"name" : "StreamingGzip",
"path" : "Snippets/LZ77",
"product_memberships" : [
"StreamingGzip"
],
"sources" : [
"StreamingGzip.swift"
],
"target_dependencies" : [
"PNG",
"LZ77"
],
"type" : "snippet"
},
{
"c99name" : "BasicGzip",
"module_type" : "SwiftTarget",
"name" : "BasicGzip",
"path" : "Snippets/LZ77",
"product_memberships" : [
"BasicGzip"
],
"sources" : [
"BasicGzip.swift"
],
"target_dependencies" : [
"PNG",
"LZ77"
],
"type" : "snippet"
},
{
"c99name" : "BasicEncoding",
"module_type" : "SwiftTarget",
"name" : "BasicEncoding",
"path" : "Snippets/PNG",
"product_memberships" : [
"BasicEncoding"
],
"sources" : [
"BasicEncoding.swift"
],
"target_dependencies" : [
"PNG",
"LZ77"
],
"type" : "snippet"
},
{
"c99name" : "CustomColor",
"module_type" : "SwiftTarget",
"name" : "CustomColor",
"path" : "Snippets/PNG",
"product_memberships" : [
"CustomColor"
],
"sources" : [
"CustomColor.swift"
],
"target_dependencies" : [
"PNG",
"LZ77"
],
"type" : "snippet"
},
{
"c99name" : "iPhoneOptimized",
"module_type" : "SwiftTarget",
"name" : "iPhoneOptimized",
"path" : "Snippets/PNG",
"product_memberships" : [
"iPhoneOptimized"
],
"sources" : [
"iPhoneOptimized.swift"
],
"target_dependencies" : [
"PNG",
"LZ77"
],
"type" : "snippet"
},
{
"c99name" : "Indexing",
"module_type" : "SwiftTarget",
"name" : "Indexing",
"path" : "Snippets/PNG",
"product_memberships" : [
"Indexing"
],
"sources" : [
"Indexing.swift"
],
"target_dependencies" : [
"PNG",
"LZ77"
],
"type" : "snippet"
},
{
"c99name" : "ImageMetadata",
"module_type" : "SwiftTarget",
"name" : "ImageMetadata",
"path" : "Snippets/PNG",
"product_memberships" : [
"ImageMetadata"
],
"sources" : [
"ImageMetadata.swift"
],
"target_dependencies" : [
"PNG",
"LZ77"
],
"type" : "snippet"
},
{
"c99name" : "ImagesInMemory",
"module_type" : "SwiftTarget",
"name" : "ImagesInMemory",
"path" : "Snippets/PNG",
"product_memberships" : [
"ImagesInMemory"
],
"sources" : [
"ImagesInMemory.swift"
],
"target_dependencies" : [
"PNG",
"LZ77"
],
"type" : "snippet"
},
{
"c99name" : "OnlineDecoding",
"module_type" : "SwiftTarget",
"name" : "OnlineDecoding",
"path" : "Snippets/PNG",
"product_memberships" : [
"OnlineDecoding"
],
"sources" : [
"OnlineDecoding.swift"
],
"target_dependencies" : [
"PNG",
"LZ77"
],
"type" : "snippet"
},
{
"c99name" : "BasicDecoding",
"module_type" : "SwiftTarget",
"name" : "BasicDecoding",
"path" : "Snippets/PNG",
"product_memberships" : [
"BasicDecoding"
],
"sources" : [
"BasicDecoding.swift"
],
"target_dependencies" : [
"PNG",
"LZ77"
],
"type" : "snippet"
}
],
"tools_version" : "5.8"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.