The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build MetaSerialization, reference main (f6d348), with Swift 5.9 for iOS using Xcode 15.2 on 30 Aug 2024 15:25:02 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.52.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cherrywoods/swift-meta-serialization.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cherrywoods/swift-meta-serialization
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f6d3489 Add contributors
Cloned https://github.com/cherrywoods/swift-meta-serialization.git
Revision (git rev-parse @):
f6d3489bb4c17b658bfc5806c6183dd118ea813d
SUCCESS checkout https://github.com/cherrywoods/swift-meta-serialization.git at main
========================================
Build
========================================
Selected platform:         iOS
Swift version:             5.9
Building package at path:  $PWD
https://github.com/cherrywoods/swift-meta-serialization.git
Command line invocation:
    /Applications/Xcode-15.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
resolved source packages:
{
  "dependencies" : [
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.0.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "12.0.0",
            "upper_bound" : "13.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    }
  ],
  "manifest_display_name" : "MetaSerialization",
  "name" : "MetaSerialization",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "MetaSerialization",
      "targets" : [
        "MetaSerialization"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TestAssertionGuarded",
      "module_type" : "SwiftTarget",
      "name" : "TestAssertionGuarded",
      "path" : "Tests/TestAssertionGuarded",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "sources" : [
        "DirectlyCodable.swift",
        "ShortExample.swift",
        "TestCodingStorageErrorCatching.swift"
      ],
      "target_dependencies" : [
        "MetaSerialization"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MetaSerializationTests",
      "module_type" : "SwiftTarget",
      "name" : "MetaSerializationTests",
      "path" : "Tests/MetaSerializationTests",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "sources" : [
        "CodingKeyTest.swift",
        "Example1Tests.swift",
        "Example2Tests.swift",
        "Example3Tests.swift",
        "Examples/Example1/Container.swift",
        "Examples/Example1/Example1.swift",
        "Examples/Example2 DynamicUnwrap/DecodingKeyedContainerMeta.swift",
        "Examples/Example2 DynamicUnwrap/DecodingUnkeyedContainerMeta.swift",
        "Examples/Example2 DynamicUnwrap/EncodingContainerMeta.swift",
        "Examples/Example2 DynamicUnwrap/Example2.swift",
        "Examples/Example2 DynamicUnwrap/Example2Metas.swift",
        "Examples/Example2 DynamicUnwrap/Example2Serialization.swift",
        "Examples/Example2 DynamicUnwrap/Nil+LosslessStringConvertible.swift",
        "Examples/Example2Translator.swift",
        "Examples/Example3/Example3.swift",
        "Examples/Example3/Example3Encoder.swift",
        "Examples/Example3/Example3Metas.swift",
        "Examples/Example3/Example3Representation.swift",
        "Examples/Example3/Example3Translator.swift",
        "Examples/Example3/WrapperSerialization.swift",
        "General Tests/AdditionalCodables.swift",
        "General Tests/Codables.swift",
        "General Tests/PerformanceTestsCodables.swift",
        "General Tests/StandardBehavior.swift",
        "General Tests/StateRestoringAfterThrow.swift",
        "PerformanceTests.swift",
        "Utilities/TestUtilities.swift"
      ],
      "target_dependencies" : [
        "MetaSerialization"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MetaSerialization",
      "module_type" : "SwiftTarget",
      "name" : "MetaSerialization",
      "path" : "Sources/MetaSerialization",
      "product_memberships" : [
        "MetaSerialization"
      ],
      "sources" : [
        "Coding Storage/CodingStorage.swift",
        "Coding Storage/LinearCodingStack.swift",
        "Decoder/Containers/KeyedDecodingContainer.swift",
        "Decoder/Containers/SingleValueDecodingContainer.swift",
        "Decoder/Containers/UnkeyedDecodingContainer.swift",
        "Decoder/MetaDecoder+containerMethods.swift",
        "Decoder/MetaDecoder+frontend.swift",
        "Decoder/MetaDecoder.swift",
        "Decoder/Unwrapper.swift",
        "Encoder/Containers/MetaKeyedEncodingContainer.swift",
        "Encoder/Containers/MetaSingleValueEncodingContainer.swift",
        "Encoder/Containers/MetaUnkeyedEncodingContainer.swift",
        "Encoder/MetaEncoder+containerMethods.swift",
        "Encoder/MetaEncoder+frontend.swift",
        "Encoder/MetaEncoder.swift",
        "Encoder/MetaSupplier.swift",
        "Encoder/Reference/Reference.swift",
        "Encoder/Reference/ReferencingStorage.swift",
        "Encoder/Utilities/ErrorContainer.swift",
        "Frontends and Default Implementations/MetaSupplier and Unwrapper Implementations/PrimitivesEnumTranslator+Primitives.swift",
        "Frontends and Default Implementations/MetaSupplier and Unwrapper Implementations/PrimitivesEnumTranslator.swift",
        "Frontends and Default Implementations/MetaSupplier and Unwrapper Implementations/PrimitivesProtocolTranslator.swift",
        "Frontends and Default Implementations/OrderedKeyedContainer.swift",
        "Frontends and Default Implementations/Representation/Representation+Default Implementations.swift",
        "Frontends and Default Implementations/Representation/Representation.swift",
        "Frontends and Default Implementations/Serialization/Serialization+Default Implementations.swift",
        "Frontends and Default Implementations/Serialization/Serialization.swift",
        "Frontends and Default Implementations/Serialization/SimpleSerialization.swift",
        "Meta/Array+UnkeyedContainerMeta.swift",
        "Meta/Dictionary+KeyedContainerMeta.swift",
        "Meta/KeyedContainerMeta.swift",
        "Meta/MetaSupplier+Defaults.swift",
        "Meta/Metas.swift",
        "Meta/NilMarker+NilMeta.swift",
        "Meta/UnkeyedContainerMeta.swift",
        "Supporting/CodingKeys.swift",
        "Supporting/DirectlyCodable.swift",
        "Supporting/Foundation Primitive Codables.swift",
        "Supporting/NilMarker.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "MetaSerialization",
    "schemes" : [
      "MetaSerialization iOS",
      "MetaSerialization macOS",
      "MetaSerialization tvOS",
      "MetaSerialization watchOS",
      "MetaSerializationTests-iOS",
      "MetaSerializationTests-macOS",
      "MetaSerializationTests-tvOS",
      "MoreTests"
    ],
    "targets" : [
      "MetaSerialization iOS",
      "MetaSerialization watchOS",
      "MetaSerialization tvOS",
      "MetaSerialization macOS",
      "MetaSerializationTests-iOS",
      "MetaSerializationTests-tvOS",
      "MetaSerializationTests-macOS",
      "MoreTests"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "MetaSerialization"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MetaSerialization -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-15.2.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 MetaSerialization -destination generic/platform=iOS
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-numerics: https://github.com/apple/swift-numerics.git @ 1.0.2
  CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.1
  CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.0
  swift-algorithms: https://github.com/apple/swift-algorithms.git @ 1.2.0
  Quick: https://github.com/Quick/Quick.git @ 7.6.2
  Nimble: https://github.com/Quick/Nimble.git @ 12.3.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
  MetaSerialization: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (16 targets)
    Target 'TestAssertionGuarded' in project 'MetaSerialization'
        ➜ Explicit dependency on target 'MetaSerialization' in project 'MetaSerialization'
        ➜ Explicit dependency on target 'Quick' in project 'Quick'
        ➜ Explicit dependency on target 'Nimble' in project 'Nimble'
    Target 'MetaSerializationTests' in project 'MetaSerialization'
        ➜ Explicit dependency on target 'MetaSerialization' in project 'MetaSerialization'
        ➜ Explicit dependency on target 'Quick' in project 'Quick'
        ➜ Explicit dependency on target 'Nimble' in project 'Nimble'
    Target 'Nimble' in project 'Nimble'
        ➜ Explicit dependency on target 'Nimble' in project 'Nimble'
        ➜ Explicit dependency on target 'NimbleObjectiveC' in project 'Nimble'
        ➜ Explicit dependency on target 'CwlPreconditionTesting' in project 'CwlPreconditionTesting'
    Target 'NimbleObjectiveC' in project 'Nimble'
        ➜ Explicit dependency on target 'Nimble' in project 'Nimble'
        ➜ Explicit dependency on target 'CwlPreconditionTesting' in project 'CwlPreconditionTesting'
    Target 'Nimble' in project 'Nimble'
        ➜ Explicit dependency on target 'CwlPreconditionTesting' in project 'CwlPreconditionTesting'
    Target 'CwlPreconditionTesting' in project 'CwlPreconditionTesting'
        ➜ Explicit dependency on target 'CwlPreconditionTesting' in project 'CwlPreconditionTesting'
        ➜ Explicit dependency on target 'CwlMachBadInstructionHandler' in project 'CwlPreconditionTesting'
        ➜ Explicit dependency on target 'CwlCatchException' in project 'CwlCatchException'
    Target 'CwlPreconditionTesting' in project 'CwlPreconditionTesting'
        ➜ Explicit dependency on target 'CwlMachBadInstructionHandler' in project 'CwlPreconditionTesting'
        ➜ Explicit dependency on target 'CwlCatchException' in project 'CwlCatchException'
    Target 'CwlCatchException' in project 'CwlCatchException'
        ➜ Explicit dependency on target 'CwlCatchException' in project 'CwlCatchException'
        ➜ Explicit dependency on target 'CwlCatchExceptionSupport' in project 'CwlCatchException'
    Target 'CwlCatchException' in project 'CwlCatchException'
        ➜ Explicit dependency on target 'CwlCatchExceptionSupport' in project 'CwlCatchException'
    Target 'CwlCatchExceptionSupport' in project 'CwlCatchException' (no dependencies)
    Target 'CwlMachBadInstructionHandler' in project 'CwlPreconditionTesting' (no dependencies)
    Target 'Quick' in project 'Quick'
        ➜ Explicit dependency on target 'Quick' in project 'Quick'
        ➜ Explicit dependency on target 'QuickObjCRuntime' in project 'Quick'
    Target 'Quick' in project 'Quick'
        ➜ Explicit dependency on target 'QuickObjCRuntime' in project 'Quick'
    Target 'QuickObjCRuntime' in project 'Quick' (no dependencies)
    Target 'MetaSerialization' in project 'MetaSerialization'
        ➜ Explicit dependency on target 'MetaSerialization' in project 'MetaSerialization'
    Target 'MetaSerialization' in project 'MetaSerialization' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
Build description signature: 83bf137bd26e962b4054adc28d16ef0c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/83bf137bd26e962b4054adc28d16ef0c.xcbuilddata
error: The package product 'Quick' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'MetaSerializationTests' from project 'MetaSerialization')
error: The package product 'Nimble' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'MetaSerializationTests' from project 'MetaSerialization')
error: The package product 'Quick' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'TestAssertionGuarded' from project 'MetaSerialization')
error: The package product 'Nimble' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'TestAssertionGuarded' from project 'MetaSerialization')
Resolve Package Graph
** BUILD FAILED **
Command line invocation:
    /Applications/Xcode-15.2.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 MetaSerialization -destination generic/platform=iOS
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
  swift-numerics: https://github.com/apple/swift-numerics.git @ 1.0.2
  Quick: https://github.com/Quick/Quick.git @ 7.6.2
  CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.1
  Nimble: https://github.com/Quick/Nimble.git @ 12.3.0
  MetaSerialization: /Users/admin/builder/spi-builder-workspace
  swift-algorithms: https://github.com/apple/swift-algorithms.git @ 1.2.0
  CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.0
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (16 targets)
    Target 'TestAssertionGuarded' in project 'MetaSerialization'
        ➜ Explicit dependency on target 'MetaSerialization' in project 'MetaSerialization'
        ➜ Explicit dependency on target 'Quick' in project 'Quick'
        ➜ Explicit dependency on target 'Nimble' in project 'Nimble'
    Target 'MetaSerializationTests' in project 'MetaSerialization'
        ➜ Explicit dependency on target 'MetaSerialization' in project 'MetaSerialization'
        ➜ Explicit dependency on target 'Quick' in project 'Quick'
        ➜ Explicit dependency on target 'Nimble' in project 'Nimble'
    Target 'Nimble' in project 'Nimble'
        ➜ Explicit dependency on target 'Nimble' in project 'Nimble'
        ➜ Explicit dependency on target 'NimbleObjectiveC' in project 'Nimble'
        ➜ Explicit dependency on target 'CwlPreconditionTesting' in project 'CwlPreconditionTesting'
    Target 'NimbleObjectiveC' in project 'Nimble'
        ➜ Explicit dependency on target 'Nimble' in project 'Nimble'
        ➜ Explicit dependency on target 'CwlPreconditionTesting' in project 'CwlPreconditionTesting'
    Target 'Nimble' in project 'Nimble'
        ➜ Explicit dependency on target 'CwlPreconditionTesting' in project 'CwlPreconditionTesting'
    Target 'CwlPreconditionTesting' in project 'CwlPreconditionTesting'
        ➜ Explicit dependency on target 'CwlPreconditionTesting' in project 'CwlPreconditionTesting'
        ➜ Explicit dependency on target 'CwlMachBadInstructionHandler' in project 'CwlPreconditionTesting'
        ➜ Explicit dependency on target 'CwlCatchException' in project 'CwlCatchException'
    Target 'CwlPreconditionTesting' in project 'CwlPreconditionTesting'
        ➜ Explicit dependency on target 'CwlMachBadInstructionHandler' in project 'CwlPreconditionTesting'
        ➜ Explicit dependency on target 'CwlCatchException' in project 'CwlCatchException'
    Target 'CwlCatchException' in project 'CwlCatchException'
        ➜ Explicit dependency on target 'CwlCatchException' in project 'CwlCatchException'
        ➜ Explicit dependency on target 'CwlCatchExceptionSupport' in project 'CwlCatchException'
    Target 'CwlCatchException' in project 'CwlCatchException'
        ➜ Explicit dependency on target 'CwlCatchExceptionSupport' in project 'CwlCatchException'
    Target 'CwlCatchExceptionSupport' in project 'CwlCatchException' (no dependencies)
    Target 'CwlMachBadInstructionHandler' in project 'CwlPreconditionTesting' (no dependencies)
    Target 'Quick' in project 'Quick'
        ➜ Explicit dependency on target 'Quick' in project 'Quick'
        ➜ Explicit dependency on target 'QuickObjCRuntime' in project 'Quick'
    Target 'Quick' in project 'Quick'
        ➜ Explicit dependency on target 'QuickObjCRuntime' in project 'Quick'
    Target 'QuickObjCRuntime' in project 'Quick' (no dependencies)
    Target 'MetaSerialization' in project 'MetaSerialization'
        ➜ Explicit dependency on target 'MetaSerialization' in project 'MetaSerialization'
    Target 'MetaSerialization' in project 'MetaSerialization' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
Build description signature: 83bf137bd26e962b4054adc28d16ef0c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/83bf137bd26e962b4054adc28d16ef0c.xcbuilddata
error: The package product 'Quick' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'TestAssertionGuarded' from project 'MetaSerialization')
error: The package product 'Nimble' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'TestAssertionGuarded' from project 'MetaSerialization')
error: The package product 'Quick' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'MetaSerializationTests' from project 'MetaSerialization')
error: The package product 'Nimble' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'MetaSerializationTests' from project 'MetaSerialization')
** BUILD FAILED **
BUILD FAILURE 5.9 iOS