Build Information
Successful build of NotionKit, reference main (c8d916), with Swift 6.2 for macOS (SPM) on 13 Nov 2025 12:03:07 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build 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
Fetching https://github.com/thebarndog/swift-dotenv.git
[1/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.33s)
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/485] Fetching notion-kit
Fetched https://github.com/elvisperlika/notion-kit.git from cache (1.08s)
Creating working copy for https://github.com/elvisperlika/notion-kit.git
Working copy of https://github.com/elvisperlika/notion-kit.git resolved at main (c8d9160)
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/15] Emitting module NotionKit
[4/15] Compiling NotionKit PaginationProtocol.swift
[5/15] Compiling NotionKit Config.swift
[6/15] Compiling NotionKit NotionClient.swift
[7/15] Compiling NotionKit SearchPaginator.swift
[8/15] Compiling NotionKit UserModels.swift
[9/15] Compiling NotionKit PageMethods.swift
[10/15] Compiling NotionKit PageModels.swift
[11/15] Compiling NotionKit Client+Search.swift
[12/15] Compiling NotionKit NotionError.swift
[13/15] Compiling NotionKit NotionProtocol.swift
[14/15] Compiling NotionKit Client+Users.swift
[15/15] Compiling NotionKit SearchModels.swift
[16/16] Compiling NotionKit HTTPUtility.swift
Build complete! (5.90s)
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.