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 TGLXLSXWriter, reference 0.0.3 (380722), with Swift 6.1 for Linux on 27 Apr 2025 06:40:06 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.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/thegrizzlylabs/TGLXLSXWriter.git
Reference: 0.0.3
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/thegrizzlylabs/TGLXLSXWriter
 * tag               0.0.3      -> FETCH_HEAD
HEAD is now at 3807223 Properly encode XML entities
Cloned https://github.com/thegrizzlylabs/TGLXLSXWriter.git
Revision (git rev-parse @):
3807223ebdfb96f838b21f609d5acae82ad75fdd
SUCCESS checkout https://github.com/thegrizzlylabs/TGLXLSXWriter.git at 0.0.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/thegrizzlylabs/TGLXLSXWriter.git
https://github.com/thegrizzlylabs/TGLXLSXWriter.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "zipfoundation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/weichsel/ZIPFoundation.git"
    }
  ],
  "manifest_display_name" : "TGLXLSXWriter",
  "name" : "TGLXLSXWriter",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "XLSXWriter",
      "targets" : [
        "XLSXWriter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XLSXWriterTests",
      "module_type" : "SwiftTarget",
      "name" : "XLSXWriterTests",
      "path" : "Tests/XLSXWriterTests",
      "sources" : [
        "UtilitiesTests.swift",
        "XLSXWriterTests.swift"
      ],
      "target_dependencies" : [
        "XLSXWriter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XLSXWriter",
      "module_type" : "SwiftTarget",
      "name" : "XLSXWriter",
      "path" : "Sources/XLSXWriter",
      "product_dependencies" : [
        "ZIPFoundation"
      ],
      "product_memberships" : [
        "XLSXWriter"
      ],
      "sources" : [
        "Archive+XLSXWriter.swift",
        "Row.swift",
        "String+Helpers.swift",
        "Utilities.swift",
        "XLSXWriter.swift",
        "XLSXWriterError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/weichsel/ZIPFoundation.git
[1/5562] Fetching zipfoundation
Fetched https://github.com/weichsel/ZIPFoundation.git from cache (0.49s)
Computing version for https://github.com/weichsel/ZIPFoundation.git
Computed https://github.com/weichsel/ZIPFoundation.git at 0.9.19 (0.92s)
Creating working copy for https://github.com/weichsel/ZIPFoundation.git
Working copy of https://github.com/weichsel/ZIPFoundation.git resolved at 0.9.19
warning: 'zipfoundation': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Resources/PrivacyInfo.xcprivacy
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/23] Emitting module ZIPFoundation
[5/25] Compiling ZIPFoundation Data+CompressionDeprecated.swift
[6/25] Compiling ZIPFoundation Data+Serialization.swift
[7/25] Compiling ZIPFoundation Date+ZIP.swift
[8/25] Compiling ZIPFoundation Archive+MemoryFile.swift
[9/25] Compiling ZIPFoundation Archive+Progress.swift
[10/25] Compiling ZIPFoundation Archive+Reading.swift
[11/25] Compiling ZIPFoundation Archive+BackingConfiguration.swift
[12/25] Compiling ZIPFoundation Archive+Deprecated.swift
[13/25] Compiling ZIPFoundation Archive+Helpers.swift
[14/25] Compiling ZIPFoundation FileManager+ZIPDeprecated.swift
[15/25] Compiling ZIPFoundation URL+ZIP.swift
[16/25] Compiling ZIPFoundation Archive+ZIP64.swift
[17/25] Compiling ZIPFoundation Archive.swift
[18/25] Compiling ZIPFoundation Data+Compression.swift
[19/25] Compiling ZIPFoundation Entry+Serialization.swift
[20/25] Compiling ZIPFoundation Entry+ZIP64.swift
[21/25] Compiling ZIPFoundation Entry.swift
[22/25] Compiling ZIPFoundation FileManager+ZIP.swift
[23/25] Compiling ZIPFoundation Archive+ReadingDeprecated.swift
[24/25] Compiling ZIPFoundation Archive+Writing.swift
[25/25] Compiling ZIPFoundation Archive+WritingDeprecated.swift
[27/33] Compiling XLSXWriter XLSXWriterError.swift
[28/33] Compiling XLSXWriter String+Helpers.swift
[29/33] Compiling XLSXWriter Row.swift
[30/33] Compiling XLSXWriter Archive+XLSXWriter.swift
[31/33] Emitting module XLSXWriter
[32/33] Compiling XLSXWriter Utilities.swift
[33/33] Compiling XLSXWriter XLSXWriter.swift
/host/spi-builder-workspace/Sources/XLSXWriter/XLSXWriter.swift:26:29: warning: 'init(url:accessMode:preferredEncoding:)' is deprecated: Please use the throwing initializer.
 24 |
 25 |     public func generate(outputFileURL: URL) throws {
 26 |         guard let archive = Archive(url: outputFileURL, accessMode: .create) else {
    |                             `- warning: 'init(url:accessMode:preferredEncoding:)' is deprecated: Please use the throwing initializer.
 27 |             throw XLSXWriterError.ioError
 28 |         }
Build complete! (14.52s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "zipfoundation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/weichsel/ZIPFoundation.git"
    }
  ],
  "manifest_display_name" : "TGLXLSXWriter",
  "name" : "TGLXLSXWriter",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "XLSXWriter",
      "targets" : [
        "XLSXWriter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XLSXWriterTests",
      "module_type" : "SwiftTarget",
      "name" : "XLSXWriterTests",
      "path" : "Tests/XLSXWriterTests",
      "sources" : [
        "UtilitiesTests.swift",
        "XLSXWriterTests.swift"
      ],
      "target_dependencies" : [
        "XLSXWriter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XLSXWriter",
      "module_type" : "SwiftTarget",
      "name" : "XLSXWriter",
      "path" : "Sources/XLSXWriter",
      "product_dependencies" : [
        "ZIPFoundation"
      ],
      "product_memberships" : [
        "XLSXWriter"
      ],
      "sources" : [
        "Archive+XLSXWriter.swift",
        "Row.swift",
        "String+Helpers.swift",
        "Utilities.swift",
        "XLSXWriter.swift",
        "XLSXWriterError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.