The Swift Package Index logo.Swift Package Index

Build Information

Successful build of OpenLibrary, reference main (d0fbb8), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 13:26:03 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/natikgadzhi/swift-openlibrary.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/natikgadzhi/swift-openlibrary
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d0fbb80 formatting
Cloned https://github.com/natikgadzhi/swift-openlibrary.git
Revision (git rev-parse @):
d0fbb800b61caed6d3e44e275d0dfbf1a5006ba0
SUCCESS checkout https://github.com/natikgadzhi/swift-openlibrary.git at main
========================================
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": "swift-openlibrary",
      "name": "OpenLibrary",
      "url": "https://github.com/natikgadzhi/swift-openlibrary.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-openlibrary",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/natikgadzhi/swift-openlibrary.git
[1/272] Fetching swift-openlibrary
Fetched https://github.com/natikgadzhi/swift-openlibrary.git from cache (0.87s)
Creating working copy for https://github.com/natikgadzhi/swift-openlibrary.git
Working copy of https://github.com/natikgadzhi/swift-openlibrary.git resolved at main (d0fbb80)
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/natikgadzhi/swift-openlibrary.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[1/7] Write openlibrary-entitlement.plist
[3/7] Write swift-version--6988338F2F200930.txt
[5/17] Compiling OpenLibrary OpenLibraryWork.swift
[6/17] Compiling OpenLibrary OpenLibraryWorkBookshelves.swift
[7/17] Compiling OpenLibrary OpenLibrarySearch.swift
[8/17] Compiling OpenLibrary OpenLibrarySubject.swift
[9/18] Compiling OpenLibrary OpenLibraryLogger.swift
[10/18] Compiling OpenLibrary OpenLibraryCovers.swift
[11/18] Compiling OpenLibrary OpenLibraryAPI.swift
[12/18] Compiling OpenLibrary OpenLibraryAPIMocks.swift
[13/18] Emitting module OpenLibrary
[14/18] Compiling OpenLibrary OpenLibraryEdition.swift
[15/18] Compiling OpenLibrary OpenLibraryWorkRatings.swift
[16/21] Compiling OpenLibraryCLI OpenLibraryCLI.swift
[17/21] Emitting module OpenLibraryCLI
[18/21] Compiling OpenLibraryCLI CommandParser.swift
[18/21] Write Objects.LinkFileList
[19/21] Linking openlibrary
[20/21] Applying openlibrary
Build complete! (7.47s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "OpenLibrary",
  "name" : "OpenLibrary",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "OpenLibrary",
      "targets" : [
        "OpenLibrary"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "openlibrary",
      "targets" : [
        "OpenLibraryCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "OpenLibraryTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenLibraryTests",
      "path" : "Tests/OpenLibraryAPITests",
      "sources" : [
        "OpenLibraryClientFoundationTests.swift",
        "OpenLibraryCoversTests.swift",
        "OpenLibraryEditionTests.swift",
        "OpenLibraryEditionsTests.swift",
        "OpenLibrarySearchTests.swift",
        "OpenLibrarySubjectTests.swift",
        "OpenLibraryTestSupport.swift",
        "OpenLibraryWorkExtrasTests.swift",
        "OpenLibraryWorkTests.swift"
      ],
      "target_dependencies" : [
        "OpenLibrary"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenLibraryCLITests",
      "module_type" : "SwiftTarget",
      "name" : "OpenLibraryCLITests",
      "path" : "Tests/OpenLibraryCLITests",
      "sources" : [
        "OpenLibraryCLIParserTests.swift"
      ],
      "target_dependencies" : [
        "OpenLibraryCLI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenLibraryCLI",
      "module_type" : "SwiftTarget",
      "name" : "OpenLibraryCLI",
      "path" : "Sources/OpenLibraryCLI",
      "product_memberships" : [
        "openlibrary"
      ],
      "sources" : [
        "CommandParser.swift",
        "OpenLibraryCLI.swift"
      ],
      "target_dependencies" : [
        "OpenLibrary"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "OpenLibrary",
      "module_type" : "SwiftTarget",
      "name" : "OpenLibrary",
      "path" : "Sources/OpenLibrary",
      "product_memberships" : [
        "OpenLibrary",
        "openlibrary"
      ],
      "sources" : [
        "OpenLibraryAPI.swift",
        "OpenLibraryAPIMocks.swift",
        "OpenLibraryCovers.swift",
        "OpenLibraryEdition.swift",
        "OpenLibraryLogger.swift",
        "OpenLibrarySearch.swift",
        "OpenLibrarySubject.swift",
        "OpenLibraryWork.swift",
        "OpenLibraryWorkBookshelves.swift",
        "OpenLibraryWorkRatings.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.