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 swift-multicodec, reference main (f79e85), with Swift 5.10 for macOS (SPM) on 2 Mar 2025 01:00:16 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-libp2p/swift-multicodec.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swift-libp2p/swift-multicodec
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f79e854 Added license file
Cloned https://github.com/swift-libp2p/swift-multicodec.git
Revision (git rev-parse @):
f79e8540d38995857b7941737143f68ea9252871
SUCCESS checkout https://github.com/swift-libp2p/swift-multicodec.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/swift-libp2p/swift-multicodec.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[0/8] Write update-codecs-entitlement.plist
[4/8] Write swift-version-33747A42983211AE.txt
[6/13] Emitting module VarInt
[7/13] Compiling VarInt VarInt.swift
[8/13] Compiling VarInt BinaryEncoder.swift
[9/13] Emitting module Updater
[10/13] Compiling Updater main.swift
[10/13] Write Objects.LinkFileList
[12/17] Compiling Multicodec Codecs+Equatable.swift
[13/17] Compiling Multicodec Multicodec.swift
[13/17] Linking update-codecs
[14/17] Applying update-codecs
[16/17] Emitting module Multicodec
[17/17] Compiling Multicodec Codecs.swift
Build complete! (8.60s)
Fetching https://github.com/swift-libp2p/swift-varint.git
[1/108] Fetching swift-varint
Fetched https://github.com/swift-libp2p/swift-varint.git from cache (1.10s)
Computing version for https://github.com/swift-libp2p/swift-varint.git
Computed https://github.com/swift-libp2p/swift-varint.git at 0.0.2 (0.44s)
Creating working copy for https://github.com/swift-libp2p/swift-varint.git
Working copy of https://github.com/swift-libp2p/swift-varint.git resolved at 0.0.2
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-varint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-libp2p/swift-varint.git"
    }
  ],
  "manifest_display_name" : "swift-multicodec",
  "name" : "swift-multicodec",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "update-codecs",
      "targets" : [
        "Updater"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Multicodec",
      "targets" : [
        "Multicodec"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Updater",
      "module_type" : "SwiftTarget",
      "name" : "Updater",
      "path" : "Sources/Updater",
      "product_memberships" : [
        "update-codecs"
      ],
      "sources" : [
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "MulticodecTests",
      "module_type" : "SwiftTarget",
      "name" : "MulticodecTests",
      "path" : "Tests/MulticodecTests",
      "sources" : [
        "MulticodecTests.swift"
      ],
      "target_dependencies" : [
        "Multicodec"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Multicodec",
      "module_type" : "SwiftTarget",
      "name" : "Multicodec",
      "path" : "Sources/Multicodec",
      "product_dependencies" : [
        "VarInt"
      ],
      "product_memberships" : [
        "Multicodec"
      ],
      "sources" : [
        "Codecs+Equatable.swift",
        "Codecs.swift",
        "Multicodec.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.