The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-package-info with Swift 5.10 for macOS (Xcode) using Xcode 15.3 at main.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme MeasurementApp -destination platform=macos,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/marinofelipe/swift-package-info.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/marinofelipe/swift-package-info
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f5c1031 Merge pull request #47 from marinofelipe/feat/revision
Cloned https://github.com/marinofelipe/swift-package-info.git
Revision (git rev-parse @):
f5c103178212565df1e6b3b3b93a9de3ddd45f57
SUCCESS checkout https://github.com/marinofelipe/swift-package-info.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             5.10
Building package at path:  $workDir
https://github.com/marinofelipe/swift-package-info.git
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
resolved source packages:
objc[22312]: Class XROS1_1SimRuntime is implemented in both /Library/Developer/CoreSimulator/Volumes/xrOS_21O209/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x1127f40e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x1146440e0). One of the two will be used. Which one is undefined.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "1.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "xcodeproj",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.7.1",
            "upper_bound" : "8.8.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/XcodeProj.git"
    },
    {
      "identity" : "http_client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.4",
            "upper_bound" : "0.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/marinofelipe/http_client"
    },
    {
      "identity" : "swift-package-manager",
      "requirement" : {
        "revision" : [
          "swift-5.9.2-RELEASE"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-package-manager"
    }
  ],
  "manifest_display_name" : "swift-package-info",
  "name" : "swift-package-info",
  "path" : "/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "swift-package-info",
      "targets" : [
        "Run"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RunTests",
      "module_type" : "SwiftTarget",
      "name" : "RunTests",
      "path" : "Tests/RunTests",
      "sources" : [
        "RunTests.swift"
      ],
      "target_dependencies" : [
        "Run"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Run",
      "module_type" : "SwiftTarget",
      "name" : "Run",
      "path" : "Sources/Run",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "swift-package-info"
      ],
      "sources" : [
        "Subcommands/BinarySize.swift",
        "Subcommands/Dependencies.swift",
        "Subcommands/FullAnalyzes.swift",
        "Subcommands/Platforms.swift",
        "SwiftPackageInfo.swift",
        "TSCUtility+Run.swift"
      ],
      "target_dependencies" : [
        "App",
        "Reports",
        "Core"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ReportsTests",
      "module_type" : "SwiftTarget",
      "name" : "ReportsTests",
      "path" : "Tests/ReportsTests",
      "sources" : [
        "Generators/ConsoleReportGeneratorTests.swift",
        "Generators/JSONDumpReportGeneratorTests.swift"
      ],
      "target_dependencies" : [
        "Reports",
        "CoreTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Reports",
      "module_type" : "SwiftTarget",
      "name" : "Reports",
      "path" : "Sources/Reports",
      "product_memberships" : [
        "swift-package-info"
      ],
      "sources" : [
        "ExpressibleByArgument+Reports.swift",
        "Generators/ConsoleReportGenerator.swift",
        "Generators/JSONDumpReportGenerator.swift",
        "Generators/ReportGenerating.swift",
        "Report.swift",
        "ReportCell.swift",
        "ReportFormat.swift",
        "Reporting.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CoreTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreTests",
      "path" : "Tests/CoreTests",
      "sources" : [
        "Helpers/FileManager+CoreTests.swift",
        "Models/SizeOnDiskTests.swift",
        "Models/SwiftPackageTests.swift",
        "ProvidedInfoTests.swift",
        "URLExtensionTests.swift"
      ],
      "target_dependencies" : [
        "Core",
        "CoreTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoreTestSupport",
      "module_type" : "SwiftTarget",
      "name" : "CoreTestSupport",
      "path" : "Sources/CoreTestSupport",
      "sources" : [
        "Doubles/Fixtures/Fixture+ProvidedInfo.swift",
        "Doubles/Fixtures/Fixture+SwiftPackage.swift",
        "Doubles/Fixtures/Fixture.swift",
        "Doubles/Mocks/ProgressAnimationMock.swift",
        "Doubles/Mocks/TerminalControllerMock.swift",
        "Extensions/XCTest+TestSupport.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Core",
      "module_type" : "SwiftTarget",
      "name" : "Core",
      "path" : "Sources/Core",
      "product_dependencies" : [
        "ArgumentParser",
        "SwiftPM"
      ],
      "product_memberships" : [
        "swift-package-info"
      ],
      "sources" : [
        "Console.swift",
        "Extensions/AbsolutePath+Core.swift",
        "Extensions/Array+Core.swift",
        "Extensions/ExpressibleByArgument+Core.swift",
        "Extensions/JSONEncoder+Core.swift",
        "Extensions/KeyPath+Core.swift",
        "Extensions/Result+Core.swift",
        "Extensions/URL+Core.swift",
        "InfoProvider.swift",
        "Models/PackageModel.swift",
        "Models/ResurceState.swift",
        "Models/SizeOnDisk.swift",
        "Models/SwiftPackage.swift",
        "PackageLoader.swift",
        "Shell.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AppTests",
      "module_type" : "SwiftTarget",
      "name" : "AppTests",
      "path" : "Tests/AppTests",
      "sources" : [
        "Fixtures/Fixture+PackageContent.swift",
        "Providers/BinarySizeProvider/BinarySizeProviderErrorTests.swift",
        "Providers/BinarySizeProvider/BinarySizeProviderTests.swift",
        "Providers/DependenciesProvider/DependenciesProviderTests.swift",
        "Providers/PlatformsProvider/PlatformsProviderTests.swift"
      ],
      "target_dependencies" : [
        "App",
        "CoreTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "App",
      "module_type" : "SwiftTarget",
      "name" : "App",
      "path" : "Sources/App",
      "product_dependencies" : [
        "XcodeProj",
        "CombineHTTPClient"
      ],
      "product_memberships" : [
        "swift-package-info"
      ],
      "sources" : [
        "Providers/BinarySizeProvider/AppManager.swift",
        "Providers/BinarySizeProvider/BinarySizeProvider.swift",
        "Providers/BinarySizeProvider/SizeMeasurer.swift",
        "Providers/DependenciesProvider/DependenciesProvider.swift",
        "Providers/PlatformsProvider/PlatformsProvider.swift",
        "Services/SwiftPackageService/SwiftPackageService.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "MeasurementApp",
    "schemes" : [
      "MeasurementApp"
    ],
    "targets" : [
      "MeasurementApp"
    ]
  }
}
objc[22451]: Class XROS1_1SimRuntime is implemented in both /Library/Developer/CoreSimulator/Volumes/xrOS_21O209/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x11197c0e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x111df40e0). One of the two will be used. Which one is undefined.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme MeasurementApp -destination platform=macos,arch=arm64
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme MeasurementApp -destination platform=macos,arch=arm64
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'MeasurementApp' in project 'MeasurementApp' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/actool --print-asset-tag-combinations --output-format xml1 /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/MeasurementApp/Preview Content/Preview Assets.xcassets /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/MeasurementApp/Assets.xcassets
ExecuteExternalTool /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/actool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: a41869dc586d04c8915ca8ad38e71741
Build description path: /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/a41869dc586d04c8915ca8ad38e71741.xcbuilddata
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/MeasurementApp.xcodeproj: error: No profiles for 'com.marinofelipe.MeasurementApp' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'com.marinofelipe.MeasurementApp'. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild. (in target 'MeasurementApp' from project 'MeasurementApp')
objc[22539]: Class XROS1_1SimRuntime is implemented in both /Library/Developer/CoreSimulator/Volumes/xrOS_21O209/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x115a700e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x115adc0e0). One of the two will be used. Which one is undefined.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:00008103-001A103E26D2001E, name:My Mac }
{ platform:visionOS Simulator, variant:Designed for [iPad,iPhone], id:F72B4774-80F1-46B1-8438-87CC44877F81, OS:1.1, name:Apple Vision Pro }
{ platform:iOS Simulator, id:8C0985BD-C231-44A9-A42A-48E32D904F22, OS:17.2, name:iPad (10th generation) }
{ platform:iOS Simulator, id:B356BE2B-EFC5-41D9-851F-D3F4BE4E9E18, OS:17.4, name:iPad (10th generation) }
{ platform:iOS Simulator, id:1061DA60-1B2C-43B4-8A12-AA8E17FDBF6B, OS:17.2, name:iPad Air (5th generation) }
{ platform:iOS Simulator, id:4E3FF828-C406-4B78-9927-9C976A8B1FCB, OS:17.4, name:iPad Air (5th generation) }
{ platform:iOS Simulator, id:25D827DD-3847-4642-8622-9336A529A407, OS:17.2, name:iPad Pro (11-inch) (4th generation) }
{ platform:iOS Simulator, id:C3B8C198-8013-4BE6-959F-63057EDC6035, OS:17.4, name:iPad Pro (11-inch) (4th generation) }
{ platform:iOS Simulator, id:EF66F110-FED0-4A49-91C4-126AC2E5240C, OS:17.2, name:iPad Pro (12.9-inch) (6th generation) }
{ platform:iOS Simulator, id:ECA6D07B-4A0E-4906-80ED-951B87F032DF, OS:17.4, name:iPad Pro (12.9-inch) (6th generation) }
{ platform:iOS Simulator, id:7D6DC3D2-B9B6-4F95-A23F-15029D0A987A, OS:17.2, name:iPad mini (6th generation) }
{ platform:iOS Simulator, id:742F36DC-4CCD-4C21-B5A2-3A184C8FC8E2, OS:17.4, name:iPad mini (6th generation) }
{ platform:iOS Simulator, id:8C38D4D5-D1D3-4860-84B1-0A1FB8CF28E4, OS:17.2, name:iPhone 15 }
{ platform:iOS Simulator, id:3CA0008B-DE9E-40AE-8796-57466FEC6CB4, OS:17.4, name:iPhone 15 }
{ platform:iOS Simulator, id:CBA75002-93AE-442A-9270-D70099CE0A53, OS:17.2, name:iPhone 15 Plus }
{ platform:iOS Simulator, id:698BC705-0BA2-43A3-B6BE-6DA0A57E93D3, OS:17.4, name:iPhone 15 Plus }
{ platform:iOS Simulator, id:508BD349-D73E-44FD-9CC7-77D01749CA1F, OS:17.2, name:iPhone 15 Pro }
{ platform:iOS Simulator, id:7AC01184-85A2-4585-8CB1-681C489D52AE, OS:17.4, name:iPhone 15 Pro }
{ platform:iOS Simulator, id:F3F94F7F-22C1-423E-9993-20876A4D535B, OS:17.2, name:iPhone 15 Pro Max }
{ platform:iOS Simulator, id:ACB7F155-FC1C-463C-9455-63BE11A7BA54, OS:17.4, name:iPhone 15 Pro Max }
{ platform:iOS Simulator, id:54F76F08-7524-4F62-A049-3CD511DF9155, OS:17.2, name:iPhone SE (3rd generation) }
{ platform:iOS Simulator, id:9937A015-E1C7-43F5-87C9-53FE3A21628D, OS:17.4, name:iPhone SE (3rd generation) }
** BUILD FAILED **
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme MeasurementApp -destination platform=macos,arch=arm64
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'MeasurementApp' in project 'MeasurementApp' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/MeasurementApp.xcodeproj: error: No profiles for 'com.marinofelipe.MeasurementApp' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'com.marinofelipe.MeasurementApp'. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild. (in target 'MeasurementApp' from project 'MeasurementApp')
objc[22670]: Class XROS1_1SimRuntime is implemented in both /Library/Developer/CoreSimulator/Volumes/xrOS_21O209/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x110b7c0e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x110ca00e0). One of the two will be used. Which one is undefined.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:00008103-001A103E26D2001E, name:My Mac }
{ platform:visionOS Simulator, variant:Designed for [iPad,iPhone], id:F72B4774-80F1-46B1-8438-87CC44877F81, OS:1.1, name:Apple Vision Pro }
{ platform:iOS Simulator, id:8C0985BD-C231-44A9-A42A-48E32D904F22, OS:17.2, name:iPad (10th generation) }
{ platform:iOS Simulator, id:B356BE2B-EFC5-41D9-851F-D3F4BE4E9E18, OS:17.4, name:iPad (10th generation) }
{ platform:iOS Simulator, id:1061DA60-1B2C-43B4-8A12-AA8E17FDBF6B, OS:17.2, name:iPad Air (5th generation) }
{ platform:iOS Simulator, id:4E3FF828-C406-4B78-9927-9C976A8B1FCB, OS:17.4, name:iPad Air (5th generation) }
{ platform:iOS Simulator, id:25D827DD-3847-4642-8622-9336A529A407, OS:17.2, name:iPad Pro (11-inch) (4th generation) }
{ platform:iOS Simulator, id:C3B8C198-8013-4BE6-959F-63057EDC6035, OS:17.4, name:iPad Pro (11-inch) (4th generation) }
{ platform:iOS Simulator, id:EF66F110-FED0-4A49-91C4-126AC2E5240C, OS:17.2, name:iPad Pro (12.9-inch) (6th generation) }
{ platform:iOS Simulator, id:ECA6D07B-4A0E-4906-80ED-951B87F032DF, OS:17.4, name:iPad Pro (12.9-inch) (6th generation) }
{ platform:iOS Simulator, id:7D6DC3D2-B9B6-4F95-A23F-15029D0A987A, OS:17.2, name:iPad mini (6th generation) }
{ platform:iOS Simulator, id:742F36DC-4CCD-4C21-B5A2-3A184C8FC8E2, OS:17.4, name:iPad mini (6th generation) }
{ platform:iOS Simulator, id:8C38D4D5-D1D3-4860-84B1-0A1FB8CF28E4, OS:17.2, name:iPhone 15 }
{ platform:iOS Simulator, id:3CA0008B-DE9E-40AE-8796-57466FEC6CB4, OS:17.4, name:iPhone 15 }
{ platform:iOS Simulator, id:CBA75002-93AE-442A-9270-D70099CE0A53, OS:17.2, name:iPhone 15 Plus }
{ platform:iOS Simulator, id:698BC705-0BA2-43A3-B6BE-6DA0A57E93D3, OS:17.4, name:iPhone 15 Plus }
{ platform:iOS Simulator, id:508BD349-D73E-44FD-9CC7-77D01749CA1F, OS:17.2, name:iPhone 15 Pro }
{ platform:iOS Simulator, id:7AC01184-85A2-4585-8CB1-681C489D52AE, OS:17.4, name:iPhone 15 Pro }
{ platform:iOS Simulator, id:F3F94F7F-22C1-423E-9993-20876A4D535B, OS:17.2, name:iPhone 15 Pro Max }
{ platform:iOS Simulator, id:ACB7F155-FC1C-463C-9455-63BE11A7BA54, OS:17.4, name:iPhone 15 Pro Max }
{ platform:iOS Simulator, id:54F76F08-7524-4F62-A049-3CD511DF9155, OS:17.2, name:iPhone SE (3rd generation) }
{ platform:iOS Simulator, id:9937A015-E1C7-43F5-87C9-53FE3A21628D, OS:17.4, name:iPhone SE (3rd generation) }
** BUILD FAILED **
BUILD FAILURE 5.10 macosXcodebuild

Build Machine: Mac 7