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 NotionKit, reference v0.2.0 (4a4adc), with Swift 6.2 for macOS (SPM) on 7 Nov 2025 15:46:17 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elvisperlika/notion-kit.git
Reference: v0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/elvisperlika/notion-kit
 * tag               v0.2.0     -> FETCH_HEAD
HEAD is now at 4a4adc0 Merge pull request #11 from elvisperlika/search
Cloned https://github.com/elvisperlika/notion-kit.git
Revision (git rev-parse @):
4a4adc01166d5c5072f60320f199b9c20ee067a4
SUCCESS checkout https://github.com/elvisperlika/notion-kit.git at v0.2.0
Fetching https://github.com/thebarndog/swift-dotenv.git
[1/471] Fetching swift-dotenv
Fetched https://github.com/thebarndog/swift-dotenv.git from cache (0.73s)
Computing version for https://github.com/thebarndog/swift-dotenv.git
Computed https://github.com/thebarndog/swift-dotenv.git at 2.1.0 (1.26s)
Creating working copy for https://github.com/thebarndog/swift-dotenv.git
Working copy of https://github.com/thebarndog/swift-dotenv.git resolved at 2.1.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": "notion-kit",
      "name": "NotionKit",
      "url": "https://github.com/elvisperlika/notion-kit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/notion-kit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/elvisperlika/notion-kit.git
[1/415] Fetching notion-kit
Fetched https://github.com/elvisperlika/notion-kit.git from cache (1.07s)
Creating working copy for https://github.com/elvisperlika/notion-kit.git
Working copy of https://github.com/elvisperlika/notion-kit.git resolved at v0.2.0 (4a4adc0)
warning: '.resolve-product-dependencies': dependency 'notion-kit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/elvisperlika/notion-kit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/13] Compiling NotionKit Client+Users.swift
[4/14] Compiling NotionKit Client+Search.swift
[5/14] Compiling NotionKit Pagination.swift
[6/14] Compiling NotionKit SearchModels.swift
[7/14] Compiling NotionKit UserModels.swift
[8/14] Compiling NotionKit NotionProtocol.swift
[9/14] Compiling NotionKit NotionError.swift
[10/14] Compiling NotionKit Config.swift
[11/14] Compiling NotionKit NotionClient.swift
[12/14] Emitting module NotionKit
[13/14] Compiling NotionKit PageModels.swift
[14/14] Compiling NotionKit HTTPUtilty.swift
Build complete! (5.50s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-dotenv",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/thebarndog/swift-dotenv.git"
    }
  ],
  "manifest_display_name" : "NotionKit",
  "name" : "NotionKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "NotionKit",
      "targets" : [
        "NotionKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NotionKitTests",
      "module_type" : "SwiftTarget",
      "name" : "NotionKitTests",
      "path" : "Tests/NotionKitTests",
      "product_dependencies" : [
        "SwiftDotenv"
      ],
      "sources" : [
        "Pagination/PaginationTests.swift",
        "Search/SearchTests.swift",
        "Users/UsersTests.swift",
        "Utility.swift"
      ],
      "target_dependencies" : [
        "NotionKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NotionKit",
      "module_type" : "SwiftTarget",
      "name" : "NotionKit",
      "path" : "Sources/NotionKit",
      "product_memberships" : [
        "NotionKit"
      ],
      "sources" : [
        "Config.swift",
        "NotionClient.swift",
        "NotionError.swift",
        "NotionProtocol.swift",
        "Pages/PageModels.swift",
        "Pagination/Pagination.swift",
        "Search/Client+Search.swift",
        "Search/SearchModels.swift",
        "Users/Client+Users.swift",
        "Users/UserModels.swift",
        "Utility/HTTPUtilty.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.