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

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Jnis/ZPopupPresenter.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Jnis/ZPopupPresenter
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ff1af91 Fixed reloading of popups if remove first popup; Added snackbar demo;
Cloned https://github.com/Jnis/ZPopupPresenter.git
Revision (git rev-parse @):
ff1af91fe39ae31bea6f09f82e6abe54cd19fa3c
SUCCESS checkout https://github.com/Jnis/ZPopupPresenter.git at main
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.0
Building package at path:  $workDir
https://github.com/Jnis/ZPopupPresenter.git
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    TOOLCHAINS = org.swift.600202405261a
Resolve Package Graph
Resolved source packages:
  ZPopupPresenter: /Users/admin/builder/spi-builder-workspace
resolved source packages: ZPopupPresenter
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ZPopupPresenter",
  "name" : "ZPopupPresenter",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "ZPopupPresenter",
      "targets" : [
        "ZPopupPresenter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ZPopupPresenterTests",
      "module_type" : "SwiftTarget",
      "name" : "ZPopupPresenterTests",
      "path" : "Tests/ZPopupPresenterTests",
      "sources" : [
        "ZPopupPresenterTests.swift"
      ],
      "target_dependencies" : [
        "ZPopupPresenter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ZPopupPresenter",
      "module_type" : "SwiftTarget",
      "name" : "ZPopupPresenter",
      "path" : "Sources",
      "product_memberships" : [
        "ZPopupPresenter"
      ],
      "sources" : [
        "ZPopupPresenterView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "ZPopupPresenter"
    ]
  }
}
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 ZPopupPresenter -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 ZPopupPresenter -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:
  ZPopupPresenter: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'ZPopupPresenter' in project 'ZPopupPresenter'
        ➜ Explicit dependency on target 'ZPopupPresenter' in project 'ZPopupPresenter'
    Target 'ZPopupPresenter' in project 'ZPopupPresenter' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/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/ld -version_details
Build description signature: 2ce8fabe59dcd4e6879f5eb7bb363431
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2ce8fabe59dcd4e6879f5eb7bb363431.xcbuilddata
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'.
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-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 'ZPopupPresenter' from project 'ZPopupPresenter')
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/ZPopupPresenter.modulemap (in target 'ZPopupPresenter' from project 'ZPopupPresenter')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/ZPopupPresenter.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/ZPopupPresenter.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/ZPopupPresenter.modulemap (in target 'ZPopupPresenter' from project 'ZPopupPresenter')
    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/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/ZPopupPresenter.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenter.LinkFileList (in target 'ZPopupPresenter' from project 'ZPopupPresenter')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenter.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenter_const_extract_protocols.json (in target 'ZPopupPresenter' from project 'ZPopupPresenter')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenter_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenter.SwiftFileList (in target 'ZPopupPresenter' from project 'ZPopupPresenter')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenter.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenter-OutputFileMap.json (in target 'ZPopupPresenter' from project 'ZPopupPresenter')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenter-OutputFileMap.json
SwiftDriver ZPopupPresenter normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ZPopupPresenter' from project 'ZPopupPresenter')
    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 ZPopupPresenter -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenter.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 -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/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenter-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/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenter.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/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenter_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/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.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/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenter-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ ZPopupPresenter (in target 'ZPopupPresenter' from project 'ZPopupPresenter')
    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/ZPopupPresenterView.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 -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/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenter_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/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.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/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ZPopupPresenter -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/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenter.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenter.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenter-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenter-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenter-master-emit-module.d -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenter.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenter.abi.json
/Users/admin/builder/spi-builder-workspace/Sources/ZPopupPresenterView.swift:11:6: error: 'Published' is only available in tvOS 13.0 or newer
 8 | import SwiftUI
 9 |
10 | public class ZPopupPresenterModel: ObservableObject {
   |              `- note: add @available attribute to enclosing class
11 |     @Published var popupModels: [PopupModel] = []
   |      `- error: 'Published' is only available in tvOS 13.0 or newer
12 |
13 |     public init() { }
/Users/admin/builder/spi-builder-workspace/Sources/ZPopupPresenterView.swift:15:81: error: 'AnyView' is only available in tvOS 13.0 or newer
 8 | import SwiftUI
 9 |
10 | public class ZPopupPresenterModel: ObservableObject {
   |              `- note: add @available attribute to enclosing class
11 |     @Published var popupModels: [PopupModel] = []
12 |
13 |     public init() { }
14 |
15 |     public func showPopup(_ makeViewClosure: (_ close: @escaping () -> Void) -> AnyView) {
   |                 |                                                               `- error: 'AnyView' is only available in tvOS 13.0 or newer
   |                 `- note: add @available attribute to enclosing instance method
16 |         let popupModel = PopupModel()
17 |         popupModel.content = makeViewClosure({[weak popupModel, weak self] in
/Users/admin/builder/spi-builder-workspace/Sources/ZPopupPresenterView.swift:10:36: error: 'ObservableObject' is only available in tvOS 13.0 or newer
 8 | import SwiftUI
 9 |
10 | public class ZPopupPresenterModel: ObservableObject {
   |              |                     `- error: 'ObservableObject' is only available in tvOS 13.0 or newer
   |              `- note: add @available attribute to enclosing class
11 |     @Published var popupModels: [PopupModel] = []
12 |
/Users/admin/builder/spi-builder-workspace/Sources/ZPopupPresenterView.swift:32:6: error: 'ObservedObject' is only available in tvOS 13.0 or newer
29 | }
30 |
31 | public struct ZPopupPresenterView: View {
   |               `- note: add @available attribute to enclosing struct
32 |     @ObservedObject var model: ZPopupPresenterModel
   |      `- error: 'ObservedObject' is only available in tvOS 13.0 or newer
33 |
34 |     public init(model: ZPopupPresenterModel) {
/Users/admin/builder/spi-builder-workspace/Sources/ZPopupPresenterView.swift:38:22: error: 'some' return types are only available in tvOS 13.0.0 or newer
29 | }
30 |
31 | public struct ZPopupPresenterView: View {
   |               `- note: add @available attribute to enclosing struct
32 |     @ObservedObject var model: ZPopupPresenterModel
33 |
   :
36 |     }
37 |
38 |     public var body: some View {
   |                |     `- error: 'some' return types are only available in tvOS 13.0.0 or newer
   |                `- note: add @available attribute to enclosing property
39 |         ZStack {
40 |             ForEach(0..<model.popupModels.count, id: \.self) { index in
/Users/admin/builder/spi-builder-workspace/Sources/ZPopupPresenterView.swift:38:27: error: 'View' is only available in tvOS 13.0 or newer
29 | }
30 |
31 | public struct ZPopupPresenterView: View {
   |               `- note: add @available attribute to enclosing struct
32 |     @ObservedObject var model: ZPopupPresenterModel
33 |
   :
36 |     }
37 |
38 |     public var body: some View {
   |                |          `- error: 'View' is only available in tvOS 13.0 or newer
   |                `- note: add @available attribute to enclosing property
39 |         ZStack {
40 |             ForEach(0..<model.popupModels.count, id: \.self) { index in
/Users/admin/builder/spi-builder-workspace/Sources/ZPopupPresenterView.swift:49:29: error: 'AnyView' is only available in tvOS 13.0 or newer
46 | }
47 |
48 | class PopupModel: ObservableObject {
   |       `- note: add @available attribute to enclosing class
49 |     @Published var content: AnyView?
   |                             `- error: 'AnyView' is only available in tvOS 13.0 or newer
50 | }
51 |
/Users/admin/builder/spi-builder-workspace/Sources/ZPopupPresenterView.swift:49:6: error: 'Published' is only available in tvOS 13.0 or newer
46 | }
47 |
48 | class PopupModel: ObservableObject {
   |       `- note: add @available attribute to enclosing class
49 |     @Published var content: AnyView?
   |      `- error: 'Published' is only available in tvOS 13.0 or newer
50 | }
51 |
/Users/admin/builder/spi-builder-workspace/Sources/ZPopupPresenterView.swift:48:19: error: 'ObservableObject' is only available in tvOS 13.0 or newer
46 | }
47 |
48 | class PopupModel: ObservableObject {
   |       |           `- error: 'ObservableObject' is only available in tvOS 13.0 or newer
   |       `- note: add @available attribute to enclosing class
49 |     @Published var content: AnyView?
50 | }
/Users/admin/builder/spi-builder-workspace/Sources/ZPopupPresenterView.swift:53:6: error: 'ObservedObject' is only available in tvOS 13.0 or newer
50 | }
51 |
52 | struct PopupWrapperView: View {
   |        `- note: add @available attribute to enclosing struct
53 |     @ObservedObject var popupModel: PopupModel
   |      `- error: 'ObservedObject' is only available in tvOS 13.0 or newer
54 |
55 |     var body: some View {
/Users/admin/builder/spi-builder-workspace/Sources/ZPopupPresenterView.swift:55:15: error: 'some' return types are only available in tvOS 13.0.0 or newer
50 | }
51 |
52 | struct PopupWrapperView: View {
   |        `- note: add @available attribute to enclosing struct
53 |     @ObservedObject var popupModel: PopupModel
54 |
55 |     var body: some View {
   |         |     `- error: 'some' return types are only available in tvOS 13.0.0 or newer
   |         `- note: add @available attribute to enclosing property
56 |         popupModel.content
57 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ZPopupPresenterView.swift:55:20: error: 'View' is only available in tvOS 13.0 or newer
50 | }
51 |
52 | struct PopupWrapperView: View {
   |        `- note: add @available attribute to enclosing struct
53 |     @ObservedObject var popupModel: PopupModel
54 |
55 |     var body: some View {
   |         |          `- error: 'View' is only available in tvOS 13.0 or newer
   |         `- note: add @available attribute to enclosing property
56 |         popupModel.content
57 |     }
SwiftCompile normal arm64 Compiling\ ZPopupPresenterView.swift /Users/admin/builder/spi-builder-workspace/Sources/ZPopupPresenterView.swift (in target 'ZPopupPresenter' from project 'ZPopupPresenter')
    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/ZPopupPresenterView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenterView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenterView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenterView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenterView.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 -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/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenter_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/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.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/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ZPopupPresenter -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/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenterView.o -index-unit-output-path /ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenterView.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/ZPopupPresenterView.swift (in target 'ZPopupPresenter' from project 'ZPopupPresenter')
    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/ZPopupPresenterView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenterView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenterView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenterView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenterView.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 -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/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenter_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/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.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/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ZPopupPresenter -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/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenterView.o -index-unit-output-path /ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenterView.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 'ZPopupPresenter' from project 'ZPopupPresenter')
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ ZPopupPresenter (in target 'ZPopupPresenter' from project 'ZPopupPresenter')
(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 ZPopupPresenter -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:
  ZPopupPresenter: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'ZPopupPresenter' in project 'ZPopupPresenter'
        ➜ Explicit dependency on target 'ZPopupPresenter' in project 'ZPopupPresenter'
    Target 'ZPopupPresenter' in project 'ZPopupPresenter' (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 'ZPopupPresenter' from project 'ZPopupPresenter')
SwiftDriver ZPopupPresenter normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ZPopupPresenter' from project 'ZPopupPresenter')
    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 ZPopupPresenter -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenter.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 -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/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenter-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/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenter.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/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenter_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/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.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/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenter-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ ZPopupPresenter (in target 'ZPopupPresenter' from project 'ZPopupPresenter')
    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/ZPopupPresenterView.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 -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/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenter_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/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.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/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ZPopupPresenter -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/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenter.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenter.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenter-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenter-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenter-master-emit-module.d -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenter.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenter.abi.json
/Users/admin/builder/spi-builder-workspace/Sources/ZPopupPresenterView.swift:11:6: error: 'Published' is only available in tvOS 13.0 or newer
 8 | import SwiftUI
 9 |
10 | public class ZPopupPresenterModel: ObservableObject {
   |              `- note: add @available attribute to enclosing class
11 |     @Published var popupModels: [PopupModel] = []
   |      `- error: 'Published' is only available in tvOS 13.0 or newer
12 |
13 |     public init() { }
/Users/admin/builder/spi-builder-workspace/Sources/ZPopupPresenterView.swift:15:81: error: 'AnyView' is only available in tvOS 13.0 or newer
 8 | import SwiftUI
 9 |
10 | public class ZPopupPresenterModel: ObservableObject {
   |              `- note: add @available attribute to enclosing class
11 |     @Published var popupModels: [PopupModel] = []
12 |
13 |     public init() { }
14 |
15 |     public func showPopup(_ makeViewClosure: (_ close: @escaping () -> Void) -> AnyView) {
   |                 |                                                               `- error: 'AnyView' is only available in tvOS 13.0 or newer
   |                 `- note: add @available attribute to enclosing instance method
16 |         let popupModel = PopupModel()
17 |         popupModel.content = makeViewClosure({[weak popupModel, weak self] in
/Users/admin/builder/spi-builder-workspace/Sources/ZPopupPresenterView.swift:10:36: error: 'ObservableObject' is only available in tvOS 13.0 or newer
 8 | import SwiftUI
 9 |
10 | public class ZPopupPresenterModel: ObservableObject {
   |              |                     `- error: 'ObservableObject' is only available in tvOS 13.0 or newer
   |              `- note: add @available attribute to enclosing class
11 |     @Published var popupModels: [PopupModel] = []
12 |
/Users/admin/builder/spi-builder-workspace/Sources/ZPopupPresenterView.swift:32:6: error: 'ObservedObject' is only available in tvOS 13.0 or newer
29 | }
30 |
31 | public struct ZPopupPresenterView: View {
   |               `- note: add @available attribute to enclosing struct
32 |     @ObservedObject var model: ZPopupPresenterModel
   |      `- error: 'ObservedObject' is only available in tvOS 13.0 or newer
33 |
34 |     public init(model: ZPopupPresenterModel) {
/Users/admin/builder/spi-builder-workspace/Sources/ZPopupPresenterView.swift:38:22: error: 'some' return types are only available in tvOS 13.0.0 or newer
29 | }
30 |
31 | public struct ZPopupPresenterView: View {
   |               `- note: add @available attribute to enclosing struct
32 |     @ObservedObject var model: ZPopupPresenterModel
33 |
   :
36 |     }
37 |
38 |     public var body: some View {
   |                |     `- error: 'some' return types are only available in tvOS 13.0.0 or newer
   |                `- note: add @available attribute to enclosing property
39 |         ZStack {
40 |             ForEach(0..<model.popupModels.count, id: \.self) { index in
/Users/admin/builder/spi-builder-workspace/Sources/ZPopupPresenterView.swift:38:27: error: 'View' is only available in tvOS 13.0 or newer
29 | }
30 |
31 | public struct ZPopupPresenterView: View {
   |               `- note: add @available attribute to enclosing struct
32 |     @ObservedObject var model: ZPopupPresenterModel
33 |
   :
36 |     }
37 |
38 |     public var body: some View {
   |                |          `- error: 'View' is only available in tvOS 13.0 or newer
   |                `- note: add @available attribute to enclosing property
39 |         ZStack {
40 |             ForEach(0..<model.popupModels.count, id: \.self) { index in
/Users/admin/builder/spi-builder-workspace/Sources/ZPopupPresenterView.swift:49:29: error: 'AnyView' is only available in tvOS 13.0 or newer
46 | }
47 |
48 | class PopupModel: ObservableObject {
   |       `- note: add @available attribute to enclosing class
49 |     @Published var content: AnyView?
   |                             `- error: 'AnyView' is only available in tvOS 13.0 or newer
50 | }
51 |
/Users/admin/builder/spi-builder-workspace/Sources/ZPopupPresenterView.swift:49:6: error: 'Published' is only available in tvOS 13.0 or newer
46 | }
47 |
48 | class PopupModel: ObservableObject {
   |       `- note: add @available attribute to enclosing class
49 |     @Published var content: AnyView?
   |      `- error: 'Published' is only available in tvOS 13.0 or newer
50 | }
51 |
/Users/admin/builder/spi-builder-workspace/Sources/ZPopupPresenterView.swift:48:19: error: 'ObservableObject' is only available in tvOS 13.0 or newer
46 | }
47 |
48 | class PopupModel: ObservableObject {
   |       |           `- error: 'ObservableObject' is only available in tvOS 13.0 or newer
   |       `- note: add @available attribute to enclosing class
49 |     @Published var content: AnyView?
50 | }
/Users/admin/builder/spi-builder-workspace/Sources/ZPopupPresenterView.swift:53:6: error: 'ObservedObject' is only available in tvOS 13.0 or newer
50 | }
51 |
52 | struct PopupWrapperView: View {
   |        `- note: add @available attribute to enclosing struct
53 |     @ObservedObject var popupModel: PopupModel
   |      `- error: 'ObservedObject' is only available in tvOS 13.0 or newer
54 |
55 |     var body: some View {
/Users/admin/builder/spi-builder-workspace/Sources/ZPopupPresenterView.swift:55:15: error: 'some' return types are only available in tvOS 13.0.0 or newer
50 | }
51 |
52 | struct PopupWrapperView: View {
   |        `- note: add @available attribute to enclosing struct
53 |     @ObservedObject var popupModel: PopupModel
54 |
55 |     var body: some View {
   |         |     `- error: 'some' return types are only available in tvOS 13.0.0 or newer
   |         `- note: add @available attribute to enclosing property
56 |         popupModel.content
57 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ZPopupPresenterView.swift:55:20: error: 'View' is only available in tvOS 13.0 or newer
50 | }
51 |
52 | struct PopupWrapperView: View {
   |        `- note: add @available attribute to enclosing struct
53 |     @ObservedObject var popupModel: PopupModel
54 |
55 |     var body: some View {
   |         |          `- error: 'View' is only available in tvOS 13.0 or newer
   |         `- note: add @available attribute to enclosing property
56 |         popupModel.content
57 |     }
SwiftCompile normal arm64 Compiling\ ZPopupPresenterView.swift /Users/admin/builder/spi-builder-workspace/Sources/ZPopupPresenterView.swift (in target 'ZPopupPresenter' from project 'ZPopupPresenter')
    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/ZPopupPresenterView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenterView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenterView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenterView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenterView.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 -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/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenter_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/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.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/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ZPopupPresenter -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/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenterView.o -index-unit-output-path /ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenterView.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/ZPopupPresenterView.swift (in target 'ZPopupPresenter' from project 'ZPopupPresenter')
    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/ZPopupPresenterView.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenterView.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenterView.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenterView.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenterView.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 -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/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenter_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/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.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/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ZPopupPresenter -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/ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenterView.o -index-unit-output-path /ZPopupPresenter.build/Debug-appletvos/ZPopupPresenter.build/Objects-normal/arm64/ZPopupPresenterView.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 'ZPopupPresenter' from project 'ZPopupPresenter')
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ ZPopupPresenter (in target 'ZPopupPresenter' from project 'ZPopupPresenter')
(1 failure)
BUILD FAILURE 6.0 tvOS
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.