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 swift-png, reference master (d444d9), with Swift 6.0 for macOS (SPM) on 16 Jan 2025 00:31:50 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tayloraswift/swift-png.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tayloraswift/swift-png
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
Fetching https://github.com/tayloraswift/swift-grammar
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/tayloraswift/swift-hash
[1/749] Fetching swift-grammar
[106/2318] Fetching swift-grammar, swift-atomics
[154/3186] Fetching swift-grammar, swift-atomics, swift-hash
Fetched https://github.com/tayloraswift/swift-grammar from cache (0.87s)
[1114/2437] Fetching swift-atomics, swift-hash
Fetched https://github.com/apple/swift-atomics.git from cache (1.10s)
Fetched https://github.com/tayloraswift/swift-hash from cache (1.10s)
Computing version for https://github.com/tayloraswift/swift-hash
Computed https://github.com/tayloraswift/swift-hash at 0.7.1 (0.48s)
Creating working copy for https://github.com/tayloraswift/swift-hash
Working copy of https://github.com/tayloraswift/swift-hash resolved at 0.7.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-png",
      "name": "swift-png",
      "url": "https://github.com/tayloraswift/swift-png.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-png",
      "dependencies": [
        {
          "identity": "swift-hash",
          "name": "swift-hash",
          "url": "https://github.com/tayloraswift/swift-hash",
          "version": "0.7.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-hash",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/tayloraswift/swift-png.git
[1/6416] Fetching swift-png
Fetched https://github.com/tayloraswift/swift-png.git from cache (6.07s)
Fetching https://github.com/tayloraswift/swift-hash from cache
Fetched https://github.com/tayloraswift/swift-hash from cache (0.49s)
Computing version for https://github.com/tayloraswift/swift-hash
Computed https://github.com/tayloraswift/swift-hash at 0.7.1 (0.02s)
Creating working copy for https://github.com/tayloraswift/swift-hash
Working copy of https://github.com/tayloraswift/swift-hash resolved at 0.7.1
Creating working copy for https://github.com/tayloraswift/swift-png.git
Working copy of https://github.com/tayloraswift/swift-png.git resolved at master (d444d98)
Found 1 product dependencies
  - swift-hash
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/tayloraswift/swift-png.git
https://github.com/tayloraswift/swift-png.git
{
  "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" : "/Users/admin/builder/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" : "BasicDecoding",
      "targets" : [
        "BasicDecoding"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "CustomColor",
      "targets" : [
        "CustomColor"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "ImageMetadata",
      "targets" : [
        "ImageMetadata"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "ImagesInMemory",
      "targets" : [
        "ImagesInMemory"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "iPhoneOptimized",
      "targets" : [
        "iPhoneOptimized"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "OnlineDecoding",
      "targets" : [
        "OnlineDecoding"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "BasicEncoding",
      "targets" : [
        "BasicEncoding"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "Indexing",
      "targets" : [
        "Indexing"
      ],
      "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",
        "BasicDecoding",
        "CustomColor",
        "ImageMetadata",
        "ImagesInMemory",
        "iPhoneOptimized",
        "OnlineDecoding",
        "BasicEncoding",
        "Indexing"
      ],
      "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",
        "BasicDecoding",
        "CustomColor",
        "ImageMetadata",
        "ImagesInMemory",
        "iPhoneOptimized",
        "OnlineDecoding",
        "BasicEncoding",
        "Indexing"
      ],
      "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" : "BasicDecoding",
      "module_type" : "SwiftTarget",
      "name" : "BasicDecoding",
      "path" : "Snippets/PNG",
      "product_memberships" : [
        "BasicDecoding"
      ],
      "sources" : [
        "BasicDecoding.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" : "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" : "iPhoneOptimized",
      "module_type" : "SwiftTarget",
      "name" : "iPhoneOptimized",
      "path" : "Snippets/PNG",
      "product_memberships" : [
        "iPhoneOptimized"
      ],
      "sources" : [
        "iPhoneOptimized.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" : "BasicEncoding",
      "module_type" : "SwiftTarget",
      "name" : "BasicEncoding",
      "path" : "Snippets/PNG",
      "product_memberships" : [
        "BasicEncoding"
      ],
      "sources" : [
        "BasicEncoding.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"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/50] Write sources
[2/50] Write decompression-benchmark-entitlement.plist
[2/50] Write sources
[8/50] Write compression-benchmark-entitlement.plist
[11/50] Write sources
[21/50] Write swift-version-5BDAB9E9C0126B9D.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/52] 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
[24/52] 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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/29] Write swift-version-5BDAB9E9C0126B9D.txt
[2/31] Emitting module BaseDigits
[3/31] Compiling BaseDigits BaseDigits.swift
[4/36] Emitting module Base16
[5/36] Compiling Base16 Base16.UppercaseDigits.swift
[6/36] Compiling Base16 Base16.swift
[7/36] Compiling Base16 Base16.LowercaseDigits.swift
[8/36] Compiling Base16 Base16.Values.swift
[9/38] Compiling CRC CRC32.swift
[10/38] Emitting module CRC
[11/93] Compiling LZ77 LZ77.RunLiteral.swift
[12/93] Compiling LZ77 LZ77.BlockMetadata.swift
[13/93] Compiling LZ77 LZ77.BlockShape.swift
[14/93] Compiling LZ77 LZ77.BlockState.swift
[15/93] Compiling LZ77 LZ77.BlockType.swift
[16/93] Compiling LZ77 LZ77.DecompressionError.swift
[17/98] Emitting module LZ77
[18/98] Compiling LZ77 LZ77.InflatorTables.swift
[19/98] Compiling LZ77 LZ77.StreamHeader.swift
[20/98] Compiling LZ77 LZ77.StreamHeaderError.swift
[21/98] Compiling LZ77 LZ77.Composites.swift
[22/98] Compiling LZ77 LZ77.Reversed.swift
[23/98] Compiling LZ77 LZ77.swift
[24/98] Compiling LZ77 LZ77.Decades.swift
[25/98] Compiling LZ77 LZ77.Deflator.swift
[26/98] Compiling LZ77 LZ77.DeflatorBuffers.Stream.swift
[27/98] Compiling LZ77 LZ77.DeflatorBuffers.swift
[28/98] Compiling LZ77 LZ77.DeflatorDicing.Node.swift
[29/98] Compiling LZ77 LZ77.DeflatorDicing.swift
[30/98] Compiling LZ77 LZ77.DeflatorTerm.Meta.swift
[31/98] Compiling LZ77 LZ77.DeflatorTerm.swift
[32/98] Compiling LZ77 LZ77.DeflatorWindow.Element.swift
[33/98] Compiling LZ77 LZ77.DeflatorWindow.swift
[34/98] Compiling LZ77 F14.District.Index.swift
[35/98] Compiling LZ77 F14.District.swift
[36/98] Compiling LZ77 Gzip.Format.swift
[37/98] Compiling LZ77 Gzip.Inflator.swift
[38/98] Compiling LZ77 Gzip.InflatorState.swift
[39/98] Compiling LZ77 Gzip.StreamHeader.swift
[40/98] Compiling LZ77 Gzip.StreamHeaderError.swift
[41/98] Compiling LZ77 Gzip.swift
[42/98] Compiling LZ77 SIMD16 (ext).swift
[43/98] Compiling LZ77 LZ77.Format.swift
[44/98] Compiling LZ77 LZ77.FormatType.swift
[45/98] Compiling LZ77 LZ77.MRC32.swift
[46/98] Compiling LZ77 LZ77.StreamIntegral.swift
[47/98] Compiling LZ77 LZ77.Inflator.swift
[48/98] Compiling LZ77 LZ77.InflatorBuffers.Stream.swift
[49/98] Compiling LZ77 LZ77.InflatorBuffers.swift
[50/98] Compiling LZ77 LZ77.InflatorIn.swift
[51/98] Compiling LZ77 LZ77.InflatorOut.swift
[52/98] Compiling LZ77 LZ77.InflatorState.swift
[53/98] Compiling LZ77 LZ77.DeflatorIn.swift
[54/98] Compiling LZ77 LZ77.DeflatorMatches.Depths.swift
[55/98] Compiling LZ77 LZ77.DeflatorMatches.swift
[56/98] Compiling LZ77 LZ77.DeflatorOut.swift
[57/98] Compiling LZ77 LZ77.DeflatorSearch.swift
[58/98] Compiling LZ77 LZ77.DeflatorTables.swift
[59/98] Compiling LZ77 F14.Hash.swift
[60/98] Compiling LZ77 F14.HashTable.swift
[61/98] Compiling LZ77 F14.swift
[62/98] Compiling LZ77 FixedWidthInteger (ext).swift
[63/98] Compiling LZ77 Gzip.Deflator.swift
[64/98] Compiling LZ77 Gzip.Format.Integral.swift
[65/98] Compiling LZ77 LZ77.Codeword.swift
[66/98] Compiling LZ77 LZ77.Distance.swift
[67/98] Compiling LZ77 LZ77.Heap.swift
[68/98] Compiling LZ77 LZ77.HuffmanPattern.swift
[69/98] Compiling LZ77 LZ77.HuffmanTree.swift
[70/98] Compiling LZ77 LZ77.Metaword.swift
[71/144] Compiling PNG PNG.Layout.swift
[72/144] Compiling PNG General.swift
[73/144] Compiling PNG LZ77.DecompressionError (ext).swift
[74/144] Compiling PNG LZ77.DeflateHeaderError (ext).swift
[75/144] Compiling PNG PNG.BytestreamDestination.swift
[76/148] Emitting module PNG
[77/148] Compiling PNG Array (ext).swift
[78/148] Compiling PNG ArraySlice (ext).swift
[79/148] Compiling PNG PNG.Color.swift
[80/148] Compiling PNG PNG.RGBA.swift
[81/148] Compiling PNG PNG.VA.swift
[82/148] Compiling PNG PNG.Context.swift
[83/148] Compiling PNG PNG.Decoder.swift
[84/148] Compiling PNG PNG.DecodingError.swift
[85/148] Compiling PNG PNG.Metadata.swift
[86/148] Compiling PNG PNG.Standard.swift
[87/148] Compiling PNG PNG.SuggestedPalette.Entries.swift
[88/148] Compiling PNG PNG.SuggestedPalette.swift
[89/148] Compiling PNG PNG.Text.swift
[90/148] Compiling PNG PNG.TimeModified.swift
[91/148] Compiling PNG PNG.Transparency.Case.swift
[92/148] Compiling PNG PNG.ColorRendering.swift
[93/148] Compiling PNG PNG.Gamma.swift
[94/148] Compiling PNG PNG.Header.swift
[95/148] Compiling PNG PNG.Histogram.swift
[96/148] Compiling PNG PNG.Palette.swift
[97/148] Compiling PNG PNG.ParsingError.swift
[98/148] Compiling PNG PNG.Percentmille.swift
[99/148] Compiling PNG PNG.PhysicalDimensions.swift
[100/148] Compiling PNG PNG.SignificantBits.Case.swift
[101/148] Compiling PNG PNG.SignificantBits.swift
[102/148] Compiling PNG PNG.Encoder.Pass.swift
[103/148] Compiling PNG PNG.Encoder.swift
[104/148] Compiling PNG PNG.FormattingError.swift
[105/148] Compiling PNG PNG.Format.Pixel.swift
[106/148] Compiling PNG PNG.Format.swift
[107/148] Compiling PNG PNG.Transparency.swift
[108/148] Compiling PNG System.swift
[109/148] Compiling PNG UnsafeMutableBufferPointer (ext).swift
[110/148] Compiling PNG __Entrypoint.swift
[111/148] Compiling PNG PNG.swift
[112/148] Compiling PNG PNG.Background.Case.swift
[113/148] Compiling PNG PNG.Background.swift
[114/148] Compiling PNG PNG.Chromaticity.swift
[115/148] Compiling PNG PNG.ColorProfile.swift
[116/148] Compiling PNG PNG.BytestreamSource.swift
[117/148] Compiling PNG PNG.Chunk.swift
[118/148] Compiling PNG PNG.LexingError.swift
[119/148] Compiling PNG PNG.Error.swift
[120/148] Compiling PNG PNG.Image.swift
[121/170] Compiling StreamingZlib StreamingZlib.swift
[122/170] Emitting module StreamingZlib
[123/172] Emitting module ImageMetadata
[124/172] Compiling ImageMetadata ImageMetadata.swift
[125/172] Compiling iPhoneOptimized iPhoneOptimized.swift
[126/172] Emitting module iPhoneOptimized
[127/172] Compiling StreamingGzip StreamingGzip.swift
[128/172] Emitting module StreamingGzip
[129/172] Compiling ImagesInMemory ImagesInMemory.swift
[130/172] Emitting module ImagesInMemory
[130/172] Write Objects.LinkFileList
[133/172] Emitting module PNGCompressionBenchmarks
[134/172] Compiling PNGCompressionBenchmarks Main.swift
[135/172] Emitting module PNGDecompressionBenchmarks
[136/172] Compiling PNGDecompressionBenchmarks Main.swift
[137/172] Emitting module OnlineDecoding
[138/172] Compiling OnlineDecoding OnlineDecoding.swift
[138/172] Write Objects.LinkFileList
[141/172] Emitting module Indexing
[142/172] Compiling Indexing Indexing.swift
[142/172] Write Objects.LinkFileList
[146/178] Emitting module BasicGzip
[147/178] Compiling BasicGzip BasicGzip.swift
[148/178] Compiling BasicDecoding BasicDecoding.swift
[149/178] Emitting module BasicDecoding
[150/178] Compiling BasicEncoding BasicEncoding.swift
[151/178] Emitting module BasicEncoding
[151/178] Write Objects.LinkFileList
[155/178] Emitting module CustomColor
[156/178] Compiling CustomColor CustomColor.swift
[157/178] Compiling PNGInspection PNG.Metadata (ext).swift
/Users/admin/builder/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
[158/178] Compiling PNGInspection String (ext).swift
[159/178] Emitting module PNGInspection
/Users/admin/builder/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
/Users/admin/builder/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
[160/178] Compiling PNGInspection PNG.SuggestedPalette (ext).swift
/Users/admin/builder/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
[160/178] Linking BasicGzip
[160/178] Write Objects.LinkFileList
[164/178] Linking OnlineDecoding
[165/178] Linking StreamingZlib
[166/178] Linking StreamingGzip
[167/178] Linking ImagesInMemory
[168/178] Linking compression-benchmark
[169/178] Linking ImageMetadata
[170/178] Linking iPhoneOptimized
[170/178] Linking decompression-benchmark
[170/178] Linking Indexing
[173/178] Applying decompression-benchmark
[174/178] Applying compression-benchmark
[175/178] Linking CustomColor
[176/178] Linking BasicEncoding
[177/178] Linking BasicDecoding
Build complete! (7.55s)
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" : "/Users/admin/builder/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" : "BasicDecoding",
      "targets" : [
        "BasicDecoding"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "CustomColor",
      "targets" : [
        "CustomColor"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "ImageMetadata",
      "targets" : [
        "ImageMetadata"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "ImagesInMemory",
      "targets" : [
        "ImagesInMemory"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "iPhoneOptimized",
      "targets" : [
        "iPhoneOptimized"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "OnlineDecoding",
      "targets" : [
        "OnlineDecoding"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "BasicEncoding",
      "targets" : [
        "BasicEncoding"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "Indexing",
      "targets" : [
        "Indexing"
      ],
      "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",
        "BasicDecoding",
        "CustomColor",
        "ImageMetadata",
        "ImagesInMemory",
        "iPhoneOptimized",
        "OnlineDecoding",
        "BasicEncoding",
        "Indexing"
      ],
      "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",
        "BasicDecoding",
        "CustomColor",
        "ImageMetadata",
        "ImagesInMemory",
        "iPhoneOptimized",
        "OnlineDecoding",
        "BasicEncoding",
        "Indexing"
      ],
      "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" : "BasicDecoding",
      "module_type" : "SwiftTarget",
      "name" : "BasicDecoding",
      "path" : "Snippets/PNG",
      "product_memberships" : [
        "BasicDecoding"
      ],
      "sources" : [
        "BasicDecoding.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" : "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" : "iPhoneOptimized",
      "module_type" : "SwiftTarget",
      "name" : "iPhoneOptimized",
      "path" : "Snippets/PNG",
      "product_memberships" : [
        "iPhoneOptimized"
      ],
      "sources" : [
        "iPhoneOptimized.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" : "BasicEncoding",
      "module_type" : "SwiftTarget",
      "name" : "BasicEncoding",
      "path" : "Snippets/PNG",
      "product_memberships" : [
        "BasicEncoding"
      ],
      "sources" : [
        "BasicEncoding.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"
    }
  ],
  "tools_version" : "5.8"
}
Done.