Build Information
Successful build of OSLogTrace, reference master (2c3064
), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 26 Apr 2025 16:53:36 UTC.
Swift 6 data race errors: 9
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme OSLogTrace -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/outfoxx/OSLogTrace.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/outfoxx/OSLogTrace
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 2c30647 Test with multiple Xcode versions
Cloned https://github.com/outfoxx/OSLogTrace.git
Revision (git rev-parse @):
2c3064725a411fcd2f4ad34402f15357d73d815c
SUCCESS checkout https://github.com/outfoxx/OSLogTrace.git at master
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.1
Building package at path: $PWD
https://github.com/outfoxx/OSLogTrace.git
https://github.com/outfoxx/OSLogTrace.git
{
"dependencies" : [
],
"manifest_display_name" : "OSLogTrace",
"name" : "OSLogTrace",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "watchos",
"version" : "3.0"
},
{
"name" : "tvos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "OSLogTrace",
"targets" : [
"OSLogTrace"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OSLogTraceTests",
"module_type" : "SwiftTarget",
"name" : "OSLogTraceTests",
"path" : "Tests",
"sources" : [
"ActivityTests.swift",
"LinuxMain.swift",
"LoggingTests.swift",
"SignpostTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"OSLogTrace"
],
"type" : "test"
},
{
"c99name" : "OSLogTrace",
"module_type" : "SwiftTarget",
"name" : "OSLogTrace",
"path" : "Sources",
"product_memberships" : [
"OSLogTrace"
],
"sources" : [
"Activity.swift",
"LogMessage.swift",
"Logging.swift",
"Signposts.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
OSLogTrace: /Users/admin/builder/spi-builder-workspace
resolved source packages: OSLogTrace
{
"dependencies" : [
],
"manifest_display_name" : "OSLogTrace",
"name" : "OSLogTrace",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "watchos",
"version" : "3.0"
},
{
"name" : "tvos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "OSLogTrace",
"targets" : [
"OSLogTrace"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OSLogTraceTests",
"module_type" : "SwiftTarget",
"name" : "OSLogTraceTests",
"path" : "Tests",
"sources" : [
"ActivityTests.swift",
"LinuxMain.swift",
"LoggingTests.swift",
"SignpostTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"OSLogTrace"
],
"type" : "test"
},
{
"c99name" : "OSLogTrace",
"module_type" : "SwiftTarget",
"name" : "OSLogTrace",
"path" : "Sources",
"product_memberships" : [
"OSLogTrace"
],
"sources" : [
"Activity.swift",
"LogMessage.swift",
"Logging.swift",
"Signposts.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"OSLogTrace"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme OSLogTrace -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme OSLogTrace -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
OSLogTrace: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'OSLogTrace' in project 'OSLogTrace'
➜ Explicit dependency on target 'OSLogTrace' in project 'OSLogTrace'
Target 'OSLogTrace' in project 'OSLogTrace' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: fd08f6b3347cfdae91f327da05f04bcd
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/fd08f6b3347cfdae91f327da05f04bcd.xcbuilddata
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
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/OSLogTrace.DependencyMetadataFileList (in target 'OSLogTrace' from project 'OSLogTrace')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/OSLogTrace.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/OSLogTrace.DependencyStaticMetadataFileList (in target 'OSLogTrace' from project 'OSLogTrace')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/OSLogTrace.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/OSLogTrace.modulemap (in target 'OSLogTrace' from project 'OSLogTrace')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/OSLogTrace.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/Objects-normal/arm64/OSLogTrace.SwiftFileList (in target 'OSLogTrace' from project 'OSLogTrace')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/Objects-normal/arm64/OSLogTrace.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/Objects-normal/arm64/OSLogTrace.LinkFileList (in target 'OSLogTrace' from project 'OSLogTrace')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/Objects-normal/arm64/OSLogTrace.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/Objects-normal/arm64/OSLogTrace-OutputFileMap.json (in target 'OSLogTrace' from project 'OSLogTrace')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/Objects-normal/arm64/OSLogTrace-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/Objects-normal/arm64/OSLogTrace_const_extract_protocols.json (in target 'OSLogTrace' from project 'OSLogTrace')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/Objects-normal/arm64/OSLogTrace_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/Objects-normal/arm64/OSLogTrace.SwiftConstValuesFileList (in target 'OSLogTrace' from project 'OSLogTrace')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/Objects-normal/arm64/OSLogTrace.SwiftConstValuesFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/OSLogTrace.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/OSLogTrace.modulemap (in target 'OSLogTrace' from project 'OSLogTrace')
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/OSLogTrace.build/Debug/OSLogTrace.build/OSLogTrace.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
SwiftDriver OSLogTrace normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OSLogTrace' from project 'OSLogTrace')
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 OSLogTrace -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/Objects-normal/arm64/OSLogTrace.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/Objects-normal/arm64/OSLogTrace-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/OSLogTrace.build/Debug/OSLogTrace.build/Objects-normal/arm64/OSLogTrace.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/OSLogTrace.build/Debug/OSLogTrace.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/Objects-normal/arm64/OSLogTrace_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.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/OSLogTrace.build/Debug/OSLogTrace.build/Objects-normal/arm64/OSLogTrace-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ LogMessage.swift /Users/admin/builder/spi-builder-workspace/Sources/LogMessage.swift (in target 'OSLogTrace' from project 'OSLogTrace')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LogMessage.swift (in target 'OSLogTrace' from project 'OSLogTrace')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/LogMessage.swift:112:14: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it.
let ra = _swift_os_log_return_address()
^
/Users/admin/builder/spi-builder-workspace/Sources/LogMessage.swift:115:9: warning: '_swift_os_log' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it.
_swift_os_log(dso, ra, log, .default, str, args)
^
SwiftCompile normal arm64 Compiling\ Signposts.swift /Users/admin/builder/spi-builder-workspace/Sources/Signposts.swift (in target 'OSLogTrace' from project 'OSLogTrace')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Signposts.swift (in target 'OSLogTrace' from project 'OSLogTrace')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Signposts.swift:261:12: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it.
let ra = _swift_os_log_return_address()
^
/Users/admin/builder/spi-builder-workspace/Sources/Signposts.swift:263:5: warning: '_swift_os_signpost' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it.
_swift_os_signpost(dso, ra, log, type, namePtr, id.rawValue)
^
/Users/admin/builder/spi-builder-workspace/Sources/Signposts.swift:269:12: warning: '_swift_os_log_return_address()' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it.
let ra = _swift_os_log_return_address()
^
/Users/admin/builder/spi-builder-workspace/Sources/Signposts.swift:273:9: warning: '_swift_os_signpost_with_format' is deprecated: The _SwiftOSOverlayShims module is obsolete. Please stop importing it.
_swift_os_signpost_with_format(dso, ra, log, type, namePtr, id.rawValue, formatPtr, formatArgs)
^
SwiftEmitModule normal arm64 Emitting\ module\ for\ OSLogTrace (in target 'OSLogTrace' from project 'OSLogTrace')
EmitSwiftModule normal arm64 (in target 'OSLogTrace' from project 'OSLogTrace')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:24:21: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'Activity' may have shared mutable state; this is an error in the Swift 6 language mode
public static let none = Activity(_none)
^
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:16:15: note: consider making struct 'Activity' conform to the 'Sendable' protocol
public struct Activity {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:24:21: note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
public static let none = Activity(_none)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:24:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let none = Activity(_none)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:31:21: warning: static property 'current' is not concurrency-safe because non-'Sendable' type 'Activity' may have shared mutable state; this is an error in the Swift 6 language mode
public static let current = Activity(_none)
^
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:16:15: note: consider making struct 'Activity' conform to the 'Sendable' protocol
public struct Activity {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:31:21: note: add '@MainActor' to make static property 'current' part of global actor 'MainActor'
public static let current = Activity(_none)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:31:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let current = Activity(_none)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:43:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Activity.Options' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `default` = Options(rawValue: OS_ACTIVITY_FLAG_DEFAULT.rawValue)
^
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:35:17: note: consider making struct 'Options' conform to the 'Sendable' protocol
public struct Options: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:43:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
public static let `default` = Options(rawValue: OS_ACTIVITY_FLAG_DEFAULT.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:43:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `default` = Options(rawValue: OS_ACTIVITY_FLAG_DEFAULT.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:48:23: warning: static property 'detached' is not concurrency-safe because non-'Sendable' type 'Activity.Options' may have shared mutable state; this is an error in the Swift 6 language mode
public static let detached = Options(rawValue: OS_ACTIVITY_FLAG_DETACHED.rawValue)
^
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:35:17: note: consider making struct 'Options' conform to the 'Sendable' protocol
public struct Options: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:48:23: note: add '@MainActor' to make static property 'detached' part of global actor 'MainActor'
public static let detached = Options(rawValue: OS_ACTIVITY_FLAG_DETACHED.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:48:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let detached = Options(rawValue: OS_ACTIVITY_FLAG_DETACHED.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:52:23: warning: static property 'ifNonePresent' is not concurrency-safe because non-'Sendable' type 'Activity.Options' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ifNonePresent = Options(rawValue: OS_ACTIVITY_FLAG_IF_NONE_PRESENT.rawValue)
^
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:35:17: note: consider making struct 'Options' conform to the 'Sendable' protocol
public struct Options: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:52:23: note: add '@MainActor' to make static property 'ifNonePresent' part of global actor 'MainActor'
public static let ifNonePresent = Options(rawValue: OS_ACTIVITY_FLAG_IF_NONE_PRESENT.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:52:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ifNonePresent = Options(rawValue: OS_ACTIVITY_FLAG_IF_NONE_PRESENT.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:239:21: warning: static property 'unsafe' is not concurrency-safe because non-'Sendable' type 'any ActivityUnsafe' may have shared mutable state; this is an error in the Swift 6 language mode
public static let unsafe: ActivityUnsafe = _ActivityUnsafe()
^
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:242:17: note: protocol 'ActivityUnsafe' does not conform to the 'Sendable' protocol
public protocol ActivityUnsafe {
^
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:239:21: note: add '@MainActor' to make static property 'unsafe' part of global actor 'MainActor'
public static let unsafe: ActivityUnsafe = _ActivityUnsafe()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:239:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let unsafe: ActivityUnsafe = _ActivityUnsafe()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:261:13: warning: let '_none' is not concurrency-safe because non-'Sendable' type 'any OS_os_activity' may have shared mutable state; this is an error in the Swift 6 language mode
private let _none = unsafeBitCast(dlsym(UnsafeMutableRawPointer(bitPattern: -2), "_os_activity_none"), to: OS_os_activity.self)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/activity.h:67:1: note: protocol 'OS_os_activity' does not conform to the 'Sendable' protocol
OS_OBJECT_DECL(os_activity);
^
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:12:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'os'
import os.activity
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:261:13: note: add '@MainActor' to make let '_none' part of global actor 'MainActor'
private let _none = unsafeBitCast(dlsym(UnsafeMutableRawPointer(bitPattern: -2), "_os_activity_none"), to: OS_os_activity.self)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:261:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let _none = unsafeBitCast(dlsym(UnsafeMutableRawPointer(bitPattern: -2), "_os_activity_none"), to: OS_os_activity.self)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:262:13: warning: let '_current' is not concurrency-safe because non-'Sendable' type 'any OS_os_activity' may have shared mutable state; this is an error in the Swift 6 language mode
private let _current = unsafeBitCast(dlsym(UnsafeMutableRawPointer(bitPattern: -2), "_os_activity_current"), to: OS_os_activity.self)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/activity.h:67:1: note: protocol 'OS_os_activity' does not conform to the 'Sendable' protocol
OS_OBJECT_DECL(os_activity);
^
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:262:13: note: add '@MainActor' to make let '_current' part of global actor 'MainActor'
private let _current = unsafeBitCast(dlsym(UnsafeMutableRawPointer(bitPattern: -2), "_os_activity_current"), to: OS_os_activity.self)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:262:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let _current = unsafeBitCast(dlsym(UnsafeMutableRawPointer(bitPattern: -2), "_os_activity_current"), to: OS_os_activity.self)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Logging.swift:74:12: warning: var 'logConfig' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var logConfig = OSLogConfig()
^
/Users/admin/builder/spi-builder-workspace/Sources/Logging.swift:74:12: note: convert 'logConfig' to a 'let' constant to make 'Sendable' shared state immutable
public var logConfig = OSLogConfig()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Logging.swift:74:12: note: add '@MainActor' to make var 'logConfig' part of global actor 'MainActor'
public var logConfig = OSLogConfig()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logging.swift:74:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var logConfig = OSLogConfig()
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Logging.swift /Users/admin/builder/spi-builder-workspace/Sources/Logging.swift (in target 'OSLogTrace' from project 'OSLogTrace')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Logging.swift (in target 'OSLogTrace' from project 'OSLogTrace')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Logging.swift:74:12: warning: var 'logConfig' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var logConfig = OSLogConfig()
^
/Users/admin/builder/spi-builder-workspace/Sources/Logging.swift:74:12: note: convert 'logConfig' to a 'let' constant to make 'Sendable' shared state immutable
public var logConfig = OSLogConfig()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Logging.swift:74:12: note: add '@MainActor' to make var 'logConfig' part of global actor 'MainActor'
public var logConfig = OSLogConfig()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Logging.swift:74:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var logConfig = OSLogConfig()
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Activity.swift /Users/admin/builder/spi-builder-workspace/Sources/Activity.swift (in target 'OSLogTrace' from project 'OSLogTrace')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Activity.swift (in target 'OSLogTrace' from project 'OSLogTrace')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:24:21: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'Activity' may have shared mutable state; this is an error in the Swift 6 language mode
public static let none = Activity(_none)
^
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:16:15: note: consider making struct 'Activity' conform to the 'Sendable' protocol
public struct Activity {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:24:21: note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
public static let none = Activity(_none)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:24:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let none = Activity(_none)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:31:21: warning: static property 'current' is not concurrency-safe because non-'Sendable' type 'Activity' may have shared mutable state; this is an error in the Swift 6 language mode
public static let current = Activity(_none)
^
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:16:15: note: consider making struct 'Activity' conform to the 'Sendable' protocol
public struct Activity {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:31:21: note: add '@MainActor' to make static property 'current' part of global actor 'MainActor'
public static let current = Activity(_none)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:31:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let current = Activity(_none)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:43:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Activity.Options' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `default` = Options(rawValue: OS_ACTIVITY_FLAG_DEFAULT.rawValue)
^
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:35:17: note: consider making struct 'Options' conform to the 'Sendable' protocol
public struct Options: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:43:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
public static let `default` = Options(rawValue: OS_ACTIVITY_FLAG_DEFAULT.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:43:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `default` = Options(rawValue: OS_ACTIVITY_FLAG_DEFAULT.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:48:23: warning: static property 'detached' is not concurrency-safe because non-'Sendable' type 'Activity.Options' may have shared mutable state; this is an error in the Swift 6 language mode
public static let detached = Options(rawValue: OS_ACTIVITY_FLAG_DETACHED.rawValue)
^
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:35:17: note: consider making struct 'Options' conform to the 'Sendable' protocol
public struct Options: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:48:23: note: add '@MainActor' to make static property 'detached' part of global actor 'MainActor'
public static let detached = Options(rawValue: OS_ACTIVITY_FLAG_DETACHED.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:48:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let detached = Options(rawValue: OS_ACTIVITY_FLAG_DETACHED.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:52:23: warning: static property 'ifNonePresent' is not concurrency-safe because non-'Sendable' type 'Activity.Options' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ifNonePresent = Options(rawValue: OS_ACTIVITY_FLAG_IF_NONE_PRESENT.rawValue)
^
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:35:17: note: consider making struct 'Options' conform to the 'Sendable' protocol
public struct Options: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:52:23: note: add '@MainActor' to make static property 'ifNonePresent' part of global actor 'MainActor'
public static let ifNonePresent = Options(rawValue: OS_ACTIVITY_FLAG_IF_NONE_PRESENT.rawValue)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:52:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ifNonePresent = Options(rawValue: OS_ACTIVITY_FLAG_IF_NONE_PRESENT.rawValue)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:239:21: warning: static property 'unsafe' is not concurrency-safe because non-'Sendable' type 'any ActivityUnsafe' may have shared mutable state; this is an error in the Swift 6 language mode
public static let unsafe: ActivityUnsafe = _ActivityUnsafe()
^
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:242:17: note: protocol 'ActivityUnsafe' does not conform to the 'Sendable' protocol
public protocol ActivityUnsafe {
^
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:239:21: note: add '@MainActor' to make static property 'unsafe' part of global actor 'MainActor'
public static let unsafe: ActivityUnsafe = _ActivityUnsafe()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:239:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let unsafe: ActivityUnsafe = _ActivityUnsafe()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:261:13: warning: let '_none' is not concurrency-safe because non-'Sendable' type 'any OS_os_activity' may have shared mutable state; this is an error in the Swift 6 language mode
private let _none = unsafeBitCast(dlsym(UnsafeMutableRawPointer(bitPattern: -2), "_os_activity_none"), to: OS_os_activity.self)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/activity.h:67:1: note: protocol 'OS_os_activity' does not conform to the 'Sendable' protocol
OS_OBJECT_DECL(os_activity);
^
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:12:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'os'
import os.activity
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:261:13: note: add '@MainActor' to make let '_none' part of global actor 'MainActor'
private let _none = unsafeBitCast(dlsym(UnsafeMutableRawPointer(bitPattern: -2), "_os_activity_none"), to: OS_os_activity.self)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:261:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let _none = unsafeBitCast(dlsym(UnsafeMutableRawPointer(bitPattern: -2), "_os_activity_none"), to: OS_os_activity.self)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:262:13: warning: let '_current' is not concurrency-safe because non-'Sendable' type 'any OS_os_activity' may have shared mutable state; this is an error in the Swift 6 language mode
private let _current = unsafeBitCast(dlsym(UnsafeMutableRawPointer(bitPattern: -2), "_os_activity_current"), to: OS_os_activity.self)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/os/activity.h:67:1: note: protocol 'OS_os_activity' does not conform to the 'Sendable' protocol
OS_OBJECT_DECL(os_activity);
^
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:262:13: note: add '@MainActor' to make let '_current' part of global actor 'MainActor'
private let _current = unsafeBitCast(dlsym(UnsafeMutableRawPointer(bitPattern: -2), "_os_activity_current"), to: OS_os_activity.self)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Activity.swift:262:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let _current = unsafeBitCast(dlsym(UnsafeMutableRawPointer(bitPattern: -2), "_os_activity_current"), to: OS_os_activity.self)
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Emitting module for OSLogTrace (in target 'OSLogTrace' from project 'OSLogTrace')
SwiftDriver\ Compilation\ Requirements OSLogTrace normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OSLogTrace' from project 'OSLogTrace')
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 OSLogTrace -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/Objects-normal/arm64/OSLogTrace.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/Objects-normal/arm64/OSLogTrace-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/OSLogTrace.build/Debug/OSLogTrace.build/Objects-normal/arm64/OSLogTrace.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/OSLogTrace.build/Debug/OSLogTrace.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/Objects-normal/arm64/OSLogTrace_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.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/OSLogTrace.build/Debug/OSLogTrace.build/Objects-normal/arm64/OSLogTrace-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/OSLogTrace-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/Objects-normal/arm64/OSLogTrace-Swift.h (in target 'OSLogTrace' from project 'OSLogTrace')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/Objects-normal/arm64/OSLogTrace-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/OSLogTrace-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OSLogTrace.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/Objects-normal/arm64/OSLogTrace.swiftmodule (in target 'OSLogTrace' from project 'OSLogTrace')
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/OSLogTrace.build/Debug/OSLogTrace.build/Objects-normal/arm64/OSLogTrace.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OSLogTrace.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OSLogTrace.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/Objects-normal/arm64/OSLogTrace.swiftdoc (in target 'OSLogTrace' from project 'OSLogTrace')
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/OSLogTrace.build/Debug/OSLogTrace.build/Objects-normal/arm64/OSLogTrace.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OSLogTrace.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OSLogTrace.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/Objects-normal/arm64/OSLogTrace.abi.json (in target 'OSLogTrace' from project 'OSLogTrace')
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/OSLogTrace.build/Debug/OSLogTrace.build/Objects-normal/arm64/OSLogTrace.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OSLogTrace.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OSLogTrace.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/Objects-normal/arm64/OSLogTrace.swiftsourceinfo (in target 'OSLogTrace' from project 'OSLogTrace')
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/OSLogTrace.build/Debug/OSLogTrace.build/Objects-normal/arm64/OSLogTrace.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OSLogTrace.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Signposts.swift (in target 'OSLogTrace' from project 'OSLogTrace')
SwiftDriverJobDiscovery normal arm64 Compiling Logging.swift (in target 'OSLogTrace' from project 'OSLogTrace')
SwiftDriverJobDiscovery normal arm64 Compiling LogMessage.swift (in target 'OSLogTrace' from project 'OSLogTrace')
SwiftDriverJobDiscovery normal arm64 Compiling Activity.swift (in target 'OSLogTrace' from project 'OSLogTrace')
SwiftDriver\ Compilation OSLogTrace normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OSLogTrace' from project 'OSLogTrace')
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 OSLogTrace -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/Objects-normal/arm64/OSLogTrace.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/Objects-normal/arm64/OSLogTrace-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/OSLogTrace.build/Debug/OSLogTrace.build/Objects-normal/arm64/OSLogTrace.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/OSLogTrace.build/Debug/OSLogTrace.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/Objects-normal/arm64/OSLogTrace_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.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/OSLogTrace.build/Debug/OSLogTrace.build/Objects-normal/arm64/OSLogTrace-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/OSLogTrace.o normal (in target 'OSLogTrace' from project 'OSLogTrace')
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-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/Objects-normal/arm64/OSLogTrace.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/Objects-normal/arm64/OSLogTrace_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/Objects-normal/arm64/OSLogTrace_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/Objects-normal/arm64/OSLogTrace.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OSLogTrace.o
ExtractAppIntentsMetadata (in target 'OSLogTrace' from project 'OSLogTrace')
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 OSLogTrace --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier spi-builder-workspace.OSLogTrace --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OSLogTrace.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OSLogTrace.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/Objects-normal/arm64/OSLogTrace_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/Objects-normal/arm64/OSLogTrace.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/OSLogTrace.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/OSLogTrace.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogTrace.build/Debug/OSLogTrace.build/Objects-normal/arm64/OSLogTrace.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 09:53:35.215 appintentsmetadataprocessor[713:4030] Starting appintentsmetadataprocessor export
2025-04-26 09:53:35.255 appintentsmetadataprocessor[713:4030] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OSLogTrace.o (in target 'OSLogTrace' from project 'OSLogTrace')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/OSLogTrace.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:aa72704d5142c7579c3dfdd303fa4f2de354f52a, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:aa72704d5142c7579c3dfdd303fa4f2de354f52a, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:aa72704d5142c7579c3dfdd303fa4f2de354f52a, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:aa72704d5142c7579c3dfdd303fa4f2de354f52a, name:My Mac }
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "OSLogTrace",
"name" : "OSLogTrace",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "watchos",
"version" : "3.0"
},
{
"name" : "tvos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "OSLogTrace",
"targets" : [
"OSLogTrace"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OSLogTraceTests",
"module_type" : "SwiftTarget",
"name" : "OSLogTraceTests",
"path" : "Tests",
"sources" : [
"ActivityTests.swift",
"LinuxMain.swift",
"LoggingTests.swift",
"SignpostTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"OSLogTrace"
],
"type" : "test"
},
{
"c99name" : "OSLogTrace",
"module_type" : "SwiftTarget",
"name" : "OSLogTrace",
"path" : "Sources",
"product_memberships" : [
"OSLogTrace"
],
"sources" : [
"Activity.swift",
"LogMessage.swift",
"Logging.swift",
"Signposts.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.