Build Information
Successful build of warc-swift, reference 0.1.0 (abc5e1), with Swift 6.2 for macOS (SPM) on 11 Mar 2026 03:27:55 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jaredhowland/warc-swift.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jaredhowland/warc-swift
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at abc5e1a docs: add warc-swift full implementation plan
Cloned https://github.com/jaredhowland/warc-swift.git
Revision (git rev-parse @):
abc5e1ac46587bb897a323998b1ea8c36cf343a4
SUCCESS checkout https://github.com/jaredhowland/warc-swift.git at 0.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "warc-swift",
"name": "warc-swift",
"url": "https://github.com/jaredhowland/warc-swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/warc-swift",
"dependencies": [
]
}
]
}
Fetching https://github.com/jaredhowland/warc-swift.git
[1/228] Fetching warc-swift
Fetched https://github.com/jaredhowland/warc-swift.git from cache (0.86s)
Creating working copy for https://github.com/jaredhowland/warc-swift.git
Working copy of https://github.com/jaredhowland/warc-swift.git resolved at 0.1.0 (abc5e1a)
warning: '.resolve-product-dependencies': dependency 'warc-swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/jaredhowland/warc-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/38] Write sources
[3/38] Write SinglePageArchive-entitlement.plist
[3/38] Write ErrorHandling-entitlement.plist
[3/38] Write sources
[6/38] Write WriteWARCManually-entitlement.plist
[6/38] Write sources
[9/38] Write ReadWARC-entitlement.plist
[10/38] Write RecursiveCrawl-entitlement.plist
[11/38] Write sources
[13/38] Write CustomBinaryAndLua-entitlement.plist
[14/38] Write AuthAndHeaders-entitlement.plist
[15/38] Copying Binaries
[16/38] Write swift-version-49B95AFC49DCD68C.txt
[18/53] Compiling warc_swift WARCRecord.swift
[19/53] Compiling warc_swift WARCRecordType.swift
[20/53] Compiling warc_swift WgetAtRunner.swift
[21/54] Compiling warc_swift WgetAtOptions.swift
[22/54] Compiling warc_swift WARCTruncatedReason.swift
[23/54] Compiling warc_swift WARCArchiver.swift
[24/54] Compiling warc_swift WARCArchiverError.swift
[25/54] Compiling warc_swift BinaryLocator.swift
[26/54] Compiling warc_swift WARCReader.swift
[27/54] Compiling warc_swift WARCWriter.swift
[28/54] Compiling warc_swift ArchiveOptions.swift
[29/54] Compiling warc_swift Gzip.swift
[30/54] Emitting module warc_swift
[31/54] Compiling warc_swift Digest.swift
[32/54] Compiling warc_swift WARCDate.swift
[33/54] Compiling warc_swift resource_bundle_accessor.swift
[34/68] Emitting module RecursiveCrawl
[35/68] Compiling RecursiveCrawl main.swift
[36/68] Compiling SinglePageArchive main.swift
[37/68] Emitting module SinglePageArchive
[38/68] Emitting module AuthAndHeaders
[39/68] Compiling AuthAndHeaders main.swift
[39/68] Write Objects.LinkFileList
[43/68] Compiling CustomBinaryAndLua main.swift
[44/68] Emitting module CustomBinaryAndLua
[44/68] Write Objects.LinkFileList
[46/68] Compiling WriteWARCManually main.swift
[47/68] Emitting module WriteWARCManually
[48/68] Compiling ReadWARC main.swift
[49/68] Emitting module ReadWARC
[49/68] Write Objects.LinkFileList
[51/68] Compiling ErrorHandling main.swift
[52/68] Emitting module ErrorHandling
[52/68] Write Objects.LinkFileList
[54/68] Linking WriteWARCManually
[55/68] Linking RecursiveCrawl
[56/68] Linking CustomBinaryAndLua
[57/68] Linking ErrorHandling
[58/68] Linking AuthAndHeaders
[59/68] Linking SinglePageArchive
[59/68] Linking ReadWARC
[61/68] Applying RecursiveCrawl
[62/68] Applying WriteWARCManually
[63/68] Applying ErrorHandling
[64/68] Applying SinglePageArchive
[65/68] Applying CustomBinaryAndLua
[66/68] Applying ReadWARC
[67/68] Applying AuthAndHeaders
Build complete! (9.02s)
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.
{
"dependencies" : [
],
"manifest_display_name" : "warc-swift",
"name" : "warc-swift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "warc-swift",
"targets" : [
"warc-swift"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "WriteWARCManually",
"targets" : [
"WriteWARCManually"
],
"type" : {
"executable" : null
}
},
{
"name" : "SinglePageArchive",
"targets" : [
"SinglePageArchive"
],
"type" : {
"executable" : null
}
},
{
"name" : "RecursiveCrawl",
"targets" : [
"RecursiveCrawl"
],
"type" : {
"executable" : null
}
},
{
"name" : "ReadWARC",
"targets" : [
"ReadWARC"
],
"type" : {
"executable" : null
}
},
{
"name" : "ErrorHandling",
"targets" : [
"ErrorHandling"
],
"type" : {
"executable" : null
}
},
{
"name" : "CustomBinaryAndLua",
"targets" : [
"CustomBinaryAndLua"
],
"type" : {
"executable" : null
}
},
{
"name" : "AuthAndHeaders",
"targets" : [
"AuthAndHeaders"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "warc_swiftTests",
"module_type" : "SwiftTarget",
"name" : "warc-swiftTests",
"path" : "Tests/warc-swiftTests",
"sources" : [
"ArchiveOptionsTests.swift",
"BinaryLocatorTests.swift",
"DigestTests.swift",
"GzipTests.swift",
"IntegrationTests.swift",
"QAConformanceTests.swift",
"QAEdgeCaseTests.swift",
"WARCArchiverTests.swift",
"WARCModelTests.swift",
"WARCReaderTests.swift",
"WARCRecordTests.swift",
"WARCWriterTests.swift",
"WgetAtOptionsTests.swift",
"WgetAtRunnerTests.swift",
"warc_swiftTests.swift"
],
"target_dependencies" : [
"warc-swift"
],
"type" : "test"
},
{
"c99name" : "warc_swift",
"module_type" : "SwiftTarget",
"name" : "warc-swift",
"path" : "Sources/warc-swift",
"product_memberships" : [
"warc-swift",
"WriteWARCManually",
"SinglePageArchive",
"RecursiveCrawl",
"ReadWARC",
"ErrorHandling",
"CustomBinaryAndLua",
"AuthAndHeaders"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/warc-swift/Resources/Binaries",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ArchiveOptions.swift",
"IO/Gzip.swift",
"IO/WARCReader.swift",
"IO/WARCWriter.swift",
"Model/Digest.swift",
"Model/WARCDate.swift",
"Model/WARCRecord.swift",
"Model/WARCRecordType.swift",
"Model/WARCTruncatedReason.swift",
"WARCArchiver.swift",
"WARCArchiverError.swift",
"WgetAt/BinaryLocator.swift",
"WgetAt/WgetAtOptions.swift",
"WgetAt/WgetAtRunner.swift"
],
"target_dependencies" : [
"CZlib"
],
"type" : "library"
},
{
"c99name" : "WriteWARCManually",
"module_type" : "SwiftTarget",
"name" : "WriteWARCManually",
"path" : "Examples/06-WriteWARCManually",
"product_memberships" : [
"WriteWARCManually"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"warc-swift"
],
"type" : "executable"
},
{
"c99name" : "SinglePageArchive",
"module_type" : "SwiftTarget",
"name" : "SinglePageArchive",
"path" : "Examples/01-SinglePageArchive",
"product_memberships" : [
"SinglePageArchive"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"warc-swift"
],
"type" : "executable"
},
{
"c99name" : "RecursiveCrawl",
"module_type" : "SwiftTarget",
"name" : "RecursiveCrawl",
"path" : "Examples/02-RecursiveCrawl",
"product_memberships" : [
"RecursiveCrawl"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"warc-swift"
],
"type" : "executable"
},
{
"c99name" : "ReadWARC",
"module_type" : "SwiftTarget",
"name" : "ReadWARC",
"path" : "Examples/05-ReadWARC",
"product_memberships" : [
"ReadWARC"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"warc-swift"
],
"type" : "executable"
},
{
"c99name" : "ErrorHandling",
"module_type" : "SwiftTarget",
"name" : "ErrorHandling",
"path" : "Examples/07-ErrorHandling",
"product_memberships" : [
"ErrorHandling"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"warc-swift"
],
"type" : "executable"
},
{
"c99name" : "CustomBinaryAndLua",
"module_type" : "SwiftTarget",
"name" : "CustomBinaryAndLua",
"path" : "Examples/04-CustomBinaryAndLua",
"product_memberships" : [
"CustomBinaryAndLua"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"warc-swift"
],
"type" : "executable"
},
{
"c99name" : "CZlib",
"module_type" : "SystemLibraryTarget",
"name" : "CZlib",
"path" : "Sources/CZlib",
"product_memberships" : [
"warc-swift",
"WriteWARCManually",
"SinglePageArchive",
"RecursiveCrawl",
"ReadWARC",
"ErrorHandling",
"CustomBinaryAndLua",
"AuthAndHeaders"
],
"sources" : [
],
"type" : "system-target"
},
{
"c99name" : "AuthAndHeaders",
"module_type" : "SwiftTarget",
"name" : "AuthAndHeaders",
"path" : "Examples/03-AuthAndHeaders",
"product_memberships" : [
"AuthAndHeaders"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"warc-swift"
],
"type" : "executable"
}
],
"tools_version" : "6.2"
}
Done.