The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build AUv3Support with Swift 6.0 for tvOS using Xcode 16.2.

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bradhowes/AUv3Support.git
Reference: 17.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bradhowes/AUv3Support
 * tag               17.0.2     -> FETCH_HEAD
HEAD is now at 27980fb Show initial notice when loaded
Cloned https://github.com/bradhowes/AUv3Support.git
Revision (git rev-parse @):
27980fbc664cb1955b166f856acb204fb78e0b91
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/bradhowes/AUv3Support.git at 17.0.2
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.0
Building package at path:  $PWD
https://github.com/bradhowes/AUv3Support.git
Command line invocation:
    /Applications/Xcode-16.2.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
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  AUv3Support: /Users/admin/builder/spi-builder-workspace
resolved source packages: AUv3Support
{
  "cxx_language_standard" : "c++2b",
  "dependencies" : [
  ],
  "manifest_display_name" : "AUv3Support",
  "name" : "AUv3Support",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "AUv3-Support",
      "targets" : [
        "AUv3Support"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AUv3-Support-iOS",
      "targets" : [
        "AUv3Support-iOS-only"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AUv3-Support-macOS",
      "targets" : [
        "AUv3Support-macOS-only"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AUv3-DSP-Headers",
      "targets" : [
        "DSPHeaders"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DSPHeadersTests",
      "module_type" : "ClangTarget",
      "name" : "DSPHeadersTests",
      "path" : "Tests/DSPHeadersTests",
      "sources" : [
        "BiquadTests.mm",
        "BoolParameterTests.mm",
        "BufferFacetTests.mm",
        "BusBuffersTests.mm",
        "ConstMathTests.mm",
        "DSPTests.mm",
        "DelayBufferTests.mm",
        "EventProcessorTests.mm",
        "IntegralParameterTests.mm",
        "LFOTests.mm",
        "MillisecondParameterTests.mm",
        "PercentageParameterTests.mm",
        "PhaseIncrementTests.mm",
        "PhaseShifterTests.mm",
        "Pirkle/fxobjects.cpp",
        "RampingParameterTests.mm",
        "SampleBufferTests.mm"
      ],
      "target_dependencies" : [
        "DSPHeaders"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DSPHeaders",
      "module_type" : "ClangTarget",
      "name" : "DSPHeaders",
      "path" : "Sources/DSPHeaders",
      "product_memberships" : [
        "AUv3-Support",
        "AUv3-Support-iOS",
        "AUv3-Support-macOS",
        "AUv3-DSP-Headers"
      ],
      "sources" : [
        "DSPHeaders.mm"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AUv3SupportTests",
      "module_type" : "SwiftTarget",
      "name" : "AUv3SupportTests",
      "path" : "Tests/AUv3SupportTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/AUv3SupportTests/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AudioUnitViewConfigurationManagerTests.swift",
        "BooleanParameterEditorTests.swift",
        "Extensions/AUParameterFormattingTests.swift",
        "Extensions/AUParameterTests.swift",
        "Extensions/AUParameterTreeTests.swift",
        "Extensions/AVAudioPCMBufferTests.swift",
        "Extensions/AudioComponentDescriptionTests.swift",
        "Extensions/BundleTests.swift",
        "Extensions/CALayerTests.swift",
        "Extensions/CATransactionTests.swift",
        "Extensions/ClosedRangeTests.swift",
        "Extensions/ColorTests.swift",
        "Extensions/ComparableTests.swift",
        "Extensions/FourCharCodeTests.swift",
        "Extensions/OptionalTests.swift",
        "Extensions/StringTests.swift",
        "Extensions/TypeAliasesTests.swift",
        "Extensions/ViewTests.swift",
        "FilterAudioUnitFactoryTests.swift",
        "FilterAudioUnitTests.swift",
        "FloatParameterEditorTests.swift",
        "Hosts/AudioUnitLoaderTests.swift",
        "Hosts/SimplePlayEngineTests.swift",
        "Hosts/Template.swift",
        "Hosts/UserPresetsManagerTests.swift",
        "LogFloatParameterEditorTests.swift",
        "Parameters/ParameterAddressHolderTests.swift",
        "Parameters/ParameterDefinitionTests.swift",
        "Parameters/ParameterSourceTests.swift"
      ],
      "target_dependencies" : [
        "AUv3Support"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AUv3Support_macOSTests",
      "module_type" : "SwiftTarget",
      "name" : "AUv3Support-macOSTests",
      "path" : "Tests/AUv3Support-macOSTests",
      "sources" : [
        "HostViewConfigTests.swift",
        "HostViewManagerTests.swift",
        "PresetsMenuManagerTests.swift"
      ],
      "target_dependencies" : [
        "AUv3Support-macOS-only",
        "AUv3Support"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AUv3Support_macOS_only_tests",
      "module_type" : "SwiftTarget",
      "name" : "AUv3Support-macOS-only-tests",
      "path" : "Tests/AUv3Support-macOS-only-tests",
      "sources" : [
        "Dummy.swift"
      ],
      "target_dependencies" : [
        "AUv3Support-macOS",
        "AUv3Support"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AUv3Support_macOS_only",
      "module_type" : "SwiftTarget",
      "name" : "AUv3Support-macOS-only",
      "path" : "Sources/AUv3Support-macOS-only",
      "product_memberships" : [
        "AUv3-Support-macOS"
      ],
      "sources" : [
        "Dummy.swift"
      ],
      "target_dependencies" : [
        "AUv3Support-macOS"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AUv3Support_macOS",
      "module_type" : "SwiftTarget",
      "name" : "AUv3Support-macOS",
      "path" : "Sources/AUv3Support-macOS",
      "product_memberships" : [
        "AUv3-Support-macOS"
      ],
      "sources" : [
        "HostViewConfig.swift",
        "HostViewManager.swift",
        "PresetsMenuManager.swift"
      ],
      "target_dependencies" : [
        "AUv3Support"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AUv3Support_iOSTests",
      "module_type" : "SwiftTarget",
      "name" : "AUv3Support-iOSTests",
      "path" : "Tests/AUv3Support-iOSTests",
      "sources" : [
        "HostViewConfigTests.swift",
        "HostViewControllerTests.swift"
      ],
      "target_dependencies" : [
        "AUv3Support-iOS-only",
        "AUv3Support"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AUv3Support_iOS_only_tests",
      "module_type" : "SwiftTarget",
      "name" : "AUv3Support-iOS-only-tests",
      "path" : "Tests/AUv3Support-iOS-only-tests",
      "sources" : [
        "Dummy.swift"
      ],
      "target_dependencies" : [
        "AUv3Support-iOS",
        "AUv3Support"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AUv3Support_iOS_only",
      "module_type" : "SwiftTarget",
      "name" : "AUv3Support-iOS-only",
      "path" : "Sources/AUv3Support-iOS-only",
      "product_memberships" : [
        "AUv3-Support-iOS"
      ],
      "sources" : [
        "Dummy.swift"
      ],
      "target_dependencies" : [
        "AUv3Support-iOS"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AUv3Support_iOS",
      "module_type" : "SwiftTarget",
      "name" : "AUv3Support-iOS",
      "path" : "Sources/AUv3Support-iOS",
      "product_memberships" : [
        "AUv3-Support-iOS"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/AUv3Support-iOS/Resources/Assets.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/AUv3Support-iOS/Resources/HostView.storyboard",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Actions/ActionSupporter.swift",
        "Actions/CreatePreset.swift",
        "Actions/DeletePreset.swift",
        "Actions/RenamePreset.swift",
        "Actions/UpdatePreset.swift",
        "AppDelegate.swift",
        "HostViewConfig.swift",
        "HostViewController.swift"
      ],
      "target_dependencies" : [
        "AUv3Support"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AUv3Support",
      "module_type" : "SwiftTarget",
      "name" : "AUv3Support",
      "path" : "Sources/AUv3Support",
      "product_memberships" : [
        "AUv3-Support",
        "AUv3-Support-iOS",
        "AUv3-Support-macOS"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/AUv3Support/Resources/sample1.wav",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/AUv3Support/Resources/sample2.caf",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "AudioUnit/AudioRenderer.swift",
        "AudioUnit/AudioUnitViewConfigurationManager.swift",
        "AudioUnit/FilterAudioUnit.swift",
        "AudioUnit/FilterAudioUnitFactory.swift",
        "Editors/AUParameterEditor.swift",
        "Editors/AUParameterEditorDelegate.swift",
        "Editors/AUParameterValueProvider.swift",
        "Editors/BooleanControl.swift",
        "Editors/BooleanParameterEditor.swift",
        "Editors/FloatParameterEditor.swift",
        "Editors/FocusAwareTextField.swift",
        "Editors/RangedControl.swift",
        "Editors/ValueEditor.swift",
        "Extensions/AUAudioUnitPreset.swift",
        "Extensions/AUParameter.swift",
        "Extensions/AUParameterTree.swift",
        "Extensions/AVAudioPCMBuffer.swift",
        "Extensions/AudioComponentDescription.swift",
        "Extensions/Bundle.swift",
        "Extensions/CALayer.swift",
        "Extensions/CATransaction.swift",
        "Extensions/ClosedRange.swift",
        "Extensions/Color.swift",
        "Extensions/Comparble.swift",
        "Extensions/FourCharCode.swift",
        "Extensions/Optional.swift",
        "Extensions/String.swift",
        "Extensions/TypeAliases.swift",
        "Extensions/View.swift",
        "Host/AudioUnitLoader.swift",
        "Host/SimplePlayEngine.swift",
        "Host/UserPresetsManager.swift",
        "Parameters/AUParameterFormatting.swift",
        "Parameters/AUParameterHandler.swift",
        "Parameters/ObservableAUParameter.swift",
        "Parameters/ParameterAddressHolder.swift",
        "Parameters/ParameterAddressProvider.swift",
        "Parameters/ParameterDefinition.swift",
        "Parameters/ParameterSource.swift",
        "Parameters/ParametricValue.swift",
        "Shared.swift"
      ],
      "target_dependencies" : [
        "DSPHeaders"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
warning: 'spi-builder-workspace': 2025-06-22 17:26:11.460 spi-builder-workspace-manifest[604:3557] --- compiling with UNSAFE C++ flags: 0
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "AUv3-DSP-Headers",
      "AUv3-Support",
      "AUv3-Support-iOS",
      "AUv3-Support-macOS",
      "AUv3Support-Package"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme AUv3Support-Package -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-16.2.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 AUv3Support-Package -destination generic/platform=tvOS
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  AUv3Support: /Users/admin/builder/spi-builder-workspace
Resolve Package Graph
2025-06-22 17:26:13.657 xcodebuild[606:3599] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-22-06_17-26-0013.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
		{ generic:1, platform:tvOS }
	Available destinations for the "AUv3Support-Package" scheme:
		{ platform:visionOS Simulator, variant:Designed for [iPad,iPhone], id:A47009C3-A5F9-43E0-AB83-50D1123445FF, OS:2.3, name:Apple Vision Pro }
INFRASTRUCTURE ERROR (status: destinationUnavailable