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 ReadiumZIPFoundation, reference develop (175c38), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 20:15:33 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/readium/ZIPFoundation.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/readium/ZIPFoundation
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 175c389 3.0.0 (#13)
Cloned https://github.com/readium/ZIPFoundation.git
Revision (git rev-parse @):
175c389832d90cb0e992b2cb9d5d7878eccfe725
SUCCESS checkout https://github.com/readium/ZIPFoundation.git at develop
========================================
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": "zipfoundation",
      "name": "ReadiumZIPFoundation",
      "url": "https://github.com/readium/ZIPFoundation.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ZIPFoundation",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/readium/ZIPFoundation.git
[1/5228] Fetching zipfoundation
Fetched https://github.com/readium/ZIPFoundation.git from cache (1.29s)
Creating working copy for https://github.com/readium/ZIPFoundation.git
Working copy of https://github.com/readium/ZIPFoundation.git resolved at develop (175c389)
warning: '.resolve-product-dependencies': dependency 'zipfoundation' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/readium/ZIPFoundation.git
https://github.com/readium/ZIPFoundation.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ReadiumZIPFoundation",
  "name" : "ReadiumZIPFoundation",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "ReadiumZIPFoundation",
      "targets" : [
        "ReadiumZIPFoundation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4",
    "4.2",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "ReadiumZIPFoundationTests",
      "module_type" : "SwiftTarget",
      "name" : "ReadiumZIPFoundationTests",
      "path" : "Tests",
      "sources" : [
        "ZIPFoundationTests/ZIPFoundationArchiveTests+ZIP64.swift",
        "ZIPFoundationTests/ZIPFoundationArchiveTests.swift",
        "ZIPFoundationTests/ZIPFoundationDataSerializationTests.swift",
        "ZIPFoundationTests/ZIPFoundationEntryTests+ZIP64.swift",
        "ZIPFoundationTests/ZIPFoundationEntryTests.swift",
        "ZIPFoundationTests/ZIPFoundationErrorConditionTests+ZIP64.swift",
        "ZIPFoundationTests/ZIPFoundationErrorConditionTests.swift",
        "ZIPFoundationTests/ZIPFoundationFileAttributeTests.swift",
        "ZIPFoundationTests/ZIPFoundationFileManagerTests+ZIP64.swift",
        "ZIPFoundationTests/ZIPFoundationFileManagerTests.swift",
        "ZIPFoundationTests/ZIPFoundationPerformanceTests.swift",
        "ZIPFoundationTests/ZIPFoundationProgressTests.swift",
        "ZIPFoundationTests/ZIPFoundationReadingTests+ZIP64.swift",
        "ZIPFoundationTests/ZIPFoundationReadingTests.swift",
        "ZIPFoundationTests/ZIPFoundationTests.swift",
        "ZIPFoundationTests/ZIPFoundationWritingTests+ZIP64.swift",
        "ZIPFoundationTests/ZIPFoundationWritingTests.swift"
      ],
      "target_dependencies" : [
        "ReadiumZIPFoundation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ReadiumZIPFoundation",
      "module_type" : "SwiftTarget",
      "name" : "ReadiumZIPFoundation",
      "path" : "Sources/ZIPFoundation",
      "product_memberships" : [
        "ReadiumZIPFoundation"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Archive+BackingConfiguration.swift",
        "Archive+Helpers.swift",
        "Archive+Progress.swift",
        "Archive+Reading.swift",
        "Archive+Writing.swift",
        "Archive+ZIP64.swift",
        "Archive.swift",
        "Data+Compression.swift",
        "Data+Serialization.swift",
        "DataSource.swift",
        "Date+ZIP.swift",
        "Entry+Serialization.swift",
        "Entry+ZIP64.swift",
        "Entry.swift",
        "FileDataSource.swift",
        "FileManager+ZIP.swift",
        "SharedMutableValue.swift",
        "URL+ZIP.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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/3] Copying PrivacyInfo.xcprivacy
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/22] Compiling ReadiumZIPFoundation Archive.swift
[5/22] Compiling ReadiumZIPFoundation Data+Compression.swift
[6/23] Emitting module ReadiumZIPFoundation
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Data+Serialization.swift:22:1: warning: extension declares a conformance of imported type 'UnsafeMutablePointer' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 20 | extension FILEPointer: @unchecked @retroactive Sendable {}
 21 | #else
 22 | extension FILEPointer: @unchecked Sendable {}
    | |- warning: extension declares a conformance of imported type 'UnsafeMutablePointer' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 23 | #endif
 24 |
[7/23] Compiling ReadiumZIPFoundation Data+Serialization.swift
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Data+Serialization.swift:22:1: warning: extension declares a conformance of imported type 'UnsafeMutablePointer' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 20 | extension FILEPointer: @unchecked @retroactive Sendable {}
 21 | #else
 22 | extension FILEPointer: @unchecked Sendable {}
    | |- warning: extension declares a conformance of imported type 'UnsafeMutablePointer' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 23 | #endif
 24 |
[8/23] Compiling ReadiumZIPFoundation DataSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Data+Serialization.swift:22:1: warning: extension declares a conformance of imported type 'UnsafeMutablePointer' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 20 | extension FILEPointer: @unchecked @retroactive Sendable {}
 21 | #else
 22 | extension FILEPointer: @unchecked Sendable {}
    | |- warning: extension declares a conformance of imported type 'UnsafeMutablePointer' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 23 | #endif
 24 |
[9/23] Compiling ReadiumZIPFoundation FileDataSource.swift
[10/23] Compiling ReadiumZIPFoundation FileManager+ZIP.swift
[11/23] Compiling ReadiumZIPFoundation Archive+Progress.swift
[12/23] Compiling ReadiumZIPFoundation Archive+Reading.swift
[13/23] Compiling ReadiumZIPFoundation Date+ZIP.swift
[14/23] Compiling ReadiumZIPFoundation Entry+Serialization.swift
[15/23] Compiling ReadiumZIPFoundation SharedMutableValue.swift
[16/23] Compiling ReadiumZIPFoundation URL+ZIP.swift
[17/23] Compiling ReadiumZIPFoundation Archive+Writing.swift
[18/23] Compiling ReadiumZIPFoundation Archive+ZIP64.swift
[19/23] Compiling ReadiumZIPFoundation Archive+BackingConfiguration.swift
[20/23] Compiling ReadiumZIPFoundation Archive+Helpers.swift
[21/23] Compiling ReadiumZIPFoundation Entry+ZIP64.swift
[22/23] Compiling ReadiumZIPFoundation Entry.swift
[23/23] Compiling ReadiumZIPFoundation resource_bundle_accessor.swift
Build complete! (6.25s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ReadiumZIPFoundation",
  "name" : "ReadiumZIPFoundation",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "ReadiumZIPFoundation",
      "targets" : [
        "ReadiumZIPFoundation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4",
    "4.2",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "ReadiumZIPFoundationTests",
      "module_type" : "SwiftTarget",
      "name" : "ReadiumZIPFoundationTests",
      "path" : "Tests",
      "sources" : [
        "ZIPFoundationTests/ZIPFoundationArchiveTests+ZIP64.swift",
        "ZIPFoundationTests/ZIPFoundationArchiveTests.swift",
        "ZIPFoundationTests/ZIPFoundationDataSerializationTests.swift",
        "ZIPFoundationTests/ZIPFoundationEntryTests+ZIP64.swift",
        "ZIPFoundationTests/ZIPFoundationEntryTests.swift",
        "ZIPFoundationTests/ZIPFoundationErrorConditionTests+ZIP64.swift",
        "ZIPFoundationTests/ZIPFoundationErrorConditionTests.swift",
        "ZIPFoundationTests/ZIPFoundationFileAttributeTests.swift",
        "ZIPFoundationTests/ZIPFoundationFileManagerTests+ZIP64.swift",
        "ZIPFoundationTests/ZIPFoundationFileManagerTests.swift",
        "ZIPFoundationTests/ZIPFoundationPerformanceTests.swift",
        "ZIPFoundationTests/ZIPFoundationProgressTests.swift",
        "ZIPFoundationTests/ZIPFoundationReadingTests+ZIP64.swift",
        "ZIPFoundationTests/ZIPFoundationReadingTests.swift",
        "ZIPFoundationTests/ZIPFoundationTests.swift",
        "ZIPFoundationTests/ZIPFoundationWritingTests+ZIP64.swift",
        "ZIPFoundationTests/ZIPFoundationWritingTests.swift"
      ],
      "target_dependencies" : [
        "ReadiumZIPFoundation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ReadiumZIPFoundation",
      "module_type" : "SwiftTarget",
      "name" : "ReadiumZIPFoundation",
      "path" : "Sources/ZIPFoundation",
      "product_memberships" : [
        "ReadiumZIPFoundation"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Archive+BackingConfiguration.swift",
        "Archive+Helpers.swift",
        "Archive+Progress.swift",
        "Archive+Reading.swift",
        "Archive+Writing.swift",
        "Archive+ZIP64.swift",
        "Archive.swift",
        "Data+Compression.swift",
        "Data+Serialization.swift",
        "DataSource.swift",
        "Date+ZIP.swift",
        "Entry+Serialization.swift",
        "Entry+ZIP64.swift",
        "Entry.swift",
        "FileDataSource.swift",
        "FileManager+ZIP.swift",
        "SharedMutableValue.swift",
        "URL+ZIP.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.