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

Failed to build NiceNotifications with Swift 6.0 for tvOS using Xcode 16.0.

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 NiceNotifications -destination generic/platform=tvos OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

Building package at path:  $workDir
https://github.com/dreymonde/NiceNotifications.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
Fetching from https://github.com/dreymonde/DateBuilder
Creating working copy of package ‘DateBuilder’
Checking out 0.1.3 of package ‘DateBuilder’
Resolved source packages:
  DateBuilder: https://github.com/dreymonde/DateBuilder @ 0.1.3
  NiceNotifications: /Users/admin/builder/spi-builder-workspace
resolved source packages: DateBuilder, NiceNotifications
{
  "dependencies" : [
    {
      "identity" : "datebuilder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dreymonde/DateBuilder"
    }
  ],
  "manifest_display_name" : "NiceNotifications",
  "name" : "NiceNotifications",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    },
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "NiceNotifications",
      "targets" : [
        "NiceNotifications"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NiceNotificationsTests",
      "module_type" : "SwiftTarget",
      "name" : "NiceNotificationsTests",
      "path" : "Tests/NiceNotificationsTests",
      "sources" : [
        "NiceNotificationsTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "NiceNotifications"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NiceNotifications",
      "module_type" : "SwiftTarget",
      "name" : "NiceNotifications",
      "path" : "Sources/NiceNotifications",
      "product_dependencies" : [
        "DateBuilder"
      ],
      "product_memberships" : [
        "NiceNotifications"
      ],
      "sources" : [
        "NiceNotifications.swift",
        "NotificationPermissionView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "NiceNotifications"
    ]
  }
}
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 NiceNotifications -destination generic/platform=tvos 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 NiceNotifications -destination generic/platform=tvos "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:
  DateBuilder: https://github.com/dreymonde/DateBuilder @ 0.1.3
  NiceNotifications: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'NiceNotifications' in project 'NiceNotifications'
        ➜ Explicit dependency on target 'NiceNotifications' in project 'NiceNotifications'
        ➜ Explicit dependency on target 'DateBuilder' in project 'DateBuilder'
    Target 'NiceNotifications' in project 'NiceNotifications'
        ➜ Explicit dependency on target 'DateBuilder' in project 'DateBuilder'
    Target 'DateBuilder' in project 'DateBuilder'
        ➜ Explicit dependency on target 'DateBuilder' in project 'DateBuilder'
    Target 'DateBuilder' in project 'DateBuilder' (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/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.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: cbfd7021a523b2582bf045637992fa42
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/cbfd7021a523b2582bf045637992fa42.xcbuilddata
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'.
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
    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/Products/Debug-appletvos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
    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-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'DateBuilder' from project 'DateBuilder')
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/DateBuilder.modulemap (in target 'DateBuilder' from project 'DateBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DateBuilder
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/DateBuilder.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/DateBuilder.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/DateBuilder.modulemap (in target 'DateBuilder' from project 'DateBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DateBuilder
    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/DateBuilder.build/Debug-appletvos/DateBuilder.build/DateBuilder.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder.LinkFileList (in target 'DateBuilder' from project 'DateBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DateBuilder
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder_const_extract_protocols.json (in target 'DateBuilder' from project 'DateBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DateBuilder
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder.SwiftFileList (in target 'DateBuilder' from project 'DateBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DateBuilder
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder-OutputFileMap.json (in target 'DateBuilder' from project 'DateBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DateBuilder
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder-OutputFileMap.json
SwiftDriver DateBuilder normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DateBuilder' from project 'DateBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DateBuilder
    builtin-SwiftDriver -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name DateBuilder -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -target arm64-apple-tvos12.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 -suppress-warnings -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-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder-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/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder.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/DateBuilder.build/Debug-appletvos/DateBuilder.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.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/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DateBuilder -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ DateBuilder (in target 'DateBuilder' from project 'DateBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DateBuilder
    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/.dependencies/checkouts/DateBuilder/Sources/DateBuilder/DateBuilder.swift -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DateBuilder/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder_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/.dependencies/checkouts/DateBuilder -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/DateBuilder.build/Debug-appletvos/DateBuilder.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DateBuilder -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.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/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder-master-emit-module.d -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder.abi.json
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DateBuilder/.stats/stats-1717104200415433-swift-frontend-DateBuilder-all-arm64_apple_tvos12.0-swiftmodule-Onone-118334947.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 17.1553 seconds (19.3088 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   7.5385 ( 48.6%)   0.6789 ( 41.5%)   8.2173 ( 47.9%)   9.2890 ( 48.1%)  parse-and-resolve-imports
   7.5381 ( 48.6%)   0.6787 ( 41.5%)   8.2168 ( 47.9%)   9.2885 ( 48.1%)  Import resolution
   0.0515 (  0.3%)   0.0354 (  2.2%)   0.0869 (  0.5%)   0.0875 (  0.5%)  perform-sema
   0.0510 (  0.3%)   0.0347 (  2.1%)   0.0858 (  0.5%)   0.0863 (  0.4%)  TypeCheckSourceFileRequest
   0.0510 (  0.3%)   0.0347 (  2.1%)   0.0857 (  0.5%)   0.0863 (  0.4%)  Type checking and Semantic analysis
   0.0504 (  0.3%)   0.0340 (  2.1%)   0.0844 (  0.5%)   0.0850 (  0.4%)  typecheck-decl
   0.0110 (  0.1%)   0.0137 (  0.8%)   0.0247 (  0.1%)   0.0311 (  0.2%)  load-stdlib
   0.0167 (  0.1%)   0.0079 (  0.5%)   0.0246 (  0.1%)   0.0246 (  0.1%)  ResolveValueWitnessesRequest
   0.0117 (  0.1%)   0.0117 (  0.7%)   0.0234 (  0.1%)   0.0235 (  0.1%)  InterfaceTypeRequest
   0.0148 (  0.1%)   0.0084 (  0.5%)   0.0233 (  0.1%)   0.0235 (  0.1%)  ExecuteSILPipelineRequest
   0.0133 (  0.1%)   0.0059 (  0.4%)   0.0192 (  0.1%)   0.0192 (  0.1%)  ResolveImplicitMemberRequest
   0.0114 (  0.1%)   0.0062 (  0.4%)   0.0176 (  0.1%)   0.0176 (  0.1%)  PatternBindingEntryRequest
   0.0116 (  0.1%)   0.0059 (  0.4%)   0.0175 (  0.1%)   0.0175 (  0.1%)  typecheck-expr
   0.0098 (  0.1%)   0.0063 (  0.4%)   0.0161 (  0.1%)   0.0162 (  0.1%)  SIL optimization
   0.0142 (  0.1%)   0.0017 (  0.1%)   0.0158 (  0.1%)   0.0158 (  0.1%)  build-rewrite-system
   0.0115 (  0.1%)   0.0040 (  0.2%)   0.0155 (  0.1%)   0.0155 (  0.1%)  verify-all-loaded-modules
   0.0097 (  0.1%)   0.0045 (  0.3%)   0.0142 (  0.1%)   0.0142 (  0.1%)  UnqualifiedLookupRequest
   0.0093 (  0.1%)   0.0040 (  0.2%)   0.0132 (  0.1%)   0.0132 (  0.1%)  performUnqualifiedLookup
   0.0088 (  0.1%)   0.0041 (  0.3%)   0.0130 (  0.1%)   0.0130 (  0.1%)  ASTLoweringRequest
   0.0082 (  0.1%)   0.0040 (  0.2%)   0.0123 (  0.1%)   0.0123 (  0.1%)  SILgen-decl
   0.0072 (  0.0%)   0.0032 (  0.2%)   0.0103 (  0.1%)   0.0103 (  0.1%)  precheck-expr
   0.0072 (  0.0%)   0.0017 (  0.1%)   0.0090 (  0.1%)   0.0090 (  0.0%)  LookupInModuleRequest
   0.0044 (  0.0%)   0.0041 (  0.2%)   0.0084 (  0.0%)   0.0085 (  0.0%)  Serialization, swiftmodule
   0.0044 (  0.0%)   0.0038 (  0.2%)   0.0082 (  0.0%)   0.0082 (  0.0%)  ResolveTypeRequest
   0.0032 (  0.0%)   0.0033 (  0.2%)   0.0066 (  0.0%)   0.0066 (  0.0%)  ActorIsolationRequest
   0.0035 (  0.0%)   0.0027 (  0.2%)   0.0062 (  0.0%)   0.0063 (  0.0%)  StoredPropertiesRequest
   0.0031 (  0.0%)   0.0028 (  0.2%)   0.0059 (  0.0%)   0.0059 (  0.0%)  QualifiedLookupRequest
   0.0025 (  0.0%)   0.0030 (  0.2%)   0.0055 (  0.0%)   0.0055 (  0.0%)  AttachedPropertyWrappersRequest
   0.0037 (  0.0%)   0.0013 (  0.1%)   0.0049 (  0.0%)   0.0054 (  0.0%)  LookupConformanceInModuleRequest
   0.0032 (  0.0%)   0.0014 (  0.1%)   0.0047 (  0.0%)   0.0047 (  0.0%)  SILGen-function
   0.0018 (  0.0%)   0.0018 (  0.1%)   0.0035 (  0.0%)   0.0036 (  0.0%)  LocalDiscriminatorsRequest
   0.0022 (  0.0%)   0.0011 (  0.1%)   0.0033 (  0.0%)   0.0033 (  0.0%)  DirectLookupRequest
   0.0014 (  0.0%)   0.0013 (  0.1%)   0.0028 (  0.0%)   0.0028 (  0.0%)  ResultTypeRequest
   0.0016 (  0.0%)   0.0010 (  0.1%)   0.0027 (  0.0%)   0.0027 (  0.0%)  GenericSignatureRequest
   0.0011 (  0.0%)   0.0013 (  0.1%)   0.0023 (  0.0%)   0.0023 (  0.0%)  ExpandPeerMacroRequest
   0.0017 (  0.0%)   0.0006 (  0.0%)   0.0023 (  0.0%)   0.0023 (  0.0%)  Serialization, swiftsourceinfo
   0.0015 (  0.0%)   0.0007 (  0.0%)   0.0022 (  0.0%)   0.0022 (  0.0%)  ModuleQualifiedLookupRequest
   0.0010 (  0.0%)   0.0009 (  0.1%)   0.0019 (  0.0%)   0.0019 (  0.0%)  PatternTypeRequest
   0.0011 (  0.0%)   0.0005 (  0.0%)   0.0015 (  0.0%)   0.0015 (  0.0%)  InferredGenericSignatureRequest
   0.0007 (  0.0%)   0.0003 (  0.0%)   0.0010 (  0.0%)   0.0015 (  0.0%)  OpaqueReadOwnershipRequest
   0.0012 (  0.0%)   0.0002 (  0.0%)   0.0014 (  0.0%)   0.0015 (  0.0%)  USRGenerationRequest
   0.0006 (  0.0%)   0.0007 (  0.0%)   0.0014 (  0.0%)   0.0014 (  0.0%)  IsFunctionBodySkippedRequest
   0.0006 (  0.0%)   0.0008 (  0.0%)   0.0013 (  0.0%)   0.0014 (  0.0%)  PropertyWrapperAuxiliaryVariablesRequest
   0.0007 (  0.0%)   0.0005 (  0.0%)   0.0012 (  0.0%)   0.0012 (  0.0%)  ExpandMemberAttributeMacros
   0.0005 (  0.0%)   0.0007 (  0.0%)   0.0012 (  0.0%)   0.0012 (  0.0%)  Serialization, swiftdoc
   0.0008 (  0.0%)   0.0004 (  0.0%)   0.0012 (  0.0%)   0.0012 (  0.0%)  DefaultArgumentExprRequest
   0.0005 (  0.0%)   0.0006 (  0.0%)   0.0011 (  0.0%)   0.0011 (  0.0%)  AST verification
   0.0005 (  0.0%)   0.0005 (  0.0%)   0.0010 (  0.0%)   0.0010 (  0.0%)  IsDynamicRequest
   0.0005 (  0.0%)   0.0006 (  0.0%)   0.0010 (  0.0%)   0.0010 (  0.0%)  IsGetterMutatingRequest
   0.0007 (  0.0%)   0.0003 (  0.0%)   0.0010 (  0.0%)   0.0010 (  0.0%)  ParseAbstractFunctionBodyRequest
   0.0005 (  0.0%)   0.0004 (  0.0%)   0.0010 (  0.0%)   0.0010 (  0.0%)  RequirementRequest
   0.0006 (  0.0%)   0.0003 (  0.0%)   0.0009 (  0.0%)   0.0009 (  0.0%)  CheckRedeclarationRequest
   0.0004 (  0.0%)   0.0005 (  0.0%)   0.0009 (  0.0%)   0.0009 (  0.0%)  SynthesizeMemberwiseInitRequest
   0.0005 (  0.0%)   0.0003 (  0.0%)   0.0009 (  0.0%)   0.0009 (  0.0%)  import-clang-decl
   0.0004 (  0.0%)   0.0004 (  0.0%)   0.0008 (  0.0%)   0.0008 (  0.0%)  FragileFunctionKindRequest
   0.0008 (  0.0%)   0.0000 (  0.0%)   0.0008 (  0.0%)   0.0008 (  0.0%)  ParseMembersRequest
   0.0004 (  0.0%)   0.0003 (  0.0%)   0.0007 (  0.0%)   0.0008 (  0.0%)  HasIsolatedSelfRequest
   0.0004 (  0.0%)   0.0003 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  ABIMembersRequest
   0.0006 (  0.0%)   0.0000 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  SIL verification, pre-optimization
   0.0004 (  0.0%)   0.0002 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  ExpandChildTypeRefinementContextsRequest
   0.0003 (  0.0%)   0.0003 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  GenericParamListRequest
   0.0003 (  0.0%)   0.0002 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  NamingPatternRequest
   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  PotentialMacroExpansionsInContextRequest
   0.0005 (  0.0%)   0.0000 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  SIL verification, post-optimization
   0.0004 (  0.0%)   0.0001 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  ParseTopLevelDeclsRequest
   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  HasInitAccessorRequest
   0.0004 (  0.0%)   0.0001 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  ParseSourceFileRequest
   0.0004 (  0.0%)   0.0001 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  ExtendedNominalRequest
   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  StorageImplInfoRequest
   0.0003 (  0.0%)   0.0001 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  ProtocolDependenciesRequest
   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  AllMembersRequest
   0.0003 (  0.0%)   0.0001 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  HasMemberwiseInitRequest
   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  LifetimeDependenceInfoRequest
   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  LookupInfixOperatorRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  InheritedDeclsReferencedRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  DefaultInitializerIsolation
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  TypeCheckFunctionBodyRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  GlobalActorAttributeRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  DefaultAndMaxAccessLevelRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  SPIGroupsRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  TypeDeclsFromWhereClauseRequest
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  RequirementSignatureRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ValueWitnessRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0002 (  0.0%)  AccessLevelRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0002 (  0.0%)  IsFinalRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  HasUserDefinedDesignatedInitRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  IsImplicitlyUnwrappedOptionalRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  PatternBindingCheckedAndContextualizedInitRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  IsObjCRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  DynamicallyReplacedDeclRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ExtendedTypeRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ApplyAccessNoteRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  LookupAllConformancesInContextRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  OverriddenDeclsRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  NeedsNewVTableEntryRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  RawCommentRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  InitAccessorPropertiesRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ParamSpecifierRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ObjCInterfaceAndImplementationRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsActorRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  TypeWitnessRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  MemberwiseInitPropertiesRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  AttachedResultBuilderRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  PropertyWrapperMutabilityRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  DirectOperatorLookupRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  AssociatedConformanceRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SemanticUnavailableAttrRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsStaticRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  InheritedTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ExpandExtensionMacros
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ProtocolRequirementsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SelfAccessKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  FunctionOperatorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ConditionalRequirementsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SynthesizeAccessorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  AllInheritedProtocolsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)  IsSetterMutatingRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  DefaultTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)  RequiresOpaqueAccessorsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsAccessorTransparentRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ImplicitKnownProtocolConformanceRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsDistributedActorRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandAccessorMacros
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SimpleDidSetRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasStorageRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperInitializerInfoRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  UnderlyingTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperBackingPropertyTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  LocalTypeDeclsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ResultBuilderTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  RequiresOpaqueModifyCoroutineRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasDefaultInitRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SelfBoundsFromWhereClauseRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  InheritedProtocolsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasCircularInheritedProtocolsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsCallAsFunctionNominalRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsABICompatibleOverrideRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasDynamicMemberLookupAttributeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ResolveTypeWitnessesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandSynthesizedMemberMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasCircularRawValueRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SynthesizeMainFunctionRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ConformanceAccessScopeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PrimaryAssociatedTypesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SetterAccessLevelRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  InitKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ClassAncestryFlagsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ClosureEffectsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AreAllStoredPropertiesDefaultInitableRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PolymorphicEffectKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PreCheckClosureBodyRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentImplementationOnlyImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PreCheckReturnStmtRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExistentialConformsToSelfRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ModuleImplicitImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentWeakLinkedImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AttachedPropertyWrapperTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  EnumRawTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AbstractGenericSignatureRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImportSameFileRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  UnderlyingTypeDeclsReferencedRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SuppressesConformanceRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ReferencedAssociatedTypesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  EnumRawValuesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImport
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CxxRecordSemantics
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PrimarySourceFilesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ClosureHasResultExprRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentSPIOnlyImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasImportsMatchingFlagRequest
  15.5197 (100.0%)   1.6356 (100.0%)  17.1553 (100.0%)  19.3088 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 8.3844 seconds (9.4645 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   7.6381 (100.0%)   0.7463 (100.0%)   8.3844 (100.0%)   9.4645 (100.0%)  Building Target
   7.6381 (100.0%)   0.7463 (100.0%)   8.3844 (100.0%)   9.4645 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ DateBuilder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DateBuilder/Sources/DateBuilder/DateBuilder.swift (in target 'DateBuilder' from project 'DateBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DateBuilder
    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/.dependencies/checkouts/DateBuilder/Sources/DateBuilder/DateBuilder.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DateBuilder/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder_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/.dependencies/checkouts/DateBuilder -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/DateBuilder.build/Debug-appletvos/DateBuilder.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DateBuilder -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.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 -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder.o -index-unit-output-path /DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder.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/.dependencies/checkouts/DateBuilder/Sources/DateBuilder/DateBuilder.swift (in target 'DateBuilder' from project 'DateBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DateBuilder
    /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/.dependencies/checkouts/DateBuilder/Sources/DateBuilder/DateBuilder.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DateBuilder/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder_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/.dependencies/checkouts/DateBuilder -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/DateBuilder.build/Debug-appletvos/DateBuilder.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DateBuilder -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.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 -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder.o -index-unit-output-path /DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DateBuilder/.stats/stats-1717104200415392-swift-frontend-DateBuilder-DateBuilder.swift-arm64_apple_tvos12.0-o-Onone-3193995446.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 5.2089 seconds (23.9036 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0118 (  0.4%)   0.0222 (  1.0%)   0.0340 (  0.7%)   9.3640 ( 39.2%)  parse-and-resolve-imports
   0.0115 (  0.4%)   0.0218 (  1.0%)   0.0333 (  0.6%)   9.3633 ( 39.2%)  Import resolution
   0.4416 ( 14.4%)   0.5197 ( 24.2%)   0.9613 ( 18.5%)   0.9634 (  4.0%)  SemanticDeclAttrsRequest
   0.3671 ( 12.0%)   0.1609 (  7.5%)   0.5280 ( 10.1%)   0.5285 (  2.2%)  USRGenerationRequest
   0.2398 (  7.8%)   0.2639 ( 12.3%)   0.5037 (  9.7%)   0.5047 (  2.1%)  ActorIsolationRequest
   0.1363 (  4.5%)   0.0906 (  4.2%)   0.2269 (  4.4%)   0.2270 (  0.9%)  perform-sema
   0.1345 (  4.4%)   0.0895 (  4.2%)   0.2240 (  4.3%)   0.2240 (  0.9%)  TypeCheckSourceFileRequest
   0.1344 (  4.4%)   0.0894 (  4.2%)   0.2239 (  4.3%)   0.2239 (  0.9%)  Type checking and Semantic analysis
   0.1198 (  3.9%)   0.0989 (  4.6%)   0.2186 (  4.2%)   0.2188 (  0.9%)  InterfaceTypeRequest
   0.1170 (  3.8%)   0.0714 (  3.3%)   0.1885 (  3.6%)   0.1889 (  0.8%)  CollectOverriddenDeclsRequest
   0.1041 (  3.4%)   0.0420 (  2.0%)   0.1461 (  2.8%)   0.1463 (  0.6%)  build-rewrite-system
   0.0865 (  2.8%)   0.0483 (  2.2%)   0.1349 (  2.6%)   0.1349 (  0.6%)  TypeCheckFunctionBodyRequest
   0.0869 (  2.8%)   0.0391 (  1.8%)   0.1260 (  2.4%)   0.1263 (  0.5%)  ProvideDefaultImplForRequest
   0.0708 (  2.3%)   0.0532 (  2.5%)   0.1239 (  2.4%)   0.1240 (  0.5%)  typecheck-decl
   0.0740 (  2.4%)   0.0402 (  1.9%)   0.1142 (  2.2%)   0.1142 (  0.5%)  typecheck-stmt
   0.0606 (  2.0%)   0.0343 (  1.6%)   0.0949 (  1.8%)   0.0949 (  0.4%)  typecheck-expr
   0.0650 (  2.1%)   0.0223 (  1.0%)   0.0873 (  1.7%)   0.0879 (  0.4%)  ExecuteSILPipelineRequest
   0.0625 (  2.0%)   0.0213 (  1.0%)   0.0838 (  1.6%)   0.0838 (  0.4%)  ASTLoweringRequest
   0.0548 (  1.8%)   0.0205 (  1.0%)   0.0752 (  1.4%)   0.0753 (  0.3%)  SILgen-decl
   0.0383 (  1.3%)   0.0311 (  1.4%)   0.0693 (  1.3%)   0.0694 (  0.3%)  QualifiedLookupRequest
   0.0302 (  1.0%)   0.0315 (  1.5%)   0.0616 (  1.2%)   0.0619 (  0.3%)  IsDynamicRequest
   0.0410 (  1.3%)   0.0172 (  0.8%)   0.0582 (  1.1%)   0.0580 (  0.2%)  LookupConformanceInModuleRequest
   0.0271 (  0.9%)   0.0277 (  1.3%)   0.0547 (  1.1%)   0.0549 (  0.2%)  AttachedPropertyWrappersRequest
   0.0378 (  1.2%)   0.0149 (  0.7%)   0.0526 (  1.0%)   0.0527 (  0.2%)  SILGen-function
   0.0312 (  1.0%)   0.0135 (  0.6%)   0.0447 (  0.9%)   0.0449 (  0.2%)  IRGenRequest
   0.0258 (  0.8%)   0.0165 (  0.8%)   0.0424 (  0.8%)   0.0424 (  0.2%)  PatternBindingEntryRequest
   0.0235 (  0.8%)   0.0182 (  0.8%)   0.0418 (  0.8%)   0.0417 (  0.2%)  ExpandPeerMacroRequest
   0.0286 (  0.9%)   0.0122 (  0.6%)   0.0408 (  0.8%)   0.0408 (  0.2%)  verify-all-loaded-modules
   0.0241 (  0.8%)   0.0111 (  0.5%)   0.0352 (  0.7%)   0.0353 (  0.1%)  IRGen
   0.0018 (  0.1%)   0.0039 (  0.2%)   0.0057 (  0.1%)   0.0341 (  0.1%)  load-stdlib
   0.0178 (  0.6%)   0.0137 (  0.6%)   0.0315 (  0.6%)   0.0315 (  0.1%)  ResolveValueWitnessesRequest
   0.0248 (  0.8%)   0.0066 (  0.3%)   0.0314 (  0.6%)   0.0314 (  0.1%)  LookupAllConformancesInContextRequest
   0.0210 (  0.7%)   0.0098 (  0.5%)   0.0309 (  0.6%)   0.0309 (  0.1%)  DirectLookupRequest
   0.0207 (  0.7%)   0.0094 (  0.4%)   0.0301 (  0.6%)   0.0300 (  0.1%)  LookupInModuleRequest
   0.0182 (  0.6%)   0.0118 (  0.5%)   0.0300 (  0.6%)   0.0300 (  0.1%)  HasIsolatedSelfRequest
   0.0169 (  0.6%)   0.0095 (  0.4%)   0.0264 (  0.5%)   0.0263 (  0.1%)  ExpandMemberAttributeMacros
   0.0167 (  0.5%)   0.0089 (  0.4%)   0.0257 (  0.5%)   0.0257 (  0.1%)  precheck-expr
   0.0145 (  0.5%)   0.0109 (  0.5%)   0.0254 (  0.5%)   0.0254 (  0.1%)  ResolveImplicitMemberRequest
   0.0158 (  0.5%)   0.0093 (  0.4%)   0.0252 (  0.5%)   0.0252 (  0.1%)  ModuleQualifiedLookupRequest
   0.0148 (  0.5%)   0.0101 (  0.5%)   0.0249 (  0.5%)   0.0249 (  0.1%)  UnqualifiedLookupRequest
   0.0141 (  0.5%)   0.0091 (  0.4%)   0.0232 (  0.4%)   0.0232 (  0.1%)  performUnqualifiedLookup
   0.0205 (  0.7%)   0.0017 (  0.1%)   0.0223 (  0.4%)   0.0225 (  0.1%)  SIL optimization
   0.0119 (  0.4%)   0.0082 (  0.4%)   0.0201 (  0.4%)   0.0201 (  0.1%)  GlobalActorAttributeRequest
   0.0158 (  0.5%)   0.0037 (  0.2%)   0.0194 (  0.4%)   0.0194 (  0.1%)  AbstractGenericSignatureRequest
   0.0103 (  0.3%)   0.0077 (  0.4%)   0.0181 (  0.3%)   0.0180 (  0.1%)  IsFinalRequest
   0.0105 (  0.3%)   0.0061 (  0.3%)   0.0166 (  0.3%)   0.0165 (  0.1%)  import-clang-decl
   0.0092 (  0.3%)   0.0070 (  0.3%)   0.0162 (  0.3%)   0.0160 (  0.1%)  DynamicallyReplacedDeclRequest
   0.0079 (  0.3%)   0.0080 (  0.4%)   0.0159 (  0.3%)   0.0159 (  0.1%)  HasInitAccessorRequest
   0.0063 (  0.2%)   0.0051 (  0.2%)   0.0114 (  0.2%)   0.0114 (  0.0%)  StoredPropertiesRequest
   0.0058 (  0.2%)   0.0042 (  0.2%)   0.0099 (  0.2%)   0.0100 (  0.0%)  OverriddenDeclsRequest
   0.0080 (  0.3%)   0.0008 (  0.0%)   0.0088 (  0.2%)   0.0088 (  0.0%)  SIL verification, pre-optimization
   0.0047 (  0.2%)   0.0036 (  0.2%)   0.0083 (  0.2%)   0.0083 (  0.0%)  ResolveTypeRequest
   0.0045 (  0.1%)   0.0034 (  0.2%)   0.0079 (  0.2%)   0.0080 (  0.0%)  AccessLevelRequest
   0.0041 (  0.1%)   0.0031 (  0.1%)   0.0071 (  0.1%)   0.0072 (  0.0%)  HasStorageRequest
   0.0039 (  0.1%)   0.0024 (  0.1%)   0.0063 (  0.1%)   0.0063 (  0.0%)  LifetimeDependenceInfoRequest
   0.0038 (  0.1%)   0.0021 (  0.1%)   0.0059 (  0.1%)   0.0059 (  0.0%)  CallerSideDefaultArgExprRequest
   0.0024 (  0.1%)   0.0027 (  0.1%)   0.0051 (  0.1%)   0.0051 (  0.0%)  PotentialMacroExpansionsInContextRequest
   0.0043 (  0.1%)   0.0003 (  0.0%)   0.0046 (  0.1%)   0.0046 (  0.0%)  SIL verification, post-optimization
   0.0022 (  0.1%)   0.0016 (  0.1%)   0.0038 (  0.1%)   0.0038 (  0.0%)  GenericSignatureRequest
   0.0017 (  0.1%)   0.0012 (  0.1%)   0.0029 (  0.1%)   0.0029 (  0.0%)  AST verification
   0.0016 (  0.1%)   0.0013 (  0.1%)   0.0029 (  0.1%)   0.0029 (  0.0%)  ResultTypeRequest
   0.0017 (  0.1%)   0.0009 (  0.0%)   0.0026 (  0.0%)   0.0026 (  0.0%)  CompareDeclSpecializationRequest
   0.0020 (  0.1%)   0.0006 (  0.0%)   0.0026 (  0.0%)   0.0026 (  0.0%)  PublicSymbolsRequest
   0.0013 (  0.0%)   0.0008 (  0.0%)   0.0021 (  0.0%)   0.0022 (  0.0%)  SPIGroupsRequest
   0.0012 (  0.0%)   0.0008 (  0.0%)   0.0020 (  0.0%)   0.0021 (  0.0%)  PatternTypeRequest
   0.0012 (  0.0%)   0.0007 (  0.0%)   0.0020 (  0.0%)   0.0020 (  0.0%)  GenericParamListRequest
   0.0009 (  0.0%)   0.0009 (  0.0%)   0.0018 (  0.0%)   0.0018 (  0.0%)  IsGetterMutatingRequest
   0.0010 (  0.0%)   0.0007 (  0.0%)   0.0017 (  0.0%)   0.0018 (  0.0%)  SimpleDidSetRequest
   0.0010 (  0.0%)   0.0006 (  0.0%)   0.0016 (  0.0%)   0.0016 (  0.0%)  InferredGenericSignatureRequest
   0.0014 (  0.0%)   0.0002 (  0.0%)   0.0016 (  0.0%)   0.0016 (  0.0%)  RequirementSignatureRequest
   0.0011 (  0.0%)   0.0005 (  0.0%)   0.0015 (  0.0%)   0.0015 (  0.0%)  IsActorRequest
   0.0009 (  0.0%)   0.0006 (  0.0%)   0.0014 (  0.0%)   0.0014 (  0.0%)  DefaultArgumentExprRequest
   0.0009 (  0.0%)   0.0005 (  0.0%)   0.0014 (  0.0%)   0.0014 (  0.0%)  typecheck-expr-pattern
   0.0010 (  0.0%)   0.0003 (  0.0%)   0.0014 (  0.0%)   0.0014 (  0.0%)  CheckRedeclarationRequest
   0.0008 (  0.0%)   0.0005 (  0.0%)   0.0014 (  0.0%)   0.0014 (  0.0%)  InheritedDeclsReferencedRequest
   0.0010 (  0.0%)   0.0003 (  0.0%)   0.0013 (  0.0%)   0.0013 (  0.0%)  ParseTopLevelDeclsRequest
   0.0007 (  0.0%)   0.0006 (  0.0%)   0.0013 (  0.0%)   0.0013 (  0.0%)  StorageImplInfoRequest
   0.0009 (  0.0%)   0.0004 (  0.0%)   0.0013 (  0.0%)   0.0013 (  0.0%)  load-all-members
   0.0009 (  0.0%)   0.0003 (  0.0%)   0.0013 (  0.0%)   0.0013 (  0.0%)  ParseSourceFileRequest
   0.0007 (  0.0%)   0.0003 (  0.0%)   0.0011 (  0.0%)   0.0011 (  0.0%)  ProtocolDependenciesRequest
   0.0007 (  0.0%)   0.0003 (  0.0%)   0.0010 (  0.0%)   0.0010 (  0.0%)  OpaqueReadOwnershipRequest
   0.0005 (  0.0%)   0.0005 (  0.0%)   0.0010 (  0.0%)   0.0010 (  0.0%)  RequiresOpaqueAccessorsRequest
   0.0005 (  0.0%)   0.0004 (  0.0%)   0.0009 (  0.0%)   0.0009 (  0.0%)  PreCheckFunctionBodyRequest
   0.0005 (  0.0%)   0.0004 (  0.0%)   0.0009 (  0.0%)   0.0009 (  0.0%)  LocalDiscriminatorsRequest
   0.0005 (  0.0%)   0.0004 (  0.0%)   0.0009 (  0.0%)   0.0009 (  0.0%)  SynthesizeMemberwiseInitRequest
   0.0006 (  0.0%)   0.0003 (  0.0%)   0.0009 (  0.0%)   0.0009 (  0.0%)  ExpandExtensionMacros
   0.0004 (  0.0%)   0.0004 (  0.0%)   0.0008 (  0.0%)   0.0008 (  0.0%)  RequirementRequest
   0.0006 (  0.0%)   0.0002 (  0.0%)   0.0008 (  0.0%)   0.0008 (  0.0%)  ImplicitKnownProtocolConformanceRequest
   0.0005 (  0.0%)   0.0003 (  0.0%)   0.0008 (  0.0%)   0.0008 (  0.0%)  ABIMembersRequest
   0.0005 (  0.0%)   0.0002 (  0.0%)   0.0008 (  0.0%)   0.0008 (  0.0%)  AllInheritedProtocolsRequest
   0.0004 (  0.0%)   0.0003 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  IsObjCRequest
   0.0004 (  0.0%)   0.0002 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  IsDistributedActorRequest
   0.0003 (  0.0%)   0.0004 (  0.0%)   0.0006 (  0.0%)   0.0007 (  0.0%)  LookupInfixOperatorRequest
   0.0004 (  0.0%)   0.0002 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  ParseAbstractFunctionBodyRequest
   0.0003 (  0.0%)   0.0003 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  ExtendedNominalRequest
   0.0004 (  0.0%)   0.0002 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  NamingPatternRequest
   0.0003 (  0.0%)   0.0002 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  ResultBuilderTypeRequest
   0.0003 (  0.0%)   0.0002 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  ParamSpecifierRequest
   0.0004 (  0.0%)   0.0001 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  ExpandChildTypeRefinementContextsRequest
   0.0003 (  0.0%)   0.0001 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  ConditionalRequirementsRequest
   0.0003 (  0.0%)   0.0001 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  DefaultInitializerIsolation
   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  HasMemberwiseInitRequest
   0.0003 (  0.0%)   0.0001 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  IsImplicitlyUnwrappedOptionalRequest
   0.0003 (  0.0%)   0.0001 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  PatternBindingCheckedAndContextualizedInitRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  SemanticUnavailableAttrRequest
   0.0003 (  0.0%)   0.0001 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  FragileFunctionKindRequest
   0.0002 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  DefaultAndMaxAccessLevelRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  HasDynamicMemberLookupAttributeRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  ApplyAccessNoteRequest
   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  TypeDeclsFromWhereClauseRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  DefaultTypeRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ValueWitnessRequest
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  PropertyWrapperAuxiliaryVariablesRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  HasUserDefinedDesignatedInitRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  ExtendedTypeRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  PropertyWrapperMutabilityRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  InheritedProtocolsRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  DirectOperatorLookupRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  AllMembersRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  InitAccessorPropertiesRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  TypeWitnessRequest
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  AttachedResultBuilderRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsFunctionBodySkippedRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  MemberwiseInitPropertiesRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ObjCInterfaceAndImplementationRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  LocalTypeDeclsRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ExpandAccessorMacros
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  HasCircularInheritedProtocolsRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  UnderlyingTypeDeclsReferencedRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ProtocolRequirementsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SetterAccessLevelRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ValidatePrecedenceGroupRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsStaticRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  PreCheckReturnStmtRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  StructuralRequirementsRequest
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  FunctionOperatorRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsSetterMutatingRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  InheritedTypeRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  PolymorphicEffectKindRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  RawCommentRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SelfAccessKindRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ExpandBodyMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  ExpandPreambleMacroRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SynthesizeAccessorRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsNonUserModuleRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SuperclassDeclRequest
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsAccessorTransparentRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  PropertyWrapperInitializerInfoRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  LookupPrecedenceGroupRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  AssociatedConformanceRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  IsSingleValueStmtRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  HasDefaultInitRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)  SelfBoundsFromWhereClauseRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  UnderlyingTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  RequiresOpaqueModifyCoroutineRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsABICompatibleOverrideRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  GlobalActorInstanceRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PreCheckClosureBodyRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CustomAttrNominalRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ClassAncestryFlagsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PropertyWrapperBackingPropertyTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  StoredPropertiesAndMissingMembersRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ClosureEffectsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PrimaryAssociatedTypesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ResolveMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SynthesizeMainFunctionRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExpandSynthesizedMemberMacroRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  IsCallAsFunctionNominalRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  BodyInitKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ParseMembersRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasCircularRawValueRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ResolveTypeWitnessesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  DirectPrecedenceGroupLookupRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ProtocolRequiresClassRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CxxRecordSemantics
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  TypeAliasRequirementsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SuppressesConformanceRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ConformanceAccessScopeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  InitKindRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExistentialConformsToSelfRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AreAllStoredPropertiesDefaultInitableRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentImplementationOnlyImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  EnumRawTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AttachedPropertyWrapperTypeRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentWeakLinkedImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ExprPatternMatchRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ModuleImplicitImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  EnumRawValuesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentSPIOnlyImportsRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ReferencedAssociatedTypesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  ClosureHasResultExprRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImport
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  PrimarySourceFilesRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  CheckInconsistentAccessLevelOnImportSameFileRequest
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  HasImportsMatchingFlagRequest
   3.0587 (100.0%)   2.1502 (100.0%)   5.2089 (100.0%)  23.9036 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 4.6999 seconds (14.2033 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   3.1566 (100.0%)   1.5433 (100.0%)   4.6999 (100.0%)  14.2033 (100.0%)  Building Target
   3.1566 (100.0%)   1.5433 (100.0%)   4.6999 (100.0%)  14.2033 (100.0%)  Total
SwiftDriverJobDiscovery normal arm64 Emitting module for DateBuilder (in target 'DateBuilder' from project 'DateBuilder')
SwiftDriver\ Compilation\ Requirements DateBuilder normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DateBuilder' from project 'DateBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DateBuilder
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name DateBuilder -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -target arm64-apple-tvos12.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 -suppress-warnings -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-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder-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/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder.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/DateBuilder.build/Debug-appletvos/DateBuilder.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.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/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DateBuilder -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/DateBuilder-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder-Swift.h (in target 'DateBuilder' from project 'DateBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DateBuilder
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/DateBuilder-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DateBuilder.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder.swiftmodule (in target 'DateBuilder' from project 'DateBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DateBuilder
    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/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DateBuilder.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DateBuilder.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder.swiftdoc (in target 'DateBuilder' from project 'DateBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DateBuilder
    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/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DateBuilder.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DateBuilder.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder.abi.json (in target 'DateBuilder' from project 'DateBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DateBuilder
    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/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DateBuilder.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DateBuilder.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder.swiftsourceinfo (in target 'DateBuilder' from project 'DateBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DateBuilder
    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/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DateBuilder.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/NiceNotifications.modulemap (in target 'NiceNotifications' from project 'NiceNotifications')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/NiceNotifications.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/NiceNotifications.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/NiceNotifications.modulemap (in target 'NiceNotifications' from project 'NiceNotifications')
    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/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/NiceNotifications.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications_const_extract_protocols.json (in target 'NiceNotifications' from project 'NiceNotifications')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications.SwiftFileList (in target 'NiceNotifications' from project 'NiceNotifications')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications-OutputFileMap.json (in target 'NiceNotifications' from project 'NiceNotifications')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications-OutputFileMap.json
SwiftDriver NiceNotifications normal arm64 com.apple.xcode.tools.swift.compiler (in target 'NiceNotifications' from project 'NiceNotifications')
    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 NiceNotifications -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -target arm64-apple-tvos12.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-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications-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/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications.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/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.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/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ NiceNotifications.swift /Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NiceNotifications.swift (in target 'NiceNotifications' from project 'NiceNotifications')
    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/NiceNotifications/NiceNotifications.swift /Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NotificationPermissionView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.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/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications_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/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name NiceNotifications -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.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/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications.o -index-unit-output-path /NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications.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/NiceNotifications/NiceNotifications.swift (in target 'NiceNotifications' from project 'NiceNotifications')
    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/NiceNotifications/NiceNotifications.swift /Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NotificationPermissionView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.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/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications_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/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name NiceNotifications -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.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/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications.o -index-unit-output-path /NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftEmitModule normal arm64 Emitting\ module\ for\ NiceNotifications (in target 'NiceNotifications' from project 'NiceNotifications')
    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/NiceNotifications/NiceNotifications.swift /Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NotificationPermissionView.swift -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.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/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications_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/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name NiceNotifications -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.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/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications.abi.json
/Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NiceNotifications.swift:805:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
803 | }
804 |
805 | @_functionBuilder
    |  `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
806 | public enum TimelineBuilder {
807 |     public typealias Expression = LocalNotifications.NotificationRequest
/Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NiceNotifications.swift:14:27: warning: static property 'info' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 12 | extension LocalNotifications {
 13 |     public enum Log {
 14 |         public static var info: (Any) -> () = { _ in }
    |                           |- warning: static property 'info' 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 'info' to a 'let' constant to make 'Sendable' shared state immutable
    |                           |- note: annotate 'info' 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
 15 |     }
 16 | }
/Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NiceNotifications.swift:47:27: warning: static property 'askSystemPermissionIfNeeded' is not concurrency-safe because non-'Sendable' type 'LocalNotifications.PermissionStrategy' may have shared mutable state; this is an error in the Swift 6 language mode
 17 |
 18 | extension LocalNotifications {
 19 |     public struct PermissionStrategy {
    |                   `- note: consider making struct 'PermissionStrategy' conform to the 'Sendable' protocol
 20 |
 21 |         public init(groupLevel: LocalNotifications.PermissionStrategy.GroupLevel, systemLevel: LocalNotifications.PermissionStrategy.SystemLevel) {
    :
 45 |         }
 46 |
 47 |         public static let askSystemPermissionIfNeeded = PermissionStrategy(
    |                           |- warning: static property 'askSystemPermissionIfNeeded' is not concurrency-safe because non-'Sendable' type 'LocalNotifications.PermissionStrategy' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'askSystemPermissionIfNeeded' 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
 48 |             groupLevel: .bypass,
 49 |             systemLevel: .askPermission
/Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NiceNotifications.swift:52:27: warning: static property 'scheduleIfSystemAllowed' is not concurrency-safe because non-'Sendable' type 'LocalNotifications.PermissionStrategy' may have shared mutable state; this is an error in the Swift 6 language mode
 17 |
 18 | extension LocalNotifications {
 19 |     public struct PermissionStrategy {
    |                   `- note: consider making struct 'PermissionStrategy' conform to the 'Sendable' protocol
 20 |
 21 |         public init(groupLevel: LocalNotifications.PermissionStrategy.GroupLevel, systemLevel: LocalNotifications.PermissionStrategy.SystemLevel) {
    :
 50 |         )
 51 |
 52 |         public static let scheduleIfSystemAllowed = PermissionStrategy(
    |                           |- warning: static property 'scheduleIfSystemAllowed' is not concurrency-safe because non-'Sendable' type 'LocalNotifications.PermissionStrategy' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'scheduleIfSystemAllowed' 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
 53 |             groupLevel: .bypass,
 54 |             systemLevel: .ifAlreadyAllowed
/Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NiceNotifications.swift:86:27: warning: static property 'addNotificationRequest' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 84 |
 85 |     public enum Env {
 86 |         public static var addNotificationRequest = UNUserNotificationCenter.current().add
    |                           |- warning: static property 'addNotificationRequest' 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 'addNotificationRequest' to a 'let' constant to make 'Sendable' shared state immutable
    |                           |- note: annotate 'addNotificationRequest' 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
 87 |         public static var removeDeliveredNotifications = UNUserNotificationCenter.current().removeDeliveredNotifications
 88 |         public static var removePendingNotificationRequests = UNUserNotificationCenter.current().removePendingNotificationRequests
/Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NiceNotifications.swift:87:93: error: 'removeDeliveredNotifications(withIdentifiers:)' is unavailable in tvOS
 85 |     public enum Env {
 86 |         public static var addNotificationRequest = UNUserNotificationCenter.current().add
 87 |         public static var removeDeliveredNotifications = UNUserNotificationCenter.current().removeDeliveredNotifications
    |                                                                                             `- error: 'removeDeliveredNotifications(withIdentifiers:)' is unavailable in tvOS
 88 |         public static var removePendingNotificationRequests = UNUserNotificationCenter.current().removePendingNotificationRequests
 89 |         public static var getPendingNotificationRequests = UNUserNotificationCenter.current().getPendingNotificationRequests
UserNotifications.UNUserNotificationCenter:47:15: note: 'removeDeliveredNotifications(withIdentifiers:)' has been explicitly marked unavailable here
45 |     open func getDeliveredNotificationsWithCompletionHandler(_ completionHandler: @escaping ([UNNotification]) -> Void)
46 |     @available(tvOS, unavailable)
47 |     open func removeDeliveredNotifications(withIdentifiers identifiers: [String])
   |               `- note: 'removeDeliveredNotifications(withIdentifiers:)' has been explicitly marked unavailable here
48 |     @available(swift, obsoleted: 3, renamed: "removeDeliveredNotifications(withIdentifiers:)")
49 |     @available(tvOS, unavailable)
/Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NiceNotifications.swift:87:27: warning: static property 'removeDeliveredNotifications' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 85 |     public enum Env {
 86 |         public static var addNotificationRequest = UNUserNotificationCenter.current().add
 87 |         public static var removeDeliveredNotifications = UNUserNotificationCenter.current().removeDeliveredNotifications
    |                           |- warning: static property 'removeDeliveredNotifications' 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 'removeDeliveredNotifications' to a 'let' constant to make 'Sendable' shared state immutable
    |                           |- note: annotate 'removeDeliveredNotifications' 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
 88 |         public static var removePendingNotificationRequests = UNUserNotificationCenter.current().removePendingNotificationRequests
 89 |         public static var getPendingNotificationRequests = UNUserNotificationCenter.current().getPendingNotificationRequests
/Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NiceNotifications.swift:88:27: warning: static property 'removePendingNotificationRequests' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 86 |         public static var addNotificationRequest = UNUserNotificationCenter.current().add
 87 |         public static var removeDeliveredNotifications = UNUserNotificationCenter.current().removeDeliveredNotifications
 88 |         public static var removePendingNotificationRequests = UNUserNotificationCenter.current().removePendingNotificationRequests
    |                           |- warning: static property 'removePendingNotificationRequests' 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 'removePendingNotificationRequests' to a 'let' constant to make 'Sendable' shared state immutable
    |                           |- note: annotate 'removePendingNotificationRequests' 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
 89 |         public static var getPendingNotificationRequests = UNUserNotificationCenter.current().getPendingNotificationRequests
 90 |         public static var getDeliveredNotifications = UNUserNotificationCenter.current().getDeliveredNotifications
/Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NiceNotifications.swift:89:27: warning: static property 'getPendingNotificationRequests' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 87 |         public static var removeDeliveredNotifications = UNUserNotificationCenter.current().removeDeliveredNotifications
 88 |         public static var removePendingNotificationRequests = UNUserNotificationCenter.current().removePendingNotificationRequests
 89 |         public static var getPendingNotificationRequests = UNUserNotificationCenter.current().getPendingNotificationRequests
    |                           |- warning: static property 'getPendingNotificationRequests' 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 'getPendingNotificationRequests' to a 'let' constant to make 'Sendable' shared state immutable
    |                           |- note: annotate 'getPendingNotificationRequests' 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
 90 |         public static var getDeliveredNotifications = UNUserNotificationCenter.current().getDeliveredNotifications
 91 |     }
/Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NiceNotifications.swift:90:90: error: 'getDeliveredNotifications(completionHandler:)' is unavailable in tvOS
 88 |         public static var removePendingNotificationRequests = UNUserNotificationCenter.current().removePendingNotificationRequests
 89 |         public static var getPendingNotificationRequests = UNUserNotificationCenter.current().getPendingNotificationRequests
 90 |         public static var getDeliveredNotifications = UNUserNotificationCenter.current().getDeliveredNotifications
    |                                                                                          `- error: 'getDeliveredNotifications(completionHandler:)' is unavailable in tvOS
 91 |     }
 92 |
UserNotifications.UNUserNotificationCenter:40:15: note: 'getDeliveredNotifications(completionHandler:)' has been explicitly marked unavailable here
38 |     open func removeAllPendingNotificationRequests()
39 |     @available(tvOS, unavailable)
40 |     open func getDeliveredNotifications(completionHandler: @escaping ([UNNotification]) -> Void)
   |               `- note: 'getDeliveredNotifications(completionHandler:)' has been explicitly marked unavailable here
41 |     @available(tvOS, unavailable)
42 |     open func deliveredNotifications() async -> [UNNotification]
/Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NiceNotifications.swift:90:27: warning: static property 'getDeliveredNotifications' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 88 |         public static var removePendingNotificationRequests = UNUserNotificationCenter.current().removePendingNotificationRequests
 89 |         public static var getPendingNotificationRequests = UNUserNotificationCenter.current().getPendingNotificationRequests
 90 |         public static var getDeliveredNotifications = UNUserNotificationCenter.current().getDeliveredNotifications
    |                           |- warning: static property 'getDeliveredNotifications' 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 'getDeliveredNotifications' to a 'let' constant to make 'Sendable' shared state immutable
    |                           |- note: annotate 'getDeliveredNotifications' 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
 91 |     }
 92 |
/Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NiceNotifications.swift:432:31: warning: static property 'valueForKey' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
430 |
431 |         public enum Env {
432 |             public static var valueForKey = UserDefaults.standard.value(forKey:)
    |                               |- warning: static property 'valueForKey' 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 'valueForKey' to a 'let' constant to make 'Sendable' shared state immutable
    |                               |- note: annotate 'valueForKey' 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
433 |             public static var setValue = UserDefaults.standard.setValue(_:forKey:)
434 |
/Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NiceNotifications.swift:433:31: warning: static property 'setValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
431 |         public enum Env {
432 |             public static var valueForKey = UserDefaults.standard.value(forKey:)
433 |             public static var setValue = UserDefaults.standard.setValue(_:forKey:)
    |                               |- warning: static property 'setValue' 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 'setValue' to a 'let' constant to make 'Sendable' shared state immutable
    |                               |- note: annotate 'setValue' 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
434 |
435 |             public static func setUserDefaults(_ userDefaults: UserDefaults) {
/Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NiceNotifications.swift:476:31: warning: static property 'getNotificationSettings' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
474 |
475 |         public enum Env {
476 |             public static var getNotificationSettings = UNUserNotificationCenter.current().getNotificationSettings
    |                               |- warning: static property 'getNotificationSettings' 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 'getNotificationSettings' to a 'let' constant to make 'Sendable' shared state immutable
    |                               |- note: annotate 'getNotificationSettings' 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
477 |             public static var requestAuthorization = UNUserNotificationCenter.current().requestAuthorization
478 |         }
/Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NiceNotifications.swift:477:31: warning: static property 'requestAuthorization' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
475 |         public enum Env {
476 |             public static var getNotificationSettings = UNUserNotificationCenter.current().getNotificationSettings
477 |             public static var requestAuthorization = UNUserNotificationCenter.current().requestAuthorization
    |                               |- warning: static property 'requestAuthorization' 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 'requestAuthorization' to a 'let' constant to make 'Sendable' shared state immutable
    |                               |- note: annotate 'requestAuthorization' 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
478 |         }
479 |
/Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NiceNotifications.swift:677:94: error: 'UNNotificationSound' is unavailable in tvOS
675 |
676 | public extension NotificationsScheduling {
677 |     func schedule(title: String? = nil, subtitle: String? = nil, body: String? = nil, sound: UNNotificationSound? = .default) -> LocalNotifications.NotificationRequest {
    |                                                                                              `- error: 'UNNotificationSound' is unavailable in tvOS
678 |         let content = NotificationContent(title: title, subtitle: subtitle, body: body, sound: sound)
679 |         return self.schedule(with: content)
UserNotifications.UNNotificationSound:2:12: note: 'UNNotificationSound' has been explicitly marked unavailable here
 1 | @available(tvOS, unavailable)
 2 | open class UNNotificationSound : NSObject, NSCopying, NSSecureCoding {
   |            `- note: 'UNNotificationSound' has been explicitly marked unavailable here
 3 |     @NSCopying open class var `default`: UNNotificationSound { get }
 4 |     @available(swift, obsoleted: 3, renamed: "default")
/Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NiceNotifications.swift:730:92: error: 'UNNotificationSound' is unavailable in tvOS
728 |
729 | public final class NotificationContent: UNMutableNotificationContent {
730 |     public init(title: String? = nil, subtitle: String? = nil, body: String? = nil, sound: UNNotificationSound? = .default) {
    |                                                                                            `- error: 'UNNotificationSound' is unavailable in tvOS
731 |         super.init()
732 |         self.title = title ?? ""
UserNotifications.UNNotificationSound:2:12: note: 'UNNotificationSound' has been explicitly marked unavailable here
 1 | @available(tvOS, unavailable)
 2 | open class UNNotificationSound : NSObject, NSCopying, NSSecureCoding {
   |            `- note: 'UNNotificationSound' has been explicitly marked unavailable here
 3 |     @NSCopying open class var `default`: UNNotificationSound { get }
 4 |     @available(swift, obsoleted: 3, renamed: "default")
/Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NiceNotifications.swift:872:105: error: 'UNNotificationAttachment' is unavailable in tvOS
870 | extension UNNotificationAttachment {
871 |     @available(*, deprecated, message: "not available yet")
872 |     private static func create(identifier: String, image: UIImage, options: [NSObject : AnyObject]?) -> UNNotificationAttachment? {
    |                                                                                                         `- error: 'UNNotificationAttachment' is unavailable in tvOS
873 |         let fileManager = FileManager.default
874 |         let tmpSubFolderName = ProcessInfo.processInfo.globallyUniqueString
UserNotifications.UNNotificationAttachment:2:12: note: 'UNNotificationAttachment' has been explicitly marked unavailable here
 1 | @available(tvOS, unavailable)
 2 | open class UNNotificationAttachment : NSObject, NSCopying, NSSecureCoding {
   |            `- note: 'UNNotificationAttachment' has been explicitly marked unavailable here
 3 |     open var identifier: String { get }
 4 |     open var url: URL { get }
/Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NiceNotifications.swift:870:11: error: 'UNNotificationAttachment' is unavailable in tvOS
868 | #endif
869 |
870 | extension UNNotificationAttachment {
    |           `- error: 'UNNotificationAttachment' is unavailable in tvOS
871 |     @available(*, deprecated, message: "not available yet")
872 |     private static func create(identifier: String, image: UIImage, options: [NSObject : AnyObject]?) -> UNNotificationAttachment? {
UserNotifications.UNNotificationAttachment:2:12: note: 'UNNotificationAttachment' has been explicitly marked unavailable here
 1 | @available(tvOS, unavailable)
 2 | open class UNNotificationAttachment : NSObject, NSCopying, NSSecureCoding {
   |            `- note: 'UNNotificationAttachment' has been explicitly marked unavailable here
 3 |     open var identifier: String { get }
 4 |     open var url: URL { get }
SwiftCompile normal arm64 Compiling\ NotificationPermissionView.swift /Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NotificationPermissionView.swift (in target 'NiceNotifications' from project 'NiceNotifications')
    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/NiceNotifications/NiceNotifications.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NotificationPermissionView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NotificationPermissionView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NotificationPermissionView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NotificationPermissionView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NotificationPermissionView.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.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/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications_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/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name NiceNotifications -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.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/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NotificationPermissionView.o -index-unit-output-path /NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NotificationPermissionView.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/NiceNotifications/NotificationPermissionView.swift (in target 'NiceNotifications' from project 'NiceNotifications')
    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/NiceNotifications/NiceNotifications.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NotificationPermissionView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NotificationPermissionView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NotificationPermissionView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NotificationPermissionView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NotificationPermissionView.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.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/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications_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/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name NiceNotifications -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.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/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NotificationPermissionView.o -index-unit-output-path /NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NotificationPermissionView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling DateBuilder.swift (in target 'DateBuilder' from project 'DateBuilder')
SwiftDriver\ Compilation DateBuilder normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DateBuilder' from project 'DateBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DateBuilder
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name DateBuilder -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -target arm64-apple-tvos12.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 -suppress-warnings -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-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder-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/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder.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/DateBuilder.build/Debug-appletvos/DateBuilder.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.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/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DateBuilder -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DateBuilder.o normal (in target 'DateBuilder' from project 'DateBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DateBuilder
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder_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/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DateBuilder.build/Debug-appletvos/DateBuilder.build/Objects-normal/arm64/DateBuilder_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DateBuilder.o
SwiftDriverJobDiscovery normal arm64 Compiling NotificationPermissionView.swift (in target 'NiceNotifications' from project 'NiceNotifications')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DateBuilder.o (in target 'DateBuilder' from project 'DateBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/DateBuilder
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/DateBuilder.o
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications.LinkFileList (in target 'NiceNotifications' from project 'NiceNotifications')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications.LinkFileList
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'NiceNotifications' from project 'NiceNotifications')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'DateBuilder' from project 'DateBuilder')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'NiceNotifications' from project 'NiceNotifications')
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ NiceNotifications (in target 'NiceNotifications' from project 'NiceNotifications')
(1 failure)
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 NiceNotifications -destination generic/platform=tvos "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:
  NiceNotifications: /Users/admin/builder/spi-builder-workspace
  DateBuilder: https://github.com/dreymonde/DateBuilder @ 0.1.3
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'NiceNotifications' in project 'NiceNotifications'
        ➜ Explicit dependency on target 'NiceNotifications' in project 'NiceNotifications'
        ➜ Explicit dependency on target 'DateBuilder' in project 'DateBuilder'
    Target 'NiceNotifications' in project 'NiceNotifications'
        ➜ Explicit dependency on target 'DateBuilder' in project 'DateBuilder'
    Target 'DateBuilder' in project 'DateBuilder'
        ➜ Explicit dependency on target 'DateBuilder' in project 'DateBuilder'
    Target 'DateBuilder' in project 'DateBuilder' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'.
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'NiceNotifications' from project 'NiceNotifications')
SwiftDriver NiceNotifications normal arm64 com.apple.xcode.tools.swift.compiler (in target 'NiceNotifications' from project 'NiceNotifications')
    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 NiceNotifications -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -target arm64-apple-tvos12.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-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications-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/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications.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/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.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/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ NiceNotifications (in target 'NiceNotifications' from project 'NiceNotifications')
    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/NiceNotifications/NiceNotifications.swift /Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NotificationPermissionView.swift -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.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/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications_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/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name NiceNotifications -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.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/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications.abi.json
/Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NiceNotifications.swift:805:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
803 | }
804 |
805 | @_functionBuilder
    |  `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
806 | public enum TimelineBuilder {
807 |     public typealias Expression = LocalNotifications.NotificationRequest
/Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NiceNotifications.swift:14:27: warning: static property 'info' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 12 | extension LocalNotifications {
 13 |     public enum Log {
 14 |         public static var info: (Any) -> () = { _ in }
    |                           |- warning: static property 'info' 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 'info' to a 'let' constant to make 'Sendable' shared state immutable
    |                           |- note: annotate 'info' 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
 15 |     }
 16 | }
/Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NiceNotifications.swift:47:27: warning: static property 'askSystemPermissionIfNeeded' is not concurrency-safe because non-'Sendable' type 'LocalNotifications.PermissionStrategy' may have shared mutable state; this is an error in the Swift 6 language mode
 17 |
 18 | extension LocalNotifications {
 19 |     public struct PermissionStrategy {
    |                   `- note: consider making struct 'PermissionStrategy' conform to the 'Sendable' protocol
 20 |
 21 |         public init(groupLevel: LocalNotifications.PermissionStrategy.GroupLevel, systemLevel: LocalNotifications.PermissionStrategy.SystemLevel) {
    :
 45 |         }
 46 |
 47 |         public static let askSystemPermissionIfNeeded = PermissionStrategy(
    |                           |- warning: static property 'askSystemPermissionIfNeeded' is not concurrency-safe because non-'Sendable' type 'LocalNotifications.PermissionStrategy' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'askSystemPermissionIfNeeded' 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
 48 |             groupLevel: .bypass,
 49 |             systemLevel: .askPermission
/Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NiceNotifications.swift:52:27: warning: static property 'scheduleIfSystemAllowed' is not concurrency-safe because non-'Sendable' type 'LocalNotifications.PermissionStrategy' may have shared mutable state; this is an error in the Swift 6 language mode
 17 |
 18 | extension LocalNotifications {
 19 |     public struct PermissionStrategy {
    |                   `- note: consider making struct 'PermissionStrategy' conform to the 'Sendable' protocol
 20 |
 21 |         public init(groupLevel: LocalNotifications.PermissionStrategy.GroupLevel, systemLevel: LocalNotifications.PermissionStrategy.SystemLevel) {
    :
 50 |         )
 51 |
 52 |         public static let scheduleIfSystemAllowed = PermissionStrategy(
    |                           |- warning: static property 'scheduleIfSystemAllowed' is not concurrency-safe because non-'Sendable' type 'LocalNotifications.PermissionStrategy' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: annotate 'scheduleIfSystemAllowed' 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
 53 |             groupLevel: .bypass,
 54 |             systemLevel: .ifAlreadyAllowed
/Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NiceNotifications.swift:86:27: warning: static property 'addNotificationRequest' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 84 |
 85 |     public enum Env {
 86 |         public static var addNotificationRequest = UNUserNotificationCenter.current().add
    |                           |- warning: static property 'addNotificationRequest' 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 'addNotificationRequest' to a 'let' constant to make 'Sendable' shared state immutable
    |                           |- note: annotate 'addNotificationRequest' 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
 87 |         public static var removeDeliveredNotifications = UNUserNotificationCenter.current().removeDeliveredNotifications
 88 |         public static var removePendingNotificationRequests = UNUserNotificationCenter.current().removePendingNotificationRequests
/Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NiceNotifications.swift:87:93: error: 'removeDeliveredNotifications(withIdentifiers:)' is unavailable in tvOS
 85 |     public enum Env {
 86 |         public static var addNotificationRequest = UNUserNotificationCenter.current().add
 87 |         public static var removeDeliveredNotifications = UNUserNotificationCenter.current().removeDeliveredNotifications
    |                                                                                             `- error: 'removeDeliveredNotifications(withIdentifiers:)' is unavailable in tvOS
 88 |         public static var removePendingNotificationRequests = UNUserNotificationCenter.current().removePendingNotificationRequests
 89 |         public static var getPendingNotificationRequests = UNUserNotificationCenter.current().getPendingNotificationRequests
UserNotifications.UNUserNotificationCenter:47:15: note: 'removeDeliveredNotifications(withIdentifiers:)' has been explicitly marked unavailable here
45 |     open func getDeliveredNotificationsWithCompletionHandler(_ completionHandler: @escaping ([UNNotification]) -> Void)
46 |     @available(tvOS, unavailable)
47 |     open func removeDeliveredNotifications(withIdentifiers identifiers: [String])
   |               `- note: 'removeDeliveredNotifications(withIdentifiers:)' has been explicitly marked unavailable here
48 |     @available(swift, obsoleted: 3, renamed: "removeDeliveredNotifications(withIdentifiers:)")
49 |     @available(tvOS, unavailable)
/Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NiceNotifications.swift:87:27: warning: static property 'removeDeliveredNotifications' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 85 |     public enum Env {
 86 |         public static var addNotificationRequest = UNUserNotificationCenter.current().add
 87 |         public static var removeDeliveredNotifications = UNUserNotificationCenter.current().removeDeliveredNotifications
    |                           |- warning: static property 'removeDeliveredNotifications' 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 'removeDeliveredNotifications' to a 'let' constant to make 'Sendable' shared state immutable
    |                           |- note: annotate 'removeDeliveredNotifications' 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
 88 |         public static var removePendingNotificationRequests = UNUserNotificationCenter.current().removePendingNotificationRequests
 89 |         public static var getPendingNotificationRequests = UNUserNotificationCenter.current().getPendingNotificationRequests
/Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NiceNotifications.swift:88:27: warning: static property 'removePendingNotificationRequests' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 86 |         public static var addNotificationRequest = UNUserNotificationCenter.current().add
 87 |         public static var removeDeliveredNotifications = UNUserNotificationCenter.current().removeDeliveredNotifications
 88 |         public static var removePendingNotificationRequests = UNUserNotificationCenter.current().removePendingNotificationRequests
    |                           |- warning: static property 'removePendingNotificationRequests' 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 'removePendingNotificationRequests' to a 'let' constant to make 'Sendable' shared state immutable
    |                           |- note: annotate 'removePendingNotificationRequests' 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
 89 |         public static var getPendingNotificationRequests = UNUserNotificationCenter.current().getPendingNotificationRequests
 90 |         public static var getDeliveredNotifications = UNUserNotificationCenter.current().getDeliveredNotifications
/Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NiceNotifications.swift:89:27: warning: static property 'getPendingNotificationRequests' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 87 |         public static var removeDeliveredNotifications = UNUserNotificationCenter.current().removeDeliveredNotifications
 88 |         public static var removePendingNotificationRequests = UNUserNotificationCenter.current().removePendingNotificationRequests
 89 |         public static var getPendingNotificationRequests = UNUserNotificationCenter.current().getPendingNotificationRequests
    |                           |- warning: static property 'getPendingNotificationRequests' 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 'getPendingNotificationRequests' to a 'let' constant to make 'Sendable' shared state immutable
    |                           |- note: annotate 'getPendingNotificationRequests' 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
 90 |         public static var getDeliveredNotifications = UNUserNotificationCenter.current().getDeliveredNotifications
 91 |     }
/Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NiceNotifications.swift:90:90: error: 'getDeliveredNotifications(completionHandler:)' is unavailable in tvOS
 88 |         public static var removePendingNotificationRequests = UNUserNotificationCenter.current().removePendingNotificationRequests
 89 |         public static var getPendingNotificationRequests = UNUserNotificationCenter.current().getPendingNotificationRequests
 90 |         public static var getDeliveredNotifications = UNUserNotificationCenter.current().getDeliveredNotifications
    |                                                                                          `- error: 'getDeliveredNotifications(completionHandler:)' is unavailable in tvOS
 91 |     }
 92 |
UserNotifications.UNUserNotificationCenter:40:15: note: 'getDeliveredNotifications(completionHandler:)' has been explicitly marked unavailable here
38 |     open func removeAllPendingNotificationRequests()
39 |     @available(tvOS, unavailable)
40 |     open func getDeliveredNotifications(completionHandler: @escaping ([UNNotification]) -> Void)
   |               `- note: 'getDeliveredNotifications(completionHandler:)' has been explicitly marked unavailable here
41 |     @available(tvOS, unavailable)
42 |     open func deliveredNotifications() async -> [UNNotification]
/Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NiceNotifications.swift:90:27: warning: static property 'getDeliveredNotifications' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 88 |         public static var removePendingNotificationRequests = UNUserNotificationCenter.current().removePendingNotificationRequests
 89 |         public static var getPendingNotificationRequests = UNUserNotificationCenter.current().getPendingNotificationRequests
 90 |         public static var getDeliveredNotifications = UNUserNotificationCenter.current().getDeliveredNotifications
    |                           |- warning: static property 'getDeliveredNotifications' 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 'getDeliveredNotifications' to a 'let' constant to make 'Sendable' shared state immutable
    |                           |- note: annotate 'getDeliveredNotifications' 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
 91 |     }
 92 |
/Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NiceNotifications.swift:432:31: warning: static property 'valueForKey' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
430 |
431 |         public enum Env {
432 |             public static var valueForKey = UserDefaults.standard.value(forKey:)
    |                               |- warning: static property 'valueForKey' 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 'valueForKey' to a 'let' constant to make 'Sendable' shared state immutable
    |                               |- note: annotate 'valueForKey' 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
433 |             public static var setValue = UserDefaults.standard.setValue(_:forKey:)
434 |
/Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NiceNotifications.swift:433:31: warning: static property 'setValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
431 |         public enum Env {
432 |             public static var valueForKey = UserDefaults.standard.value(forKey:)
433 |             public static var setValue = UserDefaults.standard.setValue(_:forKey:)
    |                               |- warning: static property 'setValue' 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 'setValue' to a 'let' constant to make 'Sendable' shared state immutable
    |                               |- note: annotate 'setValue' 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
434 |
435 |             public static func setUserDefaults(_ userDefaults: UserDefaults) {
/Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NiceNotifications.swift:476:31: warning: static property 'getNotificationSettings' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
474 |
475 |         public enum Env {
476 |             public static var getNotificationSettings = UNUserNotificationCenter.current().getNotificationSettings
    |                               |- warning: static property 'getNotificationSettings' 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 'getNotificationSettings' to a 'let' constant to make 'Sendable' shared state immutable
    |                               |- note: annotate 'getNotificationSettings' 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
477 |             public static var requestAuthorization = UNUserNotificationCenter.current().requestAuthorization
478 |         }
/Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NiceNotifications.swift:477:31: warning: static property 'requestAuthorization' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
475 |         public enum Env {
476 |             public static var getNotificationSettings = UNUserNotificationCenter.current().getNotificationSettings
477 |             public static var requestAuthorization = UNUserNotificationCenter.current().requestAuthorization
    |                               |- warning: static property 'requestAuthorization' 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 'requestAuthorization' to a 'let' constant to make 'Sendable' shared state immutable
    |                               |- note: annotate 'requestAuthorization' 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
478 |         }
479 |
/Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NiceNotifications.swift:677:94: error: 'UNNotificationSound' is unavailable in tvOS
675 |
676 | public extension NotificationsScheduling {
677 |     func schedule(title: String? = nil, subtitle: String? = nil, body: String? = nil, sound: UNNotificationSound? = .default) -> LocalNotifications.NotificationRequest {
    |                                                                                              `- error: 'UNNotificationSound' is unavailable in tvOS
678 |         let content = NotificationContent(title: title, subtitle: subtitle, body: body, sound: sound)
679 |         return self.schedule(with: content)
UserNotifications.UNNotificationSound:2:12: note: 'UNNotificationSound' has been explicitly marked unavailable here
 1 | @available(tvOS, unavailable)
 2 | open class UNNotificationSound : NSObject, NSCopying, NSSecureCoding {
   |            `- note: 'UNNotificationSound' has been explicitly marked unavailable here
 3 |     @NSCopying open class var `default`: UNNotificationSound { get }
 4 |     @available(swift, obsoleted: 3, renamed: "default")
/Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NiceNotifications.swift:730:92: error: 'UNNotificationSound' is unavailable in tvOS
728 |
729 | public final class NotificationContent: UNMutableNotificationContent {
730 |     public init(title: String? = nil, subtitle: String? = nil, body: String? = nil, sound: UNNotificationSound? = .default) {
    |                                                                                            `- error: 'UNNotificationSound' is unavailable in tvOS
731 |         super.init()
732 |         self.title = title ?? ""
UserNotifications.UNNotificationSound:2:12: note: 'UNNotificationSound' has been explicitly marked unavailable here
 1 | @available(tvOS, unavailable)
 2 | open class UNNotificationSound : NSObject, NSCopying, NSSecureCoding {
   |            `- note: 'UNNotificationSound' has been explicitly marked unavailable here
 3 |     @NSCopying open class var `default`: UNNotificationSound { get }
 4 |     @available(swift, obsoleted: 3, renamed: "default")
/Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NiceNotifications.swift:872:105: error: 'UNNotificationAttachment' is unavailable in tvOS
870 | extension UNNotificationAttachment {
871 |     @available(*, deprecated, message: "not available yet")
872 |     private static func create(identifier: String, image: UIImage, options: [NSObject : AnyObject]?) -> UNNotificationAttachment? {
    |                                                                                                         `- error: 'UNNotificationAttachment' is unavailable in tvOS
873 |         let fileManager = FileManager.default
874 |         let tmpSubFolderName = ProcessInfo.processInfo.globallyUniqueString
UserNotifications.UNNotificationAttachment:2:12: note: 'UNNotificationAttachment' has been explicitly marked unavailable here
 1 | @available(tvOS, unavailable)
 2 | open class UNNotificationAttachment : NSObject, NSCopying, NSSecureCoding {
   |            `- note: 'UNNotificationAttachment' has been explicitly marked unavailable here
 3 |     open var identifier: String { get }
 4 |     open var url: URL { get }
/Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NiceNotifications.swift:870:11: error: 'UNNotificationAttachment' is unavailable in tvOS
868 | #endif
869 |
870 | extension UNNotificationAttachment {
    |           `- error: 'UNNotificationAttachment' is unavailable in tvOS
871 |     @available(*, deprecated, message: "not available yet")
872 |     private static func create(identifier: String, image: UIImage, options: [NSObject : AnyObject]?) -> UNNotificationAttachment? {
UserNotifications.UNNotificationAttachment:2:12: note: 'UNNotificationAttachment' has been explicitly marked unavailable here
 1 | @available(tvOS, unavailable)
 2 | open class UNNotificationAttachment : NSObject, NSCopying, NSSecureCoding {
   |            `- note: 'UNNotificationAttachment' has been explicitly marked unavailable here
 3 |     open var identifier: String { get }
 4 |     open var url: URL { get }
SwiftCompile normal arm64 Compiling\ NiceNotifications.swift /Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NiceNotifications.swift (in target 'NiceNotifications' from project 'NiceNotifications')
    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/NiceNotifications/NiceNotifications.swift /Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NotificationPermissionView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.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/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications_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/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name NiceNotifications -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.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/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications.o -index-unit-output-path /NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications.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/NiceNotifications/NiceNotifications.swift (in target 'NiceNotifications' from project 'NiceNotifications')
    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/NiceNotifications/NiceNotifications.swift /Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NotificationPermissionView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.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/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications_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/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name NiceNotifications -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.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/NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications.o -index-unit-output-path /NiceNotifications.build/Debug-appletvos/NiceNotifications.build/Objects-normal/arm64/NiceNotifications.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'DateBuilder' from project 'DateBuilder')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'DateBuilder' from project 'DateBuilder')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'NiceNotifications' from project 'NiceNotifications')
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ NiceNotifications (in target 'NiceNotifications' from project 'NiceNotifications')
(1 failure)
BUILD FAILURE 6.0 tvOS
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.