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.1 for macOS (SPM) on 7 Nov 2025 15:45:24 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.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/elvisperlika/notion-kit.git
https://github.com/elvisperlika/notion-kit.git
{
  "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"
}
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/13] Compiling NotionKit UserModels.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[4/13] Compiling NotionKit SearchModels.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[5/13] Compiling NotionKit Client+Users.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[6/13] Compiling NotionKit Pagination.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[7/13] Compiling NotionKit Client+Search.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[8/13] Compiling NotionKit NotionProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[9/13] Compiling NotionKit NotionError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[10/14] Compiling NotionKit Config.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[11/14] Compiling NotionKit NotionClient.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[12/14] Emitting module NotionKit
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[13/14] Compiling NotionKit PageModels.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[14/14] Compiling NotionKit HTTPUtilty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Build complete! (7.61s)
Fetching https://github.com/thebarndog/swift-dotenv.git
[1/471] Fetching swift-dotenv
Fetched https://github.com/thebarndog/swift-dotenv.git from cache (0.76s)
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
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.