The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Cuneiform, reference main (4c9523), with Swift 6.1 for Linux on 2 Feb 2026 16:12:43 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Jramos57/cuneiform.git
Reference: main
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/Jramos57/cuneiform
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4c95239 fix: install zip command in Linux CI
Cloned https://github.com/Jramos57/cuneiform.git
Revision (git rev-parse @):
4c952394f42c08cde0baef005fe7be7613a290ca
SUCCESS checkout https://github.com/Jramos57/cuneiform.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Jramos57/cuneiform.git
https://github.com/Jramos57/cuneiform.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "swift-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.12.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-testing.git"
    }
  ],
  "manifest_display_name" : "Cuneiform",
  "name" : "Cuneiform",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Cuneiform",
      "targets" : [
        "Cuneiform"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CuneiformTests",
      "module_type" : "SwiftTarget",
      "name" : "CuneiformTests",
      "path" : "Tests/CuneiformTests",
      "product_dependencies" : [
        "Testing"
      ],
      "sources" : [
        "AdvancedQueryTests.swift",
        "AutoFilterTests.swift",
        "CellFormulaTests.swift",
        "ChartBuilderTests.swift",
        "ChartIntegrationTests.swift",
        "ChartParserTests.swift",
        "CommentsParserTests.swift",
        "CommentsWriteTests.swift",
        "ConditionalFormattingTests.swift",
        "CuneiformTests.swift",
        "DataValidationExpandedTests.swift",
        "DataValidationHelpersTests.swift",
        "DataValidationReadTests.swift",
        "DataValidationVariantTests.swift",
        "DependencyGraphTests.swift",
        "FormulaEvaluatorTests.swift",
        "FormulaFunctionsExtendedTests.swift",
        "FormulaParserTests.swift",
        "HyperlinksReadTests.swift",
        "HyperlinksWriteTests.swift",
        "LargeWorkbookStressTests.swift",
        "NamedRangesReadTests.swift",
        "NamedRangesWriteTests.swift",
        "OPCPackageTests.swift",
        "PageSetupTests.swift",
        "PerformanceBenchmarks.swift",
        "Phase41StylesTests.swift",
        "PivotTableParserTests.swift",
        "RichTextTests.swift",
        "SharedStringsOptimizationTests.swift",
        "SharedStringsTests.swift",
        "SheetProtectionParserTests.swift",
        "SheetProtectionWriteTests.swift",
        "StylesParserTests.swift",
        "StylingTests.swift",
        "TableIntegrationTests.swift",
        "TableParserTests.swift",
        "TableWriteTests.swift",
        "WorkbookIntegrationTests.swift",
        "WorkbookParserTests.swift",
        "WorkbookProtectionParserTests.swift",
        "WorkbookProtectionWriteTests.swift",
        "WorkbookWriterTests.swift",
        "WorksheetParserTests.swift",
        "WorksheetWriteExtrasTests.swift"
      ],
      "target_dependencies" : [
        "Cuneiform"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Cuneiform",
      "module_type" : "SwiftTarget",
      "name" : "Cuneiform",
      "path" : "Sources/Cuneiform",
      "product_memberships" : [
        "Cuneiform"
      ],
      "sources" : [
        "Core/ContentType.swift",
        "Core/Errors.swift",
        "Core/PartPath.swift",
        "Core/Relationship.swift",
        "Cuneiform.swift",
        "Package/ContentTypesParser.swift",
        "Package/OPCBuilders.swift",
        "Package/OPCPackage.swift",
        "Package/RelationshipsParser.swift",
        "Package/ZipArchive.swift",
        "Package/ZipWriter.swift",
        "SpreadsheetML/CellFormula.swift",
        "SpreadsheetML/CellValue.swift",
        "SpreadsheetML/ChartBuilder.swift",
        "SpreadsheetML/ChartParser.swift",
        "SpreadsheetML/CommentsBuilder.swift",
        "SpreadsheetML/CommentsParser.swift",
        "SpreadsheetML/DependencyGraph.swift",
        "SpreadsheetML/FormulaEvaluator.swift",
        "SpreadsheetML/FormulaParser.swift",
        "SpreadsheetML/PageSetup.swift",
        "SpreadsheetML/PivotTableParser.swift",
        "SpreadsheetML/RichText.swift",
        "SpreadsheetML/SharedStringsParser.swift",
        "SpreadsheetML/Sheet.swift",
        "SpreadsheetML/SpreadsheetMLBuilders.swift",
        "SpreadsheetML/StylesParser.swift",
        "SpreadsheetML/TableParser.swift",
        "SpreadsheetML/VMLCommentsBuilder.swift",
        "SpreadsheetML/Workbook.swift",
        "SpreadsheetML/WorkbookParser.swift",
        "SpreadsheetML/WorkbookWriter.swift",
        "SpreadsheetML/WorksheetParser.swift"
      ],
      "target_dependencies" : [
        "CZlib"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CZlib",
      "module_type" : "SystemLibraryTarget",
      "name" : "CZlib",
      "path" : "Sources/CZlib",
      "product_memberships" : [
        "Cuneiform"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swiftlang/swift-testing.git
[1/32612] Fetching swift-testing
Fetched https://github.com/swiftlang/swift-testing.git from cache (1.57s)
Computing version for https://github.com/swiftlang/swift-testing.git
Computed https://github.com/swiftlang/swift-testing.git at 0.99.0 (2.28s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/73952] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (7.77s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (15.46s)
Creating working copy for https://github.com/swiftlang/swift-testing.git
Working copy of https://github.com/swiftlang/swift-testing.git resolved at 0.99.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/32] Emitting module Cuneiform
[4/36] Compiling Cuneiform ContentType.swift
[5/36] Compiling Cuneiform Errors.swift
[6/36] Compiling Cuneiform PartPath.swift
[7/36] Compiling Cuneiform Relationship.swift
[8/36] Compiling Cuneiform Cuneiform.swift
[9/36] Compiling Cuneiform SpreadsheetMLBuilders.swift
[10/36] Compiling Cuneiform StylesParser.swift
[11/36] Compiling Cuneiform TableParser.swift
[12/36] Compiling Cuneiform VMLCommentsBuilder.swift
[13/36] Compiling Cuneiform ChartBuilder.swift
[14/36] Compiling Cuneiform ChartParser.swift
[15/36] Compiling Cuneiform CommentsBuilder.swift
[16/36] Compiling Cuneiform CommentsParser.swift
[17/36] Compiling Cuneiform Workbook.swift
[18/36] Compiling Cuneiform WorkbookParser.swift
[19/36] Compiling Cuneiform WorkbookWriter.swift
[20/36] Compiling Cuneiform WorksheetParser.swift
[21/36] Compiling Cuneiform PivotTableParser.swift
[22/36] Compiling Cuneiform RichText.swift
[23/36] Compiling Cuneiform SharedStringsParser.swift
[24/36] Compiling Cuneiform Sheet.swift
[25/36] Compiling Cuneiform DependencyGraph.swift
[26/36] Compiling Cuneiform FormulaEvaluator.swift
[27/36] Compiling Cuneiform FormulaParser.swift
[28/36] Compiling Cuneiform PageSetup.swift
[29/36] Compiling Cuneiform ZipArchive.swift
[30/36] Compiling Cuneiform ZipWriter.swift
[31/36] Compiling Cuneiform CellFormula.swift
[32/36] Compiling Cuneiform CellValue.swift
[33/36] Compiling Cuneiform ContentTypesParser.swift
[34/36] Compiling Cuneiform OPCBuilders.swift
[35/36] Compiling Cuneiform OPCPackage.swift
[36/36] Compiling Cuneiform RelationshipsParser.swift
Build complete! (77.89s)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "swift-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.12.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-testing.git"
    }
  ],
  "manifest_display_name" : "Cuneiform",
  "name" : "Cuneiform",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Cuneiform",
      "targets" : [
        "Cuneiform"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CuneiformTests",
      "module_type" : "SwiftTarget",
      "name" : "CuneiformTests",
      "path" : "Tests/CuneiformTests",
      "product_dependencies" : [
        "Testing"
      ],
      "sources" : [
        "AdvancedQueryTests.swift",
        "AutoFilterTests.swift",
        "CellFormulaTests.swift",
        "ChartBuilderTests.swift",
        "ChartIntegrationTests.swift",
        "ChartParserTests.swift",
        "CommentsParserTests.swift",
        "CommentsWriteTests.swift",
        "ConditionalFormattingTests.swift",
        "CuneiformTests.swift",
        "DataValidationExpandedTests.swift",
        "DataValidationHelpersTests.swift",
        "DataValidationReadTests.swift",
        "DataValidationVariantTests.swift",
        "DependencyGraphTests.swift",
        "FormulaEvaluatorTests.swift",
        "FormulaFunctionsExtendedTests.swift",
        "FormulaParserTests.swift",
        "HyperlinksReadTests.swift",
        "HyperlinksWriteTests.swift",
        "LargeWorkbookStressTests.swift",
        "NamedRangesReadTests.swift",
        "NamedRangesWriteTests.swift",
        "OPCPackageTests.swift",
        "PageSetupTests.swift",
        "PerformanceBenchmarks.swift",
        "Phase41StylesTests.swift",
        "PivotTableParserTests.swift",
        "RichTextTests.swift",
        "SharedStringsOptimizationTests.swift",
        "SharedStringsTests.swift",
        "SheetProtectionParserTests.swift",
        "SheetProtectionWriteTests.swift",
        "StylesParserTests.swift",
        "StylingTests.swift",
        "TableIntegrationTests.swift",
        "TableParserTests.swift",
        "TableWriteTests.swift",
        "WorkbookIntegrationTests.swift",
        "WorkbookParserTests.swift",
        "WorkbookProtectionParserTests.swift",
        "WorkbookProtectionWriteTests.swift",
        "WorkbookWriterTests.swift",
        "WorksheetParserTests.swift",
        "WorksheetWriteExtrasTests.swift"
      ],
      "target_dependencies" : [
        "Cuneiform"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Cuneiform",
      "module_type" : "SwiftTarget",
      "name" : "Cuneiform",
      "path" : "Sources/Cuneiform",
      "product_memberships" : [
        "Cuneiform"
      ],
      "sources" : [
        "Core/ContentType.swift",
        "Core/Errors.swift",
        "Core/PartPath.swift",
        "Core/Relationship.swift",
        "Cuneiform.swift",
        "Package/ContentTypesParser.swift",
        "Package/OPCBuilders.swift",
        "Package/OPCPackage.swift",
        "Package/RelationshipsParser.swift",
        "Package/ZipArchive.swift",
        "Package/ZipWriter.swift",
        "SpreadsheetML/CellFormula.swift",
        "SpreadsheetML/CellValue.swift",
        "SpreadsheetML/ChartBuilder.swift",
        "SpreadsheetML/ChartParser.swift",
        "SpreadsheetML/CommentsBuilder.swift",
        "SpreadsheetML/CommentsParser.swift",
        "SpreadsheetML/DependencyGraph.swift",
        "SpreadsheetML/FormulaEvaluator.swift",
        "SpreadsheetML/FormulaParser.swift",
        "SpreadsheetML/PageSetup.swift",
        "SpreadsheetML/PivotTableParser.swift",
        "SpreadsheetML/RichText.swift",
        "SpreadsheetML/SharedStringsParser.swift",
        "SpreadsheetML/Sheet.swift",
        "SpreadsheetML/SpreadsheetMLBuilders.swift",
        "SpreadsheetML/StylesParser.swift",
        "SpreadsheetML/TableParser.swift",
        "SpreadsheetML/VMLCommentsBuilder.swift",
        "SpreadsheetML/Workbook.swift",
        "SpreadsheetML/WorkbookParser.swift",
        "SpreadsheetML/WorkbookWriter.swift",
        "SpreadsheetML/WorksheetParser.swift"
      ],
      "target_dependencies" : [
        "CZlib"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CZlib",
      "module_type" : "SystemLibraryTarget",
      "name" : "CZlib",
      "path" : "Sources/CZlib",
      "product_memberships" : [
        "Cuneiform"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.