Build Information
Successful build of ZIPFoundation, reference 0.9.19 (02b6ab
), with Swift 6.1 for iOS using Xcode 16.3 on 1 May 2025 05:28:16 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ZIPFoundation -destination generic/platform=iOS 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.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dagronf/ZIPFoundation.git
Reference: 0.9.19
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dagronf/ZIPFoundation
* tag 0.9.19 -> FETCH_HEAD
HEAD is now at 02b6abe Prepare release
Cloned https://github.com/dagronf/ZIPFoundation.git
Revision (git rev-parse @):
02b6abe5f6eef7e3cbd5f247c5cc24e246efcfe0
SUCCESS checkout https://github.com/dagronf/ZIPFoundation.git at 0.9.19
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/dagronf/ZIPFoundation.git
https://github.com/dagronf/ZIPFoundation.git
{
"dependencies" : [
],
"manifest_display_name" : "ZIPFoundation",
"name" : "ZIPFoundation",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "4.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "ZIPFoundation",
"targets" : [
"ZIPFoundation"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"4",
"4.2",
"5"
],
"targets" : [
{
"c99name" : "ZIPFoundationTests",
"module_type" : "SwiftTarget",
"name" : "ZIPFoundationTests",
"path" : "Tests/ZIPFoundationTests",
"sources" : [
"ZIPFoundationArchiveTests+ZIP64.swift",
"ZIPFoundationArchiveTests.swift",
"ZIPFoundationDataSerializationTests.swift",
"ZIPFoundationEntryTests+ZIP64.swift",
"ZIPFoundationEntryTests.swift",
"ZIPFoundationErrorConditionTests+ZIP64.swift",
"ZIPFoundationErrorConditionTests.swift",
"ZIPFoundationFileAttributeTests.swift",
"ZIPFoundationFileManagerTests+ZIP64.swift",
"ZIPFoundationFileManagerTests.swift",
"ZIPFoundationMemoryTests.swift",
"ZIPFoundationPerformanceTests.swift",
"ZIPFoundationProgressTests.swift",
"ZIPFoundationReadingTests+ZIP64.swift",
"ZIPFoundationReadingTests.swift",
"ZIPFoundationTests.swift",
"ZIPFoundationWritingTests+ZIP64.swift",
"ZIPFoundationWritingTests.swift"
],
"target_dependencies" : [
"ZIPFoundation"
],
"type" : "test"
},
{
"c99name" : "ZIPFoundation",
"module_type" : "SwiftTarget",
"name" : "ZIPFoundation",
"path" : "Sources/ZIPFoundation",
"product_memberships" : [
"ZIPFoundation"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Resources/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Archive+BackingConfiguration.swift",
"Archive+Deprecated.swift",
"Archive+Helpers.swift",
"Archive+MemoryFile.swift",
"Archive+Progress.swift",
"Archive+Reading.swift",
"Archive+ReadingDeprecated.swift",
"Archive+Writing.swift",
"Archive+WritingDeprecated.swift",
"Archive+ZIP64.swift",
"Archive.swift",
"Data+Compression.swift",
"Data+CompressionDeprecated.swift",
"Data+Serialization.swift",
"Date+ZIP.swift",
"Entry+Serialization.swift",
"Entry+ZIP64.swift",
"Entry.swift",
"FileManager+ZIP.swift",
"FileManager+ZIPDeprecated.swift",
"URL+ZIP.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
"dependencies" : [
],
"manifest_display_name" : "ZIPFoundation",
"name" : "ZIPFoundation",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "4.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "ZIPFoundation",
"targets" : [
"ZIPFoundation"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"4",
"4.2",
"5"
],
"targets" : [
{
"c99name" : "ZIPFoundationTests",
"module_type" : "SwiftTarget",
"name" : "ZIPFoundationTests",
"path" : "Tests/ZIPFoundationTests",
"sources" : [
"ZIPFoundationArchiveTests+ZIP64.swift",
"ZIPFoundationArchiveTests.swift",
"ZIPFoundationDataSerializationTests.swift",
"ZIPFoundationEntryTests+ZIP64.swift",
"ZIPFoundationEntryTests.swift",
"ZIPFoundationErrorConditionTests+ZIP64.swift",
"ZIPFoundationErrorConditionTests.swift",
"ZIPFoundationFileAttributeTests.swift",
"ZIPFoundationFileManagerTests+ZIP64.swift",
"ZIPFoundationFileManagerTests.swift",
"ZIPFoundationMemoryTests.swift",
"ZIPFoundationPerformanceTests.swift",
"ZIPFoundationProgressTests.swift",
"ZIPFoundationReadingTests+ZIP64.swift",
"ZIPFoundationReadingTests.swift",
"ZIPFoundationTests.swift",
"ZIPFoundationWritingTests+ZIP64.swift",
"ZIPFoundationWritingTests.swift"
],
"target_dependencies" : [
"ZIPFoundation"
],
"type" : "test"
},
{
"c99name" : "ZIPFoundation",
"module_type" : "SwiftTarget",
"name" : "ZIPFoundation",
"path" : "Sources/ZIPFoundation",
"product_memberships" : [
"ZIPFoundation"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Resources/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Archive+BackingConfiguration.swift",
"Archive+Deprecated.swift",
"Archive+Helpers.swift",
"Archive+MemoryFile.swift",
"Archive+Progress.swift",
"Archive+Reading.swift",
"Archive+ReadingDeprecated.swift",
"Archive+Writing.swift",
"Archive+WritingDeprecated.swift",
"Archive+ZIP64.swift",
"Archive.swift",
"Data+Compression.swift",
"Data+CompressionDeprecated.swift",
"Data+Serialization.swift",
"Date+ZIP.swift",
"Entry+Serialization.swift",
"Entry+ZIP64.swift",
"Entry.swift",
"FileManager+ZIP.swift",
"FileManager+ZIPDeprecated.swift",
"URL+ZIP.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "ZIPFoundation",
"schemes" : [
"ZIPFoundation"
],
"targets" : [
"ZIPFoundation",
"ZIPFoundationTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ZIPFoundation -destination generic/platform=iOS 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 ZIPFoundation -destination generic/platform=iOS "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
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
Target 'ZIPFoundation' in project 'ZIPFoundation' (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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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: d21b8fc926c5d8945d3ffc43b2273cfd
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/d21b8fc926c5d8945d3ffc43b2273cfd.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/ZIPFoundation.xcodeproj
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/ZIPFoundation.xcodeproj
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/ZIPFoundation.xcodeproj
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-iphoneos
cd /Users/admin/builder/spi-builder-workspace/ZIPFoundation.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/ZIPFoundation.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ZIPFoundation.framework (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ZIPFoundation.framework
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ZIPFoundation.framework/Headers (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ZIPFoundation.framework/Headers
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/ZIPFoundation.DependencyMetadataFileList (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/ZIPFoundation.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/ZIPFoundation.DependencyStaticMetadataFileList (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/ZIPFoundation.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation_const_extract_protocols.json (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation.SwiftConstValuesFileList (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation-OutputFileMap.json (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation.LinkFileList (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation.SwiftFileList (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation.SwiftFileList
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ZIPFoundation.framework/Info.plist /Users/admin/builder/spi-builder-workspace/ZIPFoundation.xcodeproj/ZIPFoundation_Info.plist (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/ZIPFoundation.xcodeproj/ZIPFoundation_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ZIPFoundation.framework/Info.plist
SwiftDriver ZIPFoundation normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ZIPFoundation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation.SwiftFileList -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation-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/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation.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/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Archive+Writing.swift,\ Archive.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+Writing.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+Writing.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746077291388837-swift-frontend-ZIPFoundation-Archive_Writing.swift-arm64_apple_ios12.0-o-Onone-951635302.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 1.0320 seconds (4.6818 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0258 ( 3.4%) 0.0737 ( 26.5%) 0.0994 ( 9.6%) 1.8795 ( 40.1%) parse-and-resolve-imports
0.0229 ( 3.0%) 0.0718 ( 25.8%) 0.0947 ( 9.2%) 1.8747 ( 40.0%) Import resolution
0.1299 ( 17.2%) 0.0204 ( 7.3%) 0.1502 ( 14.6%) 0.1512 ( 3.2%) perform-sema
0.1297 ( 17.2%) 0.0204 ( 7.3%) 0.1500 ( 14.5%) 0.1510 ( 3.2%) Type checking and Semantic analysis
0.0996 ( 13.2%) 0.0129 ( 4.6%) 0.1125 ( 10.9%) 0.1129 ( 2.4%) typecheck-stmt
0.0968 ( 12.8%) 0.0132 ( 4.7%) 0.1100 ( 10.7%) 0.1107 ( 2.4%) typecheck-expr
0.0017 ( 0.2%) 0.0089 ( 3.2%) 0.0105 ( 1.0%) 0.0949 ( 2.0%) load-stdlib
0.0630 ( 8.4%) 0.0125 ( 4.5%) 0.0755 ( 7.3%) 0.0761 ( 1.6%) typecheck-decl
0.0546 ( 7.2%) 0.0168 ( 6.0%) 0.0714 ( 6.9%) 0.0718 ( 1.5%) build-rewrite-system
0.0275 ( 3.6%) 0.0038 ( 1.4%) 0.0313 ( 3.0%) 0.0316 ( 0.7%) SILGen
0.0221 ( 2.9%) 0.0075 ( 2.7%) 0.0297 ( 2.9%) 0.0298 ( 0.6%) IRGen
0.0140 ( 1.9%) 0.0108 ( 3.9%) 0.0248 ( 2.4%) 0.0250 ( 0.5%) import-clang-decl
0.0206 ( 2.7%) 0.0024 ( 0.9%) 0.0230 ( 2.2%) 0.0231 ( 0.5%) precheck-target
0.0202 ( 2.7%) 0.0025 ( 0.9%) 0.0228 ( 2.2%) 0.0231 ( 0.5%) SILGen-function
0.0216 ( 2.9%) 0.0003 ( 0.1%) 0.0219 ( 2.1%) 0.0220 ( 0.5%) SIL optimization
0.0016 ( 0.2%) 0.0001 ( 0.0%) 0.0018 ( 0.2%) 0.0018 ( 0.0%) typecheck-expr-pattern
0.0008 ( 0.1%) 0.0004 ( 0.1%) 0.0012 ( 0.1%) 0.0012 ( 0.0%) load-all-members
0.0008 ( 0.1%) 0.0001 ( 0.0%) 0.0009 ( 0.1%) 0.0010 ( 0.0%) typecheck-for-each
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) get-conformance-access-path
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.7536 (100.0%) 0.2785 (100.0%) 1.0320 (100.0%) 4.6818 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.6998 seconds (3.6348 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8916 (100.0%) 0.8082 (100.0%) 1.6998 (100.0%) 3.6348 (100.0%) Building Target
0.8916 (100.0%) 0.8082 (100.0%) 1.6998 (100.0%) 3.6348 (100.0%) Total
SwiftCompile normal arm64 Compiling\ Archive+BackingConfiguration.swift,\ Data+Compression.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+BackingConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Data+Compression.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+BackingConfiguration.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Data+Compression.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746077291378770-swift-frontend-ZIPFoundation-Archive_BackingConfiguration.swift-arm64_apple_ios12.0-o-Onone-488636901.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 3.3587 seconds (3.8493 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.0110 ( 41.5%) 0.4097 ( 44.3%) 1.4206 ( 42.3%) 1.6243 ( 42.2%) parse-and-resolve-imports
1.0084 ( 41.4%) 0.4045 ( 43.7%) 1.4128 ( 42.1%) 1.6127 ( 41.9%) Import resolution
0.0019 ( 0.1%) 0.0174 ( 1.9%) 0.0192 ( 0.6%) 0.1021 ( 2.7%) load-stdlib
0.0773 ( 3.2%) 0.0194 ( 2.1%) 0.0967 ( 2.9%) 0.0968 ( 2.5%) build-rewrite-system
0.0672 ( 2.8%) 0.0137 ( 1.5%) 0.0809 ( 2.4%) 0.0819 ( 2.1%) perform-sema
0.0671 ( 2.8%) 0.0137 ( 1.5%) 0.0808 ( 2.4%) 0.0817 ( 2.1%) Type checking and Semantic analysis
0.0491 ( 2.0%) 0.0063 ( 0.7%) 0.0554 ( 1.6%) 0.0554 ( 1.4%) typecheck-stmt
0.0445 ( 1.8%) 0.0075 ( 0.8%) 0.0521 ( 1.6%) 0.0526 ( 1.4%) typecheck-expr
0.0274 ( 1.1%) 0.0098 ( 1.1%) 0.0372 ( 1.1%) 0.0382 ( 1.0%) typecheck-decl
0.0131 ( 0.5%) 0.0103 ( 1.1%) 0.0234 ( 0.7%) 0.0240 ( 0.6%) import-clang-decl
0.0155 ( 0.6%) 0.0032 ( 0.3%) 0.0187 ( 0.6%) 0.0187 ( 0.5%) SILGen
0.0114 ( 0.5%) 0.0055 ( 0.6%) 0.0169 ( 0.5%) 0.0169 ( 0.4%) IRGen
0.0145 ( 0.6%) 0.0010 ( 0.1%) 0.0155 ( 0.5%) 0.0155 ( 0.4%) precheck-target
0.0129 ( 0.5%) 0.0003 ( 0.0%) 0.0132 ( 0.4%) 0.0133 ( 0.3%) SIL optimization
0.0106 ( 0.4%) 0.0022 ( 0.2%) 0.0129 ( 0.4%) 0.0129 ( 0.3%) SILGen-function
0.0009 ( 0.0%) 0.0003 ( 0.0%) 0.0012 ( 0.0%) 0.0012 ( 0.0%) load-all-members
0.0009 ( 0.0%) 0.0001 ( 0.0%) 0.0009 ( 0.0%) 0.0009 ( 0.0%) typecheck-expr-pattern
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
2.4339 (100.0%) 0.9247 (100.0%) 3.3587 (100.0%) 3.8493 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 3.2643 seconds (3.6442 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
2.0042 (100.0%) 1.2601 (100.0%) 3.2643 (100.0%) 3.6442 (100.0%) Building Target
2.0042 (100.0%) 1.2601 (100.0%) 3.2643 (100.0%) 3.6442 (100.0%) Total
SwiftCompile normal arm64 Compiling\ Archive+Reading.swift,\ Archive+Deprecated.swift,\ Data+CompressionDeprecated.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+Reading.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+Deprecated.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Data+CompressionDeprecated.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+Reading.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+Deprecated.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Data+CompressionDeprecated.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746077291389133-swift-frontend-ZIPFoundation-Archive_Reading.swift-arm64_apple_ios12.0-o-Onone-412486224.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7140 seconds (4.0616 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0308 ( 7.5%) 0.0775 ( 25.7%) 0.1083 ( 15.2%) 1.7687 ( 43.5%) parse-and-resolve-imports
0.0281 ( 6.8%) 0.0756 ( 25.1%) 0.1037 ( 14.5%) 1.7641 ( 43.4%) Import resolution
0.0795 ( 19.3%) 0.0287 ( 9.5%) 0.1082 ( 15.2%) 0.1082 ( 2.7%) build-rewrite-system
0.0122 ( 3.0%) 0.0436 ( 14.5%) 0.0558 ( 7.8%) 0.0824 ( 2.0%) load-stdlib
0.0469 ( 11.4%) 0.0128 ( 4.3%) 0.0597 ( 8.4%) 0.0598 ( 1.5%) perform-sema
0.0468 ( 11.3%) 0.0128 ( 4.3%) 0.0596 ( 8.3%) 0.0596 ( 1.5%) Type checking and Semantic analysis
0.0426 ( 10.3%) 0.0113 ( 3.8%) 0.0539 ( 7.6%) 0.0540 ( 1.3%) typecheck-expr
0.0310 ( 7.5%) 0.0077 ( 2.6%) 0.0387 ( 5.4%) 0.0387 ( 1.0%) typecheck-stmt
0.0271 ( 6.6%) 0.0084 ( 2.8%) 0.0355 ( 5.0%) 0.0356 ( 0.9%) typecheck-decl
0.0141 ( 3.4%) 0.0109 ( 3.6%) 0.0250 ( 3.5%) 0.0250 ( 0.6%) import-clang-decl
0.0143 ( 3.5%) 0.0035 ( 1.2%) 0.0178 ( 2.5%) 0.0178 ( 0.4%) precheck-target
0.0113 ( 2.7%) 0.0041 ( 1.4%) 0.0154 ( 2.2%) 0.0154 ( 0.4%) IRGen
0.0114 ( 2.8%) 0.0022 ( 0.7%) 0.0136 ( 1.9%) 0.0136 ( 0.3%) SILGen
0.0094 ( 2.3%) 0.0001 ( 0.0%) 0.0096 ( 1.3%) 0.0096 ( 0.2%) SIL optimization
0.0062 ( 1.5%) 0.0013 ( 0.4%) 0.0075 ( 1.1%) 0.0075 ( 0.2%) SILGen-function
0.0009 ( 0.2%) 0.0005 ( 0.2%) 0.0014 ( 0.2%) 0.0014 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.4128 (100.0%) 0.3012 (100.0%) 0.7140 (100.0%) 4.0616 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.8614 seconds (3.6308 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9389 (100.0%) 0.9226 (100.0%) 1.8614 (100.0%) 3.6308 (100.0%) Building Target
0.9389 (100.0%) 0.9226 (100.0%) 1.8614 (100.0%) 3.6308 (100.0%) Total
SwiftCompile normal arm64 Compiling\ FileManager+ZIPDeprecated.swift,\ Archive+ZIP64.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/FileManager+ZIPDeprecated.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746077291385208-swift-frontend-ZIPFoundation-FileManager_ZIPDeprecated.swift-arm64_apple_ios12.0-o-Onone-3964302265.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5952 seconds (3.7182 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0239 ( 6.8%) 0.0642 ( 26.4%) 0.0882 ( 14.8%) 1.5896 ( 42.8%) parse-and-resolve-imports
0.0216 ( 6.1%) 0.0613 ( 25.2%) 0.0829 ( 13.9%) 1.5839 ( 42.6%) Import resolution
0.0018 ( 0.5%) 0.0151 ( 6.2%) 0.0169 ( 2.8%) 0.1309 ( 3.5%) load-stdlib
0.0844 ( 24.0%) 0.0287 ( 11.8%) 0.1132 ( 19.0%) 0.1140 ( 3.1%) build-rewrite-system
0.0472 ( 13.4%) 0.0158 ( 6.5%) 0.0630 ( 10.6%) 0.0647 ( 1.7%) perform-sema
0.0471 ( 13.4%) 0.0158 ( 6.5%) 0.0629 ( 10.6%) 0.0646 ( 1.7%) Type checking and Semantic analysis
0.0204 ( 5.8%) 0.0117 ( 4.8%) 0.0321 ( 5.4%) 0.0338 ( 0.9%) typecheck-decl
0.0290 ( 8.2%) 0.0046 ( 1.9%) 0.0336 ( 5.6%) 0.0336 ( 0.9%) typecheck-stmt
0.0268 ( 7.6%) 0.0041 ( 1.7%) 0.0308 ( 5.2%) 0.0308 ( 0.8%) typecheck-expr
0.0124 ( 3.5%) 0.0113 ( 4.6%) 0.0236 ( 4.0%) 0.0239 ( 0.6%) import-clang-decl
0.0070 ( 2.0%) 0.0045 ( 1.9%) 0.0115 ( 1.9%) 0.0120 ( 0.3%) IRGen
0.0082 ( 2.3%) 0.0036 ( 1.5%) 0.0118 ( 2.0%) 0.0118 ( 0.3%) SILGen
0.0097 ( 2.8%) 0.0001 ( 0.1%) 0.0099 ( 1.7%) 0.0098 ( 0.3%) SIL optimization
0.0062 ( 1.8%) 0.0006 ( 0.3%) 0.0068 ( 1.2%) 0.0068 ( 0.2%) precheck-target
0.0049 ( 1.4%) 0.0012 ( 0.5%) 0.0061 ( 1.0%) 0.0061 ( 0.2%) SILGen-function
0.0008 ( 0.2%) 0.0002 ( 0.1%) 0.0010 ( 0.2%) 0.0010 ( 0.0%) load-all-members
0.0005 ( 0.1%) 0.0000 ( 0.0%) 0.0005 ( 0.1%) 0.0005 ( 0.0%) typecheck-expr-pattern
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.3521 (100.0%) 0.2430 (100.0%) 0.5952 (100.0%) 3.7182 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.9073 seconds (3.6277 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9666 (100.0%) 0.9407 (100.0%) 1.9073 (100.0%) 3.6277 (100.0%) Building Target
0.9666 (100.0%) 0.9407 (100.0%) 1.9073 (100.0%) 3.6277 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/FileManager+ZIPDeprecated.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:146:5: warning: var 'maxUInt32' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
var maxUInt32 = UInt32.max
^
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:146:5: note: convert 'maxUInt32' to a 'let' constant to make 'Sendable' shared state immutable
var maxUInt32 = UInt32.max
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:146:5: note: add '@MainActor' to make var 'maxUInt32' part of global actor 'MainActor'
var maxUInt32 = UInt32.max
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:146:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var maxUInt32 = UInt32.max
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:147:5: warning: var 'maxUInt16' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
var maxUInt16 = UInt16.max
^
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:147:5: note: convert 'maxUInt16' to a 'let' constant to make 'Sendable' shared state immutable
var maxUInt16 = UInt16.max
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:147:5: note: add '@MainActor' to make var 'maxUInt16' part of global actor 'MainActor'
var maxUInt16 = UInt16.max
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:147:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var maxUInt16 = UInt16.max
^
nonisolated(unsafe)
SwiftEmitModule normal arm64 Emitting\ module\ for\ ZIPFoundation (in target 'ZIPFoundation' from project 'ZIPFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746077291389898-swift-frontend-ZIPFoundation-all-arm64_apple_ios12.0-swiftmodule-Onone-2065158621.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5346 seconds (3.8530 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0251 ( 8.2%) 0.0738 ( 32.1%) 0.0989 ( 18.5%) 1.7153 ( 44.5%) parse-and-resolve-imports
0.0228 ( 7.5%) 0.0719 ( 31.3%) 0.0948 ( 17.7%) 1.7110 ( 44.4%) Import resolution
0.0019 ( 0.6%) 0.0139 ( 6.1%) 0.0158 ( 3.0%) 0.1002 ( 2.6%) load-stdlib
0.0552 ( 18.1%) 0.0129 ( 5.6%) 0.0682 ( 12.7%) 0.0683 ( 1.8%) perform-sema
0.0550 ( 18.0%) 0.0127 ( 5.5%) 0.0677 ( 12.7%) 0.0678 ( 1.8%) Type checking and Semantic analysis
0.0547 ( 17.9%) 0.0124 ( 5.4%) 0.0671 ( 12.5%) 0.0671 ( 1.7%) typecheck-decl
0.0176 ( 5.8%) 0.0064 ( 2.8%) 0.0240 ( 4.5%) 0.0245 ( 0.6%) SIL optimization
0.0187 ( 6.1%) 0.0055 ( 2.4%) 0.0242 ( 4.5%) 0.0242 ( 0.6%) typecheck-expr
0.0173 ( 5.7%) 0.0048 ( 2.1%) 0.0221 ( 4.1%) 0.0221 ( 0.6%) SILGen
0.0079 ( 2.6%) 0.0025 ( 1.1%) 0.0104 ( 1.9%) 0.0104 ( 0.3%) build-rewrite-system
0.0080 ( 2.6%) 0.0021 ( 0.9%) 0.0101 ( 1.9%) 0.0101 ( 0.3%) SILGen-function
0.0068 ( 2.2%) 0.0018 ( 0.8%) 0.0086 ( 1.6%) 0.0086 ( 0.2%) precheck-target
0.0034 ( 1.1%) 0.0030 ( 1.3%) 0.0064 ( 1.2%) 0.0069 ( 0.2%) Serialization, swiftmodule
0.0034 ( 1.1%) 0.0035 ( 1.5%) 0.0069 ( 1.3%) 0.0069 ( 0.2%) import-clang-decl
0.0022 ( 0.7%) 0.0007 ( 0.3%) 0.0029 ( 0.6%) 0.0029 ( 0.1%) typecheck-stmt
0.0019 ( 0.6%) 0.0003 ( 0.1%) 0.0022 ( 0.4%) 0.0022 ( 0.1%) Serialization, swiftsourceinfo
0.0011 ( 0.4%) 0.0010 ( 0.4%) 0.0021 ( 0.4%) 0.0021 ( 0.1%) Serialization, swiftdoc
0.0016 ( 0.5%) 0.0004 ( 0.2%) 0.0020 ( 0.4%) 0.0020 ( 0.1%) typecheck-expr-pattern
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-module-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3049 (100.0%) 0.2297 (100.0%) 0.5346 (100.0%) 3.8530 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2534 seconds (1.9550 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1359 (100.0%) 0.1175 (100.0%) 0.2534 (100.0%) 1.9550 (100.0%) Building Target
0.1359 (100.0%) 0.1175 (100.0%) 0.2534 (100.0%) 1.9550 (100.0%) Total
EmitSwiftModule normal arm64 (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:146:5: warning: var 'maxUInt32' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
var maxUInt32 = UInt32.max
^
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:146:5: note: convert 'maxUInt32' to a 'let' constant to make 'Sendable' shared state immutable
var maxUInt32 = UInt32.max
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:146:5: note: add '@MainActor' to make var 'maxUInt32' part of global actor 'MainActor'
var maxUInt32 = UInt32.max
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:146:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var maxUInt32 = UInt32.max
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:147:5: warning: var 'maxUInt16' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
var maxUInt16 = UInt16.max
^
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:147:5: note: convert 'maxUInt16' to a 'let' constant to make 'Sendable' shared state immutable
var maxUInt16 = UInt16.max
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:147:5: note: add '@MainActor' to make var 'maxUInt16' part of global actor 'MainActor'
var maxUInt16 = UInt16.max
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ZIP64.swift:147:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var maxUInt16 = UInt16.max
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Entry.swift,\ Archive+WritingDeprecated.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Entry.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+WritingDeprecated.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746077291383715-swift-frontend-ZIPFoundation-Entry.swift-arm64_apple_ios12.0-o-Onone-797353176.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.8634 seconds (4.1071 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0251 ( 4.3%) 0.0732 ( 25.8%) 0.0983 ( 11.4%) 1.6783 ( 40.9%) parse-and-resolve-imports
0.0227 ( 3.9%) 0.0717 ( 25.2%) 0.0944 ( 10.9%) 1.6744 ( 40.8%) Import resolution
0.0997 ( 17.2%) 0.0198 ( 7.0%) 0.1195 ( 13.8%) 0.1195 ( 2.9%) perform-sema
0.0995 ( 17.2%) 0.0198 ( 7.0%) 0.1194 ( 13.8%) 0.1194 ( 2.9%) Type checking and Semantic analysis
0.0790 ( 13.6%) 0.0271 ( 9.5%) 0.1061 ( 12.3%) 0.1061 ( 2.6%) build-rewrite-system
0.0018 ( 0.3%) 0.0165 ( 5.8%) 0.0184 ( 2.1%) 0.1014 ( 2.5%) load-stdlib
0.0733 ( 12.6%) 0.0142 ( 5.0%) 0.0875 ( 10.1%) 0.0876 ( 2.1%) typecheck-stmt
0.0583 ( 10.1%) 0.0112 ( 3.9%) 0.0695 ( 8.0%) 0.0696 ( 1.7%) typecheck-expr
0.0386 ( 6.7%) 0.0088 ( 3.1%) 0.0474 ( 5.5%) 0.0474 ( 1.2%) typecheck-decl
0.0125 ( 2.2%) 0.0090 ( 3.2%) 0.0214 ( 2.5%) 0.0216 ( 0.5%) import-clang-decl
0.0178 ( 3.1%) 0.0035 ( 1.2%) 0.0212 ( 2.5%) 0.0213 ( 0.5%) SILGen
0.0126 ( 2.2%) 0.0041 ( 1.5%) 0.0167 ( 1.9%) 0.0167 ( 0.4%) IRGen
0.0129 ( 2.2%) 0.0022 ( 0.8%) 0.0151 ( 1.8%) 0.0151 ( 0.4%) precheck-target
0.0128 ( 2.2%) 0.0002 ( 0.1%) 0.0130 ( 1.5%) 0.0130 ( 0.3%) SIL optimization
0.0102 ( 1.8%) 0.0021 ( 0.7%) 0.0122 ( 1.4%) 0.0123 ( 0.3%) SILGen-function
0.0019 ( 0.3%) 0.0003 ( 0.1%) 0.0022 ( 0.3%) 0.0023 ( 0.1%) typecheck-expr-pattern
0.0007 ( 0.1%) 0.0002 ( 0.1%) 0.0009 ( 0.1%) 0.0009 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.5795 (100.0%) 0.2840 (100.0%) 0.8634 (100.0%) 4.1071 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.8971 seconds (3.6368 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.0301 (100.0%) 0.8670 (100.0%) 1.8971 (100.0%) 3.6368 (100.0%) Building Target
1.0301 (100.0%) 0.8670 (100.0%) 1.8971 (100.0%) 3.6368 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Entry.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+WritingDeprecated.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ Archive+ReadingDeprecated.swift,\ Entry+Serialization.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ReadingDeprecated.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Entry+Serialization.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746077291392079-swift-frontend-ZIPFoundation-Archive_ReadingDeprecated.swift-arm64_apple_ios12.0-o-Onone-1423056406.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6535 seconds (3.8713 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0227 ( 5.0%) 0.0501 ( 24.8%) 0.0728 ( 11.1%) 1.6236 ( 41.9%) parse-and-resolve-imports
0.0204 ( 4.5%) 0.0478 ( 23.7%) 0.0681 ( 10.4%) 1.6189 ( 41.8%) Import resolution
0.0017 ( 0.4%) 0.0121 ( 6.0%) 0.0137 ( 2.1%) 0.1299 ( 3.4%) load-stdlib
0.0848 ( 18.8%) 0.0296 ( 14.7%) 0.1143 ( 17.5%) 0.1144 ( 3.0%) build-rewrite-system
0.0663 ( 14.7%) 0.0109 ( 5.4%) 0.0771 ( 11.8%) 0.0771 ( 2.0%) perform-sema
0.0662 ( 14.6%) 0.0108 ( 5.4%) 0.0770 ( 11.8%) 0.0770 ( 2.0%) Type checking and Semantic analysis
0.0588 ( 13.0%) 0.0090 ( 4.5%) 0.0678 ( 10.4%) 0.0678 ( 1.8%) typecheck-stmt
0.0563 ( 12.5%) 0.0081 ( 4.0%) 0.0644 ( 9.9%) 0.0644 ( 1.7%) typecheck-expr
0.0122 ( 2.7%) 0.0103 ( 5.1%) 0.0224 ( 3.4%) 0.0226 ( 0.6%) import-clang-decl
0.0167 ( 3.7%) 0.0036 ( 1.8%) 0.0203 ( 3.1%) 0.0203 ( 0.5%) typecheck-decl
0.0151 ( 3.3%) 0.0025 ( 1.2%) 0.0176 ( 2.7%) 0.0175 ( 0.5%) precheck-target
0.0099 ( 2.2%) 0.0017 ( 0.8%) 0.0116 ( 1.8%) 0.0116 ( 0.3%) SILGen
0.0073 ( 1.6%) 0.0037 ( 1.8%) 0.0110 ( 1.7%) 0.0110 ( 0.3%) IRGen
0.0062 ( 1.4%) 0.0011 ( 0.6%) 0.0073 ( 1.1%) 0.0073 ( 0.2%) SILGen-function
0.0065 ( 1.4%) 0.0002 ( 0.1%) 0.0066 ( 1.0%) 0.0066 ( 0.2%) SIL optimization
0.0008 ( 0.2%) 0.0003 ( 0.1%) 0.0010 ( 0.2%) 0.0010 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.4518 (100.0%) 0.2017 (100.0%) 0.6535 (100.0%) 3.8713 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.8679 seconds (3.6203 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9756 (100.0%) 0.8922 (100.0%) 1.8679 (100.0%) 3.6203 (100.0%) Building Target
0.9756 (100.0%) 0.8922 (100.0%) 1.8679 (100.0%) 3.6203 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+ReadingDeprecated.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Entry+Serialization.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ Archive+MemoryFile.swift,\ Data+Serialization.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+MemoryFile.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Data+Serialization.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746077291389656-swift-frontend-ZIPFoundation-Archive_MemoryFile.swift-arm64_apple_ios12.0-o-Onone-2194125188.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5790 seconds (3.7731 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0248 ( 7.1%) 0.0691 ( 29.9%) 0.0938 ( 16.2%) 1.6522 ( 43.8%) parse-and-resolve-imports
0.0223 ( 6.4%) 0.0675 ( 29.2%) 0.0898 ( 15.5%) 1.6481 ( 43.7%) Import resolution
0.0825 ( 23.7%) 0.0276 ( 12.0%) 0.1102 ( 19.0%) 0.1121 ( 3.0%) build-rewrite-system
0.0017 ( 0.5%) 0.0131 ( 5.7%) 0.0148 ( 2.6%) 0.0902 ( 2.4%) load-stdlib
0.0401 ( 11.5%) 0.0084 ( 3.6%) 0.0485 ( 8.4%) 0.0485 ( 1.3%) perform-sema
0.0400 ( 11.5%) 0.0084 ( 3.6%) 0.0484 ( 8.4%) 0.0484 ( 1.3%) Type checking and Semantic analysis
0.0357 ( 10.2%) 0.0075 ( 3.3%) 0.0432 ( 7.5%) 0.0432 ( 1.1%) typecheck-stmt
0.0249 ( 7.2%) 0.0042 ( 1.8%) 0.0291 ( 5.0%) 0.0291 ( 0.8%) typecheck-expr
0.0130 ( 3.7%) 0.0107 ( 4.7%) 0.0238 ( 4.1%) 0.0239 ( 0.6%) import-clang-decl
0.0152 ( 4.4%) 0.0035 ( 1.5%) 0.0186 ( 3.2%) 0.0186 ( 0.5%) precheck-target
0.0104 ( 3.0%) 0.0045 ( 2.0%) 0.0149 ( 2.6%) 0.0149 ( 0.4%) IRGen
0.0115 ( 3.3%) 0.0021 ( 0.9%) 0.0136 ( 2.3%) 0.0136 ( 0.4%) typecheck-decl
0.0114 ( 3.3%) 0.0006 ( 0.3%) 0.0120 ( 2.1%) 0.0120 ( 0.3%) SIL optimization
0.0082 ( 2.3%) 0.0020 ( 0.8%) 0.0101 ( 1.7%) 0.0101 ( 0.3%) SILGen
0.0055 ( 1.6%) 0.0012 ( 0.5%) 0.0068 ( 1.2%) 0.0068 ( 0.2%) SILGen-function
0.0008 ( 0.2%) 0.0003 ( 0.1%) 0.0011 ( 0.2%) 0.0011 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3482 (100.0%) 0.2308 (100.0%) 0.5790 (100.0%) 3.7731 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.8936 seconds (3.6240 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9593 (100.0%) 0.9343 (100.0%) 1.8936 (100.0%) 3.6240 (100.0%) Building Target
0.9593 (100.0%) 0.9343 (100.0%) 1.8936 (100.0%) 3.6240 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+MemoryFile.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Data+Serialization.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ FileManager+ZIP.swift,\ Archive+Progress.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/FileManager+ZIP.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+Progress.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/FileManager+ZIP.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+Progress.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746077291391487-swift-frontend-ZIPFoundation-FileManager_ZIP.swift-arm64_apple_ios12.0-o-Onone-625522492.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.9152 seconds (4.3779 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0248 ( 3.9%) 0.0615 ( 22.7%) 0.0863 ( 9.4%) 1.7738 ( 40.5%) parse-and-resolve-imports
0.0224 ( 3.5%) 0.0598 ( 22.0%) 0.0822 ( 9.0%) 1.7697 ( 40.4%) Import resolution
0.0984 ( 15.3%) 0.0195 ( 7.2%) 0.1179 ( 12.9%) 0.1184 ( 2.7%) perform-sema
0.0982 ( 15.3%) 0.0195 ( 7.2%) 0.1178 ( 12.9%) 0.1183 ( 2.7%) Type checking and Semantic analysis
0.0788 ( 12.2%) 0.0280 ( 10.3%) 0.1067 ( 11.7%) 0.1072 ( 2.4%) build-rewrite-system
0.0829 ( 12.9%) 0.0151 ( 5.6%) 0.0980 ( 10.7%) 0.0985 ( 2.3%) typecheck-stmt
0.0016 ( 0.3%) 0.0111 ( 4.1%) 0.0127 ( 1.4%) 0.0974 ( 2.2%) load-stdlib
0.0772 ( 12.0%) 0.0155 ( 5.7%) 0.0927 ( 10.1%) 0.0932 ( 2.1%) typecheck-expr
0.0506 ( 7.9%) 0.0118 ( 4.4%) 0.0624 ( 6.8%) 0.0625 ( 1.4%) typecheck-decl
0.0158 ( 2.5%) 0.0115 ( 4.2%) 0.0273 ( 3.0%) 0.0274 ( 0.6%) import-clang-decl
0.0224 ( 3.5%) 0.0047 ( 1.7%) 0.0271 ( 3.0%) 0.0271 ( 0.6%) precheck-target
0.0219 ( 3.4%) 0.0043 ( 1.6%) 0.0262 ( 2.9%) 0.0263 ( 0.6%) SILGen
0.0165 ( 2.6%) 0.0051 ( 1.9%) 0.0216 ( 2.4%) 0.0218 ( 0.5%) IRGen
0.0164 ( 2.6%) 0.0033 ( 1.2%) 0.0197 ( 2.2%) 0.0198 ( 0.5%) SILGen-function
0.0145 ( 2.2%) 0.0002 ( 0.1%) 0.0146 ( 1.6%) 0.0147 ( 0.3%) SIL optimization
0.0009 ( 0.1%) 0.0003 ( 0.1%) 0.0012 ( 0.1%) 0.0012 ( 0.0%) load-all-members
0.0003 ( 0.0%) 0.0000 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) typecheck-for-each
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.6439 (100.0%) 0.2713 (100.0%) 0.9152 (100.0%) 4.3779 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.7857 seconds (3.6273 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9798 (100.0%) 0.8059 (100.0%) 1.7857 (100.0%) 3.6273 (100.0%) Building Target
0.9798 (100.0%) 0.8059 (100.0%) 1.7857 (100.0%) 3.6273 (100.0%) Total
SwiftCompile normal arm64 Compiling\ Entry+ZIP64.swift,\ Archive+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Entry+ZIP64.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+Helpers.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Entry+ZIP64.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Archive+Helpers.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746077291393194-swift-frontend-ZIPFoundation-Entry_ZIP64.swift-arm64_apple_ios12.0-o-Onone-3114203281.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 1.1221 seconds (4.5014 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0262 ( 3.2%) 0.0755 ( 25.1%) 0.1017 ( 9.1%) 1.7496 ( 38.9%) parse-and-resolve-imports
0.0237 ( 2.9%) 0.0737 ( 24.5%) 0.0974 ( 8.7%) 1.7453 ( 38.8%) Import resolution
0.1409 ( 17.2%) 0.0229 ( 7.6%) 0.1638 ( 14.6%) 0.1648 ( 3.7%) perform-sema
0.1408 ( 17.1%) 0.0228 ( 7.6%) 0.1636 ( 14.6%) 0.1646 ( 3.7%) Type checking and Semantic analysis
0.1191 ( 14.5%) 0.0171 ( 5.7%) 0.1362 ( 12.1%) 0.1371 ( 3.0%) typecheck-stmt
0.1045 ( 12.7%) 0.0146 ( 4.9%) 0.1191 ( 10.6%) 0.1200 ( 2.7%) typecheck-expr
0.0832 ( 10.1%) 0.0289 ( 9.6%) 0.1121 ( 10.0%) 0.1128 ( 2.5%) build-rewrite-system
0.0017 ( 0.2%) 0.0116 ( 3.9%) 0.0133 ( 1.2%) 0.0894 ( 2.0%) load-stdlib
0.0704 ( 8.6%) 0.0122 ( 4.1%) 0.0826 ( 7.4%) 0.0836 ( 1.9%) typecheck-decl
0.0263 ( 3.2%) 0.0004 ( 0.1%) 0.0267 ( 2.4%) 0.0268 ( 0.6%) SIL optimization
0.0136 ( 1.7%) 0.0109 ( 3.6%) 0.0245 ( 2.2%) 0.0247 ( 0.5%) import-clang-decl
0.0209 ( 2.5%) 0.0027 ( 0.9%) 0.0236 ( 2.1%) 0.0243 ( 0.5%) SILGen
0.0209 ( 2.6%) 0.0015 ( 0.5%) 0.0224 ( 2.0%) 0.0225 ( 0.5%) precheck-target
0.0133 ( 1.6%) 0.0042 ( 1.4%) 0.0175 ( 1.6%) 0.0176 ( 0.4%) IRGen
0.0141 ( 1.7%) 0.0020 ( 0.7%) 0.0161 ( 1.4%) 0.0167 ( 0.4%) SILGen-function
0.0009 ( 0.1%) 0.0002 ( 0.1%) 0.0011 ( 0.1%) 0.0011 ( 0.0%) load-all-members
0.0002 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) get-conformance-access-path
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.8209 (100.0%) 0.3013 (100.0%) 1.1221 (100.0%) 4.5014 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.8413 seconds (3.6271 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.0669 (100.0%) 0.7744 (100.0%) 1.8413 (100.0%) 3.6271 (100.0%) Building Target
1.0669 (100.0%) 0.7744 (100.0%) 1.8413 (100.0%) 3.6271 (100.0%) Total
SwiftCompile normal arm64 Compiling\ URL+ZIP.swift,\ Date+ZIP.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/URL+ZIP.swift /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Date+ZIP.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746077293425189-swift-frontend-ZIPFoundation-URL_ZIP.swift-arm64_apple_ios12.0-o-Onone-1749660292.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6810 seconds (0.6859 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0892 ( 17.3%) 0.0190 ( 11.6%) 0.1083 ( 15.9%) 0.1092 ( 15.9%) perform-sema
0.0891 ( 17.2%) 0.0190 ( 11.6%) 0.1081 ( 15.9%) 0.1091 ( 15.9%) Type checking and Semantic analysis
0.0863 ( 16.7%) 0.0183 ( 11.1%) 0.1046 ( 15.4%) 0.1055 ( 15.4%) typecheck-stmt
0.0765 ( 14.8%) 0.0158 ( 9.6%) 0.0923 ( 13.6%) 0.0929 ( 13.5%) typecheck-expr
0.0547 ( 10.6%) 0.0206 ( 12.6%) 0.0754 ( 11.1%) 0.0755 ( 11.0%) build-rewrite-system
0.0239 ( 4.6%) 0.0217 ( 13.2%) 0.0456 ( 6.7%) 0.0460 ( 6.7%) parse-and-resolve-imports
0.0214 ( 4.1%) 0.0198 ( 12.0%) 0.0411 ( 6.0%) 0.0416 ( 6.1%) Import resolution
0.0130 ( 2.5%) 0.0105 ( 6.4%) 0.0235 ( 3.5%) 0.0235 ( 3.4%) import-clang-decl
0.0130 ( 2.5%) 0.0061 ( 3.7%) 0.0192 ( 2.8%) 0.0193 ( 2.8%) IRGen
0.0137 ( 2.6%) 0.0041 ( 2.5%) 0.0178 ( 2.6%) 0.0179 ( 2.6%) typecheck-decl
0.0121 ( 2.4%) 0.0036 ( 2.2%) 0.0157 ( 2.3%) 0.0158 ( 2.3%) precheck-target
0.0098 ( 1.9%) 0.0001 ( 0.0%) 0.0099 ( 1.4%) 0.0099 ( 1.4%) SIL optimization
0.0069 ( 1.3%) 0.0017 ( 1.0%) 0.0086 ( 1.3%) 0.0087 ( 1.3%) SILGen
0.0049 ( 0.9%) 0.0012 ( 0.8%) 0.0061 ( 0.9%) 0.0062 ( 0.9%) SILGen-function
0.0011 ( 0.2%) 0.0022 ( 1.4%) 0.0033 ( 0.5%) 0.0034 ( 0.5%) load-stdlib
0.0009 ( 0.2%) 0.0004 ( 0.3%) 0.0013 ( 0.2%) 0.0013 ( 0.2%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.5167 (100.0%) 0.1642 (100.0%) 0.6810 (100.0%) 0.6859 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.5162 seconds (1.5877 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.7340 (100.0%) 0.7822 (100.0%) 1.5162 (100.0%) 1.5877 (100.0%) Building Target
0.7340 (100.0%) 0.7822 (100.0%) 1.5162 (100.0%) 1.5877 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/URL+ZIP.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Date+ZIP.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64 Emitting module for ZIPFoundation (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftDriver\ Compilation\ Requirements ZIPFoundation normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ZIPFoundation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation.SwiftFileList -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation-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/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation.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/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling URL+ZIP.swift, Date+ZIP.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ZIPFoundation.framework/Headers/ZIPFoundation-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation-Swift.h (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ZIPFoundation.framework/Headers/ZIPFoundation-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ZIPFoundation.framework/Modules/ZIPFoundation.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation.swiftmodule (in target 'ZIPFoundation' from project 'ZIPFoundation')
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/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ZIPFoundation.framework/Modules/ZIPFoundation.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ZIPFoundation.framework/Modules/ZIPFoundation.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation.swiftdoc (in target 'ZIPFoundation' from project 'ZIPFoundation')
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/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ZIPFoundation.framework/Modules/ZIPFoundation.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ZIPFoundation.framework/Modules/ZIPFoundation.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation.abi.json (in target 'ZIPFoundation' from project 'ZIPFoundation')
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/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ZIPFoundation.framework/Modules/ZIPFoundation.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ZIPFoundation.framework/Modules/ZIPFoundation.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation.swiftsourceinfo (in target 'ZIPFoundation' from project 'ZIPFoundation')
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/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ZIPFoundation.framework/Modules/ZIPFoundation.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Archive+Writing.swift, Archive.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftDriverJobDiscovery normal arm64 Compiling Archive+MemoryFile.swift, Data+Serialization.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftDriverJobDiscovery normal arm64 Compiling Archive+ReadingDeprecated.swift, Entry+Serialization.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftDriverJobDiscovery normal arm64 Compiling FileManager+ZIPDeprecated.swift, Archive+ZIP64.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftDriverJobDiscovery normal arm64 Compiling Entry.swift, Archive+WritingDeprecated.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftDriverJobDiscovery normal arm64 Compiling Archive+BackingConfiguration.swift, Data+Compression.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftDriverJobDiscovery normal arm64 Compiling Archive+Reading.swift, Archive+Deprecated.swift, Data+CompressionDeprecated.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftDriverJobDiscovery normal arm64 Compiling FileManager+ZIP.swift, Archive+Progress.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftDriverJobDiscovery normal arm64 Compiling Entry+ZIP64.swift, Archive+Helpers.swift (in target 'ZIPFoundation' from project 'ZIPFoundation')
SwiftDriver\ Compilation ZIPFoundation normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ZIPFoundation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation.SwiftFileList -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation-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/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation.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/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ZIPFoundation.framework/ZIPFoundation normal (in target 'ZIPFoundation' from project 'ZIPFoundation')
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-ios12.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation.LinkFileList -install_name @rpath/ZIPFoundation.framework/ZIPFoundation -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation_dependency_info.dat -fapplication-extension -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation.swiftmodule -compatibility_version 1 -current_version 1 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ZIPFoundation.framework/ZIPFoundation
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ZIPFoundation.framework/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Resources/PrivacyInfo.xcprivacy (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -remove-static-executable /Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Resources/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ZIPFoundation.framework
ExtractAppIntentsMetadata (in target 'ZIPFoundation' from project 'ZIPFoundation')
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 ZIPFoundation --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier com.peakstep.ZIPFoundation --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ZIPFoundation.framework --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ZIPFoundation.framework/ZIPFoundation --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/ZIPFoundation.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/ZIPFoundation.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/Objects-normal/arm64/ZIPFoundation.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-30 22:28:15.498 appintentsmetadataprocessor[705:4004] Starting appintentsmetadataprocessor export
2025-04-30 22:28:15.501 appintentsmetadataprocessor[705:4004] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
AppIntentsSSUTraining (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsnltrainingprocessor --infoplist-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ZIPFoundation.framework/Info.plist --temp-dir-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/ssu --bundle-id com.peakstep.ZIPFoundation --product-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ZIPFoundation.framework --extracted-metadata-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ZIPFoundation.framework/Metadata.appintents --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZIPFoundation.build/Debug-iphoneos/ZIPFoundation.build/ZIPFoundation.DependencyMetadataFileList --archive-ssu-assets
2025-04-30 22:28:15.521 appintentsnltrainingprocessor[706:4005] Parsing options for appintentsnltrainingprocessor
2025-04-30 22:28:15.522 appintentsnltrainingprocessor[706:4005] No AppShortcuts found - Skipping.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/ZIPFoundation.framework/ZIPFoundation.tbd (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ZIPFoundation.framework/ZIPFoundation -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/ZIPFoundation.framework/ZIPFoundation.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ZIPFoundation.framework (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ZIPFoundation.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ZIPFoundation.framework (in target 'ZIPFoundation' from project 'ZIPFoundation')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ZIPFoundation.framework
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ZIPFoundation",
"name" : "ZIPFoundation",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "4.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "ZIPFoundation",
"targets" : [
"ZIPFoundation"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"4",
"4.2",
"5"
],
"targets" : [
{
"c99name" : "ZIPFoundationTests",
"module_type" : "SwiftTarget",
"name" : "ZIPFoundationTests",
"path" : "Tests/ZIPFoundationTests",
"sources" : [
"ZIPFoundationArchiveTests+ZIP64.swift",
"ZIPFoundationArchiveTests.swift",
"ZIPFoundationDataSerializationTests.swift",
"ZIPFoundationEntryTests+ZIP64.swift",
"ZIPFoundationEntryTests.swift",
"ZIPFoundationErrorConditionTests+ZIP64.swift",
"ZIPFoundationErrorConditionTests.swift",
"ZIPFoundationFileAttributeTests.swift",
"ZIPFoundationFileManagerTests+ZIP64.swift",
"ZIPFoundationFileManagerTests.swift",
"ZIPFoundationMemoryTests.swift",
"ZIPFoundationPerformanceTests.swift",
"ZIPFoundationProgressTests.swift",
"ZIPFoundationReadingTests+ZIP64.swift",
"ZIPFoundationReadingTests.swift",
"ZIPFoundationTests.swift",
"ZIPFoundationWritingTests+ZIP64.swift",
"ZIPFoundationWritingTests.swift"
],
"target_dependencies" : [
"ZIPFoundation"
],
"type" : "test"
},
{
"c99name" : "ZIPFoundation",
"module_type" : "SwiftTarget",
"name" : "ZIPFoundation",
"path" : "Sources/ZIPFoundation",
"product_memberships" : [
"ZIPFoundation"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Resources/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Archive+BackingConfiguration.swift",
"Archive+Deprecated.swift",
"Archive+Helpers.swift",
"Archive+MemoryFile.swift",
"Archive+Progress.swift",
"Archive+Reading.swift",
"Archive+ReadingDeprecated.swift",
"Archive+Writing.swift",
"Archive+WritingDeprecated.swift",
"Archive+ZIP64.swift",
"Archive.swift",
"Data+Compression.swift",
"Data+CompressionDeprecated.swift",
"Data+Serialization.swift",
"Date+ZIP.swift",
"Entry+Serialization.swift",
"Entry+ZIP64.swift",
"Entry.swift",
"FileManager+ZIP.swift",
"FileManager+ZIPDeprecated.swift",
"URL+ZIP.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.