Build Information
Successful build of swift-zip-archive, reference main (16cfe4
), with Swift 6.0 for macOS (SPM) on 5 Apr 2025 18:25:51 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adam-fowler/swift-zip-archive.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/adam-fowler/swift-zip-archive
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 16cfe4a Use swift:6.1 (#11)
Cloned https://github.com/adam-fowler/swift-zip-archive.git
Revision (git rev-parse @):
16cfe4a2122c6a7c81a9d9443cbf6775847e20d5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/adam-fowler/swift-zip-archive.git at main
Fetching https://github.com/apple/swift-system.git
[1/4224] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.94s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (0.43s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.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": "swift-zip-archive",
"name": "swift-zip-archive",
"url": "https://github.com/adam-fowler/swift-zip-archive.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-zip-archive",
"dependencies": [
{
"identity": "swift-system",
"name": "swift-system",
"url": "https://github.com/apple/swift-system.git",
"version": "1.4.2",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-system",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/adam-fowler/swift-zip-archive.git
[1/716] Fetching swift-zip-archive
Fetched https://github.com/adam-fowler/swift-zip-archive.git from cache (0.82s)
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (0.49s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.02s)
Creating working copy for https://github.com/adam-fowler/swift-zip-archive.git
Working copy of https://github.com/adam-fowler/swift-zip-archive.git resolved at main (16cfe4a)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
warning: '.resolve-product-dependencies': dependency 'swift-zip-archive' is not used by any target
Found 1 product dependencies
- swift-system
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/adam-fowler/swift-zip-archive.git
https://github.com/adam-fowler/swift-zip-archive.git
{
"dependencies" : [
{
"identity" : "swift-system",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-system.git"
}
],
"manifest_display_name" : "swift-zip-archive",
"name" : "swift-zip-archive",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "ZipArchive",
"targets" : [
"ZipArchive"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ZipArchiveTests",
"module_type" : "SwiftTarget",
"name" : "ZipArchiveTests",
"path" : "Tests/ZipArchiveTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ZipArchiveTests/resources/encoding.zip",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ZipArchiveTests/resources/encrypted.zip",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ZipArchiveTests/resources/hello64.zip",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ZipArchiveTests/resources/linux.zip",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ZipArchiveTests/resources/macos.zip",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ZipArchiveTests/resources/source.zip",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ZipArchiveTests/resources/test.bin",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"EncryptionTests.swift",
"FileDescriptor+remove.swift",
"FileStorageTests.swift",
"MemoryStorageTests.swift",
"ZipArchiveReaderTests.swift",
"ZipArchiveWriterTests.swift",
"ZipCompressionTests.swift"
],
"target_dependencies" : [
"ZipArchive"
],
"type" : "test"
},
{
"c99name" : "ZipArchive",
"module_type" : "SwiftTarget",
"name" : "ZipArchive",
"path" : "Sources/ZipArchive",
"product_dependencies" : [
"SystemPackage"
],
"product_memberships" : [
"ZipArchive"
],
"sources" : [
"CryptKey.swift",
"Date.swift",
"DirectoryDescriptor.swift",
"MemoryBuffer.swift",
"System+directory.swift",
"ZipArchiveReader+extract.swift",
"ZipArchiveReader.swift",
"ZipArchiveWriter+writeFolderContents.swift",
"ZipArchiveWriter.swift",
"ZipCompression.swift",
"ZipFileStorage.swift",
"ZipMemoryStorage.swift",
"ZipStorage.swift",
"ZipTypes.swift",
"crc32.swift"
],
"target_dependencies" : [
"CZipZlib"
],
"type" : "library"
},
{
"c99name" : "CZipZlib",
"module_type" : "ClangTarget",
"name" : "CZipZlib",
"path" : "Sources/CZipZlib",
"product_memberships" : [
"ZipArchive"
],
"sources" : [
"empty.c"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/5] Write sources
[2/5] Compiling CSystem shims.c
[3/5] Compiling CZipZlib empty.c
[4/5] Write swift-version-5BDAB9E9C0126B9D.txt
[6/33] Emitting module SystemPackage
[7/36] Compiling SystemPackage FileHelpers.swift
[8/36] Compiling SystemPackage FileOperations.swift
[9/36] Compiling SystemPackage FilePath.swift
[10/36] Compiling SystemPackage Errno.swift
[11/36] Compiling SystemPackage ErrnoWindows.swift
[12/36] Compiling SystemPackage FileDescriptor.swift
[13/36] Compiling SystemPackage FilePathString.swift
[14/36] Compiling SystemPackage FilePathSyntax.swift
[15/36] Compiling SystemPackage FilePathTemp.swift
[16/36] Compiling SystemPackage FilePathTempPosix.swift
[17/36] Compiling SystemPackage FilePathTempWindows.swift
[18/36] Compiling SystemPackage FilePathWindows.swift
[19/36] Compiling SystemPackage FilePathComponentView.swift
[20/36] Compiling SystemPackage FilePathComponents.swift
[21/36] Compiling SystemPackage FilePathParsing.swift
[22/36] Compiling SystemPackage FilePermissions.swift
[23/36] Compiling SystemPackage Backcompat.swift
[24/36] Compiling SystemPackage CInterop.swift
[25/36] Compiling SystemPackage Constants.swift
[26/36] Compiling SystemPackage Exports.swift
[27/36] Compiling SystemPackage Mocking.swift
[28/36] Compiling SystemPackage RawBuffer.swift
[29/36] Compiling SystemPackage Syscalls.swift
[30/36] Compiling SystemPackage WindowsSyscallAdapters.swift
[31/36] Compiling SystemPackage MachPort.swift
[32/36] Compiling SystemPackage PlatformString.swift
[33/36] Compiling SystemPackage SystemString.swift
[34/36] Compiling SystemPackage Util+StringArray.swift
[35/36] Compiling SystemPackage Util.swift
[36/36] Compiling SystemPackage UtilConsumers.swift
[37/51] Compiling ZipArchive ZipStorage.swift
[38/51] Compiling ZipArchive ZipTypes.swift
[39/51] Compiling ZipArchive ZipFileStorage.swift
[40/51] Compiling ZipArchive ZipMemoryStorage.swift
[41/51] Compiling ZipArchive ZipArchiveReader.swift
[42/51] Compiling ZipArchive ZipArchiveWriter+writeFolderContents.swift
[43/52] Compiling ZipArchive System+directory.swift
[44/52] Compiling ZipArchive ZipArchiveReader+extract.swift
[45/52] Compiling ZipArchive DirectoryDescriptor.swift
[46/52] Compiling ZipArchive MemoryBuffer.swift
[47/52] Emitting module ZipArchive
[48/52] Compiling ZipArchive CryptKey.swift
[49/52] Compiling ZipArchive Date.swift
[50/52] Compiling ZipArchive ZipArchiveWriter.swift
[51/52] Compiling ZipArchive ZipCompression.swift
[52/52] Compiling ZipArchive crc32.swift
Build complete! (13.55s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-system",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-system.git"
}
],
"manifest_display_name" : "swift-zip-archive",
"name" : "swift-zip-archive",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "ZipArchive",
"targets" : [
"ZipArchive"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ZipArchiveTests",
"module_type" : "SwiftTarget",
"name" : "ZipArchiveTests",
"path" : "Tests/ZipArchiveTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ZipArchiveTests/resources/encoding.zip",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ZipArchiveTests/resources/encrypted.zip",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ZipArchiveTests/resources/hello64.zip",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ZipArchiveTests/resources/linux.zip",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ZipArchiveTests/resources/macos.zip",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ZipArchiveTests/resources/source.zip",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ZipArchiveTests/resources/test.bin",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"EncryptionTests.swift",
"FileDescriptor+remove.swift",
"FileStorageTests.swift",
"MemoryStorageTests.swift",
"ZipArchiveReaderTests.swift",
"ZipArchiveWriterTests.swift",
"ZipCompressionTests.swift"
],
"target_dependencies" : [
"ZipArchive"
],
"type" : "test"
},
{
"c99name" : "ZipArchive",
"module_type" : "SwiftTarget",
"name" : "ZipArchive",
"path" : "Sources/ZipArchive",
"product_dependencies" : [
"SystemPackage"
],
"product_memberships" : [
"ZipArchive"
],
"sources" : [
"CryptKey.swift",
"Date.swift",
"DirectoryDescriptor.swift",
"MemoryBuffer.swift",
"System+directory.swift",
"ZipArchiveReader+extract.swift",
"ZipArchiveReader.swift",
"ZipArchiveWriter+writeFolderContents.swift",
"ZipArchiveWriter.swift",
"ZipCompression.swift",
"ZipFileStorage.swift",
"ZipMemoryStorage.swift",
"ZipStorage.swift",
"ZipTypes.swift",
"crc32.swift"
],
"target_dependencies" : [
"CZipZlib"
],
"type" : "library"
},
{
"c99name" : "CZipZlib",
"module_type" : "ClangTarget",
"name" : "CZipZlib",
"path" : "Sources/CZipZlib",
"product_memberships" : [
"ZipArchive"
],
"sources" : [
"empty.c"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/adam-fowler/swift-zip-archive/main
Repository: adam-fowler/swift-zip-archive
Swift version used: 6.0
Target: ZipArchive
Extracting symbol information for 'ZipArchive'...
Finished extracting symbol information for 'ZipArchive'. (4.02s)
Building documentation for 'ZipArchive'...
warning: 'ZipArchiveReader.withFile(_:process:)' doesn't exist at '/ZipArchive'
--> index.md:11:58-11:95
9 | ## Reading Zip archives
10 |
11 + To parse a zip archive stored on disk use the function ``ZipArchiveReader.withFile(_:process:)``. This creates a ``ZipArchiveReader`` that can be used in the supplied closure to read the directory from a zip file and then read individual files.
| ├─suggestion: Replace 'ZipArchiveReader.withFile(_:process:)' with 'ZipArchiveReaderError'
| ├─suggestion: Replace 'ZipArchiveReader.withFile(_:process:)' with 'ZipArchiveReader'
| ╰─suggestion: Replace 'ZipArchiveReader.withFile(_:process:)' with 'ZipArchiveReaderConfiguration'
12 |
13 | ```swift
warning: 'ZipArchiveWriter.withFile(_:options:process:)' doesn't exist at '/ZipArchive'
--> index.md:23:71-23:116
21 | ## Writing Zip Archives
22 |
23 + The ``ZipArchiveWriter`` is used to write zip archives. You can use ``ZipArchiveWriter.withFile(_:options:process:)`` to either create a new zip archive or append files to an existing zip archive. This function has a closure parameter in which you can add new files to the zip using the provided `ZipArchiveWriter`. When you exit the closure the zip archive is finalized ie the directory and end of directory sections are written to disk and file descriptor is closed. The following loads zip archive MyFile.zip and then appends a new file called Hello.txt to the archive.
| ├─suggestion: Replace 'ZipArchiveWriter.withFile(_:options:process:)' with 'ZipArchiveWriterConfiguration'
| ├─suggestion: Replace 'ZipArchiveWriter.withFile(_:options:process:)' with 'ZipArchiveWriterError'
| ╰─suggestion: Replace 'ZipArchiveWriter.withFile(_:options:process:)' with 'ZipArchiveWriter'
24 |
25 | ```swift
warning: 'ZipArchiveReader.readFile(_:password:)' doesn't exist at '/ZipArchive'
--> index.md:35:122-35:160
33 | ## Password Protected Zip Archives
34 |
35 + `ZipArchive` supports the traditional PKZIP encrytion method. You can decrypt a file by adding a password parameter to ``ZipArchiveReader.readFile(_:password:)``. For example
| ├─suggestion: Replace 'ZipArchiveReader.readFile(_:password:)' with 'ZipArchiveReaderError'
| ├─suggestion: Replace 'ZipArchiveReader.readFile(_:password:)' with 'ZipArchiveReader'
| ╰─suggestion: Replace 'ZipArchiveReader.readFile(_:password:)' with 'ZipArchiveReaderConfiguration'
36 |
37 | ```swift
warning: 'ZipArchiveWriter.writeFile(filename:contents:password:)' doesn't exist at '/ZipArchive'
--> index.md:41:64-41:119
39 | ```
40 |
41 + And you can add encryption to a file by adding a password to ``ZipArchiveWriter.writeFile(filename:contents:password:)``. For example
| ├─suggestion: Replace 'ZipArchiveWriter.writeFile(filename:contents:password:)' with 'ZipArchiveWriterError'
| ├─suggestion: Replace 'ZipArchiveWriter.writeFile(filename:contents:password:)' with 'ZipArchiveWriterConfiguration'
| ╰─suggestion: Replace 'ZipArchiveWriter.writeFile(filename:contents:password:)' with 'ZipArchiveWriter'
42 |
43 | ```swift
warning: 'ZipFileWriter.finalizeBuffer()' doesn't exist at '/ZipArchive'
--> index.md:58:173-58:203
56 | ```
57 |
58 + To write to a zip archive in memory you can create a `ZipFileWriter` from a buffer. When you want to create your finalized zip archive with a complete directory you call ``ZipFileWriter.finalizeBuffer()`` which will return the complete zip archive.
59 |
60 | ```swiftFinished building documentation for 'ZipArchive' (0.48s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/adam-fowler/swift-zip-archive/main
Fetching https://github.com/swiftlang/swift-docc-plugin
Updating https://github.com/apple/swift-system.git
Updated https://github.com/apple/swift-system.git (0.51s)
[1/2050] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.29s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (0.40s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (2.22s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3365] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.24s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.56s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-5BDAB9E9C0126B9D.txt
[6/53] Compiling SymbolKit Mixin+Equals.swift
[7/53] Compiling SymbolKit Mixin+Hash.swift
[8/53] Compiling SymbolKit Mixin.swift
[9/53] Compiling SymbolKit LineList.swift
[10/53] Compiling SymbolKit Position.swift
[11/57] Compiling SymbolKit Names.swift
[12/57] Compiling SymbolKit SPI.swift
[13/57] Compiling SymbolKit Snippet.swift
[14/57] Compiling SymbolKit Extension.swift
[15/57] Emitting module SymbolKit
[16/57] Compiling SymbolKit DeclarationFragments.swift
[17/57] Compiling SymbolKit Fragment.swift
[18/57] Compiling SymbolKit FragmentKind.swift
[19/57] Compiling SymbolKit FunctionParameter.swift
[20/57] Compiling SymbolKit FunctionSignature.swift
[21/57] Compiling SymbolKit Relationship.swift
[22/57] Compiling SymbolKit RelationshipKind.swift
[23/57] Compiling SymbolKit SourceOrigin.swift
[24/57] Compiling SymbolKit GenericConstraints.swift
[25/57] Compiling SymbolKit Swift.swift
[26/57] Compiling SymbolKit GenericConstraint.swift
[27/57] Compiling SymbolKit GenericParameter.swift
[28/57] Compiling SymbolKit Generics.swift
[29/57] Compiling SymbolKit Namespace.swift
[30/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[31/57] Compiling SymbolKit UnifiedSymbol.swift
[32/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[33/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[34/57] Compiling SymbolKit SourceRange.swift
[35/57] Compiling SymbolKit Metadata.swift
[36/57] Compiling SymbolKit Module.swift
[37/57] Compiling SymbolKit OperatingSystem.swift
[38/57] Compiling SymbolKit Platform.swift
[39/57] Compiling SymbolKit Identifier.swift
[40/57] Compiling SymbolKit KindIdentifier.swift
[41/57] Compiling SymbolKit Location.swift
[42/57] Compiling SymbolKit Mutability.swift
[43/57] Compiling SymbolKit SemanticVersion.swift
[44/57] Compiling SymbolKit AccessControl.swift
[45/57] Compiling SymbolKit Availability.swift
[46/57] Compiling SymbolKit AvailabilityItem.swift
[47/57] Compiling SymbolKit Domain.swift
[48/57] Compiling SymbolKit Symbol.swift
[49/57] Compiling SymbolKit SymbolKind.swift
[50/57] Compiling SymbolKit SymbolGraph.swift
[51/57] Compiling SymbolKit GraphCollector.swift
[52/57] Compiling Snippets SnippetParser.swift
[53/57] Compiling Snippets Snippet.swift
[54/57] Emitting module Snippets
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.48s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
[2/29] Compiling SystemPackage Constants.swift
[3/29] Compiling SystemPackage Exports.swift
[4/29] Compiling SystemPackage Mocking.swift
[5/32] Compiling SystemPackage RawBuffer.swift
[6/32] Compiling SystemPackage Syscalls.swift
[7/32] Compiling SystemPackage WindowsSyscallAdapters.swift
[8/32] Compiling SystemPackage FileHelpers.swift
[9/32] Compiling SystemPackage FileOperations.swift
[10/32] Compiling SystemPackage FilePath.swift
[11/32] Compiling SystemPackage Errno.swift
[12/32] Compiling SystemPackage ErrnoWindows.swift
[13/32] Compiling SystemPackage FileDescriptor.swift
[14/32] Compiling SystemPackage FilePathString.swift
[15/32] Compiling SystemPackage FilePathSyntax.swift
[16/32] Compiling SystemPackage FilePathTemp.swift
[17/32] Compiling SystemPackage FilePathTempPosix.swift
[18/32] Compiling SystemPackage FilePathTempWindows.swift
[19/32] Compiling SystemPackage FilePathWindows.swift
[20/32] Compiling SystemPackage FilePermissions.swift
[21/32] Compiling SystemPackage Backcompat.swift
[22/32] Compiling SystemPackage CInterop.swift
[23/32] Compiling SystemPackage MachPort.swift
[24/32] Compiling SystemPackage PlatformString.swift
[25/32] Compiling SystemPackage SystemString.swift
[26/32] Emitting module SystemPackage
[27/32] Compiling SystemPackage FilePathComponentView.swift
[28/32] Compiling SystemPackage FilePathComponents.swift
[29/32] Compiling SystemPackage FilePathParsing.swift
[30/32] Compiling SystemPackage Util+StringArray.swift
[31/32] Compiling SystemPackage Util.swift
[32/32] Compiling SystemPackage UtilConsumers.swift
[33/47] Compiling ZipArchive ZipMemoryStorage.swift
[34/47] Compiling ZipArchive DirectoryDescriptor.swift
[35/47] Compiling ZipArchive MemoryBuffer.swift
[36/47] Compiling ZipArchive CryptKey.swift
[37/47] Compiling ZipArchive Date.swift
[38/47] Compiling ZipArchive ZipArchiveReader.swift
[39/47] Compiling ZipArchive ZipArchiveWriter+writeFolderContents.swift
[40/47] Compiling ZipArchive System+directory.swift
[41/47] Compiling ZipArchive ZipArchiveReader+extract.swift
[42/48] Compiling ZipArchive ZipTypes.swift
[43/48] Compiling ZipArchive ZipFileStorage.swift
[44/48] Emitting module ZipArchive
[45/48] Compiling ZipArchive ZipArchiveWriter.swift
[46/48] Compiling ZipArchive ZipCompression.swift
[47/48] Compiling ZipArchive ZipStorage.swift
[48/48] Compiling ZipArchive crc32.swift
Build of target: 'ZipArchive' complete! (2.15s)
790
6 /Users/admin/builder/spi-builder-workspace/.docs/adam-fowler/swift-zip-archive/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/adam-fowler/swift-zip-archive/main
File count: 790
Doc size: 6.0MB
Preparing doc bundle ...
Uploading prod-adam-fowler-swift-zip-archive-main-42c005b4.zip to s3://spi-docs-inbox/prod-adam-fowler-swift-zip-archive-main-42c005b4.zip
Copying... [11%]
Copying... [21%]
Copying... [32%]
Copying... [43%]
Copying... [53%]
Copying... [64%]
Copying... [75%]
Copying... [80%]
Copying... [91%]
Copying... [100%]
Done.