Build Information
Successful build of OSLogClient, reference 2.0.0 (6d023a
), with Swift 6.1 for iOS using Xcode 16.3 on 29 Apr 2025 18:31:36 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 OSLogClient -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CheekyGhost-Labs/OSLogClient.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CheekyGhost-Labs/OSLogClient
* tag 2.0.0 -> FETCH_HEAD
HEAD is now at 6d023a4 Merge branch 'develop' at 2.0.0
Cloned https://github.com/CheekyGhost-Labs/OSLogClient.git
Revision (git rev-parse @):
6d023a438c1c1026e3627c499ed39e5bfa533aa3
SUCCESS checkout https://github.com/CheekyGhost-Labs/OSLogClient.git at 2.0.0
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/CheekyGhost-Labs/OSLogClient.git
https://github.com/CheekyGhost-Labs/OSLogClient.git
{
"dependencies" : [
],
"manifest_display_name" : "OSLogClient",
"name" : "OSLogClient",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "OSLogClient",
"targets" : [
"OSLogClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OSLogClientTests",
"module_type" : "SwiftTarget",
"name" : "OSLogClientTests",
"path" : "Tests/OSLogClientTests",
"sources" : [
"Internal/ArrayLogCategoryFilterIdentifierTests.swift",
"Public/LogClientTests.swift",
"Public/LogDriverTests.swift",
"Public/LogFilters/LogCategoryFilterTests.swift",
"Public/LogFilters/LogFilterTests.swift",
"Public/OSLogClientTests.swift",
"Public/PollingIntervalTests.swift",
"Utils/Mocks/LogDriverSpy.swift",
"Utils/TestProcessInfoProvider.swift",
"Utils/XCTestCase+Utils.swift"
],
"target_dependencies" : [
"OSLogClient"
],
"type" : "test"
},
{
"c99name" : "OSLogClientIntegrationTests",
"module_type" : "SwiftTarget",
"name" : "OSLogClientIntegrationTests",
"path" : "Tests/OSLogClientIntegrationTests",
"sources" : [
"OSLogClientIntegrationTests.swift",
"Utils/Mocks/LogDriverSpy.swift",
"Utils/TestProcessInfoProvider.swift",
"Utils/XCTestCase+Utils.swift"
],
"target_dependencies" : [
"OSLogClient"
],
"type" : "test"
},
{
"c99name" : "OSLogClient",
"module_type" : "SwiftTarget",
"name" : "OSLogClient",
"path" : "Sources/OSLogClient",
"product_memberships" : [
"OSLogClient"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/OSLogClient/Resources/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Internal/Convenience/Array+LogCategoryFilterIdentifier.swift",
"Internal/ProcessInfoProvider.swift",
"Public/LastProcessedStrategy/InMemoryLastProcessedStrategy.swift",
"Public/LastProcessedStrategy/LastProcessedStrategy.swift",
"Public/LastProcessedStrategy/UserDefaultsLastProcessedStrategy.swift",
"Public/LogClient.swift",
"Public/LogDriver.swift",
"Public/LogFilters/LogCategoryFilter.swift",
"Public/LogFilters/LogFilter.swift",
"Public/OSLogClient.swift",
"Public/OSLogClientError.swift",
"Public/PollingInterval.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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
Resolve Package Graph
Resolved source packages:
OSLogClient: /Users/admin/builder/spi-builder-workspace
resolved source packages: OSLogClient
{
"dependencies" : [
],
"manifest_display_name" : "OSLogClient",
"name" : "OSLogClient",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "OSLogClient",
"targets" : [
"OSLogClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OSLogClientTests",
"module_type" : "SwiftTarget",
"name" : "OSLogClientTests",
"path" : "Tests/OSLogClientTests",
"sources" : [
"Internal/ArrayLogCategoryFilterIdentifierTests.swift",
"Public/LogClientTests.swift",
"Public/LogDriverTests.swift",
"Public/LogFilters/LogCategoryFilterTests.swift",
"Public/LogFilters/LogFilterTests.swift",
"Public/OSLogClientTests.swift",
"Public/PollingIntervalTests.swift",
"Utils/Mocks/LogDriverSpy.swift",
"Utils/TestProcessInfoProvider.swift",
"Utils/XCTestCase+Utils.swift"
],
"target_dependencies" : [
"OSLogClient"
],
"type" : "test"
},
{
"c99name" : "OSLogClientIntegrationTests",
"module_type" : "SwiftTarget",
"name" : "OSLogClientIntegrationTests",
"path" : "Tests/OSLogClientIntegrationTests",
"sources" : [
"OSLogClientIntegrationTests.swift",
"Utils/Mocks/LogDriverSpy.swift",
"Utils/TestProcessInfoProvider.swift",
"Utils/XCTestCase+Utils.swift"
],
"target_dependencies" : [
"OSLogClient"
],
"type" : "test"
},
{
"c99name" : "OSLogClient",
"module_type" : "SwiftTarget",
"name" : "OSLogClient",
"path" : "Sources/OSLogClient",
"product_memberships" : [
"OSLogClient"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/OSLogClient/Resources/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Internal/Convenience/Array+LogCategoryFilterIdentifier.swift",
"Internal/ProcessInfoProvider.swift",
"Public/LastProcessedStrategy/InMemoryLastProcessedStrategy.swift",
"Public/LastProcessedStrategy/LastProcessedStrategy.swift",
"Public/LastProcessedStrategy/UserDefaultsLastProcessedStrategy.swift",
"Public/LogClient.swift",
"Public/LogDriver.swift",
"Public/LogFilters/LogCategoryFilter.swift",
"Public/LogFilters/LogFilter.swift",
"Public/OSLogClient.swift",
"Public/OSLogClientError.swift",
"Public/PollingInterval.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"OSLogClient",
"OSLogClientIntegrationTests",
"OSLogClientTests"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"OSLogClient",
"OSLogClientIntegrationTests",
"OSLogClientTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme OSLogClient -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats
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 OSLogClient -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats
Resolve Package Graph
Resolved source packages:
OSLogClient: /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 'OSLogClient' in project 'OSLogClient'
➜ Explicit dependency on target 'OSLogClient' in project 'OSLogClient'
➜ Explicit dependency on target 'OSLogClient_OSLogClient' in project 'OSLogClient'
Target 'OSLogClient' in project 'OSLogClient'
➜ Explicit dependency on target 'OSLogClient_OSLogClient' in project 'OSLogClient'
Target 'OSLogClient_OSLogClient' in project 'OSLogClient' (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: 4e10fc142f16a5af54eaa5a1a8b769b2
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/4e10fc142f16a5af54eaa5a1a8b769b2.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/.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/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/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
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/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
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-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient_OSLogClient.build/empty-OSLogClient_OSLogClient.plist (in target 'OSLogClient_OSLogClient' from project 'OSLogClient')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient_OSLogClient.build/empty-OSLogClient_OSLogClient.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/OSLogClient.modulemap (in target 'OSLogClient' from project 'OSLogClient')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/OSLogClient.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient_OSLogClient.build/OSLogClient_OSLogClient.DependencyStaticMetadataFileList (in target 'OSLogClient_OSLogClient' from project 'OSLogClient')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient_OSLogClient.build/OSLogClient_OSLogClient.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/Objects-normal/arm64/OSLogClient.SwiftConstValuesFileList (in target 'OSLogClient' from project 'OSLogClient')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/Objects-normal/arm64/OSLogClient.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/Objects-normal/arm64/OSLogClient.SwiftFileList (in target 'OSLogClient' from project 'OSLogClient')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/Objects-normal/arm64/OSLogClient.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/DerivedSources/resource_bundle_accessor.swift (in target 'OSLogClient' from project 'OSLogClient')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/Objects-normal/arm64/OSLogClient-OutputFileMap.json (in target 'OSLogClient' from project 'OSLogClient')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/Objects-normal/arm64/OSLogClient-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/Objects-normal/arm64/OSLogClient.LinkFileList (in target 'OSLogClient' from project 'OSLogClient')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/Objects-normal/arm64/OSLogClient.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/Objects-normal/arm64/OSLogClient_const_extract_protocols.json (in target 'OSLogClient' from project 'OSLogClient')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/Objects-normal/arm64/OSLogClient_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient_OSLogClient.build/OSLogClient_OSLogClient.DependencyMetadataFileList (in target 'OSLogClient_OSLogClient' from project 'OSLogClient')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient_OSLogClient.build/OSLogClient_OSLogClient.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/OSLogClient.DependencyStaticMetadataFileList (in target 'OSLogClient' from project 'OSLogClient')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/OSLogClient.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/OSLogClient.DependencyMetadataFileList (in target 'OSLogClient' from project 'OSLogClient')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/OSLogClient.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/OSLogClient.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/OSLogClient.modulemap (in target 'OSLogClient' from project 'OSLogClient')
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/OSLogClient.build/Debug-iphoneos/OSLogClient.build/OSLogClient.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/OSLogClient_OSLogClient.bundle (in target 'OSLogClient_OSLogClient' from project 'OSLogClient')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/OSLogClient_OSLogClient.bundle
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/OSLogClient_OSLogClient.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient_OSLogClient.build/empty-OSLogClient_OSLogClient.plist (in target 'OSLogClient_OSLogClient' from project 'OSLogClient')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient_OSLogClient.build/empty-OSLogClient_OSLogClient.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/OSLogClient_OSLogClient.bundle/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/OSLogClient_OSLogClient.bundle/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/Sources/OSLogClient/Resources/PrivacyInfo.xcprivacy (in target 'OSLogClient_OSLogClient' from project 'OSLogClient')
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/OSLogClient/Resources/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/OSLogClient_OSLogClient.bundle
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/OSLogClient_OSLogClient.bundle (in target 'OSLogClient_OSLogClient' from project 'OSLogClient')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/OSLogClient_OSLogClient.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/OSLogClient_OSLogClient.bundle (in target 'OSLogClient_OSLogClient' from project 'OSLogClient')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/OSLogClient_OSLogClient.bundle
SwiftDriver OSLogClient normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OSLogClient' from project 'OSLogClient')
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 OSLogClient -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/Objects-normal/arm64/OSLogClient.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios15.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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -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/OSLogClient.build/Debug-iphoneos/OSLogClient.build/Objects-normal/arm64/OSLogClient-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/OSLogClient.build/Debug-iphoneos/OSLogClient.build/Objects-normal/arm64/OSLogClient.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/Objects-normal/arm64/OSLogClient_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/OSLogClient.build/Debug-iphoneos/OSLogClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.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/OSLogClient.build/Debug-iphoneos/OSLogClient.build/Objects-normal/arm64/OSLogClient-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ OSLogClientError.swift /Users/admin/builder/spi-builder-workspace/Sources/OSLogClient/Public/OSLogClientError.swift (in target 'OSLogClient' from project 'OSLogClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OSLogClient/Public/OSLogClientError.swift (in target 'OSLogClient' from project 'OSLogClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ LogCategoryFilter.swift /Users/admin/builder/spi-builder-workspace/Sources/OSLogClient/Public/LogFilters/LogCategoryFilter.swift (in target 'OSLogClient' from project 'OSLogClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OSLogClient/Public/LogFilters/LogCategoryFilter.swift (in target 'OSLogClient' from project 'OSLogClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ LogDriver.swift /Users/admin/builder/spi-builder-workspace/Sources/OSLogClient/Public/LogDriver.swift (in target 'OSLogClient' from project 'OSLogClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OSLogClient/Public/LogDriver.swift (in target 'OSLogClient' from project 'OSLogClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ LastProcessedStrategy.swift,\ UserDefaultsLastProcessedStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/OSLogClient/Public/LastProcessedStrategy/LastProcessedStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/OSLogClient/Public/LastProcessedStrategy/UserDefaultsLastProcessedStrategy.swift (in target 'OSLogClient' from project 'OSLogClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OSLogClient/Public/LastProcessedStrategy/LastProcessedStrategy.swift (in target 'OSLogClient' from project 'OSLogClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OSLogClient/Public/LastProcessedStrategy/UserDefaultsLastProcessedStrategy.swift (in target 'OSLogClient' from project 'OSLogClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ LogClient.swift /Users/admin/builder/spi-builder-workspace/Sources/OSLogClient/Public/LogClient.swift (in target 'OSLogClient' from project 'OSLogClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OSLogClient/Public/LogClient.swift (in target 'OSLogClient' from project 'OSLogClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ LogFilter.swift /Users/admin/builder/spi-builder-workspace/Sources/OSLogClient/Public/LogFilters/LogFilter.swift (in target 'OSLogClient' from project 'OSLogClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OSLogClient/Public/LogFilters/LogFilter.swift (in target 'OSLogClient' from project 'OSLogClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ Array+LogCategoryFilterIdentifier.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/OSLogClient/Internal/Convenience/Array+LogCategoryFilterIdentifier.swift (in target 'OSLogClient' from project 'OSLogClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/DerivedSources/resource_bundle_accessor.swift (in target 'OSLogClient' from project 'OSLogClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OSLogClient/Internal/Convenience/Array+LogCategoryFilterIdentifier.swift (in target 'OSLogClient' from project 'OSLogClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ OSLogClient.swift /Users/admin/builder/spi-builder-workspace/Sources/OSLogClient/Public/OSLogClient.swift (in target 'OSLogClient' from project 'OSLogClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OSLogClient/Public/OSLogClient.swift (in target 'OSLogClient' from project 'OSLogClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ OSLogClient (in target 'OSLogClient' from project 'OSLogClient')
EmitSwiftModule normal arm64 (in target 'OSLogClient' from project 'OSLogClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ProcessInfoProvider.swift,\ InMemoryLastProcessedStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/OSLogClient/Internal/ProcessInfoProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/OSLogClient/Public/LastProcessedStrategy/InMemoryLastProcessedStrategy.swift (in target 'OSLogClient' from project 'OSLogClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OSLogClient/Internal/ProcessInfoProvider.swift (in target 'OSLogClient' from project 'OSLogClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OSLogClient/Public/LastProcessedStrategy/InMemoryLastProcessedStrategy.swift (in target 'OSLogClient' from project 'OSLogClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PollingInterval.swift /Users/admin/builder/spi-builder-workspace/Sources/OSLogClient/Public/PollingInterval.swift (in target 'OSLogClient' from project 'OSLogClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OSLogClient/Public/PollingInterval.swift (in target 'OSLogClient' from project 'OSLogClient')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for OSLogClient (in target 'OSLogClient' from project 'OSLogClient')
SwiftDriver\ Compilation\ Requirements OSLogClient normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OSLogClient' from project 'OSLogClient')
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 OSLogClient -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/Objects-normal/arm64/OSLogClient.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios15.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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -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/OSLogClient.build/Debug-iphoneos/OSLogClient.build/Objects-normal/arm64/OSLogClient-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/OSLogClient.build/Debug-iphoneos/OSLogClient.build/Objects-normal/arm64/OSLogClient.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/Objects-normal/arm64/OSLogClient_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/OSLogClient.build/Debug-iphoneos/OSLogClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.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/OSLogClient.build/Debug-iphoneos/OSLogClient.build/Objects-normal/arm64/OSLogClient-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling LogCategoryFilter.swift (in target 'OSLogClient' from project 'OSLogClient')
SwiftDriverJobDiscovery normal arm64 Compiling LogFilter.swift (in target 'OSLogClient' from project 'OSLogClient')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/OSLogClient-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/Objects-normal/arm64/OSLogClient-Swift.h (in target 'OSLogClient' from project 'OSLogClient')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/Objects-normal/arm64/OSLogClient-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/OSLogClient-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/OSLogClient.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/Objects-normal/arm64/OSLogClient.swiftmodule (in target 'OSLogClient' from project 'OSLogClient')
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/OSLogClient.build/Debug-iphoneos/OSLogClient.build/Objects-normal/arm64/OSLogClient.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/OSLogClient.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/OSLogClient.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/Objects-normal/arm64/OSLogClient.swiftdoc (in target 'OSLogClient' from project 'OSLogClient')
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/OSLogClient.build/Debug-iphoneos/OSLogClient.build/Objects-normal/arm64/OSLogClient.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/OSLogClient.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/OSLogClient.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/Objects-normal/arm64/OSLogClient.abi.json (in target 'OSLogClient' from project 'OSLogClient')
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/OSLogClient.build/Debug-iphoneos/OSLogClient.build/Objects-normal/arm64/OSLogClient.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/OSLogClient.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/OSLogClient.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/Objects-normal/arm64/OSLogClient.swiftsourceinfo (in target 'OSLogClient' from project 'OSLogClient')
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/OSLogClient.build/Debug-iphoneos/OSLogClient.build/Objects-normal/arm64/OSLogClient.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/OSLogClient.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling ProcessInfoProvider.swift, InMemoryLastProcessedStrategy.swift (in target 'OSLogClient' from project 'OSLogClient')
SwiftDriverJobDiscovery normal arm64 Compiling OSLogClientError.swift (in target 'OSLogClient' from project 'OSLogClient')
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, Array+LogCategoryFilterIdentifier.swift (in target 'OSLogClient' from project 'OSLogClient')
SwiftDriverJobDiscovery normal arm64 Compiling PollingInterval.swift (in target 'OSLogClient' from project 'OSLogClient')
SwiftDriverJobDiscovery normal arm64 Compiling LastProcessedStrategy.swift, UserDefaultsLastProcessedStrategy.swift (in target 'OSLogClient' from project 'OSLogClient')
SwiftDriverJobDiscovery normal arm64 Compiling OSLogClient.swift (in target 'OSLogClient' from project 'OSLogClient')
SwiftDriverJobDiscovery normal arm64 Compiling LogClient.swift (in target 'OSLogClient' from project 'OSLogClient')
SwiftDriverJobDiscovery normal arm64 Compiling LogDriver.swift (in target 'OSLogClient' from project 'OSLogClient')
SwiftDriver\ Compilation OSLogClient normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OSLogClient' from project 'OSLogClient')
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 OSLogClient -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/Objects-normal/arm64/OSLogClient.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios15.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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -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/OSLogClient.build/Debug-iphoneos/OSLogClient.build/Objects-normal/arm64/OSLogClient-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/OSLogClient.build/Debug-iphoneos/OSLogClient.build/Objects-normal/arm64/OSLogClient.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/Objects-normal/arm64/OSLogClient_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/OSLogClient.build/Debug-iphoneos/OSLogClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.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/OSLogClient.build/Debug-iphoneos/OSLogClient.build/Objects-normal/arm64/OSLogClient-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-iphoneos/OSLogClient.o normal (in target 'OSLogClient' from project 'OSLogClient')
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-ios15.0 -r -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 -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -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 -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/Objects-normal/arm64/OSLogClient.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/Objects-normal/arm64/OSLogClient_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/Objects-normal/arm64/OSLogClient_dependency_info.dat -fobjc-link-runtime -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/OSLogClient.build/Debug-iphoneos/OSLogClient.build/Objects-normal/arm64/OSLogClient.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/OSLogClient.o
ExtractAppIntentsMetadata (in target 'OSLogClient' from project 'OSLogClient')
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 OSLogClient --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 15.0 --bundle-identifier spi-builder-workspace.OSLogClient --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/OSLogClient.appintents --target-triple arm64-apple-ios15.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/OSLogClient.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/Objects-normal/arm64/OSLogClient_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/Objects-normal/arm64/OSLogClient.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/OSLogClient.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/OSLogClient.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogClient.build/Debug-iphoneos/OSLogClient.build/Objects-normal/arm64/OSLogClient.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-29 11:31:35.884 appintentsmetadataprocessor[719:4029] Starting appintentsmetadataprocessor export
2025-04-29 11:31:35.923 appintentsmetadataprocessor[719:4029] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/OSLogClient.o (in target 'OSLogClient' from project 'OSLogClient')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/OSLogClient.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "OSLogClient",
"name" : "OSLogClient",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "OSLogClient",
"targets" : [
"OSLogClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OSLogClientTests",
"module_type" : "SwiftTarget",
"name" : "OSLogClientTests",
"path" : "Tests/OSLogClientTests",
"sources" : [
"Internal/ArrayLogCategoryFilterIdentifierTests.swift",
"Public/LogClientTests.swift",
"Public/LogDriverTests.swift",
"Public/LogFilters/LogCategoryFilterTests.swift",
"Public/LogFilters/LogFilterTests.swift",
"Public/OSLogClientTests.swift",
"Public/PollingIntervalTests.swift",
"Utils/Mocks/LogDriverSpy.swift",
"Utils/TestProcessInfoProvider.swift",
"Utils/XCTestCase+Utils.swift"
],
"target_dependencies" : [
"OSLogClient"
],
"type" : "test"
},
{
"c99name" : "OSLogClientIntegrationTests",
"module_type" : "SwiftTarget",
"name" : "OSLogClientIntegrationTests",
"path" : "Tests/OSLogClientIntegrationTests",
"sources" : [
"OSLogClientIntegrationTests.swift",
"Utils/Mocks/LogDriverSpy.swift",
"Utils/TestProcessInfoProvider.swift",
"Utils/XCTestCase+Utils.swift"
],
"target_dependencies" : [
"OSLogClient"
],
"type" : "test"
},
{
"c99name" : "OSLogClient",
"module_type" : "SwiftTarget",
"name" : "OSLogClient",
"path" : "Sources/OSLogClient",
"product_memberships" : [
"OSLogClient"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/OSLogClient/Resources/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Internal/Convenience/Array+LogCategoryFilterIdentifier.swift",
"Internal/ProcessInfoProvider.swift",
"Public/LastProcessedStrategy/InMemoryLastProcessedStrategy.swift",
"Public/LastProcessedStrategy/LastProcessedStrategy.swift",
"Public/LastProcessedStrategy/UserDefaultsLastProcessedStrategy.swift",
"Public/LogClient.swift",
"Public/LogDriver.swift",
"Public/LogFilters/LogCategoryFilter.swift",
"Public/LogFilters/LogFilter.swift",
"Public/OSLogClient.swift",
"Public/OSLogClientError.swift",
"Public/PollingInterval.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.