Build Information
Successful build of ZipPinch, reference main (20067f
), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 15 Jun 2025 21:07:13 UTC.
Swift 6 data race errors: 2
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ZipPinch -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/buh/ZipPinch.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/buh/ZipPinch
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 20067f3 Fix 64Bits zip files
Cloned https://github.com/buh/ZipPinch.git
Revision (git rev-parse @):
20067f30d9280e2886ba249748f1fe9d56659d97
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/buh/ZipPinch.git at main
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.1
Building package at path: $PWD
https://github.com/buh/ZipPinch.git
https://github.com/buh/ZipPinch.git
{
"dependencies" : [
],
"manifest_display_name" : "ZipPinch",
"name" : "ZipPinch",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "ZipPinch",
"targets" : [
"ZipPinch"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ZipPinchTests",
"module_type" : "SwiftTarget",
"name" : "ZipPinchTests",
"path" : "Tests/ZipPinchTests",
"sources" : [
"ArchiveTests.swift",
"BinaryExtractorTests.swift",
"DateMSDOSTests.swift",
"ZIPEntryTests.swift",
"ZIPErrorTests.swift",
"ZIPFolderTests.swift"
],
"target_dependencies" : [
"ZipPinch"
],
"type" : "test"
},
{
"c99name" : "ZipPinch",
"module_type" : "SwiftTarget",
"name" : "ZipPinch",
"path" : "Sources/ZipPinch",
"product_memberships" : [
"ZipPinch"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"URLSession+ZIPEntries.swift",
"URLSession+ZIPEntry.swift",
"URLSession+ZIPFolder.swift",
"URLSession+ZIPRange.swift",
"ZIPCompressor.swift",
"ZIPEntry.swift",
"ZIPFileFormat/BinaryExtractor.swift",
"ZIPFileFormat/Date+MSDOS.swift",
"ZIPFileFormat/ZIPDirectoryRecord.swift",
"ZIPFileFormat/ZIPEndRecord.swift",
"ZIPFileFormat/ZIPFileHeader.swift",
"ZIPFolder.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
ZipPinch: /Users/admin/builder/spi-builder-workspace
resolved source packages: ZipPinch
{
"dependencies" : [
],
"manifest_display_name" : "ZipPinch",
"name" : "ZipPinch",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "ZipPinch",
"targets" : [
"ZipPinch"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ZipPinchTests",
"module_type" : "SwiftTarget",
"name" : "ZipPinchTests",
"path" : "Tests/ZipPinchTests",
"sources" : [
"ArchiveTests.swift",
"BinaryExtractorTests.swift",
"DateMSDOSTests.swift",
"ZIPEntryTests.swift",
"ZIPErrorTests.swift",
"ZIPFolderTests.swift"
],
"target_dependencies" : [
"ZipPinch"
],
"type" : "test"
},
{
"c99name" : "ZipPinch",
"module_type" : "SwiftTarget",
"name" : "ZipPinch",
"path" : "Sources/ZipPinch",
"product_memberships" : [
"ZipPinch"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"URLSession+ZIPEntries.swift",
"URLSession+ZIPEntry.swift",
"URLSession+ZIPFolder.swift",
"URLSession+ZIPRange.swift",
"ZIPCompressor.swift",
"ZIPEntry.swift",
"ZIPFileFormat/BinaryExtractor.swift",
"ZIPFileFormat/Date+MSDOS.swift",
"ZIPFileFormat/ZIPDirectoryRecord.swift",
"ZIPFileFormat/ZIPEndRecord.swift",
"ZIPFileFormat/ZIPFileHeader.swift",
"ZIPFolder.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"ZipPinch"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ZipPinch -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme ZipPinch -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
ZipPinch: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
Target 'ZipPinch' in project 'ZipPinch'
➜ Explicit dependency on target 'ZipPinch' in project 'ZipPinch'
➜ Explicit dependency on target 'ZipPinch_ZipPinch' in project 'ZipPinch'
Target 'ZipPinch' in project 'ZipPinch'
➜ Explicit dependency on target 'ZipPinch_ZipPinch' in project 'ZipPinch'
Target 'ZipPinch_ZipPinch' in project 'ZipPinch' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 79faf3bfe108865847dd2687c8dacbf5
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/79faf3bfe108865847dd2687c8dacbf5.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/ZipPinch.modulemap (in target 'ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/ZipPinch.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/ZipPinch.DependencyStaticMetadataFileList (in target 'ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/ZipPinch.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/ZipPinch.DependencyMetadataFileList (in target 'ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/ZipPinch.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch_ZipPinch.build/ZipPinch_ZipPinch.DependencyStaticMetadataFileList (in target 'ZipPinch_ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch_ZipPinch.build/ZipPinch_ZipPinch.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch_ZipPinch.build/empty-ZipPinch_ZipPinch.plist (in target 'ZipPinch_ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch_ZipPinch.build/empty-ZipPinch_ZipPinch.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/Objects-normal/arm64/ZipPinch.LinkFileList (in target 'ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/Objects-normal/arm64/ZipPinch.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/Objects-normal/arm64/ZipPinch.SwiftFileList (in target 'ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/Objects-normal/arm64/ZipPinch.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/Objects-normal/arm64/ZipPinch.SwiftConstValuesFileList (in target 'ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/Objects-normal/arm64/ZipPinch.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/Objects-normal/arm64/ZipPinch_const_extract_protocols.json (in target 'ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/Objects-normal/arm64/ZipPinch_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch_ZipPinch.build/ZipPinch_ZipPinch.DependencyMetadataFileList (in target 'ZipPinch_ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch_ZipPinch.build/ZipPinch_ZipPinch.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/Objects-normal/arm64/ZipPinch-OutputFileMap.json (in target 'ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/Objects-normal/arm64/ZipPinch-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/DerivedSources/resource_bundle_accessor.swift (in target 'ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/DerivedSources/resource_bundle_accessor.swift
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/ZipPinch.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/ZipPinch.modulemap (in target 'ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/ZipPinch.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZipPinch_ZipPinch.bundle/Contents (in target 'ZipPinch_ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZipPinch_ZipPinch.bundle/Contents
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZipPinch_ZipPinch.bundle (in target 'ZipPinch_ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZipPinch_ZipPinch.bundle
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZipPinch_ZipPinch.bundle/Contents/Resources (in target 'ZipPinch_ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZipPinch_ZipPinch.bundle/Contents/Resources
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZipPinch_ZipPinch.bundle/Contents/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch_ZipPinch.build/empty-ZipPinch_ZipPinch.plist (in target 'ZipPinch_ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch_ZipPinch.build/empty-ZipPinch_ZipPinch.plist -producttype com.apple.product-type.bundle -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZipPinch_ZipPinch.bundle/Contents/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZipPinch_ZipPinch.bundle/Contents/Resources/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/PrivacyInfo.xcprivacy (in target 'ZipPinch_ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZipPinch_ZipPinch.bundle/Contents/Resources
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZipPinch_ZipPinch.bundle (in target 'ZipPinch_ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZipPinch_ZipPinch.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZipPinch_ZipPinch.bundle (in target 'ZipPinch_ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZipPinch_ZipPinch.bundle
SwiftDriver ZipPinch normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ZipPinch -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/Objects-normal/arm64/ZipPinch.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/Objects-normal/arm64/ZipPinch-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/Objects-normal/arm64/ZipPinch.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/Objects-normal/arm64/ZipPinch_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/Objects-normal/arm64/ZipPinch-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Date+MSDOS.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/Date+MSDOS.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/Date+MSDOS.swift (in target 'ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ ZipPinch (in target 'ZipPinch' from project 'ZipPinch')
EmitSwiftModule normal arm64 (in target 'ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPCompressor.swift:30:23: warning: static property 'decompress' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var decompress: @Sendable (_ compressedData: NSData) throws -> NSData = { compressedData in
^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPCompressor.swift:30:23: note: convert 'decompress' to a 'let' constant to make 'Sendable' shared state immutable
public static var decompress: @Sendable (_ compressedData: NSData) throws -> NSData = { compressedData in
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPCompressor.swift:30:23: note: add '@MainActor' to make static property 'decompress' part of global actor 'MainActor'
public static var decompress: @Sendable (_ compressedData: NSData) throws -> NSData = { compressedData in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPCompressor.swift:30:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var decompress: @Sendable (_ compressedData: NSData) throws -> NSData = { compressedData in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFolder.swift:29:23: warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'ZIPFolder' may have shared mutable state; this is an error in the Swift 6 language mode
public static let empty = ZIPFolder(name: "")
^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFolder.swift:28:15: note: consider making struct 'ZIPFolder' conform to the 'Sendable' protocol
public struct ZIPFolder: Identifiable, Hashable, Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFolder.swift:29:23: note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
public static let empty = ZIPFolder(name: "")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFolder.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let empty = ZIPFolder(name: "")
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ BinaryExtractor.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/BinaryExtractor.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/BinaryExtractor.swift (in target 'ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/BinaryExtractor.swift:34:13: warning: initialization of immutable value 'currentOffset' was never used; consider replacing with assignment to '_' or removing it
let currentOffset = pointerOffset
~~~~^~~~~~~~~~~~~
_
SwiftCompile normal arm64 Compiling\ URLSession+ZIPRange.swift,\ ZIPCompressor.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPRange.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPCompressor.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPRange.swift (in target 'ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPRange.swift:85:35: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
group.addTask {
^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPRange.swift:86:53: note: closure captures reference to mutable var 'request' which is accessible to code in the current task
try await session.data(for: request, delegate: delegate)
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPCompressor.swift (in target 'ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPCompressor.swift:30:23: warning: static property 'decompress' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var decompress: @Sendable (_ compressedData: NSData) throws -> NSData = { compressedData in
^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPCompressor.swift:30:23: note: convert 'decompress' to a 'let' constant to make 'Sendable' shared state immutable
public static var decompress: @Sendable (_ compressedData: NSData) throws -> NSData = { compressedData in
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPCompressor.swift:30:23: note: add '@MainActor' to make static property 'decompress' part of global actor 'MainActor'
public static var decompress: @Sendable (_ compressedData: NSData) throws -> NSData = { compressedData in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPCompressor.swift:30:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var decompress: @Sendable (_ compressedData: NSData) throws -> NSData = { compressedData in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPRange.swift:85:35: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
group.addTask {
^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPRange.swift:86:53: note: closure captures reference to mutable var 'request' which is accessible to code in the current task
try await session.data(for: request, delegate: delegate)
^
SwiftCompile normal arm64 Compiling\ ZIPEntry.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPEntry.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPEntry.swift (in target 'ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ZIPFolder.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFolder.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFolder.swift (in target 'ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFolder.swift:29:23: warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'ZIPFolder' may have shared mutable state; this is an error in the Swift 6 language mode
public static let empty = ZIPFolder(name: "")
^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFolder.swift:28:15: note: consider making struct 'ZIPFolder' conform to the 'Sendable' protocol
public struct ZIPFolder: Identifiable, Hashable, Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFolder.swift:29:23: note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
public static let empty = ZIPFolder(name: "")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFolder.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let empty = ZIPFolder(name: "")
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ URLSession+ZIPEntry.swift,\ URLSession+ZIPFolder.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPEntry.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPEntry.swift (in target 'ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift (in target 'ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:85:19: warning: type 'ZIPEntry' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
try await withThrowingTaskGroup(of: (entry: ZIPEntry, data: Data).self) { taskGroup in
^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPEntry.swift:31:15: note: consider making struct 'ZIPEntry' conform to the 'Sendable' protocol
public struct ZIPEntry: Identifiable, Hashable, Codable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:85:81: warning: type 'ZIPEntry' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
try await withThrowingTaskGroup(of: (entry: ZIPEntry, data: Data).self) { taskGroup in
^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPEntry.swift:31:15: note: consider making struct 'ZIPEntry' conform to the 'Sendable' protocol
public struct ZIPEntry: Identifiable, Hashable, Codable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:100:27: warning: type 'ZIPEntry' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
taskGroup.addTask(priority: .medium) { [progressPerEntry] in
^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPEntry.swift:31:15: note: consider making struct 'ZIPEntry' conform to the 'Sendable' protocol
public struct ZIPEntry: Identifiable, Hashable, Codable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:110:47: warning: type 'ZIPEntry' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
let results = try await taskGroup.reduce(into: [(entry: ZIPEntry, data: Data)]()) { partialResult, value in
^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPEntry.swift:31:15: note: consider making struct 'ZIPEntry' conform to the 'Sendable' protocol
public struct ZIPEntry: Identifiable, Hashable, Codable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:110:95: warning: type 'ZIPEntry' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
let results = try await taskGroup.reduce(into: [(entry: ZIPEntry, data: Data)]()) { partialResult, value in
^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPEntry.swift:31:15: note: consider making struct 'ZIPEntry' conform to the 'Sendable' protocol
public struct ZIPEntry: Identifiable, Hashable, Codable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:110:95: warning: type 'ZIPEntry' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
let results = try await taskGroup.reduce(into: [(entry: ZIPEntry, data: Data)]()) { partialResult, value in
^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPEntry.swift:31:15: note: consider making struct 'ZIPEntry' conform to the 'Sendable' protocol
public struct ZIPEntry: Identifiable, Hashable, Codable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:94:99: warning: capture of 'entry' with non-sendable type 'ZIPEntry' in a '@Sendable' closure; this is an error in the Swift 6 language mode
let overallValue = await overallProgress.overallValue(for: value, id: entry.filePath)
^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPEntry.swift:31:15: note: consider making struct 'ZIPEntry' conform to the 'Sendable' protocol
public struct ZIPEntry: Identifiable, Hashable, Codable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:95:29: warning: capture of 'progress' with non-sendable type 'ZIPProgress' in a '@Sendable' closure; this is an error in the Swift 6 language mode
progress.callback(overallValue)
^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPEntry.swift:30:15: note: consider making struct 'ZIPProgress' conform to the 'Sendable' protocol
public struct ZIPProgress {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:94:99: warning: capture of 'entry' with non-sendable type 'ZIPEntry' in an isolated closure; this is an error in the Swift 6 language mode
let overallValue = await overallProgress.overallValue(for: value, id: entry.filePath)
^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPEntry.swift:31:15: note: consider making struct 'ZIPEntry' conform to the 'Sendable' protocol
public struct ZIPEntry: Identifiable, Hashable, Codable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:95:29: warning: capture of 'progress' with non-sendable type 'ZIPProgress' in an isolated closure; this is an error in the Swift 6 language mode
progress.callback(overallValue)
^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPEntry.swift:30:15: note: consider making struct 'ZIPProgress' conform to the 'Sendable' protocol
public struct ZIPProgress {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:100:54: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
taskGroup.addTask(priority: .medium) { [progressPerEntry] in
^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:101:22: note: closure captures non-Sendable 'entry'
(entry, try await self.zipEntryData(
^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:105:35: note: closure captures non-Sendable 'progressPerEntry'
progress: progressPerEntry
^
SwiftCompile normal arm64 Compiling\ ZIPDirectoryRecord.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/ZIPDirectoryRecord.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/ZIPDirectoryRecord.swift (in target 'ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ URLSession+ZIPEntries.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPEntries.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/DerivedSources/resource_bundle_accessor.swift (in target 'ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPEntries.swift (in target 'ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ZIPFileHeader.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/ZIPFileHeader.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/ZIPFileHeader.swift (in target 'ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ZIPEndRecord.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/ZIPEndRecord.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/ZIPEndRecord.swift (in target 'ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for ZipPinch (in target 'ZipPinch' from project 'ZipPinch')
SwiftDriver\ Compilation\ Requirements ZipPinch normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ZipPinch -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/Objects-normal/arm64/ZipPinch.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/Objects-normal/arm64/ZipPinch-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/Objects-normal/arm64/ZipPinch.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/Objects-normal/arm64/ZipPinch_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/Objects-normal/arm64/ZipPinch-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling ZIPDirectoryRecord.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/ZipPinch-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/Objects-normal/arm64/ZipPinch-Swift.h (in target 'ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/Objects-normal/arm64/ZipPinch-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/ZipPinch-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZipPinch.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/Objects-normal/arm64/ZipPinch.swiftmodule (in target 'ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/Objects-normal/arm64/ZipPinch.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZipPinch.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZipPinch.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/Objects-normal/arm64/ZipPinch.swiftdoc (in target 'ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/Objects-normal/arm64/ZipPinch.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZipPinch.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZipPinch.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/Objects-normal/arm64/ZipPinch.abi.json (in target 'ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/Objects-normal/arm64/ZipPinch.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZipPinch.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZipPinch.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/Objects-normal/arm64/ZipPinch.swiftsourceinfo (in target 'ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/Objects-normal/arm64/ZipPinch.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZipPinch.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling ZIPEndRecord.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftDriverJobDiscovery normal arm64 Compiling ZIPFolder.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftDriverJobDiscovery normal arm64 Compiling ZIPFileHeader.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, URLSession+ZIPEntries.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftDriverJobDiscovery normal arm64 Compiling URLSession+ZIPRange.swift, ZIPCompressor.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftDriverJobDiscovery normal arm64 Compiling URLSession+ZIPEntry.swift, URLSession+ZIPFolder.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftDriverJobDiscovery normal arm64 Compiling Date+MSDOS.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftDriverJobDiscovery normal arm64 Compiling ZIPEntry.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftDriverJobDiscovery normal arm64 Compiling BinaryExtractor.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftDriver\ Compilation ZipPinch normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ZipPinch -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/Objects-normal/arm64/ZipPinch.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/Objects-normal/arm64/ZipPinch-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/Objects-normal/arm64/ZipPinch.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/Objects-normal/arm64/ZipPinch_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/Objects-normal/arm64/ZipPinch-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZipPinch.o normal (in target 'ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/Objects-normal/arm64/ZipPinch.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/Objects-normal/arm64/ZipPinch_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/Objects-normal/arm64/ZipPinch_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/Objects-normal/arm64/ZipPinch.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZipPinch.o
ExtractAppIntentsMetadata (in target 'ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name ZipPinch --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.ZipPinch --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZipPinch.appintents --target-triple arm64-apple-macos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZipPinch.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/Objects-normal/arm64/ZipPinch_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/Objects-normal/arm64/ZipPinch.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/ZipPinch.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/ZipPinch.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug/ZipPinch.build/Objects-normal/arm64/ZipPinch.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-15 14:07:12.970 appintentsmetadataprocessor[716:4084] Starting appintentsmetadataprocessor export
2025-06-15 14:07:13.010 appintentsmetadataprocessor[716:4084] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZipPinch.o (in target 'ZipPinch' from project 'ZipPinch')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ZipPinch.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:58c30bd99753dd6ee932b4b7a0b4856650a71834, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:58c30bd99753dd6ee932b4b7a0b4856650a71834, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:58c30bd99753dd6ee932b4b7a0b4856650a71834, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:58c30bd99753dd6ee932b4b7a0b4856650a71834, name:My Mac }
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ZipPinch",
"name" : "ZipPinch",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "ZipPinch",
"targets" : [
"ZipPinch"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ZipPinchTests",
"module_type" : "SwiftTarget",
"name" : "ZipPinchTests",
"path" : "Tests/ZipPinchTests",
"sources" : [
"ArchiveTests.swift",
"BinaryExtractorTests.swift",
"DateMSDOSTests.swift",
"ZIPEntryTests.swift",
"ZIPErrorTests.swift",
"ZIPFolderTests.swift"
],
"target_dependencies" : [
"ZipPinch"
],
"type" : "test"
},
{
"c99name" : "ZipPinch",
"module_type" : "SwiftTarget",
"name" : "ZipPinch",
"path" : "Sources/ZipPinch",
"product_memberships" : [
"ZipPinch"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"URLSession+ZIPEntries.swift",
"URLSession+ZIPEntry.swift",
"URLSession+ZIPFolder.swift",
"URLSession+ZIPRange.swift",
"ZIPCompressor.swift",
"ZIPEntry.swift",
"ZIPFileFormat/BinaryExtractor.swift",
"ZIPFileFormat/Date+MSDOS.swift",
"ZIPFileFormat/ZIPDirectoryRecord.swift",
"ZIPFileFormat/ZIPEndRecord.swift",
"ZIPFileFormat/ZIPFileHeader.swift",
"ZIPFolder.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.