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

Successful build of ReadiumZIPFoundation, reference 3.0.0 (175c38), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 06:47:16 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/readium/ZIPFoundation.git
Reference: 3.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/readium/ZIPFoundation
 * tag               3.0.0      -> FETCH_HEAD
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 3.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/readium/ZIPFoundation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/22] Compiling ReadiumZIPFoundation SharedMutableValue.swift
[5/22] Compiling ReadiumZIPFoundation URL+ZIP.swift
[6/23] Compiling ReadiumZIPFoundation Archive+BackingConfiguration.swift
[7/23] Compiling ReadiumZIPFoundation Archive+Helpers.swift
[8/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 |
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Data+Serialization.swift:22:35: warning: conformance of 'UnsafeMutablePointer<Pointee>' to protocol 'Sendable' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
 20 | extension FILEPointer: @unchecked @retroactive Sendable {}
 21 | #else
 22 | extension FILEPointer: @unchecked Sendable {}
    |                                   `- warning: conformance of 'UnsafeMutablePointer<Pointee>' to protocol 'Sendable' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
 23 | #endif
 24 |
Swift.UnsafeMutablePointer:2:11: note: 'UnsafeMutablePointer<Pointee>' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension UnsafeMutablePointer : Sendable where Pointee : ~Copyable {
  |           `- note: 'UnsafeMutablePointer<Pointee>' declares conformance to protocol 'Sendable' here
3 | }
[9/23] Compiling ReadiumZIPFoundation Archive+Progress.swift
[10/23] Compiling ReadiumZIPFoundation Archive+Reading.swift
[11/23] Compiling ReadiumZIPFoundation Date+ZIP.swift
[12/23] Compiling ReadiumZIPFoundation Entry+Serialization.swift
[13/23] Compiling ReadiumZIPFoundation Archive.swift
[14/23] Compiling ReadiumZIPFoundation Data+Compression.swift
[15/23] Compiling ReadiumZIPFoundation Entry+ZIP64.swift
[16/23] Compiling ReadiumZIPFoundation Entry.swift
[17/23] Compiling ReadiumZIPFoundation Archive+Writing.swift
[18/23] Compiling ReadiumZIPFoundation Archive+ZIP64.swift
[19/23] Compiling ReadiumZIPFoundation FileDataSource.swift
[20/23] Compiling ReadiumZIPFoundation FileManager+ZIP.swift
[21/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 |
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Data+Serialization.swift:22:35: warning: conformance of 'UnsafeMutablePointer<Pointee>' to protocol 'Sendable' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
 20 | extension FILEPointer: @unchecked @retroactive Sendable {}
 21 | #else
 22 | extension FILEPointer: @unchecked Sendable {}
    |                                   `- warning: conformance of 'UnsafeMutablePointer<Pointee>' to protocol 'Sendable' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
 23 | #endif
 24 |
Swift.UnsafeMutablePointer:2:11: note: 'UnsafeMutablePointer<Pointee>' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension UnsafeMutablePointer : Sendable where Pointee : ~Copyable {
  |           `- note: 'UnsafeMutablePointer<Pointee>' declares conformance to protocol 'Sendable' here
3 | }
[22/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 |
/Users/admin/builder/spi-builder-workspace/Sources/ZIPFoundation/Data+Serialization.swift:22:35: warning: conformance of 'UnsafeMutablePointer<Pointee>' to protocol 'Sendable' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
 20 | extension FILEPointer: @unchecked @retroactive Sendable {}
 21 | #else
 22 | extension FILEPointer: @unchecked Sendable {}
    |                                   `- warning: conformance of 'UnsafeMutablePointer<Pointee>' to protocol 'Sendable' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
 23 | #endif
 24 |
Swift.UnsafeMutablePointer:2:11: note: 'UnsafeMutablePointer<Pointee>' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension UnsafeMutablePointer : Sendable where Pointee : ~Copyable {
  |           `- note: 'UnsafeMutablePointer<Pointee>' declares conformance to protocol 'Sendable' here
3 | }
[23/23] Compiling ReadiumZIPFoundation resource_bundle_accessor.swift
Build complete! (5.43s)
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.