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

Successful build of CodablePlus, reference 1.0.0 (1c7c16), with Swift 6.0 for macOS (SPM) on 10 Dec 2024 20:32:18 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.5
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/CodablePlus.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/richardpiazza/CodablePlus
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 1c7c16c Updated Package Tools & Readme (#3)
Cloned https://github.com/richardpiazza/CodablePlus.git
Revision (git rev-parse @):
1c7c16c201e6e0c884abdc2a910cbab308f82b37
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/richardpiazza/CodablePlus.git at 1.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "codableplus",
      "name": "CodablePlus",
      "url": "https://github.com/richardpiazza/CodablePlus.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CodablePlus",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/richardpiazza/CodablePlus.git
[1/123] Fetching codableplus
Fetched https://github.com/richardpiazza/CodablePlus.git from cache (0.88s)
Creating working copy for https://github.com/richardpiazza/CodablePlus.git
Working copy of https://github.com/richardpiazza/CodablePlus.git resolved at 1.0.0 (1c7c16c)
warning: '.resolve-product-dependencies': dependency 'codableplus' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/richardpiazza/CodablePlus.git
https://github.com/richardpiazza/CodablePlus.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CodablePlus",
  "name" : "CodablePlus",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "CodablePlus",
      "targets" : [
        "CodablePlus"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "CodablePlusTests",
      "module_type" : "SwiftTarget",
      "name" : "CodablePlusTests",
      "path" : "Tests/CodablePlusTests",
      "sources" : [
        "AnyEncodingDecodingTests.swift",
        "ArrayEncodingDecodingTests.swift",
        "CodablePlusTestCase.swift",
        "DefaultValueDecodingTests.swift",
        "DictionaryEncodingDecodingTests.swift",
        "KeyedDecodingContainerTests.swift",
        "MultipleKeysDecodingTests.swift"
      ],
      "target_dependencies" : [
        "CodablePlus"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CodablePlus",
      "module_type" : "SwiftTarget",
      "name" : "CodablePlus",
      "path" : "Sources/CodablePlus",
      "product_memberships" : [
        "CodablePlus"
      ],
      "sources" : [
        "AnyEncodable.swift",
        "DictionaryKeys.swift",
        "KeyedDecodingContainerProtocol+Any.swift",
        "KeyedDecodingContainerProtocol+Containers.swift",
        "KeyedDecodingContainerProtocol+DefaultValues.swift",
        "KeyedDecodingContainerProtocol+MultipleKeys.swift",
        "KeyedEncodingContainerProtocol+Any.swift",
        "KeyedEncodingContainerProtocol+Containers.swift",
        "UnkeyedDecodingContainer+Containers.swift",
        "UnkeyedEncodingContainer+Containers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/12] Compiling CodablePlus UnkeyedDecodingContainer+Containers.swift
[4/12] Compiling CodablePlus KeyedEncodingContainerProtocol+Containers.swift
[5/12] Compiling CodablePlus KeyedEncodingContainerProtocol+Any.swift
[6/12] Compiling CodablePlus KeyedDecodingContainerProtocol+MultipleKeys.swift
[7/12] Compiling CodablePlus KeyedDecodingContainerProtocol+Containers.swift
[8/12] Compiling CodablePlus KeyedDecodingContainerProtocol+Any.swift
[9/12] Compiling CodablePlus AnyEncodable.swift
[10/12] Compiling CodablePlus DictionaryKeys.swift
[11/12] Compiling CodablePlus KeyedDecodingContainerProtocol+DefaultValues.swift
[12/12] Emitting module CodablePlus
[13/13] Compiling CodablePlus UnkeyedEncodingContainer+Containers.swift
Build complete! (13.42s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CodablePlus",
  "name" : "CodablePlus",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "CodablePlus",
      "targets" : [
        "CodablePlus"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "CodablePlusTests",
      "module_type" : "SwiftTarget",
      "name" : "CodablePlusTests",
      "path" : "Tests/CodablePlusTests",
      "sources" : [
        "AnyEncodingDecodingTests.swift",
        "ArrayEncodingDecodingTests.swift",
        "CodablePlusTestCase.swift",
        "DefaultValueDecodingTests.swift",
        "DictionaryEncodingDecodingTests.swift",
        "KeyedDecodingContainerTests.swift",
        "MultipleKeysDecodingTests.swift"
      ],
      "target_dependencies" : [
        "CodablePlus"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CodablePlus",
      "module_type" : "SwiftTarget",
      "name" : "CodablePlus",
      "path" : "Sources/CodablePlus",
      "product_memberships" : [
        "CodablePlus"
      ],
      "sources" : [
        "AnyEncodable.swift",
        "DictionaryKeys.swift",
        "KeyedDecodingContainerProtocol+Any.swift",
        "KeyedDecodingContainerProtocol+Containers.swift",
        "KeyedDecodingContainerProtocol+DefaultValues.swift",
        "KeyedDecodingContainerProtocol+MultipleKeys.swift",
        "KeyedEncodingContainerProtocol+Any.swift",
        "KeyedEncodingContainerProtocol+Containers.swift",
        "UnkeyedDecodingContainer+Containers.swift",
        "UnkeyedEncodingContainer+Containers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/richardpiazza/codableplus/1.0.0
Repository:               richardpiazza/CodablePlus
Swift version used:       6.0
Target:                   CodablePlus
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
 * branch            88815688627177b9716a01ca41da19397bd30e47 -> FETCH_HEAD
HEAD is now at 8881568 Update the artifact
Extracting symbol information for 'CodablePlus'...
Finished extracting symbol information for 'CodablePlus'. (3.02s)
Building documentation for 'CodablePlus'...
warning: Parameter 'key' is missing documentation
 --> Sources/CodablePlus/KeyedEncodingContainerProtocol+Any.swift:6:48-6:48
4 |     /// Encodes the given value for the given key.
5 |     ///
6 +     /// - parameter value: The value to encode.
  |                                                ╰─suggestion: Document 'key' parameter
7 |     /// - throws: `EncodingError.invalidValue` if the given value is invalid in the current context for this format.
8 |     mutating func encodeAny(_ value: Any, forKey key: Key) throws {
warning: Parameter 'key' is missing documentation
  --> Sources/CodablePlus/KeyedEncodingContainerProtocol+Any.swift:40:48-40:48
38 |     /// Encodes the given value if present for the key.
39 |     ///
40 +     /// - parameter value: The value to encode.
   |                                                ╰─suggestion: Document 'key' parameter
41 |     /// - throws: `EncodingError.invalidValue` if the given value is invalid in the current context for this format.
42 |     mutating func encodeAnyIfPresent(_ value: Any?, forKey key: Key) throws {Finished building documentation for 'CodablePlus' (0.12s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/richardpiazza/codableplus/1.0.0
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2044] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.27s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (2.47s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3203] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.35s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.59s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--7754E27361AE5C74.txt
[6/53] Compiling Snippets SnippetParser.swift
[7/53] Compiling SymbolKit Mixin+Equals.swift
[8/53] Compiling SymbolKit Mixin+Hash.swift
[9/53] Compiling SymbolKit Mixin.swift
[10/53] Compiling SymbolKit LineList.swift
[11/53] Compiling SymbolKit Position.swift
[12/57] Compiling SymbolKit SourceRange.swift
[13/57] Compiling SymbolKit Metadata.swift
[14/57] Compiling SymbolKit Module.swift
[15/57] Compiling SymbolKit OperatingSystem.swift
[16/57] Compiling SymbolKit Platform.swift
[17/57] Emitting module Snippets
[18/57] Compiling Snippets Snippet.swift
[19/57] Compiling SymbolKit DeclarationFragments.swift
[20/57] Compiling SymbolKit Fragment.swift
[21/57] Compiling SymbolKit FragmentKind.swift
[22/57] Compiling SymbolKit FunctionParameter.swift
[23/57] Compiling SymbolKit FunctionSignature.swift
[24/57] Emitting module SymbolKit
[25/57] Compiling SymbolKit Symbol.swift
[26/57] Compiling SymbolKit SymbolKind.swift
[27/57] Compiling SymbolKit SymbolGraph.swift
[28/57] Compiling SymbolKit GraphCollector.swift
[29/57] Compiling SymbolKit Identifier.swift
[30/57] Compiling SymbolKit KindIdentifier.swift
[31/57] Compiling SymbolKit Location.swift
[32/57] Compiling SymbolKit Mutability.swift
[33/57] Compiling SymbolKit GenericConstraint.swift
[34/57] Compiling SymbolKit GenericParameter.swift
[35/57] Compiling SymbolKit Generics.swift
[36/57] Compiling SymbolKit Namespace.swift
[37/57] Compiling SymbolKit SemanticVersion.swift
[38/57] Compiling SymbolKit AccessControl.swift
[39/57] Compiling SymbolKit Availability.swift
[40/57] Compiling SymbolKit AvailabilityItem.swift
[41/57] Compiling SymbolKit Domain.swift
[42/57] Compiling SymbolKit Names.swift
[43/57] Compiling SymbolKit SPI.swift
[44/57] Compiling SymbolKit Snippet.swift
[45/57] Compiling SymbolKit Extension.swift
[46/57] Compiling SymbolKit Relationship.swift
[47/57] Compiling SymbolKit RelationshipKind.swift
[48/57] Compiling SymbolKit SourceOrigin.swift
[49/57] Compiling SymbolKit GenericConstraints.swift
[50/57] Compiling SymbolKit Swift.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract URL+Status.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.12s)
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
[2/11] Compiling CodablePlus KeyedEncodingContainerProtocol+Containers.swift
[3/11] Compiling CodablePlus KeyedDecodingContainerProtocol+DefaultValues.swift
[4/11] Compiling CodablePlus KeyedDecodingContainerProtocol+MultipleKeys.swift
[5/11] Compiling CodablePlus KeyedEncodingContainerProtocol+Any.swift
[6/11] Compiling CodablePlus KeyedDecodingContainerProtocol+Containers.swift
[7/11] Compiling CodablePlus KeyedDecodingContainerProtocol+Any.swift
[8/11] Compiling CodablePlus DictionaryKeys.swift
[9/11] Compiling CodablePlus AnyEncodable.swift
[10/11] Compiling CodablePlus UnkeyedDecodingContainer+Containers.swift
[11/11] Emitting module CodablePlus
[12/12] Compiling CodablePlus UnkeyedEncodingContainer+Containers.swift
Build of target: 'CodablePlus' complete! (1.06s)
     132
2	/Users/admin/builder/spi-builder-workspace/.docs/richardpiazza/codableplus/1.0.0
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/richardpiazza/codableplus/1.0.0
File count: 132
Doc size:   2.0MB
Preparing doc bundle ...
Uploading prod-richardpiazza-codableplus-1.0.0-96fe2f7c.zip to s3://spi-docs-inbox/prod-richardpiazza-codableplus-1.0.0-96fe2f7c.zip
Copying... [16%]
Copying... [31%]
Copying... [47%]
Copying... [62%]
Copying... [78%]
Copying... [93%]
Copying... [100%]
Done.