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 main (380722), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 20:59:40 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/thegrizzlylabs/TGLXLSXWriter.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/thegrizzlylabs/TGLXLSXWriter
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/thegrizzlylabs/TGLXLSXWriter.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[0/4] Copying PrivacyInfo.xcprivacy
[2/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/25] Emitting module ZIPFoundation
[6/27] Compiling ZIPFoundation URL+ZIP.swift
[7/27] Compiling ZIPFoundation resource_bundle_accessor.swift
[8/27] Compiling ZIPFoundation Archive+ReadingDeprecated.swift
[9/27] Compiling ZIPFoundation Archive+Writing.swift
[10/27] Compiling ZIPFoundation FileManager+ZIP.swift
[11/27] Compiling ZIPFoundation FileManager+ZIPDeprecated.swift
[12/27] Compiling ZIPFoundation Archive+BackingConfiguration.swift
[13/27] Compiling ZIPFoundation Archive+Deprecated.swift
[14/27] Compiling ZIPFoundation Archive+Helpers.swift
[15/27] Compiling ZIPFoundation Entry+ZIP64.swift
[16/27] Compiling ZIPFoundation Entry.swift
[17/27] Compiling ZIPFoundation Data+CompressionDeprecated.swift
[18/27] Compiling ZIPFoundation Data+Serialization.swift
[19/27] Compiling ZIPFoundation Archive+WritingDeprecated.swift
[20/27] Compiling ZIPFoundation Archive+ZIP64.swift
[21/27] Compiling ZIPFoundation Archive+MemoryFile.swift
[22/27] Compiling ZIPFoundation Archive+Progress.swift
[23/27] Compiling ZIPFoundation Archive+Reading.swift
[24/27] Compiling ZIPFoundation Date+ZIP.swift
[25/27] Compiling ZIPFoundation Entry+Serialization.swift
[26/27] Compiling ZIPFoundation Archive.swift
[27/27] Compiling ZIPFoundation Data+Compression.swift
[28/34] Emitting module XLSXWriter
[29/34] Compiling XLSXWriter Row.swift
[30/34] Compiling XLSXWriter Archive+XLSXWriter.swift
[31/34] Compiling XLSXWriter String+Helpers.swift
[32/34] Compiling XLSXWriter XLSXWriter.swift
/Users/admin/builder/spi-builder-workspace/Sources/XLSXWriter/XLSXWriter.swift:26:29: warning: 'init(url:accessMode:preferredEncoding:)' is deprecated: Please use the throwing initializer. [#DeprecatedDeclaration]
 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. [#DeprecatedDeclaration]
 27 |             throw XLSXWriterError.ioError
 28 |         }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[33/34] Compiling XLSXWriter XLSXWriterError.swift
[34/34] Compiling XLSXWriter Utilities.swift
Build complete! (7.86s)
Fetching https://github.com/weichsel/ZIPFoundation.git
[1/5576] Fetching zipfoundation
Fetched https://github.com/weichsel/ZIPFoundation.git from cache (1.28s)
Computing version for https://github.com/weichsel/ZIPFoundation.git
Computed https://github.com/weichsel/ZIPFoundation.git at 0.9.19 (1.71s)
Creating working copy for https://github.com/weichsel/ZIPFoundation.git
Working copy of https://github.com/weichsel/ZIPFoundation.git resolved at 0.9.19
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" : "/Users/admin/builder/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"
}
Done.