Build Information
Successful build of Cuneiform, reference main (4c9523), with Swift 6.1 for macOS (SPM) on 2 Feb 2026 16:13:19 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild 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 /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/Jramos57/cuneiform.git
https://github.com/Jramos57/cuneiform.git
{
"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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/33] 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 PivotTableParser.swift
[9/36] Compiling Cuneiform RichText.swift
[10/36] Compiling Cuneiform SharedStringsParser.swift
[11/36] Compiling Cuneiform Cuneiform.swift
[12/36] Compiling Cuneiform ContentTypesParser.swift
[13/36] Compiling Cuneiform OPCBuilders.swift
[14/36] Compiling Cuneiform OPCPackage.swift
[15/36] Compiling Cuneiform CellValue.swift
[16/36] Compiling Cuneiform ChartBuilder.swift
[17/36] Compiling Cuneiform ChartParser.swift
[18/36] Compiling Cuneiform CommentsBuilder.swift
[19/36] Compiling Cuneiform CommentsParser.swift
[20/36] Compiling Cuneiform DependencyGraph.swift
[21/36] Compiling Cuneiform WorkbookParser.swift
[22/36] Compiling Cuneiform WorkbookWriter.swift
[23/36] Compiling Cuneiform WorksheetParser.swift
[24/36] Compiling Cuneiform RelationshipsParser.swift
[25/36] Compiling Cuneiform ZipArchive.swift
[26/36] Compiling Cuneiform ZipWriter.swift
[27/36] Compiling Cuneiform CellFormula.swift
[28/36] Compiling Cuneiform TableParser.swift
[29/36] Compiling Cuneiform VMLCommentsBuilder.swift
[30/36] Compiling Cuneiform Workbook.swift
[31/36] Compiling Cuneiform Sheet.swift
[32/36] Compiling Cuneiform SpreadsheetMLBuilders.swift
[33/36] Compiling Cuneiform StylesParser.swift
[34/36] Compiling Cuneiform FormulaEvaluator.swift
[35/36] Compiling Cuneiform FormulaParser.swift
[36/36] Compiling Cuneiform PageSetup.swift
Build complete! (22.32s)
Fetching https://github.com/swiftlang/swift-testing.git
[1/32612] Fetching swift-testing
Fetched https://github.com/swiftlang/swift-testing.git from cache (2.08s)
Computing version for https://github.com/swiftlang/swift-testing.git
Computed https://github.com/swiftlang/swift-testing.git at 0.99.0 (2.68s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (2.04s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (5.27s)
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
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
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: you may be able to install zlib using your system-packager:
brew install zlib
warning: you may be able to install zlib using your system-packager:
brew install zlib
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" : "/Users/admin/builder/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"
}
Done.