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 libxlsxwriter, reference v1.2.2 (21c11a), with Swift 6.2 (beta) for Linux on 23 Jun 2025 12:36:53 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jmcnamara/libxlsxwriter.git
Reference: v1.2.2
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/jmcnamara/libxlsxwriter
 * tag               v1.2.2     -> FETCH_HEAD
HEAD is now at 21c11a2 Prep for release 1.2.2.
Cloned https://github.com/jmcnamara/libxlsxwriter.git
Revision (git rev-parse @):
21c11a2052162b24c121b766e4373b081ea07ff6
SUCCESS checkout https://github.com/jmcnamara/libxlsxwriter.git at v1.2.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/jmcnamara/libxlsxwriter.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/30] Compiling core.c
[1/30] Compiling comment.c
[2/30] Compiling chartsheet.c
[3/30] Compiling custom.c
[4/30] Compiling content_types.c
[5/30] Compiling app.c
[6/30] Compiling md5.c
[7/30] Compiling tmpfileplus.c
[8/30] Compiling ioapi.c
[9/30] Compiling table.c
[10/30] Compiling xmlwriter.c
[11/30] Compiling theme.c
[12/30] Compiling zip.c
[13/30] Compiling utility.c
[14/30] Compiling shared_strings.c
[15/30] Compiling rich_value_types.c
[16/30] Compiling vml.c
[17/30] Compiling rich_value_structure.c
[18/30] Compiling rich_value_rel.c
[19/30] Compiling metadata.c
[20/30] Compiling relationships.c
[21/30] Compiling rich_value.c
[22/30] Compiling hash_table.c
[23/30] Compiling workbook.c
[24/30] Compiling styles.c
[25/30] Compiling packager.c
[26/30] Compiling chart.c
[27/30] Compiling format.c
[28/30] Compiling drawing.c
[29/30] Compiling worksheet.c
Build complete! (2.92s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "libxlsxwriter",
  "name" : "libxlsxwriter",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "libxlsxwriter",
      "targets" : [
        "libxlsxwriter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "libxlsxwritertests",
      "module_type" : "SwiftTarget",
      "name" : "libxlsxwritertests",
      "path" : ".",
      "sources" : [
        "test/swift/test.swift"
      ],
      "target_dependencies" : [
        "libxlsxwriter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "libxlsxwriter",
      "module_type" : "ClangTarget",
      "name" : "libxlsxwriter",
      "path" : ".",
      "product_memberships" : [
        "libxlsxwriter"
      ],
      "sources" : [
        "src/app.c",
        "src/chart.c",
        "src/chartsheet.c",
        "src/comment.c",
        "src/content_types.c",
        "src/core.c",
        "src/custom.c",
        "src/drawing.c",
        "src/format.c",
        "src/hash_table.c",
        "src/metadata.c",
        "src/packager.c",
        "src/relationships.c",
        "src/rich_value.c",
        "src/rich_value_rel.c",
        "src/rich_value_structure.c",
        "src/rich_value_types.c",
        "src/shared_strings.c",
        "src/styles.c",
        "src/table.c",
        "src/theme.c",
        "src/utility.c",
        "src/vml.c",
        "src/workbook.c",
        "src/worksheet.c",
        "src/xmlwriter.c",
        "third_party/md5/md5.c",
        "third_party/minizip/ioapi.c",
        "third_party/minizip/zip.c",
        "third_party/tmpfileplus/tmpfileplus.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.