Build Information
Successful build of xcodeproj-mcp-server, reference main (6f3842), with Swift 6.1 for Linux on 10 Apr 2026 00:01:25 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/giginet/xcodeproj-mcp-server.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/giginet/xcodeproj-mcp-server
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6f38429 Merge pull request #18 from giginet/fix/group-finder-hierarchical-path
Cloned https://github.com/giginet/xcodeproj-mcp-server.git
Revision (git rev-parse @):
6f38429682b18372062c1b599663af8834005cad
SUCCESS checkout https://github.com/giginet/xcodeproj-mcp-server.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/giginet/xcodeproj-mcp-server.git
https://github.com/giginet/xcodeproj-mcp-server.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-sdk",
"requirement" : {
"range" : [
{
"lower_bound" : "0.12.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/modelcontextprotocol/swift-sdk"
},
{
"identity" : "xcodeproj",
"requirement" : {
"range" : [
{
"lower_bound" : "9.4.2",
"upper_bound" : "10.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tuist/xcodeproj"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "xcodeproj-mcp-server",
"name" : "xcodeproj-mcp-server",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "xcodeproj-mcp-server",
"targets" : [
"xcodeproj-mcp-server"
],
"type" : {
"executable" : null
}
},
{
"name" : "XcodeProjectMCP",
"targets" : [
"XcodeProjectMCP"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "xcodeproj_mcp_server",
"module_type" : "SwiftTarget",
"name" : "xcodeproj-mcp-server",
"path" : "Sources/xcodeproj-mcp-server",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"xcodeproj-mcp-server"
],
"sources" : [
"run-server.swift"
],
"target_dependencies" : [
"XcodeProjectMCP"
],
"type" : "executable"
},
{
"c99name" : "XcodeProjectMCPTests",
"module_type" : "SwiftTarget",
"name" : "XcodeProjectMCPTests",
"path" : "Tests/XcodeProjectMCPTests",
"sources" : [
"AddAppExtensionToolTests.swift",
"AddBuildPhaseToolTests.swift",
"AddDependencyToolTests.swift",
"AddFileToolTests.swift",
"AddFolderToolTests.swift",
"AddFrameworkToolTests.swift",
"AddSwiftPackageToolTests.swift",
"AddTargetToolTests.swift",
"CreateGroupToolTests.swift",
"CreateXcodeprojToolTests.swift",
"DuplicateTargetToolTests.swift",
"GetBuildSettingsToolTests.swift",
"ListBuildConfigurationsToolTests.swift",
"ListFilesToolTests.swift",
"ListGroupsToolTests.swift",
"ListSwiftPackagesToolTests.swift",
"ListTargetsToolTests.swift",
"MoveFileToolTests.swift",
"PathUtilityTests.swift",
"RemoveAppExtensionToolTests.swift",
"RemoveFileToolTests.swift",
"RemoveSwiftPackageToolTests.swift",
"RemoveTargetToolTests.swift",
"SetBuildSettingToolTests.swift",
"TestProjectHelper.swift"
],
"target_dependencies" : [
"XcodeProjectMCP"
],
"type" : "test"
},
{
"c99name" : "XcodeProjectMCP",
"module_type" : "SwiftTarget",
"name" : "XcodeProjectMCP",
"path" : "Sources/XcodeProjectMCP",
"product_dependencies" : [
"MCP",
"XcodeProj"
],
"product_memberships" : [
"xcodeproj-mcp-server",
"XcodeProjectMCP"
],
"sources" : [
"AddAppExtensionTool.swift",
"AddBuildPhaseTool.swift",
"AddDependencyTool.swift",
"AddFileTool.swift",
"AddFolderTool.swift",
"AddFrameworkTool.swift",
"AddSwiftPackageTool.swift",
"AddTargetTool.swift",
"CreateGroupTool.swift",
"CreateXcodeprojTool.swift",
"DuplicateTargetTool.swift",
"GetBuildSettingsTool.swift",
"GroupFinder.swift",
"ListBuildConfigurationsTool.swift",
"ListFilesTool.swift",
"ListGroupsTool.swift",
"ListSwiftPackagesTool.swift",
"ListTargetsTool.swift",
"MoveFileTool.swift",
"PathUtility.swift",
"RemoveAppExtensionTool.swift",
"RemoveFileTool.swift",
"RemoveSwiftPackageTool.swift",
"RemoveTargetTool.swift",
"SetBuildSettingTool.swift",
"XcodeProjectMCPServer.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7bfd71e9384436264431030299dc8a2d42d0664a168cfa1a5dd84c9bc592ccf
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/tuist/xcodeproj
Fetching https://github.com/modelcontextprotocol/swift-sdk
[1/24396] Fetching xcodeproj
[1465/41908] Fetching xcodeproj, swift-argument-parser
[3455/45355] Fetching xcodeproj, swift-argument-parser, swift-sdk
Fetched https://github.com/apple/swift-argument-parser from cache (0.98s)
[26349/27843] Fetching xcodeproj, swift-sdk
Fetched https://github.com/modelcontextprotocol/swift-sdk from cache (2.17s)
Fetched https://github.com/tuist/xcodeproj from cache (2.21s)
Computing version for https://github.com/modelcontextprotocol/swift-sdk
Computed https://github.com/modelcontextprotocol/swift-sdk at 0.12.0 (3.22s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
[1/6463] Fetching swift-log
[6464/89564] Fetching swift-log, swift-nio
Fetching https://github.com/mattt/eventsource.git
Fetched https://github.com/apple/swift-log.git from cache (0.84s)
Fetching https://github.com/apple/swift-system.git
[1663/83101] Fetching swift-nio
[3326/83372] Fetching swift-nio, eventsource
Fetched https://github.com/mattt/eventsource.git from cache (0.45s)
[5819/88702] Fetching swift-nio, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.96s)
[20776/83101] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (9.92s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (11.09s)
Computing version for https://github.com/mattt/eventsource.git
Computed https://github.com/mattt/eventsource.git at 1.4.1 (0.96s)
Fetching https://github.com/swift-server/async-http-client.git
[1/15686] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.54s)
Computing version for https://github.com/tuist/xcodeproj
Computed https://github.com/tuist/xcodeproj at 9.10.1 (2.62s)
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/tadija/AEXML.git
[1/2155] Fetching aexml
[777/3607] Fetching aexml, pathkit
Fetched https://github.com/kylef/PathKit.git from cache (0.53s)
Fetched https://github.com/tadija/AEXML.git from cache (0.53s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (4.61s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.70s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (1.74s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (3.93s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (1.14s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (1.00s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.33.1 (1.06s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-algorithms.git
[1/5727] Fetching swift-distributed-tracing
[288/8570] Fetching swift-distributed-tracing, swift-nio-transport-services
[2259/10390] Fetching swift-distributed-tracing, swift-nio-transport-services, swift-atomics
[7117/16900] Fetching swift-distributed-tracing, swift-nio-transport-services, swift-atomics, swift-nio-extras
[7118/22958] Fetching swift-distributed-tracing, swift-nio-transport-services, swift-atomics, swift-nio-extras, swift-algorithms
[7119/35060] Fetching swift-distributed-tracing, swift-nio-transport-services, swift-atomics, swift-nio-extras, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-atomics.git from cache (1.14s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.26s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.27s)
[14900/24339] Fetching swift-distributed-tracing, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.30s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.33s)
[2784/12102] Fetching swift-nio-http2
[11498/27520] Fetching swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.04s)
[9560/15418] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.40s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (6.82s)
Fetching https://github.com/apple/swift-service-context.git
[1/1236] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.49s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.54s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.72s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (1.72s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.01s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.99s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.95s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.42.0 (0.85s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.1 (0.99s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.33.0 (1.88s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/1796] Fetching swift-asn1
[522/3038] Fetching swift-asn1, swift-http-structured-headers
[1792/9262] Fetching swift-asn1, swift-http-structured-headers, swift-async-algorithms
[2231/10275] Fetching swift-asn1, swift-http-structured-headers, swift-async-algorithms, swift-http-types
[3490/12994] Fetching swift-asn1, swift-http-structured-headers, swift-async-algorithms, swift-http-types, swift-service-lifecycle
Fetching https://github.com/apple/swift-certificates.git
Fetched https://github.com/apple/swift-http-types.git from cache (0.90s)
[8404/11981] Fetching swift-asn1, swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle
[11982/19126] Fetching swift-asn1, swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.23s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.22s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.23s)
[4148/9864] Fetching swift-service-lifecycle, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.23s)
[1501/7145] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (0.83s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (2.72s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (1.78s)
Fetching https://github.com/apple/swift-collections.git
[1/23523] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.39s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.11.0 (3.54s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (2.67s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (3.77s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (1.66s)
Fetching https://github.com/apple/swift-crypto.git
[1/17331] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.84s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (3.39s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (1.43s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.1 (1.91s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.33.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.42.0
Creating working copy for https://github.com/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.7.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.33.1
Creating working copy for https://github.com/tuist/xcodeproj
Working copy of https://github.com/tuist/xcodeproj resolved at 9.10.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.1
Creating working copy for https://github.com/modelcontextprotocol/swift-sdk
Working copy of https://github.com/modelcontextprotocol/swift-sdk resolved at 0.12.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.18.0
Creating working copy for https://github.com/mattt/eventsource.git
Working copy of https://github.com/mattt/eventsource.git resolved at 1.4.1
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.97.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.3
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.3.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.6.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.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.11.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.11.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/26] Write sources
[12/26] Compiling CSystem shims.c
[13/26] Write swift-version-24593BA9C3E375BF.txt
[15/74] Emitting module AEXML
[16/74] Compiling AEXML Builders.swift
[17/74] Emitting module ArgumentParserToolInfo
[18/74] Compiling ArgumentParserToolInfo ToolInfo.swift
[19/75] Compiling Logging LogEvent.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/75] Wrapping AST for ArgumentParserToolInfo for debugging
[22/121] Compiling ArgumentParser BashCompletionsGenerator.swift
[23/121] Compiling ArgumentParser CompletionsGenerator.swift
[24/121] Compiling ArgumentParser FishCompletionsGenerator.swift
[25/121] Compiling ArgumentParser ZshCompletionsGenerator.swift
[26/121] Compiling ArgumentParser Argument.swift
[27/121] Compiling Logging MetadataProvider.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/121] Emitting module Logging
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/121] Compiling Logging Locks.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/125] Compiling ArgumentParser ArgumentVisibility.swift
[31/125] Compiling ArgumentParser CompletionKind.swift
[32/125] Compiling ArgumentParser Errors.swift
[33/125] Compiling ArgumentParser Flag.swift
[34/125] Compiling Logging LogHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/125] Compiling Logging Logging.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/126] Compiling ArgumentParser ArgumentDiscussion.swift
[37/126] Compiling ArgumentParser ArgumentHelp.swift
[38/126] Compiling ArgumentParser ParentCommand.swift
[39/126] Compiling ArgumentParser AsyncParsableCommand.swift
[40/126] Compiling ArgumentParser CommandParser.swift
[41/126] Compiling ArgumentParser InputKey.swift
[42/126] Compiling ArgumentParser InputOrigin.swift
[43/126] Compiling ArgumentParser Name.swift
[44/126] Compiling ArgumentParser CommandConfiguration.swift
[45/126] Compiling ArgumentParser CommandGroup.swift
[46/126] Compiling ArgumentParser EnumerableFlag.swift
[47/126] Compiling ArgumentParser ExpressibleByArgument.swift
[48/126] Emitting module SystemPackage
[49/126] Compiling ArgumentParser Parsed.swift
[50/126] Compiling ArgumentParser ParsedValues.swift
[51/126] Compiling ArgumentParser ParserError.swift
[52/126] Compiling ArgumentParser SplitArguments.swift
[53/126] Compiling ArgumentParser ParsableArguments.swift
[54/126] Compiling ArgumentParser ParsableCommand.swift
[55/126] Compiling ArgumentParser ArgumentDecoder.swift
[56/126] Compiling ArgumentParser ArgumentDefinition.swift
[57/126] Compiling ArgumentParser ArgumentSet.swift
[59/126] Compiling AEXML Options.swift
[60/126] Compiling AEXML Error.swift
[61/126] Compiling AEXML Parser.swift
[62/126] Compiling AEXML Element.swift
[63/126] Compiling AEXML Document.swift
[65/127] Emitting module ArgumentParser
[65/133] Wrapping AST for Logging for debugging
[67/133] Compiling ArgumentParser Foundation.swift
[68/133] Compiling ArgumentParser Mutex.swift
[69/133] Compiling ArgumentParser Platform.swift
[70/133] Compiling ArgumentParser SequenceExtensions.swift
[71/133] Compiling ArgumentParser StringExtensions.swift
[72/133] Compiling ArgumentParser SwiftExtensions.swift
[73/133] Emitting module PathKit
[74/133] Compiling PathKit PathKit.swift
[74/134] Wrapping AST for AEXML for debugging
[76/134] Wrapping AST for PathKit for debugging
[78/227] Compiling XcodeProj PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet.swift
[79/227] Compiling XcodeProj PBXFileSystemSynchronizedRootGroup.swift
[80/227] Compiling XcodeProj PBXGroup.swift
[81/227] Compiling XcodeProj PBXSourceTree.swift
[82/228] Wrapping AST for SystemPackage for debugging
[84/228] Compiling XcodeProj Equality.generated.swift
[85/228] Compiling XcodeProj Sourcery.swift
[86/228] Compiling XcodeProj XCLocalSwiftPackageReference.swift
[87/228] Compiling XcodeProj XCRemoteSwiftPackageReference.swift
[88/228] Compiling XcodeProj XCSwiftPackageProductDependency.swift
[89/228] Compiling XcodeProj PBXAggregateTarget.swift
[90/271] Compiling MCP Transport.swift
[91/271] Compiling MCP HTTPClientTransport.swift
[92/271] Compiling MCP HTTPRequestValidation.swift
[93/271] Compiling MCP HTTPServerTypes.swift
[94/271] Compiling MCP StatefulHTTPServerTransport.swift
[95/271] Compiling MCP StatelessHTTPServerTransport.swift
[96/271] Compiling MCP RequestContext.swift
[97/271] Compiling MCP Value.swift
[98/271] Compiling MCP Versioning.swift
[99/271] Compiling MCP Client.swift
[100/271] Compiling MCP Elicitation.swift
[101/271] Compiling MCP Roots.swift
[102/271] Compiling MCP OAuthAuthorizationCodeFlow.swift
[103/271] Compiling MCP OAuthAuthorizer.swift
[104/271] Compiling MCP OAuthClientRegistrar.swift
[105/271] Compiling MCP OAuthConfiguration.swift
[106/271] Compiling MCP OAuthConstants.swift
[107/271] Compiling MCP OAuthDiscovery.swift
[108/271] Compiling MCP PKCE.swift
[109/271] Compiling MCP TokenStorage.swift
[110/271] Compiling MCP Error.swift
[111/271] Compiling MCP ID.swift
[112/271] Compiling MCP Icon.swift
[113/271] Compiling MCP Lifecycle.swift
[114/271] Compiling MCP OAuthDiscoveryClient.swift
[115/271] Compiling MCP OAuthErrors.swift
[116/271] Compiling MCP InMemoryTransport.swift
[117/271] Compiling MCP NetworkTransport.swift
[118/271] Compiling MCP StdioTransport.swift
[119/271] Compiling MCP UnitInterval.swift
[120/271] Compiling MCP Cancellation.swift
[121/271] Compiling MCP Ping.swift
[122/271] Compiling MCP Progress.swift
[123/271] Compiling MCP OAuthModels.swift
[124/271] Compiling MCP OAuthTokenEndpointClient.swift
[125/271] Compiling MCP OAuthURLValidator.swift
[126/271] Compiling MCP OAuthWWWAuthenticateParser.swift
[127/271] Compiling MCP Messages.swift
[128/271] Compiling MCP PendingRequest.swift
[129/272] Wrapping AST for ArgumentParser for debugging
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[143/272] Emitting module MCP
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[144/277] Emitting module XcodeProj
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[171/290] Compiling XcodeProj XCScheme+Runnable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[172/290] Compiling XcodeProj XCScheme+SerialAction.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[173/290] Compiling XcodeProj XCScheme+StoreKitConfigurationFileReference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[174/290] Compiling XcodeProj XCScheme+TestAction.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[175/290] Compiling XcodeProj XCScheme+TestItem.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[176/290] Compiling XcodeProj XCScheme+TestParallelization.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[177/290] Compiling XcodeProj XCScheme+TestPlanReference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[178/290] Compiling XcodeProj XCScheme+TestableReference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[179/290] Compiling XcodeProj XCScheme.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[180/290] Compiling XcodeProj XCSchemeManagement.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[181/290] Compiling XcodeProj BuildSettingsProvider.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[182/290] Compiling XcodeProj Collection+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[183/290] Compiling XcodeProj CommentedString.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[190/290] Compiling MCP Data+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[191/290] Compiling MCP Completion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[192/290] Compiling MCP Logging.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[193/290] Compiling MCP Prompts.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[194/290] Compiling MCP Resources.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[195/290] Compiling MCP Server.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[196/290] Compiling MCP Tools.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[201/290] Compiling XcodeProj PBXLegacyTarget.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[202/290] Compiling XcodeProj PBXNativeTarget.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[203/290] Compiling XcodeProj PBXProductType.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[204/290] Compiling XcodeProj PBXReferenceProxy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[205/290] Compiling XcodeProj PBXTarget.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[206/290] Compiling XcodeProj PBXTargetDependency.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[207/290] Compiling XcodeProj WorkspaceSettings.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[208/290] Compiling XcodeProj XCBreakpointList.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[209/290] Compiling XcodeProj XCDebugger.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[210/290] Compiling XcodeProj XCSharedData.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[211/290] Compiling XcodeProj XCUserData.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[212/290] Compiling XcodeProj Xcode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[213/290] Compiling XcodeProj XcodeProj.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[214/290] Compiling XcodeProj Writable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[215/290] Compiling XcodeProj XCScheme+AditionalOption.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[216/290] Compiling XcodeProj XCScheme+AnalyzeAction.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[217/290] Compiling XcodeProj XCScheme+ArchiveAction.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[218/290] Compiling XcodeProj XCScheme+BuildAction.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[219/290] Compiling XcodeProj XCScheme+BuildableProductRunnable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[220/290] Compiling XcodeProj XCScheme+BuildableReference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[221/290] Compiling XcodeProj XCScheme+CommandLineArguments.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[222/290] Compiling XcodeProj XCScheme+EnvironmentVariable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[223/290] Compiling XcodeProj XCScheme+ExecutionAction.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[224/290] Compiling XcodeProj XCScheme+LaunchAction.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[225/290] Compiling XcodeProj XCScheme+LocationScenarioReference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[226/290] Compiling XcodeProj XCScheme+PathRunnable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[227/290] Compiling XcodeProj XCScheme+ProfileAction.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[228/290] Compiling XcodeProj XCScheme+RemoteRunnable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[254/290] Compiling MCP Sampling.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[255/290] Compiling XcodeProj Decoders.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[256/290] Compiling XcodeProj JSONDecoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[257/290] Compiling XcodeProj PBXBatchUpdater.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[258/290] Compiling XcodeProj PlistDecoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[259/290] Compiling XcodeProj PlistValue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[260/290] Compiling XcodeProj ReferenceGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[261/290] Compiling XcodeProj XCConfig.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[262/290] Compiling XcodeProj XCWorkspace.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[263/290] Compiling XcodeProj XCWorkspaceData.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[264/290] Compiling XcodeProj XCWorkspaceDataElement.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[265/290] Compiling XcodeProj XCWorkspaceDataElementLocationType.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[266/290] Compiling XcodeProj XCWorkspaceDataFileRef.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[267/290] Compiling XcodeProj XCWorkspaceDataGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[268/291] Wrapping AST for XcodeProj for debugging
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[287/292] Wrapping AST for MCP for debugging
[289/316] Emitting module XcodeProjectMCP
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[290/319] Compiling XcodeProjectMCP GetBuildSettingsTool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XcodeProjectMCP/GetBuildSettingsTool.swift:102:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
100 | return CallTool.Result(
101 | content: [
102 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
103 | "Build settings for target '\(targetName)' (\(configurationName)):\n\(result)"
104 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/ListBuildConfigurationsTool.swift:57:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
55 | return CallTool.Result(
56 | content: [
57 | .text("Build configurations in \(projectURL.lastPathComponent):\n\(result)")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
58 | ]
59 | )
[291/319] Compiling XcodeProjectMCP GroupFinder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XcodeProjectMCP/GetBuildSettingsTool.swift:102:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
100 | return CallTool.Result(
101 | content: [
102 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
103 | "Build settings for target '\(targetName)' (\(configurationName)):\n\(result)"
104 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/ListBuildConfigurationsTool.swift:57:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
55 | return CallTool.Result(
56 | content: [
57 | .text("Build configurations in \(projectURL.lastPathComponent):\n\(result)")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
58 | ]
59 | )
[292/319] Compiling XcodeProjectMCP ListBuildConfigurationsTool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XcodeProjectMCP/GetBuildSettingsTool.swift:102:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
100 | return CallTool.Result(
101 | content: [
102 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
103 | "Build settings for target '\(targetName)' (\(configurationName)):\n\(result)"
104 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/ListBuildConfigurationsTool.swift:57:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
55 | return CallTool.Result(
56 | content: [
57 | .text("Build configurations in \(projectURL.lastPathComponent):\n\(result)")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
58 | ]
59 | )
[293/319] Compiling XcodeProjectMCP CreateGroupTool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XcodeProjectMCP/CreateGroupTool.swift:78:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
76 | return CallTool.Result(
77 | content: [
78 | .text("Group '\(groupName)' already exists in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
79 | ]
80 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/CreateGroupTool.swift:116:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
114 | return CallTool.Result(
115 | content: [
116 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
117 | "Successfully created group '\(groupName)' in \(parentGroupName ?? "main group")"
118 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/CreateXcodeprojTool.swift:183:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
181 | return CallTool.Result(
182 | content: [
183 | .text("Successfully created Xcode project at: \(projectPath.string)")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
184 | ]
185 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/DuplicateTargetTool.swift:76:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
74 | return CallTool.Result(
75 | content: [
76 | .text("Source target '\(sourceTargetName)' not found in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
77 | ]
78 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/DuplicateTargetTool.swift:85:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
83 | return CallTool.Result(
84 | content: [
85 | .text("Target '\(newTargetName)' already exists in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
86 | ]
87 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/DuplicateTargetTool.swift:217:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
215 | return CallTool.Result(
216 | content: [
217 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
218 | "Successfully duplicated target '\(sourceTargetName)' as '\(newTargetName)'\(bundleIdText)"
219 | )
[294/319] Compiling XcodeProjectMCP CreateXcodeprojTool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XcodeProjectMCP/CreateGroupTool.swift:78:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
76 | return CallTool.Result(
77 | content: [
78 | .text("Group '\(groupName)' already exists in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
79 | ]
80 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/CreateGroupTool.swift:116:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
114 | return CallTool.Result(
115 | content: [
116 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
117 | "Successfully created group '\(groupName)' in \(parentGroupName ?? "main group")"
118 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/CreateXcodeprojTool.swift:183:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
181 | return CallTool.Result(
182 | content: [
183 | .text("Successfully created Xcode project at: \(projectPath.string)")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
184 | ]
185 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/DuplicateTargetTool.swift:76:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
74 | return CallTool.Result(
75 | content: [
76 | .text("Source target '\(sourceTargetName)' not found in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
77 | ]
78 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/DuplicateTargetTool.swift:85:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
83 | return CallTool.Result(
84 | content: [
85 | .text("Target '\(newTargetName)' already exists in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
86 | ]
87 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/DuplicateTargetTool.swift:217:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
215 | return CallTool.Result(
216 | content: [
217 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
218 | "Successfully duplicated target '\(sourceTargetName)' as '\(newTargetName)'\(bundleIdText)"
219 | )
[295/319] Compiling XcodeProjectMCP DuplicateTargetTool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XcodeProjectMCP/CreateGroupTool.swift:78:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
76 | return CallTool.Result(
77 | content: [
78 | .text("Group '\(groupName)' already exists in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
79 | ]
80 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/CreateGroupTool.swift:116:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
114 | return CallTool.Result(
115 | content: [
116 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
117 | "Successfully created group '\(groupName)' in \(parentGroupName ?? "main group")"
118 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/CreateXcodeprojTool.swift:183:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
181 | return CallTool.Result(
182 | content: [
183 | .text("Successfully created Xcode project at: \(projectPath.string)")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
184 | ]
185 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/DuplicateTargetTool.swift:76:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
74 | return CallTool.Result(
75 | content: [
76 | .text("Source target '\(sourceTargetName)' not found in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
77 | ]
78 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/DuplicateTargetTool.swift:85:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
83 | return CallTool.Result(
84 | content: [
85 | .text("Target '\(newTargetName)' already exists in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
86 | ]
87 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/DuplicateTargetTool.swift:217:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
215 | return CallTool.Result(
216 | content: [
217 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
218 | "Successfully duplicated target '\(sourceTargetName)' as '\(newTargetName)'\(bundleIdText)"
219 | )
[296/319] Compiling XcodeProjectMCP AddAppExtensionTool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddAppExtensionTool.swift:190:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
188 | return CallTool.Result(
189 | content: [
190 | .text("Extension target '\(extensionName)' already exists in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
191 | ]
192 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddAppExtensionTool.swift:203:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
201 | return CallTool.Result(
202 | content: [
203 | .text("Host target '\(hostTargetName)' not found in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
204 | ]
205 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddAppExtensionTool.swift:212:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
210 | return CallTool.Result(
211 | content: [
212 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
213 | "Host target '\(hostTargetName)' is not an application. App Extensions can only be embedded in applications."
214 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddAppExtensionTool.swift:373:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
371 | return CallTool.Result(
372 | content: [
373 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
374 | "Successfully created App Extension '\(extensionName)' (\(extensionTypeString)) with bundle identifier '\(bundleIdentifier)' and embedded it in '\(hostTargetName)'"
375 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddBuildPhaseTool.swift:84:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
82 | return CallTool.Result(
83 | content: [
84 | .text("Target '\(targetName)' not found in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
85 | ]
86 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddBuildPhaseTool.swift:169:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
167 | return CallTool.Result(
168 | content: [
169 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
170 | "Successfully added \(phaseType) build phase '\(phaseName)' to target '\(targetName)'"
171 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddDependencyTool.swift:64:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
62 | return CallTool.Result(
63 | content: [
64 | .text("Target '\(targetName)' not found in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
65 | ]
66 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddDependencyTool.swift:77:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
75 | return CallTool.Result(
76 | content: [
77 | .text("Dependency target '\(dependencyName)' not found in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
78 | ]
79 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddDependencyTool.swift:90:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
88 | return CallTool.Result(
89 | content: [
90 | .text("Target '\(targetName)' already depends on '\(dependencyName)'")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
91 | ]
92 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddDependencyTool.swift:120:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
118 | return CallTool.Result(
119 | content: [
120 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
121 | "Successfully added dependency '\(dependencyName)' to target '\(targetName)'"
122 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddFileTool.swift:177:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
175 | return CallTool.Result(
176 | content: [
177 | .text("Successfully added file '\(fileName)'\(targetInfo)\(groupInfo)")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
178 | ]
179 | )
[297/319] Compiling XcodeProjectMCP AddBuildPhaseTool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddAppExtensionTool.swift:190:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
188 | return CallTool.Result(
189 | content: [
190 | .text("Extension target '\(extensionName)' already exists in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
191 | ]
192 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddAppExtensionTool.swift:203:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
201 | return CallTool.Result(
202 | content: [
203 | .text("Host target '\(hostTargetName)' not found in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
204 | ]
205 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddAppExtensionTool.swift:212:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
210 | return CallTool.Result(
211 | content: [
212 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
213 | "Host target '\(hostTargetName)' is not an application. App Extensions can only be embedded in applications."
214 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddAppExtensionTool.swift:373:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
371 | return CallTool.Result(
372 | content: [
373 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
374 | "Successfully created App Extension '\(extensionName)' (\(extensionTypeString)) with bundle identifier '\(bundleIdentifier)' and embedded it in '\(hostTargetName)'"
375 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddBuildPhaseTool.swift:84:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
82 | return CallTool.Result(
83 | content: [
84 | .text("Target '\(targetName)' not found in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
85 | ]
86 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddBuildPhaseTool.swift:169:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
167 | return CallTool.Result(
168 | content: [
169 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
170 | "Successfully added \(phaseType) build phase '\(phaseName)' to target '\(targetName)'"
171 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddDependencyTool.swift:64:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
62 | return CallTool.Result(
63 | content: [
64 | .text("Target '\(targetName)' not found in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
65 | ]
66 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddDependencyTool.swift:77:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
75 | return CallTool.Result(
76 | content: [
77 | .text("Dependency target '\(dependencyName)' not found in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
78 | ]
79 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddDependencyTool.swift:90:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
88 | return CallTool.Result(
89 | content: [
90 | .text("Target '\(targetName)' already depends on '\(dependencyName)'")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
91 | ]
92 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddDependencyTool.swift:120:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
118 | return CallTool.Result(
119 | content: [
120 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
121 | "Successfully added dependency '\(dependencyName)' to target '\(targetName)'"
122 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddFileTool.swift:177:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
175 | return CallTool.Result(
176 | content: [
177 | .text("Successfully added file '\(fileName)'\(targetInfo)\(groupInfo)")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
178 | ]
179 | )
[298/319] Compiling XcodeProjectMCP AddDependencyTool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddAppExtensionTool.swift:190:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
188 | return CallTool.Result(
189 | content: [
190 | .text("Extension target '\(extensionName)' already exists in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
191 | ]
192 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddAppExtensionTool.swift:203:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
201 | return CallTool.Result(
202 | content: [
203 | .text("Host target '\(hostTargetName)' not found in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
204 | ]
205 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddAppExtensionTool.swift:212:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
210 | return CallTool.Result(
211 | content: [
212 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
213 | "Host target '\(hostTargetName)' is not an application. App Extensions can only be embedded in applications."
214 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddAppExtensionTool.swift:373:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
371 | return CallTool.Result(
372 | content: [
373 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
374 | "Successfully created App Extension '\(extensionName)' (\(extensionTypeString)) with bundle identifier '\(bundleIdentifier)' and embedded it in '\(hostTargetName)'"
375 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddBuildPhaseTool.swift:84:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
82 | return CallTool.Result(
83 | content: [
84 | .text("Target '\(targetName)' not found in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
85 | ]
86 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddBuildPhaseTool.swift:169:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
167 | return CallTool.Result(
168 | content: [
169 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
170 | "Successfully added \(phaseType) build phase '\(phaseName)' to target '\(targetName)'"
171 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddDependencyTool.swift:64:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
62 | return CallTool.Result(
63 | content: [
64 | .text("Target '\(targetName)' not found in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
65 | ]
66 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddDependencyTool.swift:77:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
75 | return CallTool.Result(
76 | content: [
77 | .text("Dependency target '\(dependencyName)' not found in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
78 | ]
79 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddDependencyTool.swift:90:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
88 | return CallTool.Result(
89 | content: [
90 | .text("Target '\(targetName)' already depends on '\(dependencyName)'")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
91 | ]
92 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddDependencyTool.swift:120:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
118 | return CallTool.Result(
119 | content: [
120 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
121 | "Successfully added dependency '\(dependencyName)' to target '\(targetName)'"
122 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddFileTool.swift:177:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
175 | return CallTool.Result(
176 | content: [
177 | .text("Successfully added file '\(fileName)'\(targetInfo)\(groupInfo)")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
178 | ]
179 | )
[299/319] Compiling XcodeProjectMCP AddFileTool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddAppExtensionTool.swift:190:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
188 | return CallTool.Result(
189 | content: [
190 | .text("Extension target '\(extensionName)' already exists in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
191 | ]
192 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddAppExtensionTool.swift:203:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
201 | return CallTool.Result(
202 | content: [
203 | .text("Host target '\(hostTargetName)' not found in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
204 | ]
205 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddAppExtensionTool.swift:212:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
210 | return CallTool.Result(
211 | content: [
212 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
213 | "Host target '\(hostTargetName)' is not an application. App Extensions can only be embedded in applications."
214 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddAppExtensionTool.swift:373:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
371 | return CallTool.Result(
372 | content: [
373 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
374 | "Successfully created App Extension '\(extensionName)' (\(extensionTypeString)) with bundle identifier '\(bundleIdentifier)' and embedded it in '\(hostTargetName)'"
375 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddBuildPhaseTool.swift:84:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
82 | return CallTool.Result(
83 | content: [
84 | .text("Target '\(targetName)' not found in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
85 | ]
86 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddBuildPhaseTool.swift:169:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
167 | return CallTool.Result(
168 | content: [
169 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
170 | "Successfully added \(phaseType) build phase '\(phaseName)' to target '\(targetName)'"
171 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddDependencyTool.swift:64:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
62 | return CallTool.Result(
63 | content: [
64 | .text("Target '\(targetName)' not found in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
65 | ]
66 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddDependencyTool.swift:77:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
75 | return CallTool.Result(
76 | content: [
77 | .text("Dependency target '\(dependencyName)' not found in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
78 | ]
79 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddDependencyTool.swift:90:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
88 | return CallTool.Result(
89 | content: [
90 | .text("Target '\(targetName)' already depends on '\(dependencyName)'")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
91 | ]
92 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddDependencyTool.swift:120:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
118 | return CallTool.Result(
119 | content: [
120 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
121 | "Successfully added dependency '\(dependencyName)' to target '\(targetName)'"
122 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddFileTool.swift:177:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
175 | return CallTool.Result(
176 | content: [
177 | .text("Successfully added file '\(fileName)'\(targetInfo)\(groupInfo)")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
178 | ]
179 | )
[300/319] Compiling XcodeProjectMCP RemoveTargetTool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XcodeProjectMCP/RemoveTargetTool.swift:57:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
55 | return CallTool.Result(
56 | content: [
57 | .text("Target '\(targetName)' not found in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
58 | ]
59 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/RemoveTargetTool.swift:134:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
132 | return CallTool.Result(
133 | content: [
134 | .text("Successfully removed target '\(targetName)' from project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
135 | ]
136 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/SetBuildSettingTool.swift:75:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
73 | return CallTool.Result(
74 | content: [
75 | .text("Target '\(targetName)' not found in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
76 | ]
77 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/SetBuildSettingTool.swift:84:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
82 | return CallTool.Result(
83 | content: [
84 | .text("Target '\(targetName)' has no build configuration list")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
85 | ]
86 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/SetBuildSettingTool.swift:106:30: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
104 | return CallTool.Result(
105 | content: [
106 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
107 | "Configuration '\(configuration)' not found for target '\(targetName)'"
108 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/SetBuildSettingTool.swift:123:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
121 | return CallTool.Result(
122 | content: [
123 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
124 | "Successfully set '\(settingName)' to '\(settingValue)' for target '\(targetName)' in configuration(s): \(configurationsText)"
125 | )
[301/319] Compiling XcodeProjectMCP SetBuildSettingTool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XcodeProjectMCP/RemoveTargetTool.swift:57:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
55 | return CallTool.Result(
56 | content: [
57 | .text("Target '\(targetName)' not found in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
58 | ]
59 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/RemoveTargetTool.swift:134:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
132 | return CallTool.Result(
133 | content: [
134 | .text("Successfully removed target '\(targetName)' from project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
135 | ]
136 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/SetBuildSettingTool.swift:75:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
73 | return CallTool.Result(
74 | content: [
75 | .text("Target '\(targetName)' not found in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
76 | ]
77 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/SetBuildSettingTool.swift:84:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
82 | return CallTool.Result(
83 | content: [
84 | .text("Target '\(targetName)' has no build configuration list")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
85 | ]
86 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/SetBuildSettingTool.swift:106:30: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
104 | return CallTool.Result(
105 | content: [
106 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
107 | "Configuration '\(configuration)' not found for target '\(targetName)'"
108 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/SetBuildSettingTool.swift:123:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
121 | return CallTool.Result(
122 | content: [
123 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
124 | "Successfully set '\(settingName)' to '\(settingValue)' for target '\(targetName)' in configuration(s): \(configurationsText)"
125 | )
[302/319] Compiling XcodeProjectMCP XcodeProjectMCPServer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XcodeProjectMCP/RemoveTargetTool.swift:57:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
55 | return CallTool.Result(
56 | content: [
57 | .text("Target '\(targetName)' not found in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
58 | ]
59 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/RemoveTargetTool.swift:134:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
132 | return CallTool.Result(
133 | content: [
134 | .text("Successfully removed target '\(targetName)' from project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
135 | ]
136 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/SetBuildSettingTool.swift:75:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
73 | return CallTool.Result(
74 | content: [
75 | .text("Target '\(targetName)' not found in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
76 | ]
77 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/SetBuildSettingTool.swift:84:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
82 | return CallTool.Result(
83 | content: [
84 | .text("Target '\(targetName)' has no build configuration list")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
85 | ]
86 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/SetBuildSettingTool.swift:106:30: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
104 | return CallTool.Result(
105 | content: [
106 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
107 | "Configuration '\(configuration)' not found for target '\(targetName)'"
108 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/SetBuildSettingTool.swift:123:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
121 | return CallTool.Result(
122 | content: [
123 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
124 | "Successfully set '\(settingName)' to '\(settingValue)' for target '\(targetName)' in configuration(s): \(configurationsText)"
125 | )
[303/319] Compiling XcodeProjectMCP RemoveAppExtensionTool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XcodeProjectMCP/RemoveAppExtensionTool.swift:58:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
56 | return CallTool.Result(
57 | content: [
58 | .text("Extension target '\(extensionName)' not found in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
59 | ]
60 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/RemoveAppExtensionTool.swift:78:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
76 | return CallTool.Result(
77 | content: [
78 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
79 | "Target '\(extensionName)' is not an App Extension. Use remove_target for other target types."
80 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/RemoveAppExtensionTool.swift:162:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
160 | return CallTool.Result(
161 | content: [
162 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
163 | "Successfully removed App Extension '\(extensionName)' from project and all host app embeddings"
164 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/RemoveFileTool.swift:157:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
155 | return CallTool.Result(
156 | content: [
157 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
158 | "Successfully removed \(fileName) from project. Removed from targets: \(removedFromTargets.joined(separator: ", "))"
159 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/RemoveFileTool.swift:165:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
163 | return CallTool.Result(
164 | content: [
165 | .text("File not found in project: \(fileName)")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
166 | ]
167 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/RemoveSwiftPackageTool.swift:73:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
71 | return CallTool.Result(
72 | content: [
73 | .text("Swift Package '\(packageURL)' not found in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
74 | ]
75 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/RemoveSwiftPackageTool.swift:116:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
114 | return CallTool.Result(
115 | content: [
116 | .text(message)
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
117 | ]
118 | )
[304/319] Compiling XcodeProjectMCP RemoveFileTool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XcodeProjectMCP/RemoveAppExtensionTool.swift:58:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
56 | return CallTool.Result(
57 | content: [
58 | .text("Extension target '\(extensionName)' not found in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
59 | ]
60 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/RemoveAppExtensionTool.swift:78:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
76 | return CallTool.Result(
77 | content: [
78 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
79 | "Target '\(extensionName)' is not an App Extension. Use remove_target for other target types."
80 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/RemoveAppExtensionTool.swift:162:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
160 | return CallTool.Result(
161 | content: [
162 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
163 | "Successfully removed App Extension '\(extensionName)' from project and all host app embeddings"
164 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/RemoveFileTool.swift:157:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
155 | return CallTool.Result(
156 | content: [
157 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
158 | "Successfully removed \(fileName) from project. Removed from targets: \(removedFromTargets.joined(separator: ", "))"
159 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/RemoveFileTool.swift:165:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
163 | return CallTool.Result(
164 | content: [
165 | .text("File not found in project: \(fileName)")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
166 | ]
167 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/RemoveSwiftPackageTool.swift:73:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
71 | return CallTool.Result(
72 | content: [
73 | .text("Swift Package '\(packageURL)' not found in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
74 | ]
75 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/RemoveSwiftPackageTool.swift:116:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
114 | return CallTool.Result(
115 | content: [
116 | .text(message)
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
117 | ]
118 | )
[305/319] Compiling XcodeProjectMCP RemoveSwiftPackageTool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XcodeProjectMCP/RemoveAppExtensionTool.swift:58:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
56 | return CallTool.Result(
57 | content: [
58 | .text("Extension target '\(extensionName)' not found in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
59 | ]
60 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/RemoveAppExtensionTool.swift:78:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
76 | return CallTool.Result(
77 | content: [
78 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
79 | "Target '\(extensionName)' is not an App Extension. Use remove_target for other target types."
80 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/RemoveAppExtensionTool.swift:162:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
160 | return CallTool.Result(
161 | content: [
162 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
163 | "Successfully removed App Extension '\(extensionName)' from project and all host app embeddings"
164 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/RemoveFileTool.swift:157:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
155 | return CallTool.Result(
156 | content: [
157 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
158 | "Successfully removed \(fileName) from project. Removed from targets: \(removedFromTargets.joined(separator: ", "))"
159 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/RemoveFileTool.swift:165:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
163 | return CallTool.Result(
164 | content: [
165 | .text("File not found in project: \(fileName)")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
166 | ]
167 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/RemoveSwiftPackageTool.swift:73:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
71 | return CallTool.Result(
72 | content: [
73 | .text("Swift Package '\(packageURL)' not found in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
74 | ]
75 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/RemoveSwiftPackageTool.swift:116:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
114 | return CallTool.Result(
115 | content: [
116 | .text(message)
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
117 | ]
118 | )
[306/319] Compiling XcodeProjectMCP ListTargetsTool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XcodeProjectMCP/ListTargetsTool.swift:56:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
54 | return CallTool.Result(
55 | content: [
56 | .text("Targets in \(projectURL.lastPathComponent):\n\(result)")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
57 | ]
58 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/MoveFileTool.swift:118:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
116 | return CallTool.Result(
117 | content: [
118 | .text("Successfully moved \(oldFileName) to \(newRelativePath)")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
119 | ]
120 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/MoveFileTool.swift:124:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
122 | return CallTool.Result(
123 | content: [
124 | .text("File not found in project: \(oldFileName)")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
125 | ]
126 | )
[307/319] Compiling XcodeProjectMCP MoveFileTool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XcodeProjectMCP/ListTargetsTool.swift:56:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
54 | return CallTool.Result(
55 | content: [
56 | .text("Targets in \(projectURL.lastPathComponent):\n\(result)")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
57 | ]
58 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/MoveFileTool.swift:118:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
116 | return CallTool.Result(
117 | content: [
118 | .text("Successfully moved \(oldFileName) to \(newRelativePath)")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
119 | ]
120 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/MoveFileTool.swift:124:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
122 | return CallTool.Result(
123 | content: [
124 | .text("File not found in project: \(oldFileName)")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
125 | ]
126 | )
[308/319] Compiling XcodeProjectMCP PathUtility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XcodeProjectMCP/ListTargetsTool.swift:56:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
54 | return CallTool.Result(
55 | content: [
56 | .text("Targets in \(projectURL.lastPathComponent):\n\(result)")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
57 | ]
58 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/MoveFileTool.swift:118:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
116 | return CallTool.Result(
117 | content: [
118 | .text("Successfully moved \(oldFileName) to \(newRelativePath)")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
119 | ]
120 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/MoveFileTool.swift:124:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
122 | return CallTool.Result(
123 | content: [
124 | .text("File not found in project: \(oldFileName)")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
125 | ]
126 | )
[309/319] Compiling XcodeProjectMCP AddFolderTool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddFolderTool.swift:160:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
158 | return CallTool.Result(
159 | content: [
160 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
161 | "Successfully added folder reference '\(folderName)'\(targetInfo)\(groupInfo)"
162 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddFrameworkTool.swift:78:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
76 | return CallTool.Result(
77 | content: [
78 | .text("Target '\(targetName)' not found in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
79 | ]
80 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddFrameworkTool.swift:125:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
123 | return CallTool.Result(
124 | content: [
125 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
126 | "Framework '\(frameworkName)' already exists in target '\(targetName)'")
127 | ]
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddFrameworkTool.swift:214:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
212 | return CallTool.Result(
213 | content: [
214 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
215 | "Successfully added framework '\(frameworkName)' to target '\(targetName)'\(embedText)"
216 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddSwiftPackageTool.swift:86:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
84 | return CallTool.Result(
85 | content: [
86 | .text("Swift Package '\(packageURL)' already exists in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
87 | ]
88 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddSwiftPackageTool.swift:138:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
136 | return CallTool.Result(
137 | content: [
138 | .text(message)
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
139 | ]
140 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddTargetTool.swift:159:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
157 | return CallTool.Result(
158 | content: [
159 | .text("Target '\(targetName)' already exists in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
160 | ]
161 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddTargetTool.swift:247:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
245 | return CallTool.Result(
246 | content: [
247 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
248 | "Successfully created target '\(targetName)' with product type '\(productTypeString)' and bundle identifier '\(bundleIdentifier)'"
249 | )
[310/319] Compiling XcodeProjectMCP AddFrameworkTool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddFolderTool.swift:160:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
158 | return CallTool.Result(
159 | content: [
160 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
161 | "Successfully added folder reference '\(folderName)'\(targetInfo)\(groupInfo)"
162 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddFrameworkTool.swift:78:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
76 | return CallTool.Result(
77 | content: [
78 | .text("Target '\(targetName)' not found in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
79 | ]
80 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddFrameworkTool.swift:125:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
123 | return CallTool.Result(
124 | content: [
125 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
126 | "Framework '\(frameworkName)' already exists in target '\(targetName)'")
127 | ]
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddFrameworkTool.swift:214:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
212 | return CallTool.Result(
213 | content: [
214 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
215 | "Successfully added framework '\(frameworkName)' to target '\(targetName)'\(embedText)"
216 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddSwiftPackageTool.swift:86:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
84 | return CallTool.Result(
85 | content: [
86 | .text("Swift Package '\(packageURL)' already exists in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
87 | ]
88 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddSwiftPackageTool.swift:138:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
136 | return CallTool.Result(
137 | content: [
138 | .text(message)
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
139 | ]
140 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddTargetTool.swift:159:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
157 | return CallTool.Result(
158 | content: [
159 | .text("Target '\(targetName)' already exists in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
160 | ]
161 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddTargetTool.swift:247:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
245 | return CallTool.Result(
246 | content: [
247 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
248 | "Successfully created target '\(targetName)' with product type '\(productTypeString)' and bundle identifier '\(bundleIdentifier)'"
249 | )
[311/319] Compiling XcodeProjectMCP AddSwiftPackageTool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddFolderTool.swift:160:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
158 | return CallTool.Result(
159 | content: [
160 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
161 | "Successfully added folder reference '\(folderName)'\(targetInfo)\(groupInfo)"
162 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddFrameworkTool.swift:78:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
76 | return CallTool.Result(
77 | content: [
78 | .text("Target '\(targetName)' not found in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
79 | ]
80 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddFrameworkTool.swift:125:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
123 | return CallTool.Result(
124 | content: [
125 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
126 | "Framework '\(frameworkName)' already exists in target '\(targetName)'")
127 | ]
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddFrameworkTool.swift:214:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
212 | return CallTool.Result(
213 | content: [
214 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
215 | "Successfully added framework '\(frameworkName)' to target '\(targetName)'\(embedText)"
216 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddSwiftPackageTool.swift:86:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
84 | return CallTool.Result(
85 | content: [
86 | .text("Swift Package '\(packageURL)' already exists in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
87 | ]
88 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddSwiftPackageTool.swift:138:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
136 | return CallTool.Result(
137 | content: [
138 | .text(message)
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
139 | ]
140 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddTargetTool.swift:159:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
157 | return CallTool.Result(
158 | content: [
159 | .text("Target '\(targetName)' already exists in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
160 | ]
161 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddTargetTool.swift:247:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
245 | return CallTool.Result(
246 | content: [
247 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
248 | "Successfully created target '\(targetName)' with product type '\(productTypeString)' and bundle identifier '\(bundleIdentifier)'"
249 | )
[312/319] Compiling XcodeProjectMCP AddTargetTool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddFolderTool.swift:160:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
158 | return CallTool.Result(
159 | content: [
160 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
161 | "Successfully added folder reference '\(folderName)'\(targetInfo)\(groupInfo)"
162 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddFrameworkTool.swift:78:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
76 | return CallTool.Result(
77 | content: [
78 | .text("Target '\(targetName)' not found in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
79 | ]
80 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddFrameworkTool.swift:125:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
123 | return CallTool.Result(
124 | content: [
125 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
126 | "Framework '\(frameworkName)' already exists in target '\(targetName)'")
127 | ]
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddFrameworkTool.swift:214:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
212 | return CallTool.Result(
213 | content: [
214 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
215 | "Successfully added framework '\(frameworkName)' to target '\(targetName)'\(embedText)"
216 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddSwiftPackageTool.swift:86:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
84 | return CallTool.Result(
85 | content: [
86 | .text("Swift Package '\(packageURL)' already exists in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
87 | ]
88 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddSwiftPackageTool.swift:138:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
136 | return CallTool.Result(
137 | content: [
138 | .text(message)
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
139 | ]
140 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddTargetTool.swift:159:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
157 | return CallTool.Result(
158 | content: [
159 | .text("Target '\(targetName)' already exists in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
160 | ]
161 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/AddTargetTool.swift:247:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
245 | return CallTool.Result(
246 | content: [
247 | .text(
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
248 | "Successfully created target '\(targetName)' with product type '\(productTypeString)' and bundle identifier '\(bundleIdentifier)'"
249 | )
[313/319] Compiling XcodeProjectMCP ListFilesTool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XcodeProjectMCP/ListFilesTool.swift:101:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
99 | return CallTool.Result(
100 | content: [
101 | .text("Files in target '\(targetName)':\n\(result)")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
102 | ]
103 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/ListGroupsTool.swift:73:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
71 | return CallTool.Result(
72 | content: [
73 | .text(titleMessage)
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
74 | ]
75 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/ListSwiftPackagesTool.swift:65:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
63 | return CallTool.Result(
64 | content: [
65 | .text("No Swift Package dependencies found in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
66 | ]
67 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/ListSwiftPackagesTool.swift:73:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
71 | return CallTool.Result(
72 | content: [
73 | .text("Swift Package dependencies:\n\(packageList)")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
74 | ]
75 | )
[314/319] Compiling XcodeProjectMCP ListGroupsTool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XcodeProjectMCP/ListFilesTool.swift:101:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
99 | return CallTool.Result(
100 | content: [
101 | .text("Files in target '\(targetName)':\n\(result)")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
102 | ]
103 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/ListGroupsTool.swift:73:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
71 | return CallTool.Result(
72 | content: [
73 | .text(titleMessage)
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
74 | ]
75 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/ListSwiftPackagesTool.swift:65:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
63 | return CallTool.Result(
64 | content: [
65 | .text("No Swift Package dependencies found in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
66 | ]
67 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/ListSwiftPackagesTool.swift:73:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
71 | return CallTool.Result(
72 | content: [
73 | .text("Swift Package dependencies:\n\(packageList)")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
74 | ]
75 | )
[315/319] Compiling XcodeProjectMCP ListSwiftPackagesTool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XcodeProjectMCP/ListFilesTool.swift:101:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
99 | return CallTool.Result(
100 | content: [
101 | .text("Files in target '\(targetName)':\n\(result)")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
102 | ]
103 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/ListGroupsTool.swift:73:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
71 | return CallTool.Result(
72 | content: [
73 | .text(titleMessage)
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
74 | ]
75 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/ListSwiftPackagesTool.swift:65:26: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
63 | return CallTool.Result(
64 | content: [
65 | .text("No Swift Package dependencies found in project")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
66 | ]
67 | )
/host/spi-builder-workspace/Sources/XcodeProjectMCP/ListSwiftPackagesTool.swift:73:22: warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
71 | return CallTool.Result(
72 | content: [
73 | .text("Swift Package dependencies:\n\(packageList)")
| `- warning: 'text(_:metadata:)' is deprecated: Use .text(text:annotations:_meta:) instead.
74 | ]
75 | )
[316/320] Wrapping AST for XcodeProjectMCP for debugging
[318/322] Emitting module xcodeproj_mcp_server
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[319/322] Compiling xcodeproj_mcp_server run-server.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[320/323] Wrapping AST for xcodeproj-mcp-server for debugging
[321/323] Write Objects.LinkFileList
[322/323] Linking xcodeproj-mcp-server
Build complete! (133.90s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-sdk",
"requirement" : {
"range" : [
{
"lower_bound" : "0.12.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/modelcontextprotocol/swift-sdk"
},
{
"identity" : "xcodeproj",
"requirement" : {
"range" : [
{
"lower_bound" : "9.4.2",
"upper_bound" : "10.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tuist/xcodeproj"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "xcodeproj-mcp-server",
"name" : "xcodeproj-mcp-server",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "xcodeproj-mcp-server",
"targets" : [
"xcodeproj-mcp-server"
],
"type" : {
"executable" : null
}
},
{
"name" : "XcodeProjectMCP",
"targets" : [
"XcodeProjectMCP"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "xcodeproj_mcp_server",
"module_type" : "SwiftTarget",
"name" : "xcodeproj-mcp-server",
"path" : "Sources/xcodeproj-mcp-server",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"xcodeproj-mcp-server"
],
"sources" : [
"run-server.swift"
],
"target_dependencies" : [
"XcodeProjectMCP"
],
"type" : "executable"
},
{
"c99name" : "XcodeProjectMCPTests",
"module_type" : "SwiftTarget",
"name" : "XcodeProjectMCPTests",
"path" : "Tests/XcodeProjectMCPTests",
"sources" : [
"AddAppExtensionToolTests.swift",
"AddBuildPhaseToolTests.swift",
"AddDependencyToolTests.swift",
"AddFileToolTests.swift",
"AddFolderToolTests.swift",
"AddFrameworkToolTests.swift",
"AddSwiftPackageToolTests.swift",
"AddTargetToolTests.swift",
"CreateGroupToolTests.swift",
"CreateXcodeprojToolTests.swift",
"DuplicateTargetToolTests.swift",
"GetBuildSettingsToolTests.swift",
"ListBuildConfigurationsToolTests.swift",
"ListFilesToolTests.swift",
"ListGroupsToolTests.swift",
"ListSwiftPackagesToolTests.swift",
"ListTargetsToolTests.swift",
"MoveFileToolTests.swift",
"PathUtilityTests.swift",
"RemoveAppExtensionToolTests.swift",
"RemoveFileToolTests.swift",
"RemoveSwiftPackageToolTests.swift",
"RemoveTargetToolTests.swift",
"SetBuildSettingToolTests.swift",
"TestProjectHelper.swift"
],
"target_dependencies" : [
"XcodeProjectMCP"
],
"type" : "test"
},
{
"c99name" : "XcodeProjectMCP",
"module_type" : "SwiftTarget",
"name" : "XcodeProjectMCP",
"path" : "Sources/XcodeProjectMCP",
"product_dependencies" : [
"MCP",
"XcodeProj"
],
"product_memberships" : [
"xcodeproj-mcp-server",
"XcodeProjectMCP"
],
"sources" : [
"AddAppExtensionTool.swift",
"AddBuildPhaseTool.swift",
"AddDependencyTool.swift",
"AddFileTool.swift",
"AddFolderTool.swift",
"AddFrameworkTool.swift",
"AddSwiftPackageTool.swift",
"AddTargetTool.swift",
"CreateGroupTool.swift",
"CreateXcodeprojTool.swift",
"DuplicateTargetTool.swift",
"GetBuildSettingsTool.swift",
"GroupFinder.swift",
"ListBuildConfigurationsTool.swift",
"ListFilesTool.swift",
"ListGroupsTool.swift",
"ListSwiftPackagesTool.swift",
"ListTargetsTool.swift",
"MoveFileTool.swift",
"PathUtility.swift",
"RemoveAppExtensionTool.swift",
"RemoveFileTool.swift",
"RemoveSwiftPackageTool.swift",
"RemoveTargetTool.swift",
"SetBuildSettingTool.swift",
"XcodeProjectMCPServer.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7bfd71e9384436264431030299dc8a2d42d0664a168cfa1a5dd84c9bc592ccf
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Done.