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

Successful build of shortcuts-mcp-server, reference main (fc416d), with Swift 6.2 (beta) for macOS (SPM) on 9 Sep 2025 11:25:47 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/artemnovichkov/shortcuts-mcp-server.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/artemnovichkov/shortcuts-mcp-server
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at fc416da Update deps
Cloned https://github.com/artemnovichkov/shortcuts-mcp-server.git
Revision (git rev-parse @):
fc416daa40195617e5478954af25d7947598d08f
SUCCESS checkout https://github.com/artemnovichkov/shortcuts-mcp-server.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/artemnovichkov/shortcuts-mcp-server.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/13] Write sources
[3/13] Write shortcuts-mcp-server-entitlement.plist
[3/13] Write sources
[7/13] Compiling CSystem shims.c
[8/13] Write swift-version-1EA4D86E10B52AF.txt
[9/50] Compiling _SubprocessCShims process_shims.c
[11/50] Compiling SystemPackage FilePathTempPosix.swift
[12/50] Compiling SystemPackage FilePathTempWindows.swift
[13/50] Compiling SystemPackage FilePathWindows.swift
[14/53] Compiling SystemPackage FileHelpers.swift
[15/53] Compiling SystemPackage FileOperations.swift
[16/53] Compiling SystemPackage FilePath.swift
[17/53] Emitting module SystemPackage
[18/53] Compiling SystemPackage RawBuffer.swift
[19/53] Compiling SystemPackage Syscalls.swift
[20/53] Compiling SystemPackage WindowsSyscallAdapters.swift
[21/53] Compiling SystemPackage FilePermissions.swift
[22/53] Compiling SystemPackage Backcompat.swift
[23/53] Compiling SystemPackage CInterop.swift
[24/53] Compiling SystemPackage Errno.swift
[25/53] Compiling SystemPackage ErrnoWindows.swift
[26/53] Compiling SystemPackage FileDescriptor.swift
[27/53] Compiling SystemPackage FilePathComponentView.swift
[28/53] Compiling SystemPackage FilePathComponents.swift
[29/53] Compiling SystemPackage FilePathParsing.swift
[30/53] Compiling SystemPackage Constants.swift
[31/53] Compiling SystemPackage Exports.swift
[32/53] Compiling SystemPackage Mocking.swift
[33/53] Compiling SystemPackage FilePathString.swift
[34/53] Compiling SystemPackage FilePathSyntax.swift
[35/53] Compiling SystemPackage FilePathTemp.swift
[36/53] Compiling SystemPackage MachPort.swift
[37/53] Compiling SystemPackage PlatformString.swift
[38/53] Compiling SystemPackage SystemString.swift
[39/53] Compiling SystemPackage Util+StringArray.swift
[40/53] Compiling SystemPackage Util.swift
[41/53] Compiling SystemPackage UtilConsumers.swift
[42/53] Emitting module Logging
[43/53] Compiling Logging MetadataProvider.swift
[44/53] Compiling Logging Locks.swift
[45/53] Compiling Logging Logging.swift
[46/53] Compiling Logging LogHandler.swift
[47/75] Compiling Subprocess Input.swift
[48/75] Compiling Subprocess Output.swift
[49/77] Emitting module Subprocess
[50/77] Compiling EventSource AsyncEventsSequence.swift
[51/77] Compiling EventSource AsyncSequence+Events.swift
[52/77] Emitting module EventSource
[53/77] Compiling EventSource EventSource.swift
[54/96] Compiling Subprocess Subprocess+Windows.swift
[55/96] Compiling Subprocess Result.swift
[56/96] Compiling MCP InMemoryTransport.swift
[57/96] Compiling MCP NetworkTransport.swift
[58/96] Compiling MCP Versioning.swift
[59/96] Compiling MCP Client.swift
[60/96] Compiling MCP Prompts.swift
[61/96] Compiling MCP Resources.swift
[62/96] Compiling MCP HTTPClientTransport.swift
[63/96] Compiling MCP Ping.swift
[64/96] Compiling MCP Value.swift
[65/96] Compiling MCP Sampling.swift
[66/96] Compiling MCP Data+Extensions.swift
[67/96] Compiling MCP StdioTransport.swift
[68/96] Compiling MCP Lifecycle.swift
[69/96] Compiling MCP Messages.swift
[70/96] Compiling Subprocess Teardown.swift
[71/96] Compiling Subprocess Thread.swift
[72/96] Compiling MCP Error.swift
[73/96] Compiling MCP ID.swift
[74/96] Compiling MCP Transport.swift
[86/98] Compiling MCP UnitInterval.swift
[91/98] Emitting module MCP
[94/98] Compiling MCP Server.swift
[95/98] Compiling MCP Tools.swift
[96/100] Compiling ShortcutsMCPServer main.swift
[97/100] Emitting module ShortcutsMCPServer
[97/100] Write Objects.LinkFileList
[98/100] Linking shortcuts-mcp-server
[99/100] Applying shortcuts-mcp-server
Build complete! (15.22s)
Fetching https://github.com/swiftlang/swift-subprocess
Fetching https://github.com/modelcontextprotocol/swift-sdk
[1/2088] Fetching swift-sdk
[127/4236] Fetching swift-sdk, swift-subprocess
Fetched https://github.com/modelcontextprotocol/swift-sdk from cache (1.00s)
Fetched https://github.com/swiftlang/swift-subprocess from cache (1.00s)
Computing version for https://github.com/swiftlang/swift-subprocess
Computed https://github.com/swiftlang/swift-subprocess at 0.1.0 (1.46s)
Fetching https://github.com/apple/swift-system
[1/4937] Fetching swift-system
Fetched https://github.com/apple/swift-system from cache (1.01s)
Computing version for https://github.com/modelcontextprotocol/swift-sdk
Computed https://github.com/modelcontextprotocol/swift-sdk at 0.10.1 (1.45s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/mattt/eventsource.git
[1/110] Fetching eventsource
[111/4013] Fetching eventsource, swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.00s)
Fetched https://github.com/mattt/eventsource.git from cache (1.00s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.5.0 (1.45s)
Computing version for https://github.com/mattt/eventsource.git
Computed https://github.com/mattt/eventsource.git at 1.1.1 (0.40s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.43s)
Creating working copy for https://github.com/mattt/eventsource.git
Working copy of https://github.com/mattt/eventsource.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/swiftlang/swift-subprocess
Working copy of https://github.com/swiftlang/swift-subprocess resolved at 0.1.0
Creating working copy for https://github.com/modelcontextprotocol/swift-sdk
Working copy of https://github.com/modelcontextprotocol/swift-sdk resolved at 0.10.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-sdk",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.10.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/modelcontextprotocol/swift-sdk"
    },
    {
      "identity" : "swift-subprocess",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-subprocess"
    }
  ],
  "manifest_display_name" : "shortcuts-mcp-server",
  "name" : "shortcuts-mcp-server",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "shortcuts-mcp-server",
      "targets" : [
        "ShortcutsMCPServer"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ShortcutsMCPServer",
      "module_type" : "SwiftTarget",
      "name" : "ShortcutsMCPServer",
      "path" : "Sources",
      "product_dependencies" : [
        "MCP",
        "Subprocess"
      ],
      "product_memberships" : [
        "shortcuts-mcp-server"
      ],
      "sources" : [
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.1"
}
Done.