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 BookKit, reference 1.0.0 (2e69fd), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 04:51:49 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.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/viniciusbinder/BookKit.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/viniciusbinder/BookKit
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 2e69fd9 Make declarations public
Cloned https://github.com/viniciusbinder/BookKit.git
Revision (git rev-parse @):
2e69fd94e54304f593f6efe765c92e43b34fe0d0
SUCCESS checkout https://github.com/viniciusbinder/BookKit.git at 1.0.0
========================================
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": "bookkit",
      "name": "BookKit",
      "url": "https://github.com/viniciusbinder/BookKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BookKit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/viniciusbinder/BookKit.git
[3/64] Fetching bookkit
Fetched https://github.com/viniciusbinder/BookKit.git from cache (0.65s)
Creating working copy for https://github.com/viniciusbinder/BookKit.git
Working copy of https://github.com/viniciusbinder/BookKit.git resolved at 1.0.0 (2e69fd9)
warning: '.resolve-product-dependencies': dependency 'bookkit' 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/viniciusbinder/BookKit.git
https://github.com/viniciusbinder/BookKit.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "BookKit",
  "name" : "BookKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "BookKit",
      "targets" : [
        "BookKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BookKitTests",
      "module_type" : "SwiftTarget",
      "name" : "BookKitTests",
      "path" : "Tests/BookKitTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/BookKitTests/Resources/CSVTestFile.csv",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/BookKitTests/Resources/GoodreadsSampleFile.csv",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "BookImportManagerTests.swift",
        "CSVParserTests.swift",
        "GoodreadsImportServiceTests.swift",
        "OpenLibraryCoverRequestServiceTests.swift"
      ],
      "target_dependencies" : [
        "BookKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BookKit",
      "module_type" : "SwiftTarget",
      "name" : "BookKit",
      "path" : "Sources/BookKit",
      "product_memberships" : [
        "BookKit"
      ],
      "sources" : [
        "Book.swift",
        "BookImportManager.swift",
        "BookImportService.swift",
        "CSVParser.swift",
        "CoverRequestService.swift",
        "Services/GoodreadsImportService.swift",
        "Services/OpenLibraryCoverRequestService.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
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/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/10] Compiling BookKit OpenLibraryCoverRequestService.swift
[4/10] Compiling BookKit CoverRequestService.swift
[5/10] Compiling BookKit GoodreadsImportService.swift
[6/10] Emitting module BookKit
[7/10] Compiling BookKit BookImportService.swift
[8/10] Compiling BookKit Book.swift
[9/10] Compiling BookKit CSVParser.swift
[10/10] Compiling BookKit BookImportManager.swift
Build complete! (5.58s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "BookKit",
  "name" : "BookKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "BookKit",
      "targets" : [
        "BookKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BookKitTests",
      "module_type" : "SwiftTarget",
      "name" : "BookKitTests",
      "path" : "Tests/BookKitTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/BookKitTests/Resources/CSVTestFile.csv",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/BookKitTests/Resources/GoodreadsSampleFile.csv",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "BookImportManagerTests.swift",
        "CSVParserTests.swift",
        "GoodreadsImportServiceTests.swift",
        "OpenLibraryCoverRequestServiceTests.swift"
      ],
      "target_dependencies" : [
        "BookKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BookKit",
      "module_type" : "SwiftTarget",
      "name" : "BookKit",
      "path" : "Sources/BookKit",
      "product_memberships" : [
        "BookKit"
      ],
      "sources" : [
        "Book.swift",
        "BookImportManager.swift",
        "BookImportService.swift",
        "CSVParser.swift",
        "CoverRequestService.swift",
        "Services/GoodreadsImportService.swift",
        "Services/OpenLibraryCoverRequestService.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.