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 EPUBKit, reference 0.4.0 (c81485), with Swift 6.1 for Linux on 26 Apr 2025 12:40:06 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/witekbobrowski/EPUBKit.git
Reference: 0.4.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/witekbobrowski/EPUBKit
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at c814857 Refactor and add new tests
Cloned https://github.com/witekbobrowski/EPUBKit.git
Revision (git rev-parse @):
c8148577adc407ab1d4fcd45ceb58b54fb96b344
SUCCESS checkout https://github.com/witekbobrowski/EPUBKit.git at 0.4.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/witekbobrowski/EPUBKit.git
https://github.com/witekbobrowski/EPUBKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "aexml",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.6.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tadija/AEXML"
    },
    {
      "identity" : "zip",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/marmelroy/Zip"
    }
  ],
  "manifest_display_name" : "EPUBKit",
  "name" : "EPUBKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "EPUBKit",
      "targets" : [
        "EPUBKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EPUBKitTests",
      "module_type" : "SwiftTarget",
      "name" : "EPUBKitTests",
      "path" : "Tests/EPUBKitTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/EPUBKitTests/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "EPUBDocumentTests.swift",
        "EPUBParserDelegateTests.swift",
        "EPUBParserErrorTests.swift",
        "Utils/EPUBFile.swift",
        "Utils/EPUBLibrary.swift",
        "Utils/MockedEPUBParserDelegate.swift"
      ],
      "target_dependencies" : [
        "EPUBKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EPUBKit",
      "module_type" : "SwiftTarget",
      "name" : "EPUBKit",
      "path" : "Sources/EPUBKit",
      "product_dependencies" : [
        "AEXML",
        "Zip"
      ],
      "product_memberships" : [
        "EPUBKit"
      ],
      "sources" : [
        "Model/EPUBCreator.swift",
        "Model/EPUBDocument.swift",
        "Model/EPUBManifest.swift",
        "Model/EPUBManifestItem.swift",
        "Model/EPUBMediaType.swift",
        "Model/EPUBMetadata.swift",
        "Model/EPUBSpine.swift",
        "Model/EPUBSpineItem.swift",
        "Model/EPUBTableOfContents.swift",
        "Parser/EPUBParser.swift",
        "Parser/EPUBParserError.swift",
        "Parser/Utils/EPUBArchiveService.swift",
        "Parser/Utils/EPUBContentService.swift",
        "Parser/Utils/EPUBManifestParser.swift",
        "Parser/Utils/EPUBMetadataParser.swift",
        "Parser/Utils/EPUBSpineParser.swift",
        "Parser/Utils/EPUBTableOfContentsParser.swift",
        "Protocols/EPUBParsable.swift",
        "Protocols/EPUBParserDelegate.swift",
        "Protocols/EPUBParserProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/marmelroy/Zip
Fetching https://github.com/tadija/AEXML
[1/1989] Fetching zip
[459/4116] Fetching zip, aexml
Fetched https://github.com/tadija/AEXML from cache (0.61s)
Fetched https://github.com/marmelroy/Zip from cache (0.63s)
Computing version for https://github.com/marmelroy/Zip
Computed https://github.com/marmelroy/Zip at 2.1.2 (1.27s)
Computing version for https://github.com/tadija/AEXML
Computed https://github.com/tadija/AEXML at 4.7.0 (1.36s)
Creating working copy for https://github.com/tadija/AEXML
Working copy of https://github.com/tadija/AEXML resolved at 4.7.0
Creating working copy for https://github.com/marmelroy/Zip
Working copy of https://github.com/marmelroy/Zip resolved at 2.1.2
Building for debugging...
[0/7] Write sources
[3/7] Compiling Minizip ioapi.c
[4/7] Compiling Minizip unzip.c
[5/7] Write swift-version-24593BA9C3E375BF.txt
[6/7] Compiling Minizip zip.c
[8/18] Emitting module Zip
[9/18] Emitting module AEXML
[10/18] Compiling AEXML Builders.swift
[11/18] Compiling AEXML Parser.swift
[12/18] Compiling AEXML Element.swift
[13/18] Compiling Zip QuickZip.swift
[14/18] Compiling AEXML Error.swift
[15/18] Compiling AEXML Document.swift
[16/18] Compiling AEXML Options.swift
[17/19] Compiling Zip Zip.swift
[18/19] Compiling Zip ZipUtilities.swift
[21/39] Emitting module EPUBKit
[22/41] Compiling EPUBKit EPUBTableOfContentsParser.swift
[23/41] Compiling EPUBKit EPUBParsable.swift
[24/41] Compiling EPUBKit EPUBMetadataParser.swift
[25/41] Compiling EPUBKit EPUBSpineParser.swift
[26/41] Compiling EPUBKit EPUBCreator.swift
[27/41] Compiling EPUBKit EPUBDocument.swift
[28/41] Compiling EPUBKit EPUBManifest.swift
[29/41] Compiling EPUBKit EPUBSpine.swift
[30/41] Compiling EPUBKit EPUBSpineItem.swift
[31/41] Compiling EPUBKit EPUBTableOfContents.swift
[32/41] Compiling EPUBKit EPUBManifestItem.swift
[33/41] Compiling EPUBKit EPUBMediaType.swift
[34/41] Compiling EPUBKit EPUBMetadata.swift
[35/41] Compiling EPUBKit EPUBParser.swift
/host/spi-builder-workspace/Sources/EPUBKit/Parser/EPUBParser.swift:42:33: warning: result of call to 'fileExists(atPath:isDirectory:)' is unused
 40 |         do {
 41 |             var isDirectory: ObjCBool = false
 42 |             FileManager.default.fileExists(atPath: path.path, isDirectory: &isDirectory)
    |                                 `- warning: result of call to 'fileExists(atPath:isDirectory:)' is unused
 43 |
 44 |             directory = isDirectory.boolValue ? path : try unzip(archiveAt: path)
[36/41] Compiling EPUBKit EPUBParserError.swift
/host/spi-builder-workspace/Sources/EPUBKit/Parser/EPUBParser.swift:42:33: warning: result of call to 'fileExists(atPath:isDirectory:)' is unused
 40 |         do {
 41 |             var isDirectory: ObjCBool = false
 42 |             FileManager.default.fileExists(atPath: path.path, isDirectory: &isDirectory)
    |                                 `- warning: result of call to 'fileExists(atPath:isDirectory:)' is unused
 43 |
 44 |             directory = isDirectory.boolValue ? path : try unzip(archiveAt: path)
[37/41] Compiling EPUBKit EPUBArchiveService.swift
/host/spi-builder-workspace/Sources/EPUBKit/Parser/EPUBParser.swift:42:33: warning: result of call to 'fileExists(atPath:isDirectory:)' is unused
 40 |         do {
 41 |             var isDirectory: ObjCBool = false
 42 |             FileManager.default.fileExists(atPath: path.path, isDirectory: &isDirectory)
    |                                 `- warning: result of call to 'fileExists(atPath:isDirectory:)' is unused
 43 |
 44 |             directory = isDirectory.boolValue ? path : try unzip(archiveAt: path)
[38/41] Compiling EPUBKit EPUBContentService.swift
[39/41] Compiling EPUBKit EPUBManifestParser.swift
[40/41] Compiling EPUBKit EPUBParserDelegate.swift
[41/41] Compiling EPUBKit EPUBParserProtocol.swift
Build complete! (14.54s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "aexml",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.6.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tadija/AEXML"
    },
    {
      "identity" : "zip",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/marmelroy/Zip"
    }
  ],
  "manifest_display_name" : "EPUBKit",
  "name" : "EPUBKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "EPUBKit",
      "targets" : [
        "EPUBKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EPUBKitTests",
      "module_type" : "SwiftTarget",
      "name" : "EPUBKitTests",
      "path" : "Tests/EPUBKitTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/EPUBKitTests/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "EPUBDocumentTests.swift",
        "EPUBParserDelegateTests.swift",
        "EPUBParserErrorTests.swift",
        "Utils/EPUBFile.swift",
        "Utils/EPUBLibrary.swift",
        "Utils/MockedEPUBParserDelegate.swift"
      ],
      "target_dependencies" : [
        "EPUBKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EPUBKit",
      "module_type" : "SwiftTarget",
      "name" : "EPUBKit",
      "path" : "Sources/EPUBKit",
      "product_dependencies" : [
        "AEXML",
        "Zip"
      ],
      "product_memberships" : [
        "EPUBKit"
      ],
      "sources" : [
        "Model/EPUBCreator.swift",
        "Model/EPUBDocument.swift",
        "Model/EPUBManifest.swift",
        "Model/EPUBManifestItem.swift",
        "Model/EPUBMediaType.swift",
        "Model/EPUBMetadata.swift",
        "Model/EPUBSpine.swift",
        "Model/EPUBSpineItem.swift",
        "Model/EPUBTableOfContents.swift",
        "Parser/EPUBParser.swift",
        "Parser/EPUBParserError.swift",
        "Parser/Utils/EPUBArchiveService.swift",
        "Parser/Utils/EPUBContentService.swift",
        "Parser/Utils/EPUBManifestParser.swift",
        "Parser/Utils/EPUBMetadataParser.swift",
        "Parser/Utils/EPUBSpineParser.swift",
        "Parser/Utils/EPUBTableOfContentsParser.swift",
        "Protocols/EPUBParsable.swift",
        "Protocols/EPUBParserDelegate.swift",
        "Protocols/EPUBParserProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.