The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftyNotion, reference main (ccfe56), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 08:13:07 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/buhe/SwiftyNotion.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/buhe/SwiftyNotion
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ccfe560 "Add support for PDF blocks in the NotionBlock struct."
Cloned https://github.com/buhe/SwiftyNotion.git
Revision (git rev-parse @):
ccfe5600df5e315e48470ca840f682ec446869f8
SUCCESS checkout https://github.com/buhe/SwiftyNotion.git at main
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swiftynotion",
      "name": "SwiftyNotion",
      "url": "https://github.com/buhe/SwiftyNotion.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftyNotion",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/buhe/SwiftyNotion.git
[1/197] Fetching swiftynotion
Fetched https://github.com/buhe/SwiftyNotion.git from cache (0.65s)
Creating working copy for https://github.com/buhe/SwiftyNotion.git
Working copy of https://github.com/buhe/SwiftyNotion.git resolved at main (ccfe560)
warning: '.resolve-product-dependencies': dependency 'swiftynotion' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/buhe/SwiftyNotion.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/12] Compiling SwiftyNotion SwiftyNotion.swift
[4/12] Compiling SwiftyNotion NotionRichText.swift
[5/12] Compiling SwiftyNotion NotionRequest.swift
[6/12] Compiling SwiftyNotion NotionIdentifiable.swift
[7/12] Compiling SwiftyNotion NotionDatabase.swift
[8/12] Compiling SwiftyNotion NotionPage.swift
[9/12] Compiling SwiftyNotion NotionList.swift
[10/12] Compiling SwiftyNotion NotionCode.swift
[11/12] Compiling SwiftyNotion NotionBlock.swift
[12/12] Emitting module SwiftyNotion
Build complete! (5.06s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftyNotion",
  "name" : "SwiftyNotion",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftyNotion",
      "targets" : [
        "SwiftyNotion"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftyNotionTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyNotionTests",
      "path" : "Tests/SwiftyNotionTests",
      "sources" : [
        "SwiftyNotionTests.swift"
      ],
      "target_dependencies" : [
        "SwiftyNotion"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyNotion",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyNotion",
      "path" : "Sources/SwiftyNotion",
      "product_memberships" : [
        "SwiftyNotion"
      ],
      "sources" : [
        "NotionBlock.swift",
        "NotionCode.swift",
        "NotionDatabase.swift",
        "NotionIdentifiable.swift",
        "NotionList.swift",
        "NotionPage.swift",
        "NotionRequest.swift",
        "NotionRichText.swift",
        "SwiftyNotion.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.