The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ErrorKit, reference main (6265a0), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 08:09:22 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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 6265a02 Remove ContextKit artifacts during Indie workspace cleanup in favor of shared skills
Cloned https://github.com/FlineDev/ErrorKit.git
Revision (git rev-parse @):
6265a02839df2553d2fde2b2cbf66fd582cdb27c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/FlineDev/ErrorKit.git at main
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-asn1.git
[1/1796] Fetching swift-asn1
[774/19170] Fetching swift-asn1, swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.05s)
Fetched https://github.com/apple/swift-asn1.git from cache (2.05s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (5.12s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.68s)
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
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "errorkit",
      "name": "ErrorKit",
      "url": "https://github.com/FlineDev/ErrorKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ErrorKit",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "swift-crypto",
          "name": "swift-crypto",
          "url": "https://github.com/apple/swift-crypto.git",
          "version": "3.15.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-crypto",
          "traits": [
            "default"
          ],
          "dependencies": [
            {
              "identity": "swift-asn1",
              "name": "swift-asn1",
              "url": "https://github.com/apple/swift-asn1.git",
              "version": "1.6.0",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-asn1",
              "traits": [
                "default"
              ],
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/FlineDev/ErrorKit.git
[1/657] Fetching errorkit
Fetched https://github.com/FlineDev/ErrorKit.git from cache (1.26s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (0.50s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (1.28s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.50s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (2.91s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.1
Creating working copy for https://github.com/FlineDev/ErrorKit.git
Working copy of https://github.com/FlineDev/ErrorKit.git resolved at main (6265a02)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.0
warning: '.resolve-product-dependencies': dependency 'errorkit' is not used by any target
Found 1 product dependencies
  - swift-crypto
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/FlineDev/ErrorKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[1/5] Copying PrivacyInfo.xcprivacy
[1/5] Copying Info.plist
[1/5] Copying Localizable.xcstrings
[4/5] Write swift-version--6988338F2F200930.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 NetworkError.swift
[10/31] Compiling ErrorKit OperationError.swift
[11/31] Compiling ErrorKit ParsingError.swift
[12/31] Compiling ErrorKit DatabaseError.swift
[13/31] Compiling ErrorKit FileError.swift
[14/31] Compiling ErrorKit GenericError.swift
[15/31] Compiling ErrorKit ErrorKit+OSLog.swift
[16/31] Compiling ErrorKit MailAttachment.swift
[17/31] Compiling ErrorKit Throwable.swift
[18/31] Compiling ErrorKit FileManager+ErrorKit.swift
[19/31] Compiling ErrorKit Logger+ErrorKit.swift
[20/31] Compiling ErrorKit String+ErrorKit.swift
[21/31] Compiling ErrorKit Catching.swift
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/ErrorKit.swift:325:36: warning: capture of 'mapper' with non-Sendable type 'any ErrorMapper.Type' in a '@Sendable' closure [#SendableClosureCaptures]
323 |    public static func registerMapper(_ mapper: ErrorMapper.Type) {
324 |       self.errorMappersQueue.async(flags: .barrier) {
325 |          self._errorMappers.append(mapper)
    |                                    `- warning: capture of 'mapper' with non-Sendable type 'any ErrorMapper.Type' in a '@Sendable' closure [#SendableClosureCaptures]
326 |       }
327 |    }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[22/31] Compiling ErrorKit ErrorKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/ErrorKit.swift:325:36: warning: capture of 'mapper' with non-Sendable type 'any ErrorMapper.Type' in a '@Sendable' closure [#SendableClosureCaptures]
323 |    public static func registerMapper(_ mapper: ErrorMapper.Type) {
324 |       self.errorMappersQueue.async(flags: .barrier) {
325 |          self._errorMappers.append(mapper)
    |                                    `- warning: capture of 'mapper' with non-Sendable type 'any ErrorMapper.Type' in a '@Sendable' closure [#SendableClosureCaptures]
326 |       }
327 |    }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[23/31] Compiling ErrorKit ErrorMapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/ErrorKit.swift:325:36: warning: capture of 'mapper' with non-Sendable type 'any ErrorMapper.Type' in a '@Sendable' closure [#SendableClosureCaptures]
323 |    public static func registerMapper(_ mapper: ErrorMapper.Type) {
324 |       self.errorMappersQueue.async(flags: .barrier) {
325 |          self._errorMappers.append(mapper)
    |                                    `- warning: capture of 'mapper' with non-Sendable type 'any ErrorMapper.Type' in a '@Sendable' closure [#SendableClosureCaptures]
326 |       }
327 |    }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[24/31] Compiling ErrorKit MailComposerModifier.swift
[25/31] Compiling ErrorKit MailComposerView.swift
[26/31] Compiling ErrorKit PermissionError.swift
[27/31] Compiling ErrorKit StateError.swift
[28/31] Compiling ErrorKit ValidationError.swift
[29/31] Compiling ErrorKit CoreDataErrorMapper.swift
[30/31] Compiling ErrorKit FoundationErrorMapper.swift
[31/31] Compiling ErrorKit MapKitErrorMapper.swift
Build complete! (12.15s)
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.