This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of FMZDropInMinimalFacebookLogin with Swift 6.0 for visionOS using Xcode 16.0.

Swift 6 data race errors: 5

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme FMZDropInMinimalFacebookLogin -destination generic/platform=xros OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/josephlord/FMZDropInMinimalFacebookLogin.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/josephlord/FMZDropInMinimalFacebookLogin
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a285b7c Add line break to fix Readme Markdown formatting.
Cloned https://github.com/josephlord/FMZDropInMinimalFacebookLogin.git
Revision (git rev-parse @):
a285b7c7ea56810e9d424269dd1f02100c417baa
SUCCESS checkout https://github.com/josephlord/FMZDropInMinimalFacebookLogin.git at main
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.0
Building package at path:  $workDir
https://github.com/josephlord/FMZDropInMinimalFacebookLogin.git
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    TOOLCHAINS = org.swift.600202405261a
Resolve Package Graph
Resolved source packages:
  FMZDropInMinimalFacebookLogin: /Users/admin/builder/spi-builder-workspace
resolved source packages: FMZDropInMinimalFacebookLogin
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FMZDropInMinimalFacebookLogin",
  "name" : "FMZDropInMinimalFacebookLogin",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "FMZDropInMinimalFacebookLogin",
      "targets" : [
        "FMZDropInMinimalFacebookLogin"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FMZDropInMinimalFacebookLoginTests",
      "module_type" : "SwiftTarget",
      "name" : "FMZDropInMinimalFacebookLoginTests",
      "path" : "Tests/FMZDropInMinimalFacebookLoginTests",
      "sources" : [
        "FMZDropInMinimalFacebookLoginTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "FMZDropInMinimalFacebookLogin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FMZDropInMinimalFacebookLogin",
      "module_type" : "SwiftTarget",
      "name" : "FMZDropInMinimalFacebookLogin",
      "path" : "Sources/FMZDropInMinimalFacebookLogin",
      "product_memberships" : [
        "FMZDropInMinimalFacebookLogin"
      ],
      "sources" : [
        "AccessToken.swift",
        "FacebookLogin.swift",
        "GraphRequest.swift",
        "MinimalFacebookConfiguration.swift",
        "MinimalLoginManager.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "FMZDropInMinimalFacebookLogin"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme FMZDropInMinimalFacebookLogin -destination generic/platform=xros OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Command line invocation:
    /Applications/Xcode-15.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 FMZDropInMinimalFacebookLogin -destination generic/platform=xros "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
    TOOLCHAINS = org.swift.600202405261a
Resolve Package Graph
Resolved source packages:
  FMZDropInMinimalFacebookLogin: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'FMZDropInMinimalFacebookLogin' in project 'FMZDropInMinimalFacebookLogin'
        ➜ Explicit dependency on target 'FMZDropInMinimalFacebookLogin' in project 'FMZDropInMinimalFacebookLogin'
    Target 'FMZDropInMinimalFacebookLogin' in project 'FMZDropInMinimalFacebookLogin' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -x c -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/ld -version_details
Build description signature: e864234420aca9a23ed1b1e9f3d91eac
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/e864234420aca9a23ed1b1e9f3d91eac.xcbuilddata
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'.
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
    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-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'FMZDropInMinimalFacebookLogin' from project 'FMZDropInMinimalFacebookLogin')
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/FMZDropInMinimalFacebookLogin.modulemap (in target 'FMZDropInMinimalFacebookLogin' from project 'FMZDropInMinimalFacebookLogin')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/FMZDropInMinimalFacebookLogin.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/FMZDropInMinimalFacebookLogin.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/FMZDropInMinimalFacebookLogin.modulemap (in target 'FMZDropInMinimalFacebookLogin' from project 'FMZDropInMinimalFacebookLogin')
    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/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/FMZDropInMinimalFacebookLogin.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin.LinkFileList (in target 'FMZDropInMinimalFacebookLogin' from project 'FMZDropInMinimalFacebookLogin')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin_const_extract_protocols.json (in target 'FMZDropInMinimalFacebookLogin' from project 'FMZDropInMinimalFacebookLogin')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin.SwiftFileList (in target 'FMZDropInMinimalFacebookLogin' from project 'FMZDropInMinimalFacebookLogin')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin-OutputFileMap.json (in target 'FMZDropInMinimalFacebookLogin' from project 'FMZDropInMinimalFacebookLogin')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin-OutputFileMap.json
SwiftDriver FMZDropInMinimalFacebookLogin normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FMZDropInMinimalFacebookLogin' from project 'FMZDropInMinimalFacebookLogin')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name FMZDropInMinimalFacebookLogin -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin-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/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.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/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ MinimalFacebookConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalFacebookConfiguration.swift (in target 'FMZDropInMinimalFacebookLogin' from project 'FMZDropInMinimalFacebookLogin')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/AccessToken.swift /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/FacebookLogin.swift /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/GraphRequest.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalFacebookConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalLoginManager.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/MinimalFacebookConfiguration.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/MinimalFacebookConfiguration.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/MinimalFacebookConfiguration.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/MinimalFacebookConfiguration.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FMZDropInMinimalFacebookLogin -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/MinimalFacebookConfiguration.o -index-unit-output-path /FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/MinimalFacebookConfiguration.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalFacebookConfiguration.swift (in target 'FMZDropInMinimalFacebookLogin' from project 'FMZDropInMinimalFacebookLogin')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/AccessToken.swift /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/FacebookLogin.swift /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/GraphRequest.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalFacebookConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalLoginManager.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/MinimalFacebookConfiguration.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/MinimalFacebookConfiguration.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/MinimalFacebookConfiguration.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/MinimalFacebookConfiguration.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FMZDropInMinimalFacebookLogin -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/MinimalFacebookConfiguration.o -index-unit-output-path /FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/MinimalFacebookConfiguration.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalFacebookConfiguration.swift:8:23: warning: static property 'currentConfig' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var currentConfig: Config? {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalFacebookConfiguration.swift:8:23: note: convert 'currentConfig' to a 'let' constant to make 'Sendable' shared state immutable
    public static var currentConfig: Config? {
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalFacebookConfiguration.swift:8:23: note: annotate 'currentConfig' with '@MainActor' if property should only be accessed from the main actor
    public static var currentConfig: Config? {
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalFacebookConfiguration.swift:8:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var currentConfig: Config? {
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/AccessToken.swift:6:37: warning: static property 'current' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    public internal(set) static var current: AccessToken? {
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/AccessToken.swift:6:37: note: convert 'current' to a 'let' constant to make 'Sendable' shared state immutable
    public internal(set) static var current: AccessToken? {
                                ~~~ ^
                                let
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/AccessToken.swift:6:37: note: annotate 'current' with '@MainActor' if property should only be accessed from the main actor
    public internal(set) static var current: AccessToken? {
                                    ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/AccessToken.swift:6:37: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public internal(set) static var current: AccessToken? {
                                    ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalLoginManager.swift:15:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'MinimalLoginManager' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let shared: MinimalLoginManager = MinimalLoginManager(config: MinimalFacebook.currentConfig)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalLoginManager.swift:14:12: note: class 'MinimalLoginManager' does not conform to the 'Sendable' protocol
open class MinimalLoginManager {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalLoginManager.swift:15:23: note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
    public static let shared: MinimalLoginManager = MinimalLoginManager(config: MinimalFacebook.currentConfig)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalLoginManager.swift:15:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let shared: MinimalLoginManager = MinimalLoginManager(config: MinimalFacebook.currentConfig)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ FacebookLogin.swift /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/FacebookLogin.swift (in target 'FMZDropInMinimalFacebookLogin' from project 'FMZDropInMinimalFacebookLogin')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/AccessToken.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/FacebookLogin.swift /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/GraphRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalFacebookConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalLoginManager.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FacebookLogin.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FacebookLogin.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FacebookLogin.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FacebookLogin.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FMZDropInMinimalFacebookLogin -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FacebookLogin.o -index-unit-output-path /FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FacebookLogin.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/FacebookLogin.swift (in target 'FMZDropInMinimalFacebookLogin' from project 'FMZDropInMinimalFacebookLogin')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/AccessToken.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/FacebookLogin.swift /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/GraphRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalFacebookConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalLoginManager.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FacebookLogin.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FacebookLogin.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FacebookLogin.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FacebookLogin.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FMZDropInMinimalFacebookLogin -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FacebookLogin.o -index-unit-output-path /FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FacebookLogin.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/FacebookLogin.swift:9:27: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'FacebookLogin.ApplicationDelegate' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let shared = ApplicationDelegate()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/FacebookLogin.swift:8:19: note: consider making struct 'ApplicationDelegate' conform to the 'Sendable' protocol
    public struct ApplicationDelegate {
                  ^
                                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/FacebookLogin.swift:9:27: note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
        public static let shared = ApplicationDelegate()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/FacebookLogin.swift:9:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let shared = ApplicationDelegate()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalLoginManager.swift:15:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'MinimalLoginManager' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let shared: MinimalLoginManager = MinimalLoginManager(config: MinimalFacebook.currentConfig)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalLoginManager.swift:14:12: note: class 'MinimalLoginManager' does not conform to the 'Sendable' protocol
open class MinimalLoginManager {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalLoginManager.swift:15:23: note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
    public static let shared: MinimalLoginManager = MinimalLoginManager(config: MinimalFacebook.currentConfig)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalLoginManager.swift:15:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let shared: MinimalLoginManager = MinimalLoginManager(config: MinimalFacebook.currentConfig)
                      ^
    nonisolated(unsafe)
SwiftEmitModule normal arm64 Emitting\ module\ for\ FMZDropInMinimalFacebookLogin (in target 'FMZDropInMinimalFacebookLogin' from project 'FMZDropInMinimalFacebookLogin')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/AccessToken.swift /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/FacebookLogin.swift /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/GraphRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalFacebookConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalLoginManager.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FMZDropInMinimalFacebookLogin -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin.abi.json
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/AccessToken.swift:6:37: warning: static property 'current' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 4 |
 5 | public struct AccessToken : Hashable {
 6 |     public internal(set) static var current: AccessToken? {
   |                                     |- warning: static property 'current' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                     |- note: convert 'current' to a 'let' constant to make 'Sendable' shared state immutable
   |                                     |- note: annotate 'current' with '@MainActor' if property should only be accessed from the main actor
   |                                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |         didSet {
 8 |             MinimalFacebook.currentConfig?.setTokenStringToKeychain(current?.tokenString)
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalFacebookConfiguration.swift:8:23: warning: static property 'currentConfig' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 6 |     /// Shared default config for all login managers to use
 7 |     /// When set it will update the current token based on the token the keychain provides
 8 |     public static var currentConfig: Config? {
   |                       |- warning: static property 'currentConfig' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'currentConfig' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'currentConfig' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |         didSet {
10 |             let token = currentConfig?.getTokenStringFromKeychain()
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/FacebookLogin.swift:9:27: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'FacebookLogin.ApplicationDelegate' may have shared mutable state; this is an error in the Swift 6 language mode
 6 |
 7 | public struct FacebookLogin {
 8 |     public struct ApplicationDelegate {
   |                   `- note: consider making struct 'ApplicationDelegate' conform to the 'Sendable' protocol
 9 |         public static let shared = ApplicationDelegate()
   |                           |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'FacebookLogin.ApplicationDelegate' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |         public func application(_ application: UIApplication, open url: URL, sourceApplication: String?, annotation: Any?) -> Bool {
11 |             return MinimalLoginManager.shared.handle(url: url)
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalLoginManager.swift:15:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'MinimalLoginManager' may have shared mutable state; this is an error in the Swift 6 language mode
 12 | @available(iOSApplicationExtension, unavailable)
 13 | @available(iOS 9.0, *)
 14 | open class MinimalLoginManager {
    |            `- note: class 'MinimalLoginManager' does not conform to the 'Sendable' protocol
 15 |     public static let shared: MinimalLoginManager = MinimalLoginManager(config: MinimalFacebook.currentConfig)
    |                       |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'MinimalLoginManager' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 16 |
 17 |     private var activeSession: Any?
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalLoginManager.swift:152:1: warning: extension declares a conformance of imported type 'UIViewController' to imported protocol 'ASWebAuthenticationPresentationContextProviding'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
150 | @available(iOS 12.0, *)
151 | @available(iOSApplicationExtension, unavailable)
152 | extension UIViewController: ASWebAuthenticationPresentationContextProviding {
    | |- warning: extension declares a conformance of imported type 'UIViewController' to imported protocol 'ASWebAuthenticationPresentationContextProviding'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
153 |     public func presentationAnchor(
154 |       for session: ASWebAuthenticationSession) -> ASPresentationAnchor {
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalLoginManager.swift:153:17: warning: main actor-isolated instance method 'presentationAnchor(for:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
150 | @available(iOS 12.0, *)
151 | @available(iOSApplicationExtension, unavailable)
152 | extension UIViewController: ASWebAuthenticationPresentationContextProviding {
    |                             `- note: add '@preconcurrency' to the 'ASWebAuthenticationPresentationContextProviding' conformance to defer isolation checking to run time
153 |     public func presentationAnchor(
    |                 |- warning: main actor-isolated instance method 'presentationAnchor(for:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    |                 `- note: add 'nonisolated' to 'presentationAnchor(for:)' to make this instance method not isolated to the actor
154 |       for session: ASWebAuthenticationSession) -> ASPresentationAnchor {
155 |         assert(view.window != nil)
AuthenticationServices.ASWebAuthenticationPresentationContextProviding:2:10: note: 'presentationAnchor(for:)' declared here
1 | public protocol ASWebAuthenticationPresentationContextProviding : NSObjectProtocol {
2 |     func presentationAnchor(for session: ASWebAuthenticationSession) -> ASPresentationAnchor
  |          `- note: 'presentationAnchor(for:)' declared here
3 |     @available(swift, obsoleted: 3, renamed: "presentationAnchor(for:)")
4 |     func presentationAnchorForWebAuthenticationSession(_ session: ASWebAuthenticationSession) -> ASPresentationAnchor
SwiftCompile normal arm64 Compiling\ GraphRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/GraphRequest.swift (in target 'FMZDropInMinimalFacebookLogin' from project 'FMZDropInMinimalFacebookLogin')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/AccessToken.swift /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/FacebookLogin.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/GraphRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalFacebookConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalLoginManager.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/GraphRequest.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/GraphRequest.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/GraphRequest.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/GraphRequest.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FMZDropInMinimalFacebookLogin -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/GraphRequest.o -index-unit-output-path /FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/GraphRequest.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/GraphRequest.swift (in target 'FMZDropInMinimalFacebookLogin' from project 'FMZDropInMinimalFacebookLogin')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/AccessToken.swift /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/FacebookLogin.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/GraphRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalFacebookConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalLoginManager.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/GraphRequest.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/GraphRequest.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/GraphRequest.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/GraphRequest.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FMZDropInMinimalFacebookLogin -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/GraphRequest.o -index-unit-output-path /FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/GraphRequest.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalFacebookConfiguration.swift:8:23: warning: static property 'currentConfig' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var currentConfig: Config? {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalFacebookConfiguration.swift:8:23: note: convert 'currentConfig' to a 'let' constant to make 'Sendable' shared state immutable
    public static var currentConfig: Config? {
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalFacebookConfiguration.swift:8:23: note: annotate 'currentConfig' with '@MainActor' if property should only be accessed from the main actor
    public static var currentConfig: Config? {
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalFacebookConfiguration.swift:8:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var currentConfig: Config? {
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/GraphRequest.swift:62:108: warning: capture of 'handler' with non-sendable type '(URLSessionTask?, Any?, (any Error)?) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
            GraphRequest.handleResponse(data: data, response: response, error: error, task: task, handler: handler)
                                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/GraphRequest.swift:62:108: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            GraphRequest.handleResponse(data: data, response: response, error: error, task: task, handler: handler)
                                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/GraphRequest.swift:62:93: warning: reference to captured var 'task' in concurrently-executing code; this is an error in the Swift 6 language mode
            GraphRequest.handleResponse(data: data, response: response, error: error, task: task, handler: handler)
                                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalLoginManager.swift:15:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'MinimalLoginManager' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let shared: MinimalLoginManager = MinimalLoginManager(config: MinimalFacebook.currentConfig)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalLoginManager.swift:14:12: note: class 'MinimalLoginManager' does not conform to the 'Sendable' protocol
open class MinimalLoginManager {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalLoginManager.swift:15:23: note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
    public static let shared: MinimalLoginManager = MinimalLoginManager(config: MinimalFacebook.currentConfig)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalLoginManager.swift:15:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let shared: MinimalLoginManager = MinimalLoginManager(config: MinimalFacebook.currentConfig)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/AccessToken.swift:6:37: warning: static property 'current' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    public internal(set) static var current: AccessToken? {
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/AccessToken.swift:6:37: note: convert 'current' to a 'let' constant to make 'Sendable' shared state immutable
    public internal(set) static var current: AccessToken? {
                                ~~~ ^
                                let
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/AccessToken.swift:6:37: note: annotate 'current' with '@MainActor' if property should only be accessed from the main actor
    public internal(set) static var current: AccessToken? {
                                    ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/AccessToken.swift:6:37: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public internal(set) static var current: AccessToken? {
                                    ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ AccessToken.swift /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/AccessToken.swift (in target 'FMZDropInMinimalFacebookLogin' from project 'FMZDropInMinimalFacebookLogin')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/AccessToken.swift /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/FacebookLogin.swift /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/GraphRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalFacebookConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalLoginManager.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/AccessToken.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/AccessToken.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/AccessToken.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/AccessToken.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FMZDropInMinimalFacebookLogin -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/AccessToken.o -index-unit-output-path /FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/AccessToken.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/AccessToken.swift (in target 'FMZDropInMinimalFacebookLogin' from project 'FMZDropInMinimalFacebookLogin')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/AccessToken.swift /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/FacebookLogin.swift /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/GraphRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalFacebookConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalLoginManager.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/AccessToken.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/AccessToken.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/AccessToken.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/AccessToken.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FMZDropInMinimalFacebookLogin -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/AccessToken.o -index-unit-output-path /FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/AccessToken.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/AccessToken.swift:6:37: warning: static property 'current' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    public internal(set) static var current: AccessToken? {
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/AccessToken.swift:6:37: note: convert 'current' to a 'let' constant to make 'Sendable' shared state immutable
    public internal(set) static var current: AccessToken? {
                                ~~~ ^
                                let
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/AccessToken.swift:6:37: note: annotate 'current' with '@MainActor' if property should only be accessed from the main actor
    public internal(set) static var current: AccessToken? {
                                    ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/AccessToken.swift:6:37: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public internal(set) static var current: AccessToken? {
                                    ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalFacebookConfiguration.swift:8:23: warning: static property 'currentConfig' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var currentConfig: Config? {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalFacebookConfiguration.swift:8:23: note: convert 'currentConfig' to a 'let' constant to make 'Sendable' shared state immutable
    public static var currentConfig: Config? {
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalFacebookConfiguration.swift:8:23: note: annotate 'currentConfig' with '@MainActor' if property should only be accessed from the main actor
    public static var currentConfig: Config? {
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalFacebookConfiguration.swift:8:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var currentConfig: Config? {
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ MinimalLoginManager.swift /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalLoginManager.swift (in target 'FMZDropInMinimalFacebookLogin' from project 'FMZDropInMinimalFacebookLogin')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/AccessToken.swift /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/FacebookLogin.swift /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/GraphRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalFacebookConfiguration.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalLoginManager.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/MinimalLoginManager.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/MinimalLoginManager.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/MinimalLoginManager.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/MinimalLoginManager.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FMZDropInMinimalFacebookLogin -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/MinimalLoginManager.o -index-unit-output-path /FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/MinimalLoginManager.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalLoginManager.swift (in target 'FMZDropInMinimalFacebookLogin' from project 'FMZDropInMinimalFacebookLogin')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/AccessToken.swift /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/FacebookLogin.swift /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/GraphRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalFacebookConfiguration.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalLoginManager.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/MinimalLoginManager.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/MinimalLoginManager.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/MinimalLoginManager.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/MinimalLoginManager.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FMZDropInMinimalFacebookLogin -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/MinimalLoginManager.o -index-unit-output-path /FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/MinimalLoginManager.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalLoginManager.swift:15:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'MinimalLoginManager' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let shared: MinimalLoginManager = MinimalLoginManager(config: MinimalFacebook.currentConfig)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalLoginManager.swift:14:12: note: class 'MinimalLoginManager' does not conform to the 'Sendable' protocol
open class MinimalLoginManager {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalLoginManager.swift:15:23: note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
    public static let shared: MinimalLoginManager = MinimalLoginManager(config: MinimalFacebook.currentConfig)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalLoginManager.swift:15:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let shared: MinimalLoginManager = MinimalLoginManager(config: MinimalFacebook.currentConfig)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalFacebookConfiguration.swift:8:23: warning: static property 'currentConfig' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var currentConfig: Config? {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalFacebookConfiguration.swift:8:23: note: convert 'currentConfig' to a 'let' constant to make 'Sendable' shared state immutable
    public static var currentConfig: Config? {
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalFacebookConfiguration.swift:8:23: note: annotate 'currentConfig' with '@MainActor' if property should only be accessed from the main actor
    public static var currentConfig: Config? {
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalFacebookConfiguration.swift:8:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var currentConfig: Config? {
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalLoginManager.swift:152:1: warning: extension declares a conformance of imported type 'UIViewController' to imported protocol 'ASWebAuthenticationPresentationContextProviding'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
extension UIViewController: ASWebAuthenticationPresentationContextProviding {
^
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalLoginManager.swift:152:1: note: add '@retroactive' to silence this warning
extension UIViewController: ASWebAuthenticationPresentationContextProviding {
^                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                            @retroactive ASWebAuthenticationPresentationContextProviding
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalLoginManager.swift:153:17: warning: main actor-isolated instance method 'presentationAnchor(for:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
    public func presentationAnchor(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalLoginManager.swift:153:17: note: add 'nonisolated' to 'presentationAnchor(for:)' to make this instance method not isolated to the actor
    public func presentationAnchor(
                ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalLoginManager.swift:152:29: note: add '@preconcurrency' to the 'ASWebAuthenticationPresentationContextProviding' conformance to defer isolation checking to run time
extension UIViewController: ASWebAuthenticationPresentationContextProviding {
                            ^
                            @preconcurrency
AuthenticationServices.ASWebAuthenticationPresentationContextProviding:2:10: note: 'presentationAnchor(for:)' declared here
    func presentationAnchor(for session: ASWebAuthenticationSession) -> ASPresentationAnchor
         ^
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/AccessToken.swift:6:37: warning: static property 'current' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    public internal(set) static var current: AccessToken? {
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/AccessToken.swift:6:37: note: convert 'current' to a 'let' constant to make 'Sendable' shared state immutable
    public internal(set) static var current: AccessToken? {
                                ~~~ ^
                                let
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/AccessToken.swift:6:37: note: annotate 'current' with '@MainActor' if property should only be accessed from the main actor
    public internal(set) static var current: AccessToken? {
                                    ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/AccessToken.swift:6:37: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public internal(set) static var current: AccessToken? {
                                    ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FMZDropInMinimalFacebookLogin/MinimalLoginManager.swift:156:52: warning: 'windows' was deprecated in visionOS 1.0: Use UIWindowScene.windows on a relevant window scene instead
        return view.window ?? UIApplication.shared.windows.first!
                                                   ^
SwiftDriverJobDiscovery normal arm64 Emitting module for FMZDropInMinimalFacebookLogin (in target 'FMZDropInMinimalFacebookLogin' from project 'FMZDropInMinimalFacebookLogin')
SwiftDriver\ Compilation\ Requirements FMZDropInMinimalFacebookLogin normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FMZDropInMinimalFacebookLogin' from project 'FMZDropInMinimalFacebookLogin')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name FMZDropInMinimalFacebookLogin -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin-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/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.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/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/FMZDropInMinimalFacebookLogin-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin-Swift.h (in target 'FMZDropInMinimalFacebookLogin' from project 'FMZDropInMinimalFacebookLogin')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/FMZDropInMinimalFacebookLogin-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FMZDropInMinimalFacebookLogin.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin.swiftmodule (in target 'FMZDropInMinimalFacebookLogin' from project 'FMZDropInMinimalFacebookLogin')
    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/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FMZDropInMinimalFacebookLogin.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FMZDropInMinimalFacebookLogin.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin.swiftdoc (in target 'FMZDropInMinimalFacebookLogin' from project 'FMZDropInMinimalFacebookLogin')
    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/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FMZDropInMinimalFacebookLogin.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FMZDropInMinimalFacebookLogin.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin.swiftsourceinfo (in target 'FMZDropInMinimalFacebookLogin' from project 'FMZDropInMinimalFacebookLogin')
    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/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FMZDropInMinimalFacebookLogin.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FMZDropInMinimalFacebookLogin.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin.abi.json (in target 'FMZDropInMinimalFacebookLogin' from project 'FMZDropInMinimalFacebookLogin')
    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/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FMZDropInMinimalFacebookLogin.swiftmodule/arm64-apple-xros.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling AccessToken.swift (in target 'FMZDropInMinimalFacebookLogin' from project 'FMZDropInMinimalFacebookLogin')
SwiftDriverJobDiscovery normal arm64 Compiling GraphRequest.swift (in target 'FMZDropInMinimalFacebookLogin' from project 'FMZDropInMinimalFacebookLogin')
SwiftDriverJobDiscovery normal arm64 Compiling MinimalFacebookConfiguration.swift (in target 'FMZDropInMinimalFacebookLogin' from project 'FMZDropInMinimalFacebookLogin')
SwiftDriverJobDiscovery normal arm64 Compiling FacebookLogin.swift (in target 'FMZDropInMinimalFacebookLogin' from project 'FMZDropInMinimalFacebookLogin')
SwiftDriverJobDiscovery normal arm64 Compiling MinimalLoginManager.swift (in target 'FMZDropInMinimalFacebookLogin' from project 'FMZDropInMinimalFacebookLogin')
SwiftDriver\ Compilation FMZDropInMinimalFacebookLogin normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FMZDropInMinimalFacebookLogin' from project 'FMZDropInMinimalFacebookLogin')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name FMZDropInMinimalFacebookLogin -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin-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/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.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/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FMZDropInMinimalFacebookLogin.o normal (in target 'FMZDropInMinimalFacebookLogin' from project 'FMZDropInMinimalFacebookLogin')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FMZDropInMinimalFacebookLogin.build/Debug-xros/FMZDropInMinimalFacebookLogin.build/Objects-normal/arm64/FMZDropInMinimalFacebookLogin_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FMZDropInMinimalFacebookLogin.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FMZDropInMinimalFacebookLogin.o (in target 'FMZDropInMinimalFacebookLogin' from project 'FMZDropInMinimalFacebookLogin')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FMZDropInMinimalFacebookLogin.o
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'FMZDropInMinimalFacebookLogin' from project 'FMZDropInMinimalFacebookLogin')
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FMZDropInMinimalFacebookLogin",
  "name" : "FMZDropInMinimalFacebookLogin",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "FMZDropInMinimalFacebookLogin",
      "targets" : [
        "FMZDropInMinimalFacebookLogin"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FMZDropInMinimalFacebookLoginTests",
      "module_type" : "SwiftTarget",
      "name" : "FMZDropInMinimalFacebookLoginTests",
      "path" : "Tests/FMZDropInMinimalFacebookLoginTests",
      "sources" : [
        "FMZDropInMinimalFacebookLoginTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "FMZDropInMinimalFacebookLogin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FMZDropInMinimalFacebookLogin",
      "module_type" : "SwiftTarget",
      "name" : "FMZDropInMinimalFacebookLogin",
      "path" : "Sources/FMZDropInMinimalFacebookLogin",
      "product_memberships" : [
        "FMZDropInMinimalFacebookLogin"
      ],
      "sources" : [
        "AccessToken.swift",
        "FacebookLogin.swift",
        "GraphRequest.swift",
        "MinimalFacebookConfiguration.swift",
        "MinimalLoginManager.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.