The Swift Package Index logo.Swift Package Index

Build Information

Successful build of OpenLibrary, reference main (d0fbb8), with Swift 6.1 for macOS (SPM) on 15 Apr 2026 13:25:57 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

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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/natikgadzhi/swift-openlibrary.git
https://github.com/natikgadzhi/swift-openlibrary.git
{
  "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"
}
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
Building for debugging...
[0/7] Write sources
[2/7] Write openlibrary-entitlement.plist
[3/7] Write swift-version-2F0A5646E1D333AE.txt
[5/17] Emitting module OpenLibrary
[6/18] Compiling OpenLibrary OpenLibraryWorkBookshelves.swift
[7/18] Compiling OpenLibrary OpenLibrarySearch.swift
[8/18] Compiling OpenLibrary OpenLibraryWork.swift
[9/18] Compiling OpenLibrary OpenLibraryEdition.swift
[10/18] Compiling OpenLibrary OpenLibraryAPI.swift
[11/18] Compiling OpenLibrary OpenLibraryCovers.swift
[12/18] Compiling OpenLibrary OpenLibraryAPIMocks.swift
[13/18] Compiling OpenLibrary OpenLibrarySubject.swift
[14/18] Compiling OpenLibrary OpenLibraryLogger.swift
[15/18] Compiling OpenLibrary OpenLibraryWorkRatings.swift
[16/21] Compiling OpenLibraryCLI OpenLibraryCLI.swift
[17/21] Compiling OpenLibraryCLI CommandParser.swift
[18/21] Emitting module OpenLibraryCLI
[18/21] Write Objects.LinkFileList
[19/21] Linking openlibrary
[20/21] Applying openlibrary
Build complete! (6.68s)
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.