The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SmartCodable, reference 5.2.0-beta.1 (04063f), with Swift 6.1 for watchOS using Xcode 16.3 on 12 Nov 2025 07:50:53 UTC.

Build Command

No build command. This typically means the build failed at an early stage where we determine the build command.

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/iAmMccc/SmartCodable.git
Reference: 5.2.0-beta.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/iAmMccc/SmartCodable
 * tag               5.2.0-beta.1 -> FETCH_HEAD
HEAD is now at 04063fc 修复报错
Cloned https://github.com/iAmMccc/SmartCodable.git
Revision (git rev-parse @):
04063fc6294a6ec09b29c5fbb832e7ee407f274c
SUCCESS checkout https://github.com/iAmMccc/SmartCodable.git at 5.2.0-beta.1
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/iAmMccc/SmartCodable.git
https://github.com/iAmMccc/SmartCodable.git
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "700.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    }
  ],
  "manifest_display_name" : "SmartCodable",
  "name" : "SmartCodable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SmartCodableKit",
      "targets" : [
        "SmartCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SmartCodableInherit",
      "targets" : [
        "SmartCodableInherit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SmartCodableMacros",
      "targets" : [
        "SmartCodableMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SmartCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "SmartCodableTests",
      "path" : "Tests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "Example.swift"
      ],
      "target_dependencies" : [
        "SmartCodable",
        "SmartCodableInherit",
        "SmartCodableMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SmartCodableMacros",
      "module_type" : "SwiftTarget",
      "name" : "SmartCodableMacros",
      "path" : "Sources/SmartCodableMacros",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacros",
        "SwiftOperators",
        "SwiftParser",
        "SwiftParserDiagnostics",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "SmartCodableInherit",
        "SmartCodableMacros"
      ],
      "sources" : [
        "MacroError.swift",
        "ModelMemberPropertyContainer.swift",
        "PatternBindingSyntax+Extension.swift",
        "Plugin.swift",
        "SmartSubclassMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SmartCodableInherit",
      "module_type" : "SwiftTarget",
      "name" : "SmartCodableInherit",
      "path" : "Sources/SmartCodable/MacroSupport",
      "product_memberships" : [
        "SmartCodableInherit"
      ],
      "sources" : [
        "SmartCodableMacros.swift"
      ],
      "target_dependencies" : [
        "SmartCodableMacros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SmartCodable",
      "module_type" : "SwiftTarget",
      "name" : "SmartCodable",
      "path" : "Sources/SmartCodable",
      "product_memberships" : [
        "SmartCodableKit"
      ],
      "sources" : [
        "Core/Cache/Cachable.swift",
        "Core/JSONDecoder/Decoder/DecodingCache.swift",
        "Core/JSONDecoder/Decoder/DecodingError+Extension.swift",
        "Core/JSONDecoder/Decoder/Impl/JSONDecoderImpl+KeyedContainer.swift",
        "Core/JSONDecoder/Decoder/Impl/JSONDecoderImpl+SingleValueContainer.swift",
        "Core/JSONDecoder/Decoder/Impl/JSONDecoderImpl+UnkeyedContainer.swift",
        "Core/JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift",
        "Core/JSONDecoder/Decoder/Impl/JSONDecoderImpl.swift",
        "Core/JSONDecoder/Decoder/KeysMapper.swift",
        "Core/JSONDecoder/Decoder/SmartJSONDecoder.swift",
        "Core/JSONDecoder/Decoder/SmartKeyDecodingStrategy.swift",
        "Core/JSONDecoder/Patcher/Patcher+Provider.swift",
        "Core/JSONDecoder/Patcher/Patcher+Transformer.swift",
        "Core/JSONDecoder/Patcher/Patcher.swift",
        "Core/JSONEncoder/Container/JSONKeyedEncodingContainer.swift",
        "Core/JSONEncoder/Container/JSONSingleValueEncodingContainer.swift",
        "Core/JSONEncoder/Container/JSONUnkeyedEncodingContainer.swift",
        "Core/JSONEncoder/EncodingCache.swift",
        "Core/JSONEncoder/Impl/JSONEncoderImpl.swift",
        "Core/JSONEncoder/Impl/_SpecialTreatmentEncoder.swift",
        "Core/JSONEncoder/JSONFuture.swift",
        "Core/JSONEncoder/SmartJSONEncoder.swift",
        "Core/JSONEncoder/SmartKeyEncodingStrategy.swift",
        "Core/JSONExtractor/JSONExtractor.swift",
        "Core/JSONValue/JSONValue+Extension.swift",
        "Core/JSONValue/JSONValue.swift",
        "Core/PropertyWrapper/PropertyWrapperProtocol.swift",
        "Core/PropertyWrapper/SmartAny/SmartAny.swift",
        "Core/PropertyWrapper/SmartAny/SmartAnyImpl.swift",
        "Core/PropertyWrapper/SmartDate.swift",
        "Core/PropertyWrapper/SmartFlat.swift",
        "Core/PropertyWrapper/SmartHexColor.swift",
        "Core/PropertyWrapper/SmartIgnored.swift",
        "Core/PropertyWrapper/SmartPublished.swift",
        "Core/Sentinel/LogCache.swift",
        "Core/Sentinel/LogContainer.swift",
        "Core/Sentinel/LogItem.swift",
        "Core/Sentinel/SafeDictionary.swift",
        "Core/Sentinel/SmartSentinel.swift",
        "Core/SmartCodable/SmartCodable.swift",
        "Core/SmartCodable/SmartCodableOptions.swift",
        "Core/SmartCodable/SmartDecodable.swift",
        "Core/SmartCodable/SmartEncodable.swift",
        "Core/SmartCodable/SmartUpdater.swift",
        "Core/SmartType/SmartCaseDefaultable.swift",
        "Core/Transformer/DataTransformer.swift",
        "Core/Transformer/DateTransformer.swift",
        "Core/Transformer/HexColorTransformer.swift",
        "Core/Transformer/Transformer.swift",
        "Core/Transformer/URLTransformer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
2025-11-11 23:50:52.261 xcodebuild[545:3054] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-11-11_23-50-0052.xcresult
xcodebuild: error: '_Pods.xcodeproj' does not exist.
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
2025-11-11 23:50:52.948 xcodebuild[550:3109] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-11-11_23-50-0052.xcresult
xcodebuild: error: '_Pods.xcodeproj' does not exist.
BUILD FAILURE 6.1 watchOS