The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of brotli, reference main (e77596), with Swift 5.10 for macOS (SPM) on 8 Jul 2024 17:36:46 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.45.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SusanDoggie/brotli.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SusanDoggie/brotli
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e77596a Update .gitmodules
Submodule path 'dependencies/brotli': checked out 'f4153a09f87cbb9c826d8fc12c74642bb2d879ea'
Submodule 'dependencies/brotli' (https://github.com/google/brotli.git) registered for path 'dependencies/brotli'
Cloning into '/Users/admin/builder/spi-builder-workspace/dependencies/brotli'...
From https://github.com/google/brotli
 * branch            f4153a09f87cbb9c826d8fc12c74642bb2d879ea -> FETCH_HEAD
Cloned https://github.com/SusanDoggie/brotli.git
Revision (git rev-parse @):
e77596a90f615698c201aacd4cd506a45ad66fb9
SUCCESS checkout https://github.com/SusanDoggie/brotli.git at main
========================================
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": "brotli",
      "name": "brotli",
      "url": "https://github.com/SusanDoggie/brotli.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/brotli",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/SusanDoggie/brotli.git
[1/65] Fetching brotli
Fetched https://github.com/SusanDoggie/brotli.git from cache (1.15s)
Creating working copy for https://github.com/SusanDoggie/brotli.git
Working copy of https://github.com/SusanDoggie/brotli.git resolved at main (e77596a)
warning: '.resolve-product-dependencies': dependency 'brotli' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/SusanDoggie/brotli.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/31] Compiling state.c
[1/31] Compiling huffman.c
[1/31] Compiling transform.c
[3/31] Compiling platform.c
[4/31] Compiling bit_reader.c
[5/31] Compiling utf8_util.c
[6/31] Compiling memory.c
[7/31] Compiling literal_cost.c
[8/31] Compiling fast_log.c
[9/31] Compiling context.c
[10/31] Compiling entropy_encode.c
[11/31] Compiling constants.c
[12/31] Compiling static_dict.c
[13/31] Compiling histogram.c
[14/31] Compiling metablock.c
[15/31] Compiling dictionary_hash.c
[16/31] Compiling dictionary.c
[17/31] Compiling decode.c
[18/31] Compiling command.c
[19/31] Compiling compound_dictionary.c
[20/31] Compiling shared_dictionary.c
[21/31] Compiling encoder_dict.c
[22/31] Compiling cluster.c
[23/31] Compiling compress_fragment.c
[24/31] Compiling compress_fragment_two_pass.c
[25/31] Compiling encode.c
[26/31] Compiling block_splitter.c
[27/31] Compiling brotli_bit_stream.c
[28/31] Compiling bit_cost.c
[29/31] Compiling backward_references_hq.c
[30/31] Compiling backward_references.c
Build complete! (2.16s)
Build complete.
Done.