The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Projector, reference main (50438f), with Swift 6.0 for macOS (Xcode) using Xcode 16.2 on 12 Nov 2025 13:15:37 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ProjectorExample -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alexlerikos/Projector.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alexlerikos/Projector
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 50438f0 Update README.md
Cloned https://github.com/alexlerikos/Projector.git
Revision (git rev-parse @):
50438f0092c37ef2455b5d76d84378499770fe6c
SUCCESS checkout https://github.com/alexlerikos/Projector.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.0
Building package at path:  $PWD
https://github.com/alexlerikos/Projector.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
Fetching from https://github.com/alexlerikos/Projector
Creating working copy of package ‘Projector’
Checking out 1.0.0 of package ‘Projector’
Resolved source packages:
  Projector: https://github.com/alexlerikos/Projector @ 1.0.0
resolved source packages: Projector
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Projector",
  "name" : "Projector",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Projector",
      "targets" : [
        "Projector"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ProjectorTests",
      "module_type" : "SwiftTarget",
      "name" : "ProjectorTests",
      "path" : "Tests/ProjectorTests",
      "sources" : [
        "ProjectorTests.swift"
      ],
      "target_dependencies" : [
        "Projector"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Projector",
      "module_type" : "SwiftTarget",
      "name" : "Projector",
      "path" : "Sources/Projector",
      "product_memberships" : [
        "Projector"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Projector/Resources/ProjectorAssets.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Projector/Resources/ProjectorView.xib",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Extensions/AVPlayer+Extensions.swift",
        "Extensions/UIView+Extensions.swift",
        "Models/Playback Button/PlaybackButtonState.swift",
        "Models/Playback Button/PlaybackButtonStateMachine.swift",
        "Models/Playback/PlaybackState.swift",
        "Models/Playback/PlaybackStateMachine.swift",
        "Models/StateMachineDelegate.swift",
        "ProjectorView+PlayerControls.swift",
        "ProjectorView+Public_API.swift",
        "ProjectorView+TimerAPI.swift",
        "ProjectorView.swift",
        "Sub Views/LoadingAnimationView.swift",
        "Sub Views/PlayPauseRestartButton.swift",
        "Sub Views/ProgressSliderView.swift",
        "Sub Views/WaterMarkImageView.swift",
        "Third Party/Stateful/StateMachine.swift",
        "Third Party/Stateful/Transition.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "Projector",
    "schemes" : [
      "ProjectorExample"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ProjectorExample -destination platform=macOS,arch=arm64
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 ProjectorExample -destination platform=macOS,arch=arm64
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:
  Projector: https://github.com/alexlerikos/Projector @ 1.0.0
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'ProjectorExample' in project 'ProjectorExample'
        ➜ Explicit dependency on target 'Projector' in project 'Projector'
    Target 'Projector' in project 'Projector'
        ➜ Explicit dependency on target 'Projector' in project 'Projector'
        ➜ Explicit dependency on target 'Projector_Projector' in project 'Projector'
    Target 'Projector' in project 'Projector'
        ➜ Explicit dependency on target 'Projector_Projector' in project 'Projector'
    Target 'Projector_Projector' in project 'Projector' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/ibtool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/actool --print-asset-tag-combinations --output-format xml1 /Users/admin/builder/spi-builder-workspace/ProjectorExample/ProjectorExample/Assets.xcassets
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/actool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: e37916049ed8642b7dc58125e07bbd43
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/e37916049ed8642b7dc58125e07bbd43.xcbuilddata
/Users/admin/builder/spi-builder-workspace/ProjectorExample/ProjectorExample.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 26.1, but the range of supported deployment target versions is 12.0 to 18.2.99. (in target 'ProjectorExample' from project 'ProjectorExample')
/Users/admin/builder/spi-builder-workspace/ProjectorExample/ProjectorExample.xcodeproj: error: No profiles for 'com.uhuApps.ProjectorExample' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'com.uhuApps.ProjectorExample'. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild. (in target 'ProjectorExample' from project 'ProjectorExample')
** BUILD FAILED **
The following build commands failed:
	Building workspace Projector with scheme ProjectorExample
(1 failure)
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
Resolved source packages:
  Projector: https://github.com/alexlerikos/Projector @ 1.0.0
resolved source packages: Projector
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Projector",
  "name" : "Projector",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Projector",
      "targets" : [
        "Projector"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ProjectorTests",
      "module_type" : "SwiftTarget",
      "name" : "ProjectorTests",
      "path" : "Tests/ProjectorTests",
      "sources" : [
        "ProjectorTests.swift"
      ],
      "target_dependencies" : [
        "Projector"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Projector",
      "module_type" : "SwiftTarget",
      "name" : "Projector",
      "path" : "Sources/Projector",
      "product_memberships" : [
        "Projector"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Projector/Resources/ProjectorAssets.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Projector/Resources/ProjectorView.xib",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Extensions/AVPlayer+Extensions.swift",
        "Extensions/UIView+Extensions.swift",
        "Models/Playback Button/PlaybackButtonState.swift",
        "Models/Playback Button/PlaybackButtonStateMachine.swift",
        "Models/Playback/PlaybackState.swift",
        "Models/Playback/PlaybackStateMachine.swift",
        "Models/StateMachineDelegate.swift",
        "ProjectorView+PlayerControls.swift",
        "ProjectorView+Public_API.swift",
        "ProjectorView+TimerAPI.swift",
        "ProjectorView.swift",
        "Sub Views/LoadingAnimationView.swift",
        "Sub Views/PlayPauseRestartButton.swift",
        "Sub Views/ProgressSliderView.swift",
        "Sub Views/WaterMarkImageView.swift",
        "Third Party/Stateful/StateMachine.swift",
        "Third Party/Stateful/Transition.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "Projector",
    "schemes" : [
      "ProjectorExample"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ProjectorExample -destination platform=macOS,arch=arm64
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 ProjectorExample -destination platform=macOS,arch=arm64
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:
  Projector: https://github.com/alexlerikos/Projector @ 1.0.0
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'ProjectorExample' in project 'ProjectorExample'
        ➜ Explicit dependency on target 'Projector' in project 'Projector'
    Target 'Projector' in project 'Projector'
        ➜ Explicit dependency on target 'Projector' in project 'Projector'
        ➜ Explicit dependency on target 'Projector_Projector' in project 'Projector'
    Target 'Projector' in project 'Projector'
        ➜ Explicit dependency on target 'Projector_Projector' in project 'Projector'
    Target 'Projector_Projector' in project 'Projector' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/ibtool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/actool --print-asset-tag-combinations --output-format xml1 /Users/admin/builder/spi-builder-workspace/ProjectorExample/ProjectorExample/Assets.xcassets
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/actool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 95de1410e9e025c77615e2c32e99efab
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/95de1410e9e025c77615e2c32e99efab.xcbuilddata
/Users/admin/builder/spi-builder-workspace/ProjectorExample/ProjectorExample.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 26.1, but the range of supported deployment target versions is 12.0 to 18.2.99. (in target 'ProjectorExample' from project 'ProjectorExample')
/Users/admin/builder/spi-builder-workspace/ProjectorExample/ProjectorExample.xcodeproj: error: No profiles for 'com.uhuApps.ProjectorExample' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'com.uhuApps.ProjectorExample'. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild. (in target 'ProjectorExample' from project 'ProjectorExample')
** BUILD FAILED **
The following build commands failed:
	Building workspace Projector with scheme ProjectorExample
(1 failure)
BUILD FAILURE 6.0 macosXcodebuild