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 ErrorKit, reference main (94d087), with Swift 6.2 (beta) for macOS (SPM) on 24 Jun 2025 09:11:20 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/FlineDev/ErrorKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FlineDev/ErrorKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 94d0876 Add convenience overloads for Logger & correct doc sample code
Cloned https://github.com/FlineDev/ErrorKit.git
Revision (git rev-parse @):
94d08765d65a7fc7b64730b0a9920ce4246d9fa0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/FlineDev/ErrorKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/FlineDev/ErrorKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[0/5] Copying Localizable.xcstrings
[2/5] Copying PrivacyInfo.xcprivacy
[2/5] Copying Info.plist
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/29] Emitting module ErrorKit
[7/31] Compiling ErrorKit URLSession+ErrorKit.swift
[8/31] Compiling ErrorKit resource_bundle_accessor.swift
[9/31] Compiling ErrorKit PermissionError.swift
[10/31] Compiling ErrorKit StateError.swift
[11/31] Compiling ErrorKit ValidationError.swift
[12/31] Compiling ErrorKit DatabaseError.swift
[13/31] Compiling ErrorKit FileError.swift
[14/31] Compiling ErrorKit GenericError.swift
[15/31] Compiling ErrorKit NetworkError.swift
[16/31] Compiling ErrorKit OperationError.swift
[17/31] Compiling ErrorKit ParsingError.swift
[18/31] Compiling ErrorKit ErrorKit+OSLog.swift
[19/31] Compiling ErrorKit MailAttachment.swift
[20/31] Compiling ErrorKit Catching.swift
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/ErrorKit.swift:324:36: warning: capture of 'mapper' with non-sendable type 'any ErrorMapper.Type' in a '@Sendable' closure [#SendableClosureCaptures]
322 |    public static func registerMapper(_ mapper: ErrorMapper.Type) {
323 |       self.errorMappersQueue.async(flags: .barrier) {
324 |          self._errorMappers.append(mapper)
    |                                    `- warning: capture of 'mapper' with non-sendable type 'any ErrorMapper.Type' in a '@Sendable' closure [#SendableClosureCaptures]
325 |       }
326 |    }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[21/31] Compiling ErrorKit ErrorKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/ErrorKit.swift:324:36: warning: capture of 'mapper' with non-sendable type 'any ErrorMapper.Type' in a '@Sendable' closure [#SendableClosureCaptures]
322 |    public static func registerMapper(_ mapper: ErrorMapper.Type) {
323 |       self.errorMappersQueue.async(flags: .barrier) {
324 |          self._errorMappers.append(mapper)
    |                                    `- warning: capture of 'mapper' with non-sendable type 'any ErrorMapper.Type' in a '@Sendable' closure [#SendableClosureCaptures]
325 |       }
326 |    }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[22/31] Compiling ErrorKit ErrorMapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/ErrorKit.swift:324:36: warning: capture of 'mapper' with non-sendable type 'any ErrorMapper.Type' in a '@Sendable' closure [#SendableClosureCaptures]
322 |    public static func registerMapper(_ mapper: ErrorMapper.Type) {
323 |       self.errorMappersQueue.async(flags: .barrier) {
324 |          self._errorMappers.append(mapper)
    |                                    `- warning: capture of 'mapper' with non-sendable type 'any ErrorMapper.Type' in a '@Sendable' closure [#SendableClosureCaptures]
325 |       }
326 |    }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[23/31] Compiling ErrorKit Logger+ErrorKit.swift
[24/31] Compiling ErrorKit String+ErrorKit.swift
[25/31] Compiling ErrorKit MailComposerModifier.swift
[26/31] Compiling ErrorKit MailComposerView.swift
[27/31] Compiling ErrorKit Throwable.swift
[28/31] Compiling ErrorKit FileManager+ErrorKit.swift
[29/31] Compiling ErrorKit CoreDataErrorMapper.swift
[30/31] Compiling ErrorKit FoundationErrorMapper.swift
[31/31] Compiling ErrorKit MapKitErrorMapper.swift
Build complete! (16.73s)
Fetching https://github.com/apple/swift-crypto.git
[1/15433] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.12s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (4.88s)
Fetching https://github.com/apple/swift-asn1.git
[1/1616] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.82s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.35s)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.11.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "ErrorKit",
  "name" : "ErrorKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "ErrorKit",
      "targets" : [
        "ErrorKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ErrorKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ErrorKitTests",
      "path" : "Tests/ErrorKitTests",
      "sources" : [
        "ErrorKitTests.swift",
        "ThrowableTests.swift"
      ],
      "target_dependencies" : [
        "ErrorKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ErrorKit",
      "module_type" : "SwiftTarget",
      "name" : "ErrorKit",
      "path" : "Sources/ErrorKit",
      "product_dependencies" : [
        "Crypto"
      ],
      "product_memberships" : [
        "ErrorKit"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Resources/Localizable.xcstrings",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "BuiltInErrors/DatabaseError.swift",
        "BuiltInErrors/FileError.swift",
        "BuiltInErrors/GenericError.swift",
        "BuiltInErrors/NetworkError.swift",
        "BuiltInErrors/OperationError.swift",
        "BuiltInErrors/ParsingError.swift",
        "BuiltInErrors/PermissionError.swift",
        "BuiltInErrors/StateError.swift",
        "BuiltInErrors/ValidationError.swift",
        "Catching.swift",
        "ErrorKit.swift",
        "ErrorMapper.swift",
        "ErrorMappers/CoreDataErrorMapper.swift",
        "ErrorMappers/FoundationErrorMapper.swift",
        "ErrorMappers/MapKitErrorMapper.swift",
        "Helpers/Logger+ErrorKit.swift",
        "Helpers/String+ErrorKit.swift",
        "Logging/ErrorKit+OSLog.swift",
        "Logging/MailAttachment.swift",
        "Logging/MailComposerModifier.swift",
        "Logging/MailComposerView.swift",
        "Throwable.swift",
        "TypedOverloads/FileManager+ErrorKit.swift",
        "TypedOverloads/URLSession+ErrorKit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.