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 MSAL, reference dev (b25ddb), with Swift 6.1 for macOS (SPM) on 12 Jun 2025 16:47:29 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AzureAD/microsoft-authentication-library-for-objc.git
Reference: dev
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AzureAD/microsoft-authentication-library-for-objc
 * branch            dev        -> FETCH_HEAD
 * [new branch]      dev        -> origin/dev
HEAD is now at b25ddbb Remove MFA and JIT Private Preview tag (#2632)
Submodule path 'MSAL/IdentityCore': checked out 'f3b83fe0b869e4e4bfc26981f8b2761e6c4830e0'
Submodule 'MSAL/IdentityCore' (https://github.com/AzureAD/microsoft-authentication-library-common-for-objc) registered for path 'MSAL/IdentityCore'
Cloning into '/Users/admin/builder/spi-builder-workspace/MSAL/IdentityCore'...
Cloned https://github.com/AzureAD/microsoft-authentication-library-for-objc.git
Revision (git rev-parse @):
b25ddbb2379aa2b296719e7fdc5eaaeec9845ec8
SUCCESS checkout https://github.com/AzureAD/microsoft-authentication-library-for-objc.git at dev
Downloading binary artifact https://github.com/AzureAD/microsoft-authentication-library-for-objc/releases/download/2.1.0/MSAL.zip
[15547/6800639] Downloading https://github.com/AzureAD/microsoft-authentication-library-for-objc/releases/download/2.1.0/MSAL.zip
Downloaded https://github.com/AzureAD/microsoft-authentication-library-for-objc/releases/download/2.1.0/MSAL.zip (1.46s)
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "microsoft-authentication-library-for-objc",
      "name": "MSAL",
      "url": "https://github.com/AzureAD/microsoft-authentication-library-for-objc.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/microsoft-authentication-library-for-objc",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/AzureAD/microsoft-authentication-library-for-objc.git
[1/68556] Fetching microsoft-authentication-library-for-objc
Fetched https://github.com/AzureAD/microsoft-authentication-library-for-objc.git from cache (13.63s)
Creating working copy for https://github.com/AzureAD/microsoft-authentication-library-for-objc.git
Working copy of https://github.com/AzureAD/microsoft-authentication-library-for-objc.git resolved at dev (b25ddbb)
Fetching binary artifact https://github.com/AzureAD/microsoft-authentication-library-for-objc/releases/download/2.1.0/MSAL.zip from cache
Fetched https://github.com/AzureAD/microsoft-authentication-library-for-objc/releases/download/2.1.0/MSAL.zip from cache (0.38s)
warning: '.resolve-product-dependencies': dependency 'microsoft-authentication-library-for-objc' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/AzureAD/microsoft-authentication-library-for-objc.git
https://github.com/AzureAD/microsoft-authentication-library-for-objc.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "MSAL",
  "name" : "MSAL",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "MSAL",
      "targets" : [
        "MSAL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MSAL",
      "module_type" : "BinaryTarget",
      "name" : "MSAL",
      "path" : "remote/archive/MSAL.zip",
      "product_memberships" : [
        "MSAL"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
error: The package does not contain a buildable target.
Add at least one `.target` or `.executableTarget` to your `Package.swift`.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
error: The package does not contain a buildable target.
Add at least one `.target` or `.executableTarget` to your `Package.swift`.
BUILD FAILURE 6.1 macosSpm