The Swift Package Index logo.Swift Package Index

Build Information

Failed to build NYTPhotoViewer, reference develop (2c33ed), with Swift 6.0 for macOS (Xcode) using Xcode 16.2 on 5 Feb 2026 00:53:29 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nytimes/NYTPhotoViewer.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nytimes/NYTPhotoViewer
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 2c33ed7 update imports (#374)
Cloned https://github.com/nytimes/NYTPhotoViewer.git
Revision (git rev-parse @):
2c33ed7898c56fa7142582c14f24b3d1f50f4073
SUCCESS checkout https://github.com/nytimes/NYTPhotoViewer.git at develop
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.0
Building package at path:  $PWD
https://github.com/nytimes/NYTPhotoViewer.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/pinterest/PINRemoteImage.git
Fetching from https://github.com/pinterest/PINCache.git
Fetching from https://github.com/pinterest/PINOperation.git
Creating working copy of package ‘PINOperation’
Checking out 1.2.3 of package ‘PINOperation’
Creating working copy of package ‘PINCache’
Checking out 3.0.4 of package ‘PINCache’
Creating working copy of package ‘PINRemoteImage’
Checking out 3.0.4 of package ‘PINRemoteImage’
Resolve Package Graph
Resolved source packages:
  PINRemoteImage: https://github.com/pinterest/PINRemoteImage.git @ 3.0.4
  PINCache: https://github.com/pinterest/PINCache.git @ 3.0.4
  NYTPhotoViewer: /Users/admin/builder/spi-builder-workspace
  PINOperation: https://github.com/pinterest/PINOperation.git @ 1.2.3
resolved source packages: PINRemoteImage, PINCache, NYTPhotoViewer, PINOperation
{
  "dependencies" : [
    {
      "identity" : "pinremoteimage",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.1",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pinterest/PINRemoteImage.git"
    }
  ],
  "manifest_display_name" : "NYTPhotoViewer",
  "name" : "NYTPhotoViewer",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "NYTPhotoViewer",
      "targets" : [
        "NYTPhotoViewer",
        "NYTPhotoViewerGIF"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NYTPhotoViewerGIF",
      "module_type" : "ClangTarget",
      "name" : "NYTPhotoViewerGIF",
      "path" : "SourceSymLink",
      "product_dependencies" : [
        "PINRemoteImage"
      ],
      "product_memberships" : [
        "NYTPhotoViewer"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/SourceSymLink/Media.xcassets",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "NYTInterstitialViewController.m",
        "NYTPhotoCaptionView.m",
        "NYTPhotoDismissalInteractionController.m",
        "NYTPhotoTransitionAnimator.m",
        "NYTPhotoTransitionController.m",
        "NYTPhotoViewController.m",
        "NYTPhotoViewerArrayDataSource.m",
        "NYTPhotoViewerSinglePhotoDataSource.m",
        "NYTPhotosOverlayView.m",
        "NYTPhotosViewController.m",
        "NYTScalingImageView.m",
        "Resource Loading/NSBundle+NYTPhotoViewer.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NYTPhotoViewer",
      "module_type" : "ClangTarget",
      "name" : "NYTPhotoViewer",
      "path" : "NYTPhotoViewer",
      "product_memberships" : [
        "NYTPhotoViewer"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/NYTPhotoViewer/Media.xcassets",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "NYTInterstitialViewController.m",
        "NYTPhotoCaptionView.m",
        "NYTPhotoDismissalInteractionController.m",
        "NYTPhotoTransitionAnimator.m",
        "NYTPhotoTransitionController.m",
        "NYTPhotoViewController.m",
        "NYTPhotoViewerArrayDataSource.m",
        "NYTPhotoViewerSinglePhotoDataSource.m",
        "NYTPhotosOverlayView.m",
        "NYTPhotosViewController.m",
        "NYTScalingImageView.m",
        "Resource Loading/NSBundle+NYTPhotoViewer.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "NYTPhotoViewer"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme NYTPhotoViewer -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 NYTPhotoViewer -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
Resolve Package Graph
Resolved source packages:
  PINRemoteImage: https://github.com/pinterest/PINRemoteImage.git @ 3.0.4
  PINOperation: https://github.com/pinterest/PINOperation.git @ 1.2.3
  NYTPhotoViewer: /Users/admin/builder/spi-builder-workspace
  PINCache: https://github.com/pinterest/PINCache.git @ 3.0.4
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (13 targets)
    Target 'NYTPhotoViewer' in project 'NYTPhotoViewer'
        ➜ Explicit dependency on target 'NYTPhotoViewer' in project 'NYTPhotoViewer'
        ➜ Explicit dependency on target 'NYTPhotoViewerGIF' in project 'NYTPhotoViewer'
        ➜ Explicit dependency on target 'NYTPhotoViewer_NYTPhotoViewer' in project 'NYTPhotoViewer'
        ➜ Explicit dependency on target 'NYTPhotoViewer_NYTPhotoViewerGIF' in project 'NYTPhotoViewer'
        ➜ Explicit dependency on target 'PINRemoteImage' in project 'PINRemoteImage'
    Target 'NYTPhotoViewerGIF' in project 'NYTPhotoViewer'
        ➜ Explicit dependency on target 'NYTPhotoViewer_NYTPhotoViewerGIF' in project 'NYTPhotoViewer'
        ➜ Explicit dependency on target 'PINRemoteImage' in project 'PINRemoteImage'
    Target 'PINRemoteImage' in project 'PINRemoteImage'
        ➜ Explicit dependency on target 'PINRemoteImage' in project 'PINRemoteImage'
        ➜ Explicit dependency on target 'PINCache' in project 'PINCache'
    Target 'PINRemoteImage' in project 'PINRemoteImage'
        ➜ Explicit dependency on target 'PINCache' in project 'PINCache'
    Target 'PINCache' in project 'PINCache'
        ➜ Explicit dependency on target 'PINCache' in project 'PINCache'
        ➜ Explicit dependency on target 'PINCache_PINCache' in project 'PINCache'
        ➜ Explicit dependency on target 'PINOperation' in project 'PINOperation'
    Target 'PINCache' in project 'PINCache'
        ➜ Explicit dependency on target 'PINCache_PINCache' in project 'PINCache'
        ➜ Explicit dependency on target 'PINOperation' in project 'PINOperation'
    Target 'PINOperation' in project 'PINOperation'
        ➜ Explicit dependency on target 'PINOperation' in project 'PINOperation'
        ➜ Explicit dependency on target 'PINOperation_PINOperation' in project 'PINOperation'
    Target 'PINOperation' in project 'PINOperation'
        ➜ Explicit dependency on target 'PINOperation_PINOperation' in project 'PINOperation'
    Target 'PINOperation_PINOperation' in project 'PINOperation' (no dependencies)
    Target 'PINCache_PINCache' in project 'PINCache' (no dependencies)
    Target 'NYTPhotoViewer_NYTPhotoViewerGIF' in project 'NYTPhotoViewer' (no dependencies)
    Target 'NYTPhotoViewer' in project 'NYTPhotoViewer'
        ➜ Explicit dependency on target 'NYTPhotoViewer_NYTPhotoViewer' in project 'NYTPhotoViewer'
    Target 'NYTPhotoViewer_NYTPhotoViewer' in project 'NYTPhotoViewer' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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 -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -x objective-c -c /dev/null
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/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -x c -c /dev/null
Build description signature: 1177fefc7e8e9e1154d9947ce863bfa6
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/1177fefc7e8e9e1154d9947ce863bfa6.xcbuilddata
error: The package product 'PINRemoteImage' requires minimum platform version 11.0 for the macOS platform, but this target supports 10.13 (in target 'NYTPhotoViewerGIF' from project 'NYTPhotoViewer')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:5f57a47afc7c385b59d5293dd2df52a3f4812696, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:5f57a47afc7c385b59d5293dd2df52a3f4812696, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:5f57a47afc7c385b59d5293dd2df52a3f4812696, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:5f57a47afc7c385b59d5293dd2df52a3f4812696, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme NYTPhotoViewer
(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:
  PINRemoteImage: https://github.com/pinterest/PINRemoteImage.git @ 3.0.4
  PINCache: https://github.com/pinterest/PINCache.git @ 3.0.4
  NYTPhotoViewer: /Users/admin/builder/spi-builder-workspace
  PINOperation: https://github.com/pinterest/PINOperation.git @ 1.2.3
resolved source packages: PINRemoteImage, PINCache, NYTPhotoViewer, PINOperation
{
  "dependencies" : [
    {
      "identity" : "pinremoteimage",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.1",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pinterest/PINRemoteImage.git"
    }
  ],
  "manifest_display_name" : "NYTPhotoViewer",
  "name" : "NYTPhotoViewer",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "NYTPhotoViewer",
      "targets" : [
        "NYTPhotoViewer",
        "NYTPhotoViewerGIF"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NYTPhotoViewerGIF",
      "module_type" : "ClangTarget",
      "name" : "NYTPhotoViewerGIF",
      "path" : "SourceSymLink",
      "product_dependencies" : [
        "PINRemoteImage"
      ],
      "product_memberships" : [
        "NYTPhotoViewer"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/SourceSymLink/Media.xcassets",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "NYTInterstitialViewController.m",
        "NYTPhotoCaptionView.m",
        "NYTPhotoDismissalInteractionController.m",
        "NYTPhotoTransitionAnimator.m",
        "NYTPhotoTransitionController.m",
        "NYTPhotoViewController.m",
        "NYTPhotoViewerArrayDataSource.m",
        "NYTPhotoViewerSinglePhotoDataSource.m",
        "NYTPhotosOverlayView.m",
        "NYTPhotosViewController.m",
        "NYTScalingImageView.m",
        "Resource Loading/NSBundle+NYTPhotoViewer.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NYTPhotoViewer",
      "module_type" : "ClangTarget",
      "name" : "NYTPhotoViewer",
      "path" : "NYTPhotoViewer",
      "product_memberships" : [
        "NYTPhotoViewer"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/NYTPhotoViewer/Media.xcassets",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "NYTInterstitialViewController.m",
        "NYTPhotoCaptionView.m",
        "NYTPhotoDismissalInteractionController.m",
        "NYTPhotoTransitionAnimator.m",
        "NYTPhotoTransitionController.m",
        "NYTPhotoViewController.m",
        "NYTPhotoViewerArrayDataSource.m",
        "NYTPhotoViewerSinglePhotoDataSource.m",
        "NYTPhotosOverlayView.m",
        "NYTPhotosViewController.m",
        "NYTScalingImageView.m",
        "Resource Loading/NSBundle+NYTPhotoViewer.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "NYTPhotoViewer"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme NYTPhotoViewer -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 NYTPhotoViewer -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:
  PINCache: https://github.com/pinterest/PINCache.git @ 3.0.4
  NYTPhotoViewer: /Users/admin/builder/spi-builder-workspace
  PINOperation: https://github.com/pinterest/PINOperation.git @ 1.2.3
  PINRemoteImage: https://github.com/pinterest/PINRemoteImage.git @ 3.0.4
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (13 targets)
    Target 'NYTPhotoViewer' in project 'NYTPhotoViewer'
        ➜ Explicit dependency on target 'NYTPhotoViewer' in project 'NYTPhotoViewer'
        ➜ Explicit dependency on target 'NYTPhotoViewerGIF' in project 'NYTPhotoViewer'
        ➜ Explicit dependency on target 'NYTPhotoViewer_NYTPhotoViewer' in project 'NYTPhotoViewer'
        ➜ Explicit dependency on target 'NYTPhotoViewer_NYTPhotoViewerGIF' in project 'NYTPhotoViewer'
        ➜ Explicit dependency on target 'PINRemoteImage' in project 'PINRemoteImage'
    Target 'NYTPhotoViewerGIF' in project 'NYTPhotoViewer'
        ➜ Explicit dependency on target 'NYTPhotoViewer_NYTPhotoViewerGIF' in project 'NYTPhotoViewer'
        ➜ Explicit dependency on target 'PINRemoteImage' in project 'PINRemoteImage'
    Target 'PINRemoteImage' in project 'PINRemoteImage'
        ➜ Explicit dependency on target 'PINRemoteImage' in project 'PINRemoteImage'
        ➜ Explicit dependency on target 'PINCache' in project 'PINCache'
    Target 'PINRemoteImage' in project 'PINRemoteImage'
        ➜ Explicit dependency on target 'PINCache' in project 'PINCache'
    Target 'PINCache' in project 'PINCache'
        ➜ Explicit dependency on target 'PINCache' in project 'PINCache'
        ➜ Explicit dependency on target 'PINCache_PINCache' in project 'PINCache'
        ➜ Explicit dependency on target 'PINOperation' in project 'PINOperation'
    Target 'PINCache' in project 'PINCache'
        ➜ Explicit dependency on target 'PINCache_PINCache' in project 'PINCache'
        ➜ Explicit dependency on target 'PINOperation' in project 'PINOperation'
    Target 'PINOperation' in project 'PINOperation'
        ➜ Explicit dependency on target 'PINOperation' in project 'PINOperation'
        ➜ Explicit dependency on target 'PINOperation_PINOperation' in project 'PINOperation'
    Target 'PINOperation' in project 'PINOperation'
        ➜ Explicit dependency on target 'PINOperation_PINOperation' in project 'PINOperation'
    Target 'PINOperation_PINOperation' in project 'PINOperation' (no dependencies)
    Target 'PINCache_PINCache' in project 'PINCache' (no dependencies)
    Target 'NYTPhotoViewer_NYTPhotoViewerGIF' in project 'NYTPhotoViewer' (no dependencies)
    Target 'NYTPhotoViewer' in project 'NYTPhotoViewer'
        ➜ Explicit dependency on target 'NYTPhotoViewer_NYTPhotoViewer' in project 'NYTPhotoViewer'
    Target 'NYTPhotoViewer_NYTPhotoViewer' in project 'NYTPhotoViewer' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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 -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -x objective-c -c /dev/null
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/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -x c -c /dev/null
Build description signature: 1177fefc7e8e9e1154d9947ce863bfa6
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/1177fefc7e8e9e1154d9947ce863bfa6.xcbuilddata
error: The package product 'PINRemoteImage' requires minimum platform version 11.0 for the macOS platform, but this target supports 10.13 (in target 'NYTPhotoViewerGIF' from project 'NYTPhotoViewer')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:5f57a47afc7c385b59d5293dd2df52a3f4812696, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:5f57a47afc7c385b59d5293dd2df52a3f4812696, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:5f57a47afc7c385b59d5293dd2df52a3f4812696, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:5f57a47afc7c385b59d5293dd2df52a3f4812696, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme NYTPhotoViewer
(1 failure)
BUILD FAILURE 6.0 macosXcodebuild