The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-package-info with Swift 5.9 for macOS (Xcode) using Xcode 15.2 at 1.5.0.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.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: 1.5.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/marinofelipe/swift-package-info
 * tag               1.5.0      -> FETCH_HEAD
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 1.5.0
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             5.9
Building package at path:  $workDir
https://github.com/marinofelipe/swift-package-info.git
Command line invocation:
    /Applications/Xcode-15.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
resolved source packages:
objc[98190]: 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 (0x1113940e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x112fb00e0). 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/TDmZkXJm/2/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[98249]: 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 (0x10bae00e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10baf40e0). One of the two will be used. Which one is undefined.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.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.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme MeasurementApp -destination platform=macos,arch=arm64
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/TDmZkXJm/2/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
Build description signature: ef419d683e2c590c8626b71cecc91673
Build description path: /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/ef419d683e2c590c8626b71cecc91673.xcbuilddata
/Users/builder/builds/TDmZkXJm/2/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[98273]: 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 (0x10d7f00e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10eaf80e0). One of the two will be used. Which one is undefined.
** BUILD FAILED **
Command line invocation:
    /Applications/Xcode-15.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme MeasurementApp -destination platform=macos,arch=arm64
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/TDmZkXJm/2/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
Build description signature: ef419d683e2c590c8626b71cecc91673
Build description path: /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/ef419d683e2c590c8626b71cecc91673.xcbuilddata
/Users/builder/builds/TDmZkXJm/2/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[98303]: 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 (0x109fec0e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x111cd40e0). One of the two will be used. Which one is undefined.
** BUILD FAILED **
BUILD FAILURE 5.9 macosXcodebuild