The Swift Package Index logo.Swift Package Index

Build Information

Failed to build HealthDataSync, reference master (7e2ca2), with Swift 6.2 for iOS using Xcode 26.3 on 17 Jun 2025 14:16:37 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/microsoft/health-data-sync.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/microsoft/health-data-sync
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7e2ca28 Merge pull request #1 from microsoft/personal/namalu/installation-documentation
Cloned https://github.com/microsoft/health-data-sync.git
Revision (git rev-parse @):
7e2ca28f1cc601c007b46de68c9a4a4e4b81d2e7
SUCCESS checkout https://github.com/microsoft/health-data-sync.git at master
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/microsoft/health-data-sync.git
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/Quick/Quick
Fetching from https://github.com/Quick/Nimble
Creating working copy of package ‘Quick’
Checking out 2.2.1 of package ‘Quick’
Creating working copy of package ‘Nimble’
Checking out 8.0.2 of package ‘Nimble’
Resolved source packages:
  Quick: https://github.com/Quick/Quick @ 2.2.1
  Nimble: https://github.com/Quick/Nimble @ 8.0.2
resolved source packages: Quick, Nimble
{
  "dependencies" : [
  ],
  "manifest_display_name" : "HealthDataSync",
  "name" : "HealthDataSync",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "HealthDataSync",
      "targets" : [
        "HealthDataSync"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HealthDataSync",
      "module_type" : "SwiftTarget",
      "name" : "HealthDataSync",
      "path" : "Sources",
      "product_memberships" : [
        "HealthDataSync"
      ],
      "sources" : [
        "Constants.swift",
        "HDSConverterProtocol.swift",
        "HDSError.swift",
        "HDSManager.swift",
        "HDSManagerFactory.swift",
        "HDSManagerProtocol.swift",
        "HDSPermissionsManager.swift",
        "HDSQueryObserver.swift",
        "HDSQueryObserverDelegate.swift",
        "HDSQueryObserverFactory.swift",
        "Proxies/HDSStoreProxy.swift",
        "Proxies/HDSStoreProxyProtocol.swift",
        "Proxies/HDSUserDefaultsProxy.swift",
        "Proxies/HDSUserDefaultsProxyProtocol.swift",
        "Synchronizers/HDSExternalObjectProtocol.swift",
        "Synchronizers/HDSExternalStoreProtocol.swift",
        "Synchronizers/HDSObjectSynchronizer.swift",
        "Synchronizers/HDSObjectSynchronizerProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "HealthDataSync",
    "schemes" : [
      "HealthDataSync_Tests"
    ],
    "targets" : [
      "HealthDataSync_Tests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme HealthDataSync_Tests -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.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 HealthDataSync_Tests -destination generic/platform=iOS
Resolve Package Graph
Resolved source packages:
  Quick: https://github.com/Quick/Quick @ 2.2.1
  Nimble: https://github.com/Quick/Nimble @ 8.0.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'HealthDataSync_Tests' in project 'HealthDataSync'
        ➜ Explicit dependency on target 'Quick' in project 'Quick'
        ➜ Explicit dependency on target 'Nimble' in project 'Nimble'
    Target 'Nimble' in project 'Nimble'
        ➜ Explicit dependency on target 'Nimble' in project 'Nimble'
    Target 'Nimble' in project 'Nimble' (no dependencies)
    Target 'Quick' in project 'Quick'
        ➜ Explicit dependency on target 'Quick' in project 'Quick'
        ➜ Explicit dependency on target 'QuickObjCRuntime' in project 'Quick'
    Target 'Quick' in project 'Quick'
        ➜ Explicit dependency on target 'QuickObjCRuntime' in project 'Quick'
    Target 'QuickObjCRuntime' in project 'Quick' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -x c -c /dev/null
Build description signature: 2b162cd1afa9360a77b068135601ba8b
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2b162cd1afa9360a77b068135601ba8b.xcbuilddata
/Users/admin/builder/spi-builder-workspace/HealthDataSync.xcodeproj: error: No signing certificate "iOS Development" found: No "iOS Development" signing certificate matching team ID "UBF8T346G9" with a private key was found. (in target 'HealthDataSync_Tests' from project 'HealthDataSync')
** BUILD FAILED **
The following build commands failed:
	Building project HealthDataSync with scheme HealthDataSync_Tests
(1 failure)
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  Nimble: https://github.com/Quick/Nimble @ 8.0.2
  Quick: https://github.com/Quick/Quick @ 2.2.1
resolved source packages: Nimble, Quick
{
  "dependencies" : [
  ],
  "manifest_display_name" : "HealthDataSync",
  "name" : "HealthDataSync",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "HealthDataSync",
      "targets" : [
        "HealthDataSync"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HealthDataSync",
      "module_type" : "SwiftTarget",
      "name" : "HealthDataSync",
      "path" : "Sources",
      "product_memberships" : [
        "HealthDataSync"
      ],
      "sources" : [
        "Constants.swift",
        "HDSConverterProtocol.swift",
        "HDSError.swift",
        "HDSManager.swift",
        "HDSManagerFactory.swift",
        "HDSManagerProtocol.swift",
        "HDSPermissionsManager.swift",
        "HDSQueryObserver.swift",
        "HDSQueryObserverDelegate.swift",
        "HDSQueryObserverFactory.swift",
        "Proxies/HDSStoreProxy.swift",
        "Proxies/HDSStoreProxyProtocol.swift",
        "Proxies/HDSUserDefaultsProxy.swift",
        "Proxies/HDSUserDefaultsProxyProtocol.swift",
        "Synchronizers/HDSExternalObjectProtocol.swift",
        "Synchronizers/HDSExternalStoreProtocol.swift",
        "Synchronizers/HDSObjectSynchronizer.swift",
        "Synchronizers/HDSObjectSynchronizerProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "HealthDataSync",
    "schemes" : [
      "HealthDataSync_Tests"
    ],
    "targets" : [
      "HealthDataSync_Tests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme HealthDataSync_Tests -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.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 HealthDataSync_Tests -destination generic/platform=iOS
Resolve Package Graph
Resolved source packages:
  Nimble: https://github.com/Quick/Nimble @ 8.0.2
  Quick: https://github.com/Quick/Quick @ 2.2.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'HealthDataSync_Tests' in project 'HealthDataSync'
        ➜ Explicit dependency on target 'Quick' in project 'Quick'
        ➜ Explicit dependency on target 'Nimble' in project 'Nimble'
    Target 'Nimble' in project 'Nimble'
        ➜ Explicit dependency on target 'Nimble' in project 'Nimble'
    Target 'Nimble' in project 'Nimble' (no dependencies)
    Target 'Quick' in project 'Quick'
        ➜ Explicit dependency on target 'Quick' in project 'Quick'
        ➜ Explicit dependency on target 'QuickObjCRuntime' in project 'Quick'
    Target 'Quick' in project 'Quick'
        ➜ Explicit dependency on target 'QuickObjCRuntime' in project 'Quick'
    Target 'QuickObjCRuntime' in project 'Quick' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -x c -c /dev/null
Build description signature: 2b162cd1afa9360a77b068135601ba8b
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2b162cd1afa9360a77b068135601ba8b.xcbuilddata
/Users/admin/builder/spi-builder-workspace/HealthDataSync.xcodeproj: error: No signing certificate "iOS Development" found: No "iOS Development" signing certificate matching team ID "UBF8T346G9" with a private key was found. (in target 'HealthDataSync_Tests' from project 'HealthDataSync')
** BUILD FAILED **
The following build commands failed:
	Building project HealthDataSync with scheme HealthDataSync_Tests
(1 failure)
BUILD FAILURE 6.2 iOS