The Swift Package Index logo.Swift Package Index

Build Information

Successful build of NotionKit, reference main (c8d916), with Swift 6.1 for macOS (SPM) on 13 Nov 2025 12:03:14 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/elvisperlika/notion-kit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c8d9160 refactor: impl `HttpHelper` with `post` and `get` methods + avoid double CI with opened PR (#14)
Cloned https://github.com/elvisperlika/notion-kit.git
Revision (git rev-parse @):
c8d91603be60c7d4810effe8ee0c23f172c08bf7
SUCCESS checkout https://github.com/elvisperlika/notion-kit.git at main
========================================
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" : [
        "Pages/IconTests.swift",
        "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/PageMethods.swift",
        "Pages/PageModels.swift",
        "Pagination/PaginationProtocol.swift",
        "Pagination/SearchPaginator.swift",
        "Search/Client+Search.swift",
        "Search/SearchModels.swift",
        "Users/Client+Users.swift",
        "Users/UserModels.swift",
        "Utility/HTTPUtility.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/15] Compiling NotionKit PaginationProtocol.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/15] 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
[5/15] Compiling NotionKit PageMethods.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/15] 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
[7/16] 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
[8/16] 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
[9/16] 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
[10/16] 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/16] 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/16] 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/16] 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
[14/16] Compiling NotionKit SearchPaginator.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
[15/16] 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
[16/16] Compiling NotionKit HTTPUtility.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.07s)
Fetching https://github.com/thebarndog/swift-dotenv.git
[10/471] Fetching swift-dotenv
Fetched https://github.com/thebarndog/swift-dotenv.git from cache (0.78s)
Computing version for https://github.com/thebarndog/swift-dotenv.git
Computed https://github.com/thebarndog/swift-dotenv.git at 2.1.0 (1.25s)
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" : [
        "Pages/IconTests.swift",
        "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/PageMethods.swift",
        "Pages/PageModels.swift",
        "Pagination/PaginationProtocol.swift",
        "Pagination/SearchPaginator.swift",
        "Search/Client+Search.swift",
        "Search/SearchModels.swift",
        "Users/Client+Users.swift",
        "Users/UserModels.swift",
        "Utility/HTTPUtility.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.