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 (7ce947), with Swift 6.2 (beta) for macOS (SPM) on 24 Jun 2025 03:40:54 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.64.0
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 7ce9471 Update README.md
Cloned https://github.com/artemnovichkov/shortcuts-mcp-server.git
Revision (git rev-parse @):
7ce9471866f6b4b2e72c635a9ee8d8cb1289b651
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
[1/13] Write shortcuts-mcp-server-entitlement.plist
[5/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 Logging LogHandler.swift
[12/50] Compiling Logging MetadataProvider.swift
[13/50] Compiling SystemPackage MachPort.swift
[14/50] Compiling SystemPackage PlatformString.swift
[15/50] Compiling SystemPackage SystemString.swift
[16/53] Compiling SystemPackage FileHelpers.swift
[17/53] Compiling SystemPackage FileOperations.swift
[18/53] Compiling SystemPackage FilePath.swift
[19/53] Compiling SystemPackage FilePathComponentView.swift
[20/53] Compiling SystemPackage FilePathComponents.swift
[21/53] Compiling SystemPackage FilePathParsing.swift
[22/53] Compiling SystemPackage FilePathString.swift
[23/53] Compiling SystemPackage FilePathSyntax.swift
[24/53] Compiling SystemPackage FilePathTemp.swift
[25/53] Compiling SystemPackage FilePathTempPosix.swift
[26/53] Compiling SystemPackage FilePathTempWindows.swift
[27/53] Compiling SystemPackage FilePathWindows.swift
[28/53] Compiling SystemPackage FilePermissions.swift
[29/53] Compiling SystemPackage Backcompat.swift
[30/53] Compiling SystemPackage CInterop.swift
[31/53] Compiling SystemPackage RawBuffer.swift
[32/53] Compiling SystemPackage Syscalls.swift
[33/53] Compiling SystemPackage WindowsSyscallAdapters.swift
[34/53] Compiling SystemPackage Constants.swift
[35/53] Compiling SystemPackage Exports.swift
[36/53] Compiling SystemPackage Mocking.swift
[37/53] Compiling Logging Locks.swift
[38/53] Emitting module Logging
[39/53] Compiling Logging Logging.swift
[40/53] Emitting module SystemPackage
[41/53] Compiling SystemPackage Errno.swift
[42/53] Compiling SystemPackage ErrnoWindows.swift
[43/53] Compiling SystemPackage FileDescriptor.swift
[44/53] Compiling SystemPackage Util+StringArray.swift
[45/53] Compiling SystemPackage Util.swift
[46/53] Compiling SystemPackage UtilConsumers.swift
[47/71] Compiling EventSource AsyncSequence+Events.swift
[48/71] Emitting module EventSource
[49/71] Compiling EventSource EventSource.swift
[50/71] Compiling EventSource AsyncEventsSequence.swift
[51/90] Compiling MCP UnitInterval.swift
[52/90] Compiling MCP Ping.swift
[53/91] Compiling Subprocess Span+SubprocessFoundation.swift
[54/91] Emitting module Subprocess
[55/91] Compiling MCP Error.swift
[56/91] Compiling MCP ID.swift
[57/91] Compiling MCP NetworkTransport.swift
[58/91] Compiling MCP StdioTransport.swift
[59/91] Compiling MCP Client.swift
[60/91] Compiling MCP Data+Extensions.swift
[61/91] Compiling MCP Prompts.swift
[62/91] Compiling MCP Resources.swift
[63/91] Compiling MCP Sampling.swift
[64/91] Compiling MCP Server.swift
[65/91] Compiling MCP Lifecycle.swift
[66/91] Compiling MCP Messages.swift
[67/91] Compiling MCP Value.swift
[68/91] Compiling MCP Versioning.swift
[69/91] Compiling Subprocess Teardown.swift
[76/92] Emitting module MCP
[79/92] Compiling MCP Tools.swift
[84/92] Compiling MCP Transport.swift
[85/92] Compiling MCP HTTPClientTransport.swift
[90/94] Compiling ShortcutsMCPServer main.swift
/Users/admin/builder/spi-builder-workspace/Sources/main.swift:171:22: warning: 'init(role:content:)' is deprecated: Use static factory methods .user(_:) or .assistant(_:) instead [#DeprecatedDeclaration]
169 |         try runPrompt.result(for: params) { params in
170 |             let name = try getParam(name: "name", params: params)
171 |             return [.init(role: .user, content: .text(text: "Run \(name) shortcut"))]
    |                      `- warning: 'init(role:content:)' is deprecated: Use static factory methods .user(_:) or .assistant(_:) instead [#DeprecatedDeclaration]
172 |         }
173 |     case .list:
/Users/admin/builder/spi-builder-workspace/Sources/main.swift:179:22: warning: 'init(role:content:)' is deprecated: Use static factory methods .user(_:) or .assistant(_:) instead [#DeprecatedDeclaration]
177 |                 text += ", show identifiers"
178 |             }
179 |             return [.init(role: .user, content: .text(text: text))]
    |                      `- warning: 'init(role:content:)' is deprecated: Use static factory methods .user(_:) or .assistant(_:) instead [#DeprecatedDeclaration]
180 |         }
181 |     case .view:
/Users/admin/builder/spi-builder-workspace/Sources/main.swift:184:22: warning: 'init(role:content:)' is deprecated: Use static factory methods .user(_:) or .assistant(_:) instead [#DeprecatedDeclaration]
182 |         try viewPrompt.result(for: params) { params in
183 |             let name = try getParam(name: "name", params: params)
184 |             return [.init(role: .user, content: .text(text: "View \(name) shortcut"))]
    |                      `- warning: 'init(role:content:)' is deprecated: Use static factory methods .user(_:) or .assistant(_:) instead [#DeprecatedDeclaration]
185 |         }
186 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[91/94] Emitting module ShortcutsMCPServer
/Users/admin/builder/spi-builder-workspace/Sources/main.swift:171:22: warning: 'init(role:content:)' is deprecated: Use static factory methods .user(_:) or .assistant(_:) instead [#DeprecatedDeclaration]
169 |         try runPrompt.result(for: params) { params in
170 |             let name = try getParam(name: "name", params: params)
171 |             return [.init(role: .user, content: .text(text: "Run \(name) shortcut"))]
    |                      `- warning: 'init(role:content:)' is deprecated: Use static factory methods .user(_:) or .assistant(_:) instead [#DeprecatedDeclaration]
172 |         }
173 |     case .list:
/Users/admin/builder/spi-builder-workspace/Sources/main.swift:179:22: warning: 'init(role:content:)' is deprecated: Use static factory methods .user(_:) or .assistant(_:) instead [#DeprecatedDeclaration]
177 |                 text += ", show identifiers"
178 |             }
179 |             return [.init(role: .user, content: .text(text: text))]
    |                      `- warning: 'init(role:content:)' is deprecated: Use static factory methods .user(_:) or .assistant(_:) instead [#DeprecatedDeclaration]
180 |         }
181 |     case .view:
/Users/admin/builder/spi-builder-workspace/Sources/main.swift:184:22: warning: 'init(role:content:)' is deprecated: Use static factory methods .user(_:) or .assistant(_:) instead [#DeprecatedDeclaration]
182 |         try viewPrompt.result(for: params) { params in
183 |             let name = try getParam(name: "name", params: params)
184 |             return [.init(role: .user, content: .text(text: "View \(name) shortcut"))]
    |                      `- warning: 'init(role:content:)' is deprecated: Use static factory methods .user(_:) or .assistant(_:) instead [#DeprecatedDeclaration]
185 |         }
186 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[91/94] Write Objects.LinkFileList
[92/94] Linking shortcuts-mcp-server
[93/94] Applying shortcuts-mcp-server
Build complete! (15.08s)
Fetching https://github.com/swiftlang/swift-subprocess.git
[1/1041] Fetching swift-subprocess
Fetched https://github.com/swiftlang/swift-subprocess.git from cache (0.95s)
Fetching https://github.com/modelcontextprotocol/swift-sdk
Fetching https://github.com/apple/swift-system
[1/4436] Fetching swift-system
[90/6292] Fetching swift-system, swift-sdk
Fetched https://github.com/modelcontextprotocol/swift-sdk from cache (0.99s)
Fetched https://github.com/apple/swift-system 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.44s)
Computing version for https://github.com/modelcontextprotocol/swift-sdk
Computed https://github.com/modelcontextprotocol/swift-sdk at 0.9.0 (0.40s)
Fetching https://github.com/loopwork-ai/eventsource.git
Fetching https://github.com/apple/swift-log.git
[1/99] Fetching eventsource
[100/3935] Fetching eventsource, swift-log
Fetched https://github.com/loopwork-ai/eventsource.git from cache (1.20s)
Fetched https://github.com/apple/swift-log.git from cache (1.20s)
Computing version for https://github.com/loopwork-ai/eventsource.git
Computed https://github.com/loopwork-ai/eventsource.git at 1.1.1 (1.63s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.40s)
Creating working copy for https://github.com/loopwork-ai/eventsource.git
Working copy of https://github.com/loopwork-ai/eventsource.git resolved at 1.1.1
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.3
Creating working copy for https://github.com/swiftlang/swift-subprocess.git
Working copy of https://github.com/swiftlang/swift-subprocess.git resolved at main (1038151)
Creating working copy for https://github.com/modelcontextprotocol/swift-sdk
Working copy of https://github.com/modelcontextprotocol/swift-sdk resolved at 0.9.0
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.5.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-sdk",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.8.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/modelcontextprotocol/swift-sdk"
    },
    {
      "identity" : "swift-subprocess",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-subprocess.git"
    }
  ],
  "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.