We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/johnnyclem/xcsift-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
build_errors.txt•2.32 KiB
Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild build -scheme MyApp -destination "platform=iOS Simulator,name=iPhone 15"
User defaults from command line:
IDEPackageSupportUseBuiltinSCM = YES
note: Using codesigning identity override: -
Prepare packages
Computing target dependency graph and provisioning inputs
Create build description
Build description signature: abc123
Build description path: /Users/test/Library/Developer/Xcode/DerivedData/MyApp-abc123/Build/Intermediates.noindex/XCBuildData/abc123.xcbuilddata
note: Building targets in dependency order
CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler
cd /Users/test/Projects/MyApp
builtin-swiftCompilation -- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/test/Projects/MyApp/Sources/ContentView.swift -primary-file /Users/test/Projects/MyApp/Sources/Models/User.swift -o /Users/test/Library/Developer/Xcode/DerivedData/MyApp-abc123/Build/Intermediates.noindex/MyApp.build/Debug-iphonesimulator/MyApp.build/Objects-normal/arm64/User.o
/Users/test/Projects/MyApp/Sources/Models/User.swift:15:12: error: use of undeclared identifier 'unknownVariable'
let x = unknownVariable
^~~~~~~~~~~~~~~
/Users/test/Projects/MyApp/Sources/Models/User.swift:23:5: error: missing return in function expected to return 'String'
func getName() -> String {
^
/Users/test/Projects/MyApp/Sources/Views/HomeView.swift:42:18: error: cannot find 'UserService' in scope
let service = UserService()
^~~~~~~~~~~
/Users/test/Projects/MyApp/Sources/ContentView.swift:10:9: warning: variable 'temp' was never used; consider replacing with '_' or removing it
var temp = 5
^~~~
/Users/test/Projects/MyApp/Sources/ContentView.swift:25:14: warning: result of call to 'fetchData()' is unused
_ = fetchData()
^~~~~~~~~~
/Users/test/Projects/MyApp/Sources/Helpers/Utils.swift:8:10: warning: initialization of immutable value 'result' was never used; consider replacing with assignment to '_' or removing it
let result = computeValue()
^~~~~~
** BUILD FAILED **
The following build commands failed:
CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler
(1 failure)