The Swift Package Index logo.Swift Package Index

Build Information

Failed to build JBird, reference 2.0.7 (9740d3), with Swift 6.3 for iOS using Xcode 26.4 on 15 Apr 2026 21:23:37 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme JBird-Package -destination generic/platform=iOS

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vsanthanam/JBird.git
Reference: 2.0.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vsanthanam/JBird
 * tag               2.0.7      -> FETCH_HEAD
HEAD is now at 9740d3a Fix typo
Cloned https://github.com/vsanthanam/JBird.git
Revision (git rev-parse @):
9740d3ac13358d85414c15cf042d99d20f075f29
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vsanthanam/JBird.git at 2.0.7
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.3
Building package at path:  $PWD
https://github.com/vsanthanam/JBird.git
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "c_language_standard" : "c11",
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "exact" : [
          "603.0.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "exact" : [
          "1.4.6"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin.git"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "exact" : [
          "0.60.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat.git"
    }
  ],
  "manifest_display_name" : "JBird",
  "name" : "JBird",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "JBird",
      "targets" : [
        "JBird"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JBirdCore",
      "targets" : [
        "JBirdCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JBirdBuilders",
      "targets" : [
        "JBirdBuilders"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JBirdMacros",
      "targets" : [
        "JBirdMacros"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JBirdCodableSupport",
      "targets" : [
        "JBirdCodableSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JBirdMacrosCompilerPlugin",
      "targets" : [
        "JBirdMacrosCompilerPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "JBirdTests",
      "module_type" : "SwiftTarget",
      "name" : "JBirdTests",
      "path" : "Tests/JBirdTests",
      "sources" : [
        "ExportedImportTests.swift"
      ],
      "target_dependencies" : [
        "JBird"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JBirdParserTests",
      "module_type" : "SwiftTarget",
      "name" : "JBirdParserTests",
      "path" : "Tests/JBirdParserTests",
      "sources" : [
        "JBirdParserTests.swift"
      ],
      "target_dependencies" : [
        "JBirdParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JBirdParser",
      "module_type" : "ClangTarget",
      "name" : "JBirdParser",
      "path" : "Sources/JBirdParser",
      "product_memberships" : [
        "JBird",
        "JBirdCore",
        "JBirdBuilders",
        "JBirdMacros",
        "JBirdCodableSupport"
      ],
      "sources" : [
        "JBirdParser.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JBirdMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "JBirdMacrosTests",
      "path" : "Tests/JBirdMacrosTests",
      "sources" : [
        "JBirdMacrosTests.swift",
        "JSONMacroDecodingErrorTests.swift"
      ],
      "target_dependencies" : [
        "JBirdMacros",
        "JBirdCore",
        "JBirdBuilders"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JBirdMacrosCompilerPluginTests",
      "module_type" : "SwiftTarget",
      "name" : "JBirdMacrosCompilerPluginTests",
      "path" : "Tests/JBirdMacrosCompilerPluginTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "JBirdMacrosCompilerPluginTests.swift",
        "JSONRepresentableMacroTests.swift",
        "OmitIfNilMacroTests.swift"
      ],
      "target_dependencies" : [
        "JBirdMacrosCompilerPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JBirdMacrosCompilerPlugin",
      "module_type" : "SwiftTarget",
      "name" : "JBirdMacrosCompilerPlugin",
      "path" : "Sources/JBirdMacrosCompilerPlugin",
      "product_dependencies" : [
        "SwiftCompilerPlugin",
        "SwiftSyntax",
        "SwiftSyntaxBuilder",
        "SwiftSyntaxMacros"
      ],
      "product_memberships" : [
        "JBird",
        "JBirdMacros",
        "JBirdMacrosCompilerPlugin"
      ],
      "sources" : [
        "JBirdMacrosCompilerPlugin.swift",
        "JSONKeyMacro.swift",
        "JSONRepresentableMacro.swift",
        "OmitIfNilMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "JBirdMacros",
      "module_type" : "SwiftTarget",
      "name" : "JBirdMacros",
      "path" : "Sources/JBirdMacros",
      "product_memberships" : [
        "JBird",
        "JBirdMacros"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/JBirdMacros/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "JBirdMacros.swift",
        "JSONMacroDecodingError.swift"
      ],
      "target_dependencies" : [
        "JBirdMacrosCompilerPlugin",
        "JBirdCore",
        "JBirdBuilders"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JBirdCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "JBirdCoreTests",
      "path" : "Tests/JBirdCoreTests",
      "sources" : [
        "Deserialization/DeserializationErrorTests.swift",
        "Deserialization/DeserializationTests.swift",
        "Models/JSONTests.swift",
        "Models/NumberTests.swift",
        "Models/OperationErrorTests.swift",
        "Models/SubscriptTests.swift",
        "Protocols/JSONKeyInitializableTests.swift",
        "Protocols/JSONRepresentableTests.swift",
        "Serialization/SerializationErrorTests.swift",
        "Serialization/SerializationTests.swift"
      ],
      "target_dependencies" : [
        "JBirdCore",
        "JBirdParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JBirdCore",
      "module_type" : "SwiftTarget",
      "name" : "JBirdCore",
      "path" : "Sources/JBirdCore",
      "product_memberships" : [
        "JBird",
        "JBirdCore",
        "JBirdBuilders",
        "JBirdMacros",
        "JBirdCodableSupport"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/JBirdCore/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Deserialization/Deserialization.swift",
        "Deserialization/DeserializationError.swift",
        "Deserialization/DeserializationOptions.swift",
        "Models/Array.swift",
        "Models/JSON.swift",
        "Models/Number.swift",
        "Models/Object.swift",
        "Models/OperationError.swift",
        "Models/Subscript.swift",
        "Protocols/JSONConvertible.swift",
        "Protocols/JSONInitializable.swift",
        "Protocols/JSONKeyConvertible.swift",
        "Protocols/JSONKeyInitializable.swift",
        "Protocols/JSONKeyRepresentable.swift",
        "Protocols/JSONNumberConvertible.swift",
        "Protocols/JSONNumberInitializable.swift",
        "Protocols/JSONNumberRepresentable.swift",
        "Protocols/JSONRepresentable.swift",
        "Protocols/JSONSubscriptConvertible.swift",
        "Serialization/Serialization.swift",
        "Serialization/SerializationError.swift",
        "Serialization/SerializationOptions.swift"
      ],
      "target_dependencies" : [
        "JBirdParser"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JBirdCodableSupportTests",
      "module_type" : "SwiftTarget",
      "name" : "JBirdCodableSupportTests",
      "path" : "Tests/JBirdCodableSupportTests",
      "sources" : [
        "BackingTypeDescriptionTests.swift",
        "CodingKeys/CamelCaseCodingKeyTests.swift",
        "CodingKeys/IndexCodingKeyTests.swift",
        "CodingKeys/ObjectCodingKeyTests.swift",
        "CodingKeys/SnakeCaseCodingKeyTests.swift",
        "CodingKeys/SuperCodingKeyTests.swift",
        "Decoder/ArrayDecoderTests.swift",
        "Decoder/DecoderTests.swift",
        "Decoder/InternalDecoderTests.swift",
        "Decoder/ObjectDecoderTests.swift",
        "Decoder/ValueDecoderTests.swift",
        "Encoder/ArrayEncoderTests.swift",
        "Encoder/EncoderTests.swift",
        "Encoder/ObjectEncoderTests.swift",
        "Encoder/ValueEncoderTests.swift",
        "Models.swift"
      ],
      "target_dependencies" : [
        "JBirdCodableSupport",
        "JBirdCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JBirdCodableSupport",
      "module_type" : "SwiftTarget",
      "name" : "JBirdCodableSupport",
      "path" : "Sources/JBirdCodableSupport",
      "product_memberships" : [
        "JBird",
        "JBirdCodableSupport"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/JBirdCodableSupport/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "BackingTypeDescription.swift",
        "CodingKeys/CamelCaseCodingKey.swift",
        "CodingKeys/IndexCodingKey.swift",
        "CodingKeys/ObjectCodingKey.swift",
        "CodingKeys/SnakeCaseCodingKey.swift",
        "CodingKeys/SuperCodingKey.swift",
        "Decoder/ArrayDecoder.swift",
        "Decoder/Decoder.swift",
        "Decoder/InternalDecoder.swift",
        "Decoder/ObjectDecoder.swift",
        "Decoder/ValueDecoder.swift",
        "Encoder/ArrayEncoder.swift",
        "Encoder/Encoder.swift",
        "Encoder/InternalEncoder.swift",
        "Encoder/ObjectEncoder.swift",
        "Encoder/ValueEncoder.swift"
      ],
      "target_dependencies" : [
        "JBirdCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JBirdBuildersTests",
      "module_type" : "SwiftTarget",
      "name" : "JBirdBuildersTests",
      "path" : "Tests/JBirdBuildersTests",
      "sources" : [
        "BuilderTests.swift"
      ],
      "target_dependencies" : [
        "JBirdBuilders",
        "JBirdCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JBirdBuilders",
      "module_type" : "SwiftTarget",
      "name" : "JBirdBuilders",
      "path" : "Sources/JBirdBuilders",
      "product_memberships" : [
        "JBird",
        "JBirdBuilders",
        "JBirdMacros"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/JBirdBuilders/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Builder.swift"
      ],
      "target_dependencies" : [
        "JBirdCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JBird",
      "module_type" : "SwiftTarget",
      "name" : "JBird",
      "path" : "Sources/JBird",
      "product_memberships" : [
        "JBird"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/JBird/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "JBird.swift"
      ],
      "target_dependencies" : [
        "JBirdCore",
        "JBirdBuilders",
        "JBirdMacros",
        "JBirdCodableSupport"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.3"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "JBird",
    "schemes" : [
      "JBird",
      "JBirdBuilders",
      "JBirdCodableSupport",
      "JBirdCore",
      "JBirdParser"
    ],
    "targets" : [
      "JBirdParser",
      "JBirdCore",
      "JBirdBuilders",
      "JBird",
      "JBirdCodableSupport"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
    ]
  }
}
2026-04-15 17:22:56.846 xcodebuild[619:3658] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-15 17:23:04.063 xcodebuild[619:3658] [MT] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Execution/RunContextManager/IDERunContextManager.m:926
Details:  Error deleting scheme: Cannot modify data because the process disallows saving.
Object:   <IDERunContextManager: 0xa39dd4cc0>
Method:   -deleteRunContexts:completionQueue:completionBlock:
Thread:   <_NSMainThread: 0x105721f00>{number = 1, name = main}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 17:23:04.064 xcodebuild[619:3658] could not delete old scheme: Error Domain=DVTCustomDataStoringErrors Code=0 "Cannot modify data because the process disallows saving." UserInfo={NSLocalizedDescription=Cannot modify data because the process disallows saving.}
2026-04-15 17:23:04.064 xcodebuild[619:3658] [MT] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Execution/RunContextManager/IDERunContextManager.m:926
Details:  Error deleting scheme: Cannot modify data because the process disallows saving.
Object:   <IDERunContextManager: 0xa39dd4cc0>
Method:   -deleteRunContexts:completionQueue:completionBlock:
Thread:   <_NSMainThread: 0x105721f00>{number = 1, name = main}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 17:23:04.064 xcodebuild[619:3658] could not delete old scheme: Error Domain=DVTCustomDataStoringErrors Code=0 "Cannot modify data because the process disallows saving." UserInfo={NSLocalizedDescription=Cannot modify data because the process disallows saving.}
2026-04-15 17:23:04.064 xcodebuild[619:3658] [MT] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Execution/RunContextManager/IDERunContextManager.m:926
Details:  Error deleting scheme: Cannot modify data because the process disallows saving.
Object:   <IDERunContextManager: 0xa39dd4cc0>
Method:   -deleteRunContexts:completionQueue:completionBlock:
Thread:   <_NSMainThread: 0x105721f00>{number = 1, name = main}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 17:23:04.064 xcodebuild[619:3658] could not delete old scheme: Error Domain=DVTCustomDataStoringErrors Code=0 "Cannot modify data because the process disallows saving." UserInfo={NSLocalizedDescription=Cannot modify data because the process disallows saving.}
2026-04-15 17:23:04.064 xcodebuild[619:3658] [MT] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Execution/RunContextManager/IDERunContextManager.m:926
Details:  Error deleting scheme: Cannot modify data because the process disallows saving.
Object:   <IDERunContextManager: 0xa39dd4cc0>
Method:   -deleteRunContexts:completionQueue:completionBlock:
Thread:   <_NSMainThread: 0x105721f00>{number = 1, name = main}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 17:23:04.064 xcodebuild[619:3658] could not delete old scheme: Error Domain=DVTCustomDataStoringErrors Code=0 "Cannot modify data because the process disallows saving." UserInfo={NSLocalizedDescription=Cannot modify data because the process disallows saving.}
2026-04-15 17:23:04.064 xcodebuild[619:3658] [MT] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Execution/RunContextManager/IDERunContextManager.m:926
Details:  Error deleting scheme: Cannot modify data because the process disallows saving.
Object:   <IDERunContextManager: 0xa39dd4cc0>
Method:   -deleteRunContexts:completionQueue:completionBlock:
Thread:   <_NSMainThread: 0x105721f00>{number = 1, name = main}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 17:23:04.064 xcodebuild[619:3658] could not delete old scheme: Error Domain=DVTCustomDataStoringErrors Code=0 "Cannot modify data because the process disallows saving." UserInfo={NSLocalizedDescription=Cannot modify data because the process disallows saving.}
2026-04-15 17:23:04.064 xcodebuild[619:3658] [MT] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Execution/RunContextManager/IDERunContextManager.m:926
Details:  Error deleting scheme: Cannot modify data because the process disallows saving.
Object:   <IDERunContextManager: 0xa39dd4cc0>
Method:   -deleteRunContexts:completionQueue:completionBlock:
Thread:   <_NSMainThread: 0x105721f00>{number = 1, name = main}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 17:23:04.064 xcodebuild[619:3658] could not delete old scheme: Error Domain=DVTCustomDataStoringErrors Code=0 "Cannot modify data because the process disallows saving." UserInfo={NSLocalizedDescription=Cannot modify data because the process disallows saving.}
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  JBird: /Users/admin/builder/spi-builder-workspace
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  SwiftFormat: https://github.com/nicklockwood/SwiftFormat.git @ 0.60.1
  SwiftDocCPlugin: https://github.com/swiftlang/swift-docc-plugin.git @ 1.4.6
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 603.0.0
resolved source packages: JBird, SymbolKit, SwiftFormat, SwiftDocCPlugin, swift-syntax
2026-04-15 17:23:11.902 xcodebuild[941:5685] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "c_language_standard" : "c11",
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "exact" : [
          "603.0.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "exact" : [
          "1.4.6"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin.git"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "exact" : [
          "0.60.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat.git"
    }
  ],
  "manifest_display_name" : "JBird",
  "name" : "JBird",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "JBird",
      "targets" : [
        "JBird"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JBirdCore",
      "targets" : [
        "JBirdCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JBirdBuilders",
      "targets" : [
        "JBirdBuilders"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JBirdMacros",
      "targets" : [
        "JBirdMacros"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JBirdCodableSupport",
      "targets" : [
        "JBirdCodableSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JBirdMacrosCompilerPlugin",
      "targets" : [
        "JBirdMacrosCompilerPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "JBirdTests",
      "module_type" : "SwiftTarget",
      "name" : "JBirdTests",
      "path" : "Tests/JBirdTests",
      "sources" : [
        "ExportedImportTests.swift"
      ],
      "target_dependencies" : [
        "JBird"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JBirdParserTests",
      "module_type" : "SwiftTarget",
      "name" : "JBirdParserTests",
      "path" : "Tests/JBirdParserTests",
      "sources" : [
        "JBirdParserTests.swift"
      ],
      "target_dependencies" : [
        "JBirdParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JBirdParser",
      "module_type" : "ClangTarget",
      "name" : "JBirdParser",
      "path" : "Sources/JBirdParser",
      "product_memberships" : [
        "JBird",
        "JBirdCore",
        "JBirdBuilders",
        "JBirdMacros",
        "JBirdCodableSupport"
      ],
      "sources" : [
        "JBirdParser.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JBirdMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "JBirdMacrosTests",
      "path" : "Tests/JBirdMacrosTests",
      "sources" : [
        "JBirdMacrosTests.swift",
        "JSONMacroDecodingErrorTests.swift"
      ],
      "target_dependencies" : [
        "JBirdMacros",
        "JBirdCore",
        "JBirdBuilders"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JBirdMacrosCompilerPluginTests",
      "module_type" : "SwiftTarget",
      "name" : "JBirdMacrosCompilerPluginTests",
      "path" : "Tests/JBirdMacrosCompilerPluginTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "JBirdMacrosCompilerPluginTests.swift",
        "JSONRepresentableMacroTests.swift",
        "OmitIfNilMacroTests.swift"
      ],
      "target_dependencies" : [
        "JBirdMacrosCompilerPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JBirdMacrosCompilerPlugin",
      "module_type" : "SwiftTarget",
      "name" : "JBirdMacrosCompilerPlugin",
      "path" : "Sources/JBirdMacrosCompilerPlugin",
      "product_dependencies" : [
        "SwiftCompilerPlugin",
        "SwiftSyntax",
        "SwiftSyntaxBuilder",
        "SwiftSyntaxMacros"
      ],
      "product_memberships" : [
        "JBird",
        "JBirdMacros",
        "JBirdMacrosCompilerPlugin"
      ],
      "sources" : [
        "JBirdMacrosCompilerPlugin.swift",
        "JSONKeyMacro.swift",
        "JSONRepresentableMacro.swift",
        "OmitIfNilMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "JBirdMacros",
      "module_type" : "SwiftTarget",
      "name" : "JBirdMacros",
      "path" : "Sources/JBirdMacros",
      "product_memberships" : [
        "JBird",
        "JBirdMacros"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/JBirdMacros/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "JBirdMacros.swift",
        "JSONMacroDecodingError.swift"
      ],
      "target_dependencies" : [
        "JBirdMacrosCompilerPlugin",
        "JBirdCore",
        "JBirdBuilders"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JBirdCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "JBirdCoreTests",
      "path" : "Tests/JBirdCoreTests",
      "sources" : [
        "Deserialization/DeserializationErrorTests.swift",
        "Deserialization/DeserializationTests.swift",
        "Models/JSONTests.swift",
        "Models/NumberTests.swift",
        "Models/OperationErrorTests.swift",
        "Models/SubscriptTests.swift",
        "Protocols/JSONKeyInitializableTests.swift",
        "Protocols/JSONRepresentableTests.swift",
        "Serialization/SerializationErrorTests.swift",
        "Serialization/SerializationTests.swift"
      ],
      "target_dependencies" : [
        "JBirdCore",
        "JBirdParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JBirdCore",
      "module_type" : "SwiftTarget",
      "name" : "JBirdCore",
      "path" : "Sources/JBirdCore",
      "product_memberships" : [
        "JBird",
        "JBirdCore",
        "JBirdBuilders",
        "JBirdMacros",
        "JBirdCodableSupport"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/JBirdCore/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Deserialization/Deserialization.swift",
        "Deserialization/DeserializationError.swift",
        "Deserialization/DeserializationOptions.swift",
        "Models/Array.swift",
        "Models/JSON.swift",
        "Models/Number.swift",
        "Models/Object.swift",
        "Models/OperationError.swift",
        "Models/Subscript.swift",
        "Protocols/JSONConvertible.swift",
        "Protocols/JSONInitializable.swift",
        "Protocols/JSONKeyConvertible.swift",
        "Protocols/JSONKeyInitializable.swift",
        "Protocols/JSONKeyRepresentable.swift",
        "Protocols/JSONNumberConvertible.swift",
        "Protocols/JSONNumberInitializable.swift",
        "Protocols/JSONNumberRepresentable.swift",
        "Protocols/JSONRepresentable.swift",
        "Protocols/JSONSubscriptConvertible.swift",
        "Serialization/Serialization.swift",
        "Serialization/SerializationError.swift",
        "Serialization/SerializationOptions.swift"
      ],
      "target_dependencies" : [
        "JBirdParser"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JBirdCodableSupportTests",
      "module_type" : "SwiftTarget",
      "name" : "JBirdCodableSupportTests",
      "path" : "Tests/JBirdCodableSupportTests",
      "sources" : [
        "BackingTypeDescriptionTests.swift",
        "CodingKeys/CamelCaseCodingKeyTests.swift",
        "CodingKeys/IndexCodingKeyTests.swift",
        "CodingKeys/ObjectCodingKeyTests.swift",
        "CodingKeys/SnakeCaseCodingKeyTests.swift",
        "CodingKeys/SuperCodingKeyTests.swift",
        "Decoder/ArrayDecoderTests.swift",
        "Decoder/DecoderTests.swift",
        "Decoder/InternalDecoderTests.swift",
        "Decoder/ObjectDecoderTests.swift",
        "Decoder/ValueDecoderTests.swift",
        "Encoder/ArrayEncoderTests.swift",
        "Encoder/EncoderTests.swift",
        "Encoder/ObjectEncoderTests.swift",
        "Encoder/ValueEncoderTests.swift",
        "Models.swift"
      ],
      "target_dependencies" : [
        "JBirdCodableSupport",
        "JBirdCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JBirdCodableSupport",
      "module_type" : "SwiftTarget",
      "name" : "JBirdCodableSupport",
      "path" : "Sources/JBirdCodableSupport",
      "product_memberships" : [
        "JBird",
        "JBirdCodableSupport"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/JBirdCodableSupport/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "BackingTypeDescription.swift",
        "CodingKeys/CamelCaseCodingKey.swift",
        "CodingKeys/IndexCodingKey.swift",
        "CodingKeys/ObjectCodingKey.swift",
        "CodingKeys/SnakeCaseCodingKey.swift",
        "CodingKeys/SuperCodingKey.swift",
        "Decoder/ArrayDecoder.swift",
        "Decoder/Decoder.swift",
        "Decoder/InternalDecoder.swift",
        "Decoder/ObjectDecoder.swift",
        "Decoder/ValueDecoder.swift",
        "Encoder/ArrayEncoder.swift",
        "Encoder/Encoder.swift",
        "Encoder/InternalEncoder.swift",
        "Encoder/ObjectEncoder.swift",
        "Encoder/ValueEncoder.swift"
      ],
      "target_dependencies" : [
        "JBirdCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JBirdBuildersTests",
      "module_type" : "SwiftTarget",
      "name" : "JBirdBuildersTests",
      "path" : "Tests/JBirdBuildersTests",
      "sources" : [
        "BuilderTests.swift"
      ],
      "target_dependencies" : [
        "JBirdBuilders",
        "JBirdCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JBirdBuilders",
      "module_type" : "SwiftTarget",
      "name" : "JBirdBuilders",
      "path" : "Sources/JBirdBuilders",
      "product_memberships" : [
        "JBird",
        "JBirdBuilders",
        "JBirdMacros"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/JBirdBuilders/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Builder.swift"
      ],
      "target_dependencies" : [
        "JBirdCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JBird",
      "module_type" : "SwiftTarget",
      "name" : "JBird",
      "path" : "Sources/JBird",
      "product_memberships" : [
        "JBird"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/JBird/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "JBird.swift"
      ],
      "target_dependencies" : [
        "JBirdCore",
        "JBirdBuilders",
        "JBirdMacros",
        "JBirdCodableSupport"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.3"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "JBird",
      "JBird-Package",
      "JBirdBuilders",
      "JBirdCodableSupport",
      "JBirdCore",
      "JBirdMacros"
    ]
  }
}
2026-04-15 17:23:20.123 xcodebuild[1018:6181] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme JBird-Package -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme JBird-Package -destination generic/platform=iOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  SwiftFormat: https://github.com/nicklockwood/SwiftFormat.git @ 0.60.1
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  SwiftDocCPlugin: https://github.com/swiftlang/swift-docc-plugin.git @ 1.4.6
  JBird: /Users/admin/builder/spi-builder-workspace
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 603.0.0
2026-04-15 17:23:30.752 xcodebuild[1088:6626] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-15 17:23:37.684 xcodebuild[1088:6626] [MT] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Execution/RunContextManager/IDERunContextManager.m:926
Details:  Error deleting scheme: Cannot modify data because the process disallows saving.
Object:   <IDERunContextManager: 0x7b5962340>
Method:   -deleteRunContexts:completionQueue:completionBlock:
Thread:   <_NSMainThread: 0x100965f00>{number = 1, name = main}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 17:23:37.685 xcodebuild[1088:6626] could not delete old scheme: Error Domain=DVTCustomDataStoringErrors Code=0 "Cannot modify data because the process disallows saving." UserInfo={NSLocalizedDescription=Cannot modify data because the process disallows saving.}
2026-04-15 17:23:37.685 xcodebuild[1088:6626] [MT] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Execution/RunContextManager/IDERunContextManager.m:926
Details:  Error deleting scheme: Cannot modify data because the process disallows saving.
Object:   <IDERunContextManager: 0x7b5962340>
Method:   -deleteRunContexts:completionQueue:completionBlock:
Thread:   <_NSMainThread: 0x100965f00>{number = 1, name = main}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 17:23:37.685 xcodebuild[1088:6626] could not delete old scheme: Error Domain=DVTCustomDataStoringErrors Code=0 "Cannot modify data because the process disallows saving." UserInfo={NSLocalizedDescription=Cannot modify data because the process disallows saving.}
2026-04-15 17:23:37.685 xcodebuild[1088:6626] [MT] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Execution/RunContextManager/IDERunContextManager.m:926
Details:  Error deleting scheme: Cannot modify data because the process disallows saving.
Object:   <IDERunContextManager: 0x7b5962340>
Method:   -deleteRunContexts:completionQueue:completionBlock:
Thread:   <_NSMainThread: 0x100965f00>{number = 1, name = main}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 17:23:37.685 xcodebuild[1088:6626] could not delete old scheme: Error Domain=DVTCustomDataStoringErrors Code=0 "Cannot modify data because the process disallows saving." UserInfo={NSLocalizedDescription=Cannot modify data because the process disallows saving.}
2026-04-15 17:23:37.685 xcodebuild[1088:6626] [MT] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Execution/RunContextManager/IDERunContextManager.m:926
Details:  Error deleting scheme: Cannot modify data because the process disallows saving.
Object:   <IDERunContextManager: 0x7b5962340>
Method:   -deleteRunContexts:completionQueue:completionBlock:
Thread:   <_NSMainThread: 0x100965f00>{number = 1, name = main}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 17:23:37.686 xcodebuild[1088:6626] could not delete old scheme: Error Domain=DVTCustomDataStoringErrors Code=0 "Cannot modify data because the process disallows saving." UserInfo={NSLocalizedDescription=Cannot modify data because the process disallows saving.}
2026-04-15 17:23:37.686 xcodebuild[1088:6626] [MT] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Execution/RunContextManager/IDERunContextManager.m:926
Details:  Error deleting scheme: Cannot modify data because the process disallows saving.
Object:   <IDERunContextManager: 0x7b5962340>
Method:   -deleteRunContexts:completionQueue:completionBlock:
Thread:   <_NSMainThread: 0x100965f00>{number = 1, name = main}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 17:23:37.686 xcodebuild[1088:6626] could not delete old scheme: Error Domain=DVTCustomDataStoringErrors Code=0 "Cannot modify data because the process disallows saving." UserInfo={NSLocalizedDescription=Cannot modify data because the process disallows saving.}
2026-04-15 17:23:37.686 xcodebuild[1088:6626] [MT] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Execution/RunContextManager/IDERunContextManager.m:926
Details:  Error deleting scheme: Cannot modify data because the process disallows saving.
Object:   <IDERunContextManager: 0x7b5962340>
Method:   -deleteRunContexts:completionQueue:completionBlock:
Thread:   <_NSMainThread: 0x100965f00>{number = 1, name = main}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 17:23:37.686 xcodebuild[1088:6626] could not delete old scheme: Error Domain=DVTCustomDataStoringErrors Code=0 "Cannot modify data because the process disallows saving." UserInfo={NSLocalizedDescription=Cannot modify data because the process disallows saving.}
2026-04-15 17:23:37.687 xcodebuild[1088:6626] Writing error result bundle to /var/folders/xq/y_g06wb113726d38xsyx71_h0000gn/T/ResultBundle_2026-15-04_17-23-0037.xcresult
xcodebuild: error: The workspace named "spi-builder-workspace" does not contain a scheme named "JBird-Package". The "-list" option can be used to find the names of the schemes in the workspace.
BUILD FAILURE 6.3 iOS