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 Projector, reference 1.0.0 (8330c8), with Swift 6.1 for iOS using Xcode 16.3 on 12 Nov 2025 13:15:29 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ProjectorExample -destination generic/platform=iOS

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alexlerikos/Projector.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alexlerikos/Projector
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 8330c89 fixed package format
Cloned https://github.com/alexlerikos/Projector.git
Revision (git rev-parse @):
8330c89d87653fc8faa37bff6fc057758b02e272
SUCCESS checkout https://github.com/alexlerikos/Projector.git at 1.0.0
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/alexlerikos/Projector.git
https://github.com/alexlerikos/Projector.git
{
  "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"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "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.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ProjectorExample -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats
Command line invocation:
    /Applications/Xcode-16.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 ProjectorExample -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'ProjectorExample' in project 'ProjectorExample' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.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.3.0.app/Contents/Developer/usr/bin/ibtool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/actool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 5927136bfbaac3dce1cbe7eeee9bc45a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/5927136bfbaac3dce1cbe7eeee9bc45a.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.4.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.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "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.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ProjectorExample -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-16.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 ProjectorExample -destination generic/platform=iOS
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'ProjectorExample' in project 'ProjectorExample' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/ibtool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-16.3.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.3.0.app/Contents/Developer/usr/bin/actool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 5296513f6a77bcc267fc93277b73671a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/5296513f6a77bcc267fc93277b73671a.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.4.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.1 iOS