The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of LCAppSandboxFileKit, reference main (f9f205), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 22 May 2025 02:33:05 UTC.

Swift 6 data race errors: 2

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme LCAppSandboxFileKit -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DevLiuSir/LCAppSandboxFileKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DevLiuSir/LCAppSandboxFileKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f9f205a Update preview-01.png
Cloned https://github.com/DevLiuSir/LCAppSandboxFileKit.git
Revision (git rev-parse @):
f9f205a03ae1edf7ca414f4caa36758c318eaddc
SUCCESS checkout https://github.com/DevLiuSir/LCAppSandboxFileKit.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/DevLiuSir/LCAppSandboxFileKit.git
https://github.com/DevLiuSir/LCAppSandboxFileKit.git
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "LCAppSandboxFileKit",
  "name" : "LCAppSandboxFileKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "LCAppSandboxFileKit",
      "targets" : [
        "LCAppSandboxFileKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LCAppSandboxFileKitTests",
      "module_type" : "SwiftTarget",
      "name" : "LCAppSandboxFileKitTests",
      "path" : "Tests/LCAppSandboxFileKitTests",
      "sources" : [
        "LCAppSandboxFileKitTests.swift"
      ],
      "target_dependencies" : [
        "LCAppSandboxFileKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LCAppSandboxFileKit",
      "module_type" : "SwiftTarget",
      "name" : "LCAppSandboxFileKit",
      "path" : "Sources/LCAppSandboxFileKit",
      "product_memberships" : [
        "LCAppSandboxFileKit"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/de.lproj/LCAppSandboxFileKit.strings",
          "rule" : {
            "process" : {
              "localization" : "de"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/en.lproj/LCAppSandboxFileKit.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/es.lproj/LCAppSandboxFileKit.strings",
          "rule" : {
            "process" : {
              "localization" : "es"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/fr.lproj/LCAppSandboxFileKit.strings",
          "rule" : {
            "process" : {
              "localization" : "fr"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/it.lproj/LCAppSandboxFileKit.strings",
          "rule" : {
            "process" : {
              "localization" : "it"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/ja.lproj/LCAppSandboxFileKit.strings",
          "rule" : {
            "process" : {
              "localization" : "ja"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/ko.lproj/LCAppSandboxFileKit.strings",
          "rule" : {
            "process" : {
              "localization" : "ko"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/pt-PT.lproj/LCAppSandboxFileKit.strings",
          "rule" : {
            "process" : {
              "localization" : "pt-pt"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/ru.lproj/LCAppSandboxFileKit.strings",
          "rule" : {
            "process" : {
              "localization" : "ru"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/zh-Hans.lproj/LCAppSandboxFileKit.strings",
          "rule" : {
            "process" : {
              "localization" : "zh-hans"
            }
          }
        }
      ],
      "sources" : [
        "LCAppSandboxFileAccess.swift",
        "LCAppSandboxFileKit.swift",
        "LCOpenSavePanelDelegate.swift",
        "LCPersistentAccess.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  LCAppSandboxFileKit: /Users/admin/builder/spi-builder-workspace
resolved source packages: LCAppSandboxFileKit
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "LCAppSandboxFileKit",
  "name" : "LCAppSandboxFileKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "LCAppSandboxFileKit",
      "targets" : [
        "LCAppSandboxFileKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LCAppSandboxFileKitTests",
      "module_type" : "SwiftTarget",
      "name" : "LCAppSandboxFileKitTests",
      "path" : "Tests/LCAppSandboxFileKitTests",
      "sources" : [
        "LCAppSandboxFileKitTests.swift"
      ],
      "target_dependencies" : [
        "LCAppSandboxFileKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LCAppSandboxFileKit",
      "module_type" : "SwiftTarget",
      "name" : "LCAppSandboxFileKit",
      "path" : "Sources/LCAppSandboxFileKit",
      "product_memberships" : [
        "LCAppSandboxFileKit"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/de.lproj/LCAppSandboxFileKit.strings",
          "rule" : {
            "process" : {
              "localization" : "de"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/en.lproj/LCAppSandboxFileKit.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/es.lproj/LCAppSandboxFileKit.strings",
          "rule" : {
            "process" : {
              "localization" : "es"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/fr.lproj/LCAppSandboxFileKit.strings",
          "rule" : {
            "process" : {
              "localization" : "fr"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/it.lproj/LCAppSandboxFileKit.strings",
          "rule" : {
            "process" : {
              "localization" : "it"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/ja.lproj/LCAppSandboxFileKit.strings",
          "rule" : {
            "process" : {
              "localization" : "ja"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/ko.lproj/LCAppSandboxFileKit.strings",
          "rule" : {
            "process" : {
              "localization" : "ko"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/pt-PT.lproj/LCAppSandboxFileKit.strings",
          "rule" : {
            "process" : {
              "localization" : "pt-pt"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/ru.lproj/LCAppSandboxFileKit.strings",
          "rule" : {
            "process" : {
              "localization" : "ru"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/zh-Hans.lproj/LCAppSandboxFileKit.strings",
          "rule" : {
            "process" : {
              "localization" : "zh-hans"
            }
          }
        }
      ],
      "sources" : [
        "LCAppSandboxFileAccess.swift",
        "LCAppSandboxFileKit.swift",
        "LCOpenSavePanelDelegate.swift",
        "LCPersistentAccess.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "LCAppSandboxFileKit"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme LCAppSandboxFileKit -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 LCAppSandboxFileKit -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:
  LCAppSandboxFileKit: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'LCAppSandboxFileKit' in project 'LCAppSandboxFileKit'
        ➜ Explicit dependency on target 'LCAppSandboxFileKit' in project 'LCAppSandboxFileKit'
        ➜ Explicit dependency on target 'LCAppSandboxFileKit_LCAppSandboxFileKit' in project 'LCAppSandboxFileKit'
    Target 'LCAppSandboxFileKit' in project 'LCAppSandboxFileKit'
        ➜ Explicit dependency on target 'LCAppSandboxFileKit_LCAppSandboxFileKit' in project 'LCAppSandboxFileKit'
    Target 'LCAppSandboxFileKit_LCAppSandboxFileKit' in project 'LCAppSandboxFileKit' (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: c5898d5953cc1dfed7438e6ab6fe2673
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/c5898d5953cc1dfed7438e6ab6fe2673.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/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit_LCAppSandboxFileKit.build/LCAppSandboxFileKit_LCAppSandboxFileKit.DependencyMetadataFileList (in target 'LCAppSandboxFileKit_LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit_LCAppSandboxFileKit.build/LCAppSandboxFileKit_LCAppSandboxFileKit.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit_LCAppSandboxFileKit.build/empty-LCAppSandboxFileKit_LCAppSandboxFileKit.plist (in target 'LCAppSandboxFileKit_LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit_LCAppSandboxFileKit.build/empty-LCAppSandboxFileKit_LCAppSandboxFileKit.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit_LCAppSandboxFileKit.build/LCAppSandboxFileKit_LCAppSandboxFileKit.DependencyStaticMetadataFileList (in target 'LCAppSandboxFileKit_LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit_LCAppSandboxFileKit.build/LCAppSandboxFileKit_LCAppSandboxFileKit.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64/LCAppSandboxFileKit.LinkFileList (in target 'LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64/LCAppSandboxFileKit.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64/LCAppSandboxFileKit.SwiftConstValuesFileList (in target 'LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64/LCAppSandboxFileKit.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/LCAppSandboxFileKit.modulemap (in target 'LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/LCAppSandboxFileKit.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64/LCAppSandboxFileKit.SwiftFileList (in target 'LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64/LCAppSandboxFileKit.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64/LCAppSandboxFileKit_const_extract_protocols.json (in target 'LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64/LCAppSandboxFileKit_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64/LCAppSandboxFileKit-OutputFileMap.json (in target 'LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64/LCAppSandboxFileKit-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/LCAppSandboxFileKit.DependencyStaticMetadataFileList (in target 'LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/LCAppSandboxFileKit.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/LCAppSandboxFileKit.DependencyMetadataFileList (in target 'LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/LCAppSandboxFileKit.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/DerivedSources/resource_bundle_accessor.swift (in target 'LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/DerivedSources/resource_bundle_accessor.swift
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit_LCAppSandboxFileKit.bundle (in target 'LCAppSandboxFileKit_LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit_LCAppSandboxFileKit.bundle
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit_LCAppSandboxFileKit.bundle/Contents/Resources (in target 'LCAppSandboxFileKit_LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit_LCAppSandboxFileKit.bundle/Contents/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit_LCAppSandboxFileKit.bundle/Contents (in target 'LCAppSandboxFileKit_LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit_LCAppSandboxFileKit.bundle/Contents
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/LCAppSandboxFileKit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/LCAppSandboxFileKit.modulemap (in target 'LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
    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/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/LCAppSandboxFileKit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit_LCAppSandboxFileKit.bundle/Contents/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit_LCAppSandboxFileKit.build/empty-LCAppSandboxFileKit_LCAppSandboxFileKit.plist (in target 'LCAppSandboxFileKit_LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit_LCAppSandboxFileKit.build/empty-LCAppSandboxFileKit_LCAppSandboxFileKit.plist -producttype com.apple.product-type.bundle -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit_LCAppSandboxFileKit.bundle/Contents/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit_LCAppSandboxFileKit.bundle/Contents/Resources/zh-Hans.lproj/LCAppSandboxFileKit.strings /Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/zh-Hans.lproj/LCAppSandboxFileKit.strings (in target 'LCAppSandboxFileKit_LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/zh-Hans.lproj/LCAppSandboxFileKit.strings /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit_LCAppSandboxFileKit.bundle/Contents/Resources/zh-Hans.lproj
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit_LCAppSandboxFileKit.bundle/Contents/Resources/ru.lproj/LCAppSandboxFileKit.strings /Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/ru.lproj/LCAppSandboxFileKit.strings (in target 'LCAppSandboxFileKit_LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/ru.lproj/LCAppSandboxFileKit.strings /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit_LCAppSandboxFileKit.bundle/Contents/Resources/ru.lproj
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit_LCAppSandboxFileKit.bundle/Contents/Resources/ko.lproj/LCAppSandboxFileKit.strings /Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/ko.lproj/LCAppSandboxFileKit.strings (in target 'LCAppSandboxFileKit_LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/ko.lproj/LCAppSandboxFileKit.strings /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit_LCAppSandboxFileKit.bundle/Contents/Resources/ko.lproj
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit_LCAppSandboxFileKit.bundle/Contents/Resources/pt-PT.lproj/LCAppSandboxFileKit.strings /Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/pt-PT.lproj/LCAppSandboxFileKit.strings (in target 'LCAppSandboxFileKit_LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/pt-PT.lproj/LCAppSandboxFileKit.strings /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit_LCAppSandboxFileKit.bundle/Contents/Resources/pt-PT.lproj
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit_LCAppSandboxFileKit.bundle/Contents/Resources/ja.lproj/LCAppSandboxFileKit.strings /Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/ja.lproj/LCAppSandboxFileKit.strings (in target 'LCAppSandboxFileKit_LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/ja.lproj/LCAppSandboxFileKit.strings /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit_LCAppSandboxFileKit.bundle/Contents/Resources/ja.lproj
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit_LCAppSandboxFileKit.bundle/Contents/Resources/it.lproj/LCAppSandboxFileKit.strings /Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/it.lproj/LCAppSandboxFileKit.strings (in target 'LCAppSandboxFileKit_LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/it.lproj/LCAppSandboxFileKit.strings /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit_LCAppSandboxFileKit.bundle/Contents/Resources/it.lproj
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit_LCAppSandboxFileKit.bundle/Contents/Resources/fr.lproj/LCAppSandboxFileKit.strings /Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/fr.lproj/LCAppSandboxFileKit.strings (in target 'LCAppSandboxFileKit_LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/fr.lproj/LCAppSandboxFileKit.strings /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit_LCAppSandboxFileKit.bundle/Contents/Resources/fr.lproj
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit_LCAppSandboxFileKit.bundle/Contents/Resources/es.lproj/LCAppSandboxFileKit.strings /Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/es.lproj/LCAppSandboxFileKit.strings (in target 'LCAppSandboxFileKit_LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/es.lproj/LCAppSandboxFileKit.strings /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit_LCAppSandboxFileKit.bundle/Contents/Resources/es.lproj
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit_LCAppSandboxFileKit.bundle/Contents/Resources/en.lproj/LCAppSandboxFileKit.strings /Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/en.lproj/LCAppSandboxFileKit.strings (in target 'LCAppSandboxFileKit_LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/en.lproj/LCAppSandboxFileKit.strings /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit_LCAppSandboxFileKit.bundle/Contents/Resources/en.lproj
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit_LCAppSandboxFileKit.bundle/Contents/Resources/de.lproj/LCAppSandboxFileKit.strings /Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/de.lproj/LCAppSandboxFileKit.strings (in target 'LCAppSandboxFileKit_LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/de.lproj/LCAppSandboxFileKit.strings /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit_LCAppSandboxFileKit.bundle/Contents/Resources/de.lproj
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit_LCAppSandboxFileKit.bundle (in target 'LCAppSandboxFileKit_LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit_LCAppSandboxFileKit.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit_LCAppSandboxFileKit.bundle (in target 'LCAppSandboxFileKit_LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit_LCAppSandboxFileKit.bundle
SwiftDriver LCAppSandboxFileKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
    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 LCAppSandboxFileKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64/LCAppSandboxFileKit.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.14 -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 -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64 -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/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64/LCAppSandboxFileKit-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/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64/LCAppSandboxFileKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64/LCAppSandboxFileKit_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/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.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/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64/LCAppSandboxFileKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ LCAppSandboxFileKit (in target 'LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
EmitSwiftModule normal arm64 (in target 'LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:77:16: warning: static property 'fileAccess' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var fileAccess = LCAppSandboxFileAccess()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:77:16: note: convert 'fileAccess' to a 'let' constant to make 'Sendable' shared state immutable
    static var fileAccess = LCAppSandboxFileAccess()
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:77:16: note: add '@MainActor' to make static property 'fileAccess' part of global actor 'MainActor'
    static var fileAccess = LCAppSandboxFileAccess()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:77:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var fileAccess = LCAppSandboxFileAccess()
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileKit.swift:16:23: warning: static property 'standard' is not concurrency-safe because non-'Sendable' type 'LCAppSandboxFileKit' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let standard = LCAppSandboxFileKit()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileKit.swift:13:14: note: class 'LCAppSandboxFileKit' does not conform to the 'Sendable' protocol
public class LCAppSandboxFileKit: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileKit.swift:16:23: note: add '@MainActor' to make static property 'standard' part of global actor 'MainActor'
    public static let standard = LCAppSandboxFileKit()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileKit.swift:16:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let standard = LCAppSandboxFileKit()
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ LCOpenSavePanelDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCOpenSavePanelDelegate.swift (in target 'LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCOpenSavePanelDelegate.swift (in target 'LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:77:16: warning: static property 'fileAccess' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var fileAccess = LCAppSandboxFileAccess()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:77:16: note: convert 'fileAccess' to a 'let' constant to make 'Sendable' shared state immutable
    static var fileAccess = LCAppSandboxFileAccess()
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:77:16: note: add '@MainActor' to make static property 'fileAccess' part of global actor 'MainActor'
    static var fileAccess = LCAppSandboxFileAccess()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:77:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var fileAccess = LCAppSandboxFileAccess()
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:121:29: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            let openPanel = NSOpenPanel()
                            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:23:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init NS_DESIGNATED_INITIALIZER;
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:23:1: note: main actor isolation inferred from inheritance from class 'NSSavePanel'
- (instancetype)init NS_DESIGNATED_INITIALIZER;
^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:122:23: warning: main actor-isolated property 'title' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            openPanel.title = self.title                         // 设置面板窗口的标题
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:131:45: note: mutation of this property is only permitted within the actor
@property (null_resettable, copy) NSString *title;
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:123:23: warning: main actor-isolated property 'message' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            openPanel.message = self.message                     // 在NSOpenPanel顶部显示的提示文本或说明
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:151:45: note: mutation of this property is only permitted within the actor
@property (null_resettable, copy) NSString *message;
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:124:23: warning: main actor-isolated property 'prompt' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            openPanel.prompt = self.panelButtonTitle             // 面板按钮的标题,通常是“授权”
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:125:45: note: mutation of this property is only permitted within the actor
@property (null_resettable, copy) NSString *prompt;
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:125:23: warning: main actor-isolated property 'canCreateDirectories' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            openPanel.canCreateDirectories = false               // 是否允许用户创建目录。
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:102:16: note: mutation of this property is only permitted within the actor
@property BOOL canCreateDirectories;
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:126:23: warning: main actor-isolated property 'canChooseFiles' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            openPanel.canChooseFiles = false                     // 是否允许用户选择文件
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:32:16: note: mutation of this property is only permitted within the actor
@property BOOL canChooseFiles;
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:127:23: warning: main actor-isolated property 'canChooseDirectories' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            openPanel.canChooseDirectories = true                // 是否允许用户选择要打开的 文件夹
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:28:16: note: mutation of this property is only permitted within the actor
@property BOOL canChooseDirectories;
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:128:23: warning: main actor-isolated property 'allowsMultipleSelection' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            openPanel.allowsMultipleSelection = false            // 不允许用户多选,只能选择一个目录
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:30:16: note: mutation of this property is only permitted within the actor
@property BOOL allowsMultipleSelection;
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:129:23: warning: main actor-isolated property 'showsHiddenFiles' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            openPanel.showsHiddenFiles = false                   // 不显示隐藏文件和目录
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:156:16: note: mutation of this property is only permitted within the actor
@property BOOL showsHiddenFiles;
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:130:23: warning: main actor-isolated property 'isExtensionHidden' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            openPanel.isExtensionHidden = false                  // 显示文件扩展名(虽然这里只选择目录,也适用)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:115:43: note: mutation of this property is only permitted within the actor
@property (getter=isExtensionHidden) BOOL extensionHidden;
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:131:23: warning: main actor-isolated property 'isAccessoryViewDisclosed' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            openPanel.isAccessoryViewDisclosed = true            // 展开附加视图(如果有 accessoryView 的话)
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:49:50: note: mutation of this property is only permitted within the actor
@property (getter=isAccessoryViewDisclosed) BOOL accessoryViewDisclosed API_AVAILABLE(macos(10.11));
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:132:23: warning: main actor-isolated property 'directoryURL' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            openPanel.directoryURL = updatedURL                  // 设置默认打开的目录路径
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:56:35: note: mutation of this property is only permitted within the actor
@property (nullable, copy) NSURL *directoryURL API_AVAILABLE(macos(10.6));
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:133:23: warning: main actor-isolated property 'delegate' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            openPanel.delegate = openPanelDelegate               // 设置面板的代理对象,用于自定义行为
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:88:56: note: mutation of this property is only permitted within the actor
@property (nullable, weak) id<NSOpenSavePanelDelegate> delegate;
                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:139:27: warning: main actor-isolated property 'accessoryView' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
                openPanel.accessoryView = self.createRootAuthAccessoryView()
                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:80:38: note: mutation of this property is only permitted within the actor
@property (nullable, strong) NSView *accessoryView;
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:140:27: warning: main actor-isolated property 'isAccessoryViewDisclosed' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
                openPanel.isAccessoryViewDisclosed = true
                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:49:50: note: mutation of this property is only permitted within the actor
@property (getter=isAccessoryViewDisclosed) BOOL accessoryViewDisclosed API_AVAILABLE(macos(10.11));
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:143:19: warning: call to main actor-isolated instance method 'activate(ignoringOtherApps:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            NSApp.activate(ignoringOtherApps: true)
                  ^
AppKit.NSApplication.activate:3:24: note: calls to instance method 'activate(ignoringOtherApps:)' from outside of its actor context are implicitly asynchronous
  @MainActor open func activate(ignoringOtherApps ignoreOtherApps: Bool)}
                       ^
AppKit.NSApplication.activate:3:24: note: main actor isolation inferred from inheritance from class 'NSResponder'
  @MainActor open func activate(ignoringOtherApps ignoreOtherApps: Bool)}
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:143:13: warning: main actor-isolated var 'NSApp' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            NSApp.activate(ignoringOtherApps: true)
            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:191:58: note: var declared here
APPKIT_EXTERN __kindof NSApplication * _Null_unspecified NSApp NS_SWIFT_UI_ACTOR;
                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:146:26: warning: call to main actor-isolated instance method 'runModal()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            if openPanel.runModal() == NSApplication.ModalResponse.OK {
                         ^
AppKit.NSSavePanel.runModal:2:22: note: calls to instance method 'runModal()' from outside of its actor context are implicitly asynchronous
@MainActor open func runModal() -> NSApplication.ModalResponse}
                     ^
AppKit.NSSavePanel.runModal:2:22: note: main actor isolation inferred from inheritance from class 'NSPanel'
@MainActor open func runModal() -> NSApplication.ModalResponse}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:147:40: warning: main actor-isolated property 'url' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                allowedURL = openPanel.url
                                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:39:45: note: property declared here
@property (nullable, readonly, copy) NSURL *URL;
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:395:31: warning: call to main actor-isolated initializer 'init(title:target:action:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let authorizeButton = NSButton(title: LCFileAccessLocalizeString("auth_root_dir"),
                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButton.h:40:1: note: calls to initializer 'init(title:target:action:)' from outside of its actor context are implicitly asynchronous
+ (instancetype)buttonWithTitle:(NSString *)title target:(nullable id)target action:(nullable SEL)action API_AVAILABLE(macos(10.12));
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButton.h:40:1: note: main actor isolation inferred from inheritance from class 'NSControl'
+ (instancetype)buttonWithTitle:(NSString *)title target:(nullable id)target action:(nullable SEL)action API_AVAILABLE(macos(10.12));
^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:393:18: note: add '@MainActor' to make instance method 'createRootAuthAccessoryView()' part of global actor 'MainActor'
    private func createRootAuthAccessoryView() -> NSView {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:398:25: warning: main actor-isolated property 'bezelColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        authorizeButton.bezelColor = .controlAccentColor
                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButton.h:117:37: note: mutation of this property is only permitted within the actor
@property (nullable, copy) NSColor *bezelColor API_AVAILABLE(macos(10.12.2));
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:393:18: note: add '@MainActor' to make instance method 'createRootAuthAccessoryView()' part of global actor 'MainActor'
    private func createRootAuthAccessoryView() -> NSView {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:399:25: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        authorizeButton.translatesAutoresizingMaskIntoConstraints = false
                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:276:16: note: mutation of this property is only permitted within the actor
@property BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(macos(10.7));
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:393:18: note: add '@MainActor' to make instance method 'createRootAuthAccessoryView()' part of global actor 'MainActor'
    private func createRootAuthAccessoryView() -> NSView {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:401:32: warning: call to main actor-isolated initializer 'init(wrappingLabelWithString:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let descriptionLabel = NSTextField(wrappingLabelWithString:
                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextField.h:86:1: note: calls to initializer 'init(wrappingLabelWithString:)' from outside of its actor context are implicitly asynchronous
+ (instancetype)wrappingLabelWithString:(NSString *)stringValue API_AVAILABLE(macos(10.12));
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextField.h:86:1: note: main actor isolation inferred from inheritance from class 'NSControl'
+ (instancetype)wrappingLabelWithString:(NSString *)stringValue API_AVAILABLE(macos(10.12));
^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:393:18: note: add '@MainActor' to make instance method 'createRootAuthAccessoryView()' part of global actor 'MainActor'
    private func createRootAuthAccessoryView() -> NSView {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:403:26: warning: main actor-isolated property 'isEditable' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        descriptionLabel.isEditable = false
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextField.h:30:36: note: mutation of this property is only permitted within the actor
@property (getter=isEditable) BOOL editable;
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:393:18: note: add '@MainActor' to make instance method 'createRootAuthAccessoryView()' part of global actor 'MainActor'
    private func createRootAuthAccessoryView() -> NSView {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:404:26: warning: main actor-isolated property 'isBordered' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        descriptionLabel.isBordered = false
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextField.h:28:36: note: mutation of this property is only permitted within the actor
@property (getter=isBordered) BOOL bordered;
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:393:18: note: add '@MainActor' to make instance method 'createRootAuthAccessoryView()' part of global actor 'MainActor'
    private func createRootAuthAccessoryView() -> NSView {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:405:26: warning: main actor-isolated property 'backgroundColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        descriptionLabel.backgroundColor = .clear
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextField.h:25:37: note: mutation of this property is only permitted within the actor
@property (nullable, copy) NSColor *backgroundColor;
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:393:18: note: add '@MainActor' to make instance method 'createRootAuthAccessoryView()' part of global actor 'MainActor'
    private func createRootAuthAccessoryView() -> NSView {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:406:26: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        descriptionLabel.translatesAutoresizingMaskIntoConstraints = false
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:276:16: note: mutation of this property is only permitted within the actor
@property BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(macos(10.7));
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:393:18: note: add '@MainActor' to make instance method 'createRootAuthAccessoryView()' part of global actor 'MainActor'
    private func createRootAuthAccessoryView() -> NSView {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:409:29: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let accessoryView = NSView()
                            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:23:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init NS_DESIGNATED_INITIALIZER;
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:23:1: note: main actor isolation inferred from inheritance from class 'NSResponder'
- (instancetype)init NS_DESIGNATED_INITIALIZER;
^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:393:18: note: add '@MainActor' to make instance method 'createRootAuthAccessoryView()' part of global actor 'MainActor'
    private func createRootAuthAccessoryView() -> NSView {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:410:23: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        accessoryView.translatesAutoresizingMaskIntoConstraints = false
                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:276:16: note: mutation of this property is only permitted within the actor
@property BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(macos(10.7));
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:393:18: note: add '@MainActor' to make instance method 'createRootAuthAccessoryView()' part of global actor 'MainActor'
    private func createRootAuthAccessoryView() -> NSView {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:411:23: warning: call to main actor-isolated instance method 'addSubview' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        accessoryView.addSubview(authorizeButton)
                      ^
AppKit.NSView.addSubview:2:22: note: calls to instance method 'addSubview' from outside of its actor context are implicitly asynchronous
@MainActor open func addSubview(_ view: NSView)}
                     ^
AppKit.NSView.addSubview:2:22: note: main actor isolation inferred from inheritance from class 'NSResponder'
@MainActor open func addSubview(_ view: NSView)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:393:18: note: add '@MainActor' to make instance method 'createRootAuthAccessoryView()' part of global actor 'MainActor'
    private func createRootAuthAccessoryView() -> NSView {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:412:23: warning: call to main actor-isolated instance method 'addSubview' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        accessoryView.addSubview(descriptionLabel)
                      ^
AppKit.NSView.addSubview:2:22: note: calls to instance method 'addSubview' from outside of its actor context are implicitly asynchronous
@MainActor open func addSubview(_ view: NSView)}
                     ^
AppKit.NSView.addSubview:2:22: note: main actor isolation inferred from inheritance from class 'NSResponder'
@MainActor open func addSubview(_ view: NSView)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:393:18: note: add '@MainActor' to make instance method 'createRootAuthAccessoryView()' part of global actor 'MainActor'
    private func createRootAuthAccessoryView() -> NSView {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:417:29: warning: main actor-isolated property 'leadingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            authorizeButton.leadingAnchor.constraint(equalTo: accessoryView.leadingAnchor, constant: 20),
                            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:224:51: note: property declared here
@property (readonly, strong) NSLayoutXAxisAnchor *leadingAnchor API_AVAILABLE(macos(10.11));
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:393:18: note: add '@MainActor' to make instance method 'createRootAuthAccessoryView()' part of global actor 'MainActor'
    private func createRootAuthAccessoryView() -> NSView {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:417:77: warning: main actor-isolated property 'leadingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            authorizeButton.leadingAnchor.constraint(equalTo: accessoryView.leadingAnchor, constant: 20),
                                                                            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:224:51: note: property declared here
@property (readonly, strong) NSLayoutXAxisAnchor *leadingAnchor API_AVAILABLE(macos(10.11));
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:393:18: note: add '@MainActor' to make instance method 'createRootAuthAccessoryView()' part of global actor 'MainActor'
    private func createRootAuthAccessoryView() -> NSView {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:418:29: warning: main actor-isolated property 'centerYAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            authorizeButton.centerYAnchor.constraint(equalTo: accessoryView.centerYAnchor),
                            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:233:51: note: property declared here
@property (readonly, strong) NSLayoutYAxisAnchor *centerYAnchor API_AVAILABLE(macos(10.11));
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:393:18: note: add '@MainActor' to make instance method 'createRootAuthAccessoryView()' part of global actor 'MainActor'
    private func createRootAuthAccessoryView() -> NSView {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:418:77: warning: main actor-isolated property 'centerYAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            authorizeButton.centerYAnchor.constraint(equalTo: accessoryView.centerYAnchor),
                                                                            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:233:51: note: property declared here
@property (readonly, strong) NSLayoutYAxisAnchor *centerYAnchor API_AVAILABLE(macos(10.11));
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:393:18: note: add '@MainActor' to make instance method 'createRootAuthAccessoryView()' part of global actor 'MainActor'
    private func createRootAuthAccessoryView() -> NSView {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:421:30: warning: main actor-isolated property 'leadingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            descriptionLabel.leadingAnchor.constraint(equalTo: authorizeButton.trailingAnchor, constant: 10),
                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:224:51: note: property declared here
@property (readonly, strong) NSLayoutXAxisAnchor *leadingAnchor API_AVAILABLE(macos(10.11));
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:393:18: note: add '@MainActor' to make instance method 'createRootAuthAccessoryView()' part of global actor 'MainActor'
    private func createRootAuthAccessoryView() -> NSView {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:421:80: warning: main actor-isolated property 'trailingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            descriptionLabel.leadingAnchor.constraint(equalTo: authorizeButton.trailingAnchor, constant: 10),
                                                                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:225:51: note: property declared here
@property (readonly, strong) NSLayoutXAxisAnchor *trailingAnchor API_AVAILABLE(macos(10.11));
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:393:18: note: add '@MainActor' to make instance method 'createRootAuthAccessoryView()' part of global actor 'MainActor'
    private func createRootAuthAccessoryView() -> NSView {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:422:30: warning: main actor-isolated property 'trailingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            descriptionLabel.trailingAnchor.constraint(lessThanOrEqualTo: accessoryView.trailingAnchor, constant: -12),
                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:225:51: note: property declared here
@property (readonly, strong) NSLayoutXAxisAnchor *trailingAnchor API_AVAILABLE(macos(10.11));
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:393:18: note: add '@MainActor' to make instance method 'createRootAuthAccessoryView()' part of global actor 'MainActor'
    private func createRootAuthAccessoryView() -> NSView {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:422:89: warning: main actor-isolated property 'trailingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            descriptionLabel.trailingAnchor.constraint(lessThanOrEqualTo: accessoryView.trailingAnchor, constant: -12),
                                                                                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:225:51: note: property declared here
@property (readonly, strong) NSLayoutXAxisAnchor *trailingAnchor API_AVAILABLE(macos(10.11));
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:393:18: note: add '@MainActor' to make instance method 'createRootAuthAccessoryView()' part of global actor 'MainActor'
    private func createRootAuthAccessoryView() -> NSView {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:423:30: warning: main actor-isolated property 'centerYAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            descriptionLabel.centerYAnchor.constraint(equalTo: accessoryView.centerYAnchor),
                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:233:51: note: property declared here
@property (readonly, strong) NSLayoutYAxisAnchor *centerYAnchor API_AVAILABLE(macos(10.11));
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:393:18: note: add '@MainActor' to make instance method 'createRootAuthAccessoryView()' part of global actor 'MainActor'
    private func createRootAuthAccessoryView() -> NSView {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:423:78: warning: main actor-isolated property 'centerYAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            descriptionLabel.centerYAnchor.constraint(equalTo: accessoryView.centerYAnchor),
                                                                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:233:51: note: property declared here
@property (readonly, strong) NSLayoutYAxisAnchor *centerYAnchor API_AVAILABLE(macos(10.11));
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:393:18: note: add '@MainActor' to make instance method 'createRootAuthAccessoryView()' part of global actor 'MainActor'
    private func createRootAuthAccessoryView() -> NSView {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:426:30: warning: main actor-isolated property 'bottomAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            descriptionLabel.bottomAnchor.constraint(equalTo: accessoryView.bottomAnchor, constant: -12),
                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:229:51: note: property declared here
@property (readonly, strong) NSLayoutYAxisAnchor *bottomAnchor API_AVAILABLE(macos(10.11));
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:393:18: note: add '@MainActor' to make instance method 'createRootAuthAccessoryView()' part of global actor 'MainActor'
    private func createRootAuthAccessoryView() -> NSView {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:426:77: warning: main actor-isolated property 'bottomAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            descriptionLabel.bottomAnchor.constraint(equalTo: accessoryView.bottomAnchor, constant: -12),
                                                                            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:229:51: note: property declared here
@property (readonly, strong) NSLayoutYAxisAnchor *bottomAnchor API_AVAILABLE(macos(10.11));
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:393:18: note: add '@MainActor' to make instance method 'createRootAuthAccessoryView()' part of global actor 'MainActor'
    private func createRootAuthAccessoryView() -> NSView {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:428:27: warning: main actor-isolated property 'widthAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            accessoryView.widthAnchor.constraint(greaterThanOrEqualToConstant: 300)
                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:230:49: note: property declared here
@property (readonly, strong) NSLayoutDimension *widthAnchor API_AVAILABLE(macos(10.11));
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:393:18: note: add '@MainActor' to make instance method 'createRootAuthAccessoryView()' part of global actor 'MainActor'
    private func createRootAuthAccessoryView() -> NSView {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:435:13: warning: main actor-isolated property 'isEnabled' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        btn.isEnabled = false
            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:29:35: note: mutation of this property is only permitted within the actor
@property (getter=isEnabled) BOOL enabled;
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:434:24: note: add '@MainActor' to make instance method 'authRootPath' part of global actor 'MainActor'
    @objc private func authRootPath(_ btn: NSButton) {
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:437:32: warning: call to main actor-isolated instance method 'close()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        self.currentOpenPanel?.close()
                               ^
AppKit.NSWindow.close:2:22: note: calls to instance method 'close()' from outside of its actor context are implicitly asynchronous
@MainActor open func close()}
                     ^
AppKit.NSWindow.close:2:22: note: main actor isolation inferred from inheritance from class 'NSResponder'
@MainActor open func close()}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:434:24: note: add '@MainActor' to make instance method 'authRootPath' part of global actor 'MainActor'
    @objc private func authRootPath(_ btn: NSButton) {
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:395:31: warning: sending value of non-Sendable type 'LCAppSandboxFileAccess' risks causing data races; this is an error in the Swift 6 language mode
        let authorizeButton = NSButton(title: LCFileAccessLocalizeString("auth_root_dir"),
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:395:31: note: sending task-isolated value of non-Sendable type 'LCAppSandboxFileAccess' to main actor-isolated initializer 'init(title:target:action:)' risks causing races in between task-isolated and main actor-isolated uses
        let authorizeButton = NSButton(title: LCFileAccessLocalizeString("auth_root_dir"),
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:441:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
            _ = accessFilePath("/", persistPermission: true) {
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCAppSandboxFileAccess.swift:441:17: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
            _ = accessFilePath("/", persistPermission: true) {
                ^~~~~~~~~~~~~~
SwiftCompile normal arm64 Compiling\ LCPersistentAccess.swift /Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCPersistentAccess.swift (in target 'LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/LCPersistentAccess.swift (in target 'LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftDriverJobDiscovery normal arm64 Emitting module for LCAppSandboxFileKit (in target 'LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
SwiftDriver\ Compilation\ Requirements LCAppSandboxFileKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
    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 LCAppSandboxFileKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64/LCAppSandboxFileKit.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.14 -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 -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64 -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/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64/LCAppSandboxFileKit-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/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64/LCAppSandboxFileKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64/LCAppSandboxFileKit_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/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.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/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64/LCAppSandboxFileKit-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/LCAppSandboxFileKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64/LCAppSandboxFileKit-Swift.h (in target 'LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64/LCAppSandboxFileKit-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/LCAppSandboxFileKit-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64/LCAppSandboxFileKit.swiftdoc (in target 'LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
    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/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64/LCAppSandboxFileKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64/LCAppSandboxFileKit.abi.json (in target 'LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
    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/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64/LCAppSandboxFileKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64/LCAppSandboxFileKit.swiftmodule (in target 'LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
    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/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64/LCAppSandboxFileKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64/LCAppSandboxFileKit.swiftsourceinfo (in target 'LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
    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/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64/LCAppSandboxFileKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift (in target 'LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
SwiftDriverJobDiscovery normal arm64 Compiling LCAppSandboxFileKit.swift (in target 'LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
SwiftDriverJobDiscovery normal arm64 Compiling LCPersistentAccess.swift (in target 'LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
SwiftDriverJobDiscovery normal arm64 Compiling LCOpenSavePanelDelegate.swift (in target 'LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
SwiftDriverJobDiscovery normal arm64 Compiling LCAppSandboxFileAccess.swift (in target 'LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
SwiftDriver\ Compilation LCAppSandboxFileKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
    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 LCAppSandboxFileKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64/LCAppSandboxFileKit.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.14 -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 -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64 -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/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64/LCAppSandboxFileKit-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/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64/LCAppSandboxFileKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64/LCAppSandboxFileKit_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/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.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/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64/LCAppSandboxFileKit-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/LCAppSandboxFileKit.o normal (in target 'LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
    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.14 -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/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64/LCAppSandboxFileKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64/LCAppSandboxFileKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64/LCAppSandboxFileKit_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/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64/LCAppSandboxFileKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit.o
ExtractAppIntentsMetadata (in target 'LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
    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 LCAppSandboxFileKit --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.14 --bundle-identifier spi-builder-workspace.LCAppSandboxFileKit --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit.appintents --target-triple arm64-apple-macos10.14 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64/LCAppSandboxFileKit_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64/LCAppSandboxFileKit.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/LCAppSandboxFileKit.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/LCAppSandboxFileKit.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LCAppSandboxFileKit.build/Debug/LCAppSandboxFileKit.build/Objects-normal/arm64/LCAppSandboxFileKit.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-05-21 19:33:04.920 appintentsmetadataprocessor[717:4072] Starting appintentsmetadataprocessor export
2025-05-21 19:33:04.959 appintentsmetadataprocessor[717:4072] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit.o (in target 'LCAppSandboxFileKit' from project 'LCAppSandboxFileKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LCAppSandboxFileKit.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:9e68bd133d7f10fd33698481da4d528375402fcf, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:9e68bd133d7f10fd33698481da4d528375402fcf, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:9e68bd133d7f10fd33698481da4d528375402fcf, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:9e68bd133d7f10fd33698481da4d528375402fcf, name:My Mac }
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "LCAppSandboxFileKit",
  "name" : "LCAppSandboxFileKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "LCAppSandboxFileKit",
      "targets" : [
        "LCAppSandboxFileKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LCAppSandboxFileKitTests",
      "module_type" : "SwiftTarget",
      "name" : "LCAppSandboxFileKitTests",
      "path" : "Tests/LCAppSandboxFileKitTests",
      "sources" : [
        "LCAppSandboxFileKitTests.swift"
      ],
      "target_dependencies" : [
        "LCAppSandboxFileKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LCAppSandboxFileKit",
      "module_type" : "SwiftTarget",
      "name" : "LCAppSandboxFileKit",
      "path" : "Sources/LCAppSandboxFileKit",
      "product_memberships" : [
        "LCAppSandboxFileKit"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/de.lproj/LCAppSandboxFileKit.strings",
          "rule" : {
            "process" : {
              "localization" : "de"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/en.lproj/LCAppSandboxFileKit.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/es.lproj/LCAppSandboxFileKit.strings",
          "rule" : {
            "process" : {
              "localization" : "es"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/fr.lproj/LCAppSandboxFileKit.strings",
          "rule" : {
            "process" : {
              "localization" : "fr"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/it.lproj/LCAppSandboxFileKit.strings",
          "rule" : {
            "process" : {
              "localization" : "it"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/ja.lproj/LCAppSandboxFileKit.strings",
          "rule" : {
            "process" : {
              "localization" : "ja"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/ko.lproj/LCAppSandboxFileKit.strings",
          "rule" : {
            "process" : {
              "localization" : "ko"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/pt-PT.lproj/LCAppSandboxFileKit.strings",
          "rule" : {
            "process" : {
              "localization" : "pt-pt"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/ru.lproj/LCAppSandboxFileKit.strings",
          "rule" : {
            "process" : {
              "localization" : "ru"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/LCAppSandboxFileKit/Resources/zh-Hans.lproj/LCAppSandboxFileKit.strings",
          "rule" : {
            "process" : {
              "localization" : "zh-hans"
            }
          }
        }
      ],
      "sources" : [
        "LCAppSandboxFileAccess.swift",
        "LCAppSandboxFileKit.swift",
        "LCOpenSavePanelDelegate.swift",
        "LCPersistentAccess.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.