The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of LaunchAgent, reference main (9f6d33), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 26 Apr 2025 22:09:00 UTC.

Swift 6 data race errors: 4

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme LaunchAgent -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/emorydunn/launchagent.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/emorydunn/launchagent
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9f6d33a Set version
Cloned https://github.com/emorydunn/launchagent.git
Revision (git rev-parse @):
9f6d33abfa4a0a45a877e9b884391981c1f4152b
SUCCESS checkout https://github.com/emorydunn/launchagent.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/emorydunn/launchagent.git
https://github.com/emorydunn/launchagent.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LaunchAgent",
  "name" : "LaunchAgent",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "LaunchAgent",
      "targets" : [
        "LaunchAgent"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LaunchAgentTests",
      "module_type" : "SwiftTarget",
      "name" : "LaunchAgentTests",
      "path" : "Tests/LaunchAgentTests",
      "sources" : [
        "FilePermissionsTests.swift",
        "LaunchAgentTests.swift",
        "LaunchAgentValiditytests.swift",
        "LaunchControlTests.swift",
        "ProgramTests.swift",
        "StartCalendarIntervalTests.swift"
      ],
      "target_dependencies" : [
        "LaunchAgent"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LaunchAgent",
      "module_type" : "SwiftTarget",
      "name" : "LaunchAgent",
      "path" : "Sources/LaunchAgent",
      "product_memberships" : [
        "LaunchAgent"
      ],
      "sources" : [
        "Key Types/File Permissions.swift",
        "Key Types/MachService.swift",
        "Key Types/ProcessType.swift",
        "Key Types/ResourceLimits.swift",
        "Key Types/StartCalendarInterval.swift",
        "Key Types/inetdCompatibility.swift",
        "LaunchAgent+Status.swift",
        "LaunchAgent.swift",
        "LaunchControl.swift",
        "String Extensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.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
Resolved source packages:
  LaunchAgent: /Users/admin/builder/spi-builder-workspace
resolved source packages: LaunchAgent
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LaunchAgent",
  "name" : "LaunchAgent",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "LaunchAgent",
      "targets" : [
        "LaunchAgent"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LaunchAgentTests",
      "module_type" : "SwiftTarget",
      "name" : "LaunchAgentTests",
      "path" : "Tests/LaunchAgentTests",
      "sources" : [
        "FilePermissionsTests.swift",
        "LaunchAgentTests.swift",
        "LaunchAgentValiditytests.swift",
        "LaunchControlTests.swift",
        "ProgramTests.swift",
        "StartCalendarIntervalTests.swift"
      ],
      "target_dependencies" : [
        "LaunchAgent"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LaunchAgent",
      "module_type" : "SwiftTarget",
      "name" : "LaunchAgent",
      "path" : "Sources/LaunchAgent",
      "product_memberships" : [
        "LaunchAgent"
      ],
      "sources" : [
        "Key Types/File Permissions.swift",
        "Key Types/MachService.swift",
        "Key Types/ProcessType.swift",
        "Key Types/ResourceLimits.swift",
        "Key Types/StartCalendarInterval.swift",
        "Key Types/inetdCompatibility.swift",
        "LaunchAgent+Status.swift",
        "LaunchAgent.swift",
        "LaunchControl.swift",
        "String Extensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "LaunchAgent"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme LaunchAgent -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 LaunchAgent -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:
  LaunchAgent: /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 'LaunchAgent' in project 'LaunchAgent'
        ➜ Explicit dependency on target 'LaunchAgent' in project 'LaunchAgent'
    Target 'LaunchAgent' in project 'LaunchAgent' (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: 387e74097e42cef10abe291e9e797724
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/387e74097e42cef10abe291e9e797724.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
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/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/LaunchAgent.build/Debug/LaunchAgent.build/LaunchAgent.modulemap (in target 'LaunchAgent' from project 'LaunchAgent')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LaunchAgent.build/Debug/LaunchAgent.build/LaunchAgent.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LaunchAgent.build/Debug/LaunchAgent.build/LaunchAgent.DependencyMetadataFileList (in target 'LaunchAgent' from project 'LaunchAgent')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LaunchAgent.build/Debug/LaunchAgent.build/LaunchAgent.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LaunchAgent.build/Debug/LaunchAgent.build/LaunchAgent.DependencyStaticMetadataFileList (in target 'LaunchAgent' from project 'LaunchAgent')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LaunchAgent.build/Debug/LaunchAgent.build/LaunchAgent.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LaunchAgent.build/Debug/LaunchAgent.build/Objects-normal/arm64/LaunchAgent.SwiftFileList (in target 'LaunchAgent' from project 'LaunchAgent')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LaunchAgent.build/Debug/LaunchAgent.build/Objects-normal/arm64/LaunchAgent.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LaunchAgent.build/Debug/LaunchAgent.build/Objects-normal/arm64/LaunchAgent-OutputFileMap.json (in target 'LaunchAgent' from project 'LaunchAgent')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LaunchAgent.build/Debug/LaunchAgent.build/Objects-normal/arm64/LaunchAgent-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LaunchAgent.build/Debug/LaunchAgent.build/Objects-normal/arm64/LaunchAgent_const_extract_protocols.json (in target 'LaunchAgent' from project 'LaunchAgent')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LaunchAgent.build/Debug/LaunchAgent.build/Objects-normal/arm64/LaunchAgent_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LaunchAgent.build/Debug/LaunchAgent.build/Objects-normal/arm64/LaunchAgent.LinkFileList (in target 'LaunchAgent' from project 'LaunchAgent')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LaunchAgent.build/Debug/LaunchAgent.build/Objects-normal/arm64/LaunchAgent.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LaunchAgent.build/Debug/LaunchAgent.build/Objects-normal/arm64/LaunchAgent.SwiftConstValuesFileList (in target 'LaunchAgent' from project 'LaunchAgent')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LaunchAgent.build/Debug/LaunchAgent.build/Objects-normal/arm64/LaunchAgent.SwiftConstValuesFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/LaunchAgent.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LaunchAgent.build/Debug/LaunchAgent.build/LaunchAgent.modulemap (in target 'LaunchAgent' from project 'LaunchAgent')
    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/LaunchAgent.build/Debug/LaunchAgent.build/LaunchAgent.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
SwiftDriver LaunchAgent normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LaunchAgent' from project 'LaunchAgent')
    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 LaunchAgent -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LaunchAgent.build/Debug/LaunchAgent.build/Objects-normal/arm64/LaunchAgent.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 4 -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/LaunchAgent.build/Debug/LaunchAgent.build/Objects-normal/arm64/LaunchAgent-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/LaunchAgent.build/Debug/LaunchAgent.build/Objects-normal/arm64/LaunchAgent.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/LaunchAgent.build/Debug/LaunchAgent.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LaunchAgent.build/Debug/LaunchAgent.build/Objects-normal/arm64/LaunchAgent_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/LaunchAgent.build/Debug/LaunchAgent.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LaunchAgent.build/Debug/LaunchAgent.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LaunchAgent.build/Debug/LaunchAgent.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/LaunchAgent.build/Debug/LaunchAgent.build/Objects-normal/arm64/LaunchAgent-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ MachService.swift /Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/Key\ Types/MachService.swift (in target 'LaunchAgent' from project 'LaunchAgent')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/Key\ Types/MachService.swift (in target 'LaunchAgent' from project 'LaunchAgent')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ProcessType.swift /Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/Key\ Types/ProcessType.swift (in target 'LaunchAgent' from project 'LaunchAgent')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/Key\ Types/ProcessType.swift (in target 'LaunchAgent' from project 'LaunchAgent')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ LaunchAgent (in target 'LaunchAgent' from project 'LaunchAgent')
EmitSwiftModule normal arm64 (in target 'LaunchAgent' from project 'LaunchAgent')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/Key Types/File Permissions.swift:26:23: warning: static property 'read' is not concurrency-safe because non-'Sendable' type 'PermissionBits' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let read = PermissionBits(rawValue: 4)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/Key Types/File Permissions.swift:20:15: note: consider making struct 'PermissionBits' conform to the 'Sendable' protocol
public struct PermissionBits: OptionSet, Codable, CustomStringConvertible {
              ^
                                                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/Key Types/File Permissions.swift:26:23: note: add '@MainActor' to make static property 'read' part of global actor 'MainActor'
    public static let read = PermissionBits(rawValue: 4)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/Key Types/File Permissions.swift:26:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let read = PermissionBits(rawValue: 4)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/Key Types/File Permissions.swift:29:23: warning: static property 'write' is not concurrency-safe because non-'Sendable' type 'PermissionBits' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let write = PermissionBits(rawValue: 2)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/Key Types/File Permissions.swift:20:15: note: consider making struct 'PermissionBits' conform to the 'Sendable' protocol
public struct PermissionBits: OptionSet, Codable, CustomStringConvertible {
              ^
                                                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/Key Types/File Permissions.swift:29:23: note: add '@MainActor' to make static property 'write' part of global actor 'MainActor'
    public static let write = PermissionBits(rawValue: 2)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/Key Types/File Permissions.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let write = PermissionBits(rawValue: 2)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/Key Types/File Permissions.swift:32:23: warning: static property 'execute' is not concurrency-safe because non-'Sendable' type 'PermissionBits' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let execute = PermissionBits(rawValue: 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/Key Types/File Permissions.swift:20:15: note: consider making struct 'PermissionBits' conform to the 'Sendable' protocol
public struct PermissionBits: OptionSet, Codable, CustomStringConvertible {
              ^
                                                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/Key Types/File Permissions.swift:32:23: note: add '@MainActor' to make static property 'execute' part of global actor 'MainActor'
    public static let execute = PermissionBits(rawValue: 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/Key Types/File Permissions.swift:32:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let execute = PermissionBits(rawValue: 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/LaunchControl.swift:30:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'LaunchControl' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let shared = LaunchControl()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/LaunchControl.swift:27:14: note: class 'LaunchControl' does not conform to the 'Sendable' protocol
public class LaunchControl {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/LaunchControl.swift:30:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    public static let shared = LaunchControl()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/LaunchControl.swift:30:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let shared = LaunchControl()
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ ResourceLimits.swift /Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/Key\ Types/ResourceLimits.swift (in target 'LaunchAgent' from project 'LaunchAgent')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/Key\ Types/ResourceLimits.swift (in target 'LaunchAgent' from project 'LaunchAgent')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ File\ Permissions.swift /Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/Key\ Types/File\ Permissions.swift (in target 'LaunchAgent' from project 'LaunchAgent')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/Key\ Types/File\ Permissions.swift (in target 'LaunchAgent' from project 'LaunchAgent')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/Key Types/File Permissions.swift:26:23: warning: static property 'read' is not concurrency-safe because non-'Sendable' type 'PermissionBits' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let read = PermissionBits(rawValue: 4)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/Key Types/File Permissions.swift:20:15: note: consider making struct 'PermissionBits' conform to the 'Sendable' protocol
public struct PermissionBits: OptionSet, Codable, CustomStringConvertible {
              ^
                                                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/Key Types/File Permissions.swift:26:23: note: add '@MainActor' to make static property 'read' part of global actor 'MainActor'
    public static let read = PermissionBits(rawValue: 4)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/Key Types/File Permissions.swift:26:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let read = PermissionBits(rawValue: 4)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/Key Types/File Permissions.swift:29:23: warning: static property 'write' is not concurrency-safe because non-'Sendable' type 'PermissionBits' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let write = PermissionBits(rawValue: 2)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/Key Types/File Permissions.swift:20:15: note: consider making struct 'PermissionBits' conform to the 'Sendable' protocol
public struct PermissionBits: OptionSet, Codable, CustomStringConvertible {
              ^
                                                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/Key Types/File Permissions.swift:29:23: note: add '@MainActor' to make static property 'write' part of global actor 'MainActor'
    public static let write = PermissionBits(rawValue: 2)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/Key Types/File Permissions.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let write = PermissionBits(rawValue: 2)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/Key Types/File Permissions.swift:32:23: warning: static property 'execute' is not concurrency-safe because non-'Sendable' type 'PermissionBits' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let execute = PermissionBits(rawValue: 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/Key Types/File Permissions.swift:20:15: note: consider making struct 'PermissionBits' conform to the 'Sendable' protocol
public struct PermissionBits: OptionSet, Codable, CustomStringConvertible {
              ^
                                                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/Key Types/File Permissions.swift:32:23: note: add '@MainActor' to make static property 'execute' part of global actor 'MainActor'
    public static let execute = PermissionBits(rawValue: 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/Key Types/File Permissions.swift:32:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let execute = PermissionBits(rawValue: 1)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ String\ Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/String\ Extensions.swift (in target 'LaunchAgent' from project 'LaunchAgent')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/String\ Extensions.swift (in target 'LaunchAgent' from project 'LaunchAgent')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ LaunchAgent.swift /Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/LaunchAgent.swift (in target 'LaunchAgent' from project 'LaunchAgent')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/LaunchAgent.swift (in target 'LaunchAgent' from project 'LaunchAgent')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ LaunchAgent+Status.swift /Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/LaunchAgent+Status.swift (in target 'LaunchAgent' from project 'LaunchAgent')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/LaunchAgent+Status.swift (in target 'LaunchAgent' from project 'LaunchAgent')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ inetdCompatibility.swift /Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/Key\ Types/inetdCompatibility.swift (in target 'LaunchAgent' from project 'LaunchAgent')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/Key\ Types/inetdCompatibility.swift (in target 'LaunchAgent' from project 'LaunchAgent')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ LaunchControl.swift /Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/LaunchControl.swift (in target 'LaunchAgent' from project 'LaunchAgent')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/LaunchControl.swift (in target 'LaunchAgent' from project 'LaunchAgent')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/LaunchControl.swift:30:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'LaunchControl' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let shared = LaunchControl()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/LaunchControl.swift:27:14: note: class 'LaunchControl' does not conform to the 'Sendable' protocol
public class LaunchControl {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/LaunchControl.swift:30:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    public static let shared = LaunchControl()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/LaunchControl.swift:30:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let shared = LaunchControl()
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ StartCalendarInterval.swift /Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/Key\ Types/StartCalendarInterval.swift (in target 'LaunchAgent' from project 'LaunchAgent')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LaunchAgent/Key\ Types/StartCalendarInterval.swift (in target 'LaunchAgent' from project 'LaunchAgent')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for LaunchAgent (in target 'LaunchAgent' from project 'LaunchAgent')
SwiftDriver\ Compilation\ Requirements LaunchAgent normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LaunchAgent' from project 'LaunchAgent')
    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 LaunchAgent -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LaunchAgent.build/Debug/LaunchAgent.build/Objects-normal/arm64/LaunchAgent.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 4 -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/LaunchAgent.build/Debug/LaunchAgent.build/Objects-normal/arm64/LaunchAgent-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/LaunchAgent.build/Debug/LaunchAgent.build/Objects-normal/arm64/LaunchAgent.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/LaunchAgent.build/Debug/LaunchAgent.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LaunchAgent.build/Debug/LaunchAgent.build/Objects-normal/arm64/LaunchAgent_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/LaunchAgent.build/Debug/LaunchAgent.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LaunchAgent.build/Debug/LaunchAgent.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LaunchAgent.build/Debug/LaunchAgent.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/LaunchAgent.build/Debug/LaunchAgent.build/Objects-normal/arm64/LaunchAgent-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling String Extensions.swift (in target 'LaunchAgent' from project 'LaunchAgent')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/LaunchAgent-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LaunchAgent.build/Debug/LaunchAgent.build/Objects-normal/arm64/LaunchAgent-Swift.h (in target 'LaunchAgent' from project 'LaunchAgent')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LaunchAgent.build/Debug/LaunchAgent.build/Objects-normal/arm64/LaunchAgent-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/LaunchAgent-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LaunchAgent.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LaunchAgent.build/Debug/LaunchAgent.build/Objects-normal/arm64/LaunchAgent.swiftmodule (in target 'LaunchAgent' from project 'LaunchAgent')
    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/LaunchAgent.build/Debug/LaunchAgent.build/Objects-normal/arm64/LaunchAgent.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LaunchAgent.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LaunchAgent.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LaunchAgent.build/Debug/LaunchAgent.build/Objects-normal/arm64/LaunchAgent.swiftdoc (in target 'LaunchAgent' from project 'LaunchAgent')
    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/LaunchAgent.build/Debug/LaunchAgent.build/Objects-normal/arm64/LaunchAgent.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LaunchAgent.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LaunchAgent.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LaunchAgent.build/Debug/LaunchAgent.build/Objects-normal/arm64/LaunchAgent.abi.json (in target 'LaunchAgent' from project 'LaunchAgent')
    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/LaunchAgent.build/Debug/LaunchAgent.build/Objects-normal/arm64/LaunchAgent.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LaunchAgent.swiftmodule/arm64-apple-macos.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling LaunchAgent+Status.swift (in target 'LaunchAgent' from project 'LaunchAgent')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LaunchAgent.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LaunchAgent.build/Debug/LaunchAgent.build/Objects-normal/arm64/LaunchAgent.swiftsourceinfo (in target 'LaunchAgent' from project 'LaunchAgent')
    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/LaunchAgent.build/Debug/LaunchAgent.build/Objects-normal/arm64/LaunchAgent.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LaunchAgent.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling LaunchAgent.swift (in target 'LaunchAgent' from project 'LaunchAgent')
SwiftDriverJobDiscovery normal arm64 Compiling ResourceLimits.swift (in target 'LaunchAgent' from project 'LaunchAgent')
SwiftDriverJobDiscovery normal arm64 Compiling StartCalendarInterval.swift (in target 'LaunchAgent' from project 'LaunchAgent')
SwiftDriverJobDiscovery normal arm64 Compiling ProcessType.swift (in target 'LaunchAgent' from project 'LaunchAgent')
SwiftDriverJobDiscovery normal arm64 Compiling MachService.swift (in target 'LaunchAgent' from project 'LaunchAgent')
SwiftDriverJobDiscovery normal arm64 Compiling inetdCompatibility.swift (in target 'LaunchAgent' from project 'LaunchAgent')
SwiftDriverJobDiscovery normal arm64 Compiling File Permissions.swift (in target 'LaunchAgent' from project 'LaunchAgent')
SwiftDriverJobDiscovery normal arm64 Compiling LaunchControl.swift (in target 'LaunchAgent' from project 'LaunchAgent')
SwiftDriver\ Compilation LaunchAgent normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LaunchAgent' from project 'LaunchAgent')
    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 LaunchAgent -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LaunchAgent.build/Debug/LaunchAgent.build/Objects-normal/arm64/LaunchAgent.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 4 -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/LaunchAgent.build/Debug/LaunchAgent.build/Objects-normal/arm64/LaunchAgent-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/LaunchAgent.build/Debug/LaunchAgent.build/Objects-normal/arm64/LaunchAgent.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/LaunchAgent.build/Debug/LaunchAgent.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LaunchAgent.build/Debug/LaunchAgent.build/Objects-normal/arm64/LaunchAgent_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/LaunchAgent.build/Debug/LaunchAgent.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LaunchAgent.build/Debug/LaunchAgent.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LaunchAgent.build/Debug/LaunchAgent.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/LaunchAgent.build/Debug/LaunchAgent.build/Objects-normal/arm64/LaunchAgent-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/LaunchAgent.o normal (in target 'LaunchAgent' from project 'LaunchAgent')
    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/LaunchAgent.build/Debug/LaunchAgent.build/Objects-normal/arm64/LaunchAgent.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LaunchAgent.build/Debug/LaunchAgent.build/Objects-normal/arm64/LaunchAgent_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LaunchAgent.build/Debug/LaunchAgent.build/Objects-normal/arm64/LaunchAgent_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/LaunchAgent.build/Debug/LaunchAgent.build/Objects-normal/arm64/LaunchAgent.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LaunchAgent.o
ExtractAppIntentsMetadata (in target 'LaunchAgent' from project 'LaunchAgent')
    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 LaunchAgent --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.LaunchAgent --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LaunchAgent.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LaunchAgent.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LaunchAgent.build/Debug/LaunchAgent.build/Objects-normal/arm64/LaunchAgent_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LaunchAgent.build/Debug/LaunchAgent.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LaunchAgent.build/Debug/LaunchAgent.build/Objects-normal/arm64/LaunchAgent.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LaunchAgent.build/Debug/LaunchAgent.build/LaunchAgent.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LaunchAgent.build/Debug/LaunchAgent.build/LaunchAgent.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LaunchAgent.build/Debug/LaunchAgent.build/Objects-normal/arm64/LaunchAgent.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 15:08:59.991 appintentsmetadataprocessor[716:4031] Starting appintentsmetadataprocessor export
2025-04-26 15:09:00.028 appintentsmetadataprocessor[716:4031] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LaunchAgent.o (in target 'LaunchAgent' from project 'LaunchAgent')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LaunchAgent.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LaunchAgent",
  "name" : "LaunchAgent",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "LaunchAgent",
      "targets" : [
        "LaunchAgent"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LaunchAgentTests",
      "module_type" : "SwiftTarget",
      "name" : "LaunchAgentTests",
      "path" : "Tests/LaunchAgentTests",
      "sources" : [
        "FilePermissionsTests.swift",
        "LaunchAgentTests.swift",
        "LaunchAgentValiditytests.swift",
        "LaunchControlTests.swift",
        "ProgramTests.swift",
        "StartCalendarIntervalTests.swift"
      ],
      "target_dependencies" : [
        "LaunchAgent"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LaunchAgent",
      "module_type" : "SwiftTarget",
      "name" : "LaunchAgent",
      "path" : "Sources/LaunchAgent",
      "product_memberships" : [
        "LaunchAgent"
      ],
      "sources" : [
        "Key Types/File Permissions.swift",
        "Key Types/MachService.swift",
        "Key Types/ProcessType.swift",
        "Key Types/ResourceLimits.swift",
        "Key Types/StartCalendarInterval.swift",
        "Key Types/inetdCompatibility.swift",
        "LaunchAgent+Status.swift",
        "LaunchAgent.swift",
        "LaunchControl.swift",
        "String Extensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.