The Swift Package Index logo.Swift Package Index

Build Information

Successful build of NotionSwift, reference main (3dd240), with Swift 6.3 for Android on 15 Apr 2026 00:07:59 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/chojnac/NotionSwift.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/chojnac/NotionSwift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3dd2406 Add support for filtering databases using the Status property type (#54)
Cloned https://github.com/chojnac/NotionSwift.git
Revision (git rev-parse @):
3dd2406ebb60d247ea781b09c9e537b2068df7c7
SUCCESS checkout https://github.com/chojnac/NotionSwift.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/chojnac/NotionSwift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--4F562202D5529B1.txt
[3/57] Compiling NotionSwift User.swift
/host/spi-builder-workspace/Sources/NotionSwift/Network/NetworkClient.swift:215:44: warning: reference to captured var 'completeResult' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
213 |
214 |             DispatchQueue.main.async {
215 |                 guard let completeResult = completeResult else {
    |                                            `- warning: reference to captured var 'completeResult' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
216 |                     fatalError("Something is wrong, no result!")
217 |                 }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[4/57] Compiling NotionSwift DateFormatter+ISO8601Full.swift
/host/spi-builder-workspace/Sources/NotionSwift/Network/NetworkClient.swift:215:44: warning: reference to captured var 'completeResult' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
213 |
214 |             DispatchQueue.main.async {
215 |                 guard let completeResult = completeResult else {
    |                                            `- warning: reference to captured var 'completeResult' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
216 |                     fatalError("Something is wrong, no result!")
217 |                 }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[5/57] Compiling NotionSwift NetworkClient.swift
/host/spi-builder-workspace/Sources/NotionSwift/Network/NetworkClient.swift:215:44: warning: reference to captured var 'completeResult' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
213 |
214 |             DispatchQueue.main.async {
215 |                 guard let completeResult = completeResult else {
    |                                            `- warning: reference to captured var 'completeResult' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
216 |                     fatalError("Something is wrong, no result!")
217 |                 }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[6/57] Compiling NotionSwift NetworkClientHelpers.swift
/host/spi-builder-workspace/Sources/NotionSwift/Network/NetworkClient.swift:215:44: warning: reference to captured var 'completeResult' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
213 |
214 |             DispatchQueue.main.async {
215 |                 guard let completeResult = completeResult else {
    |                                            `- warning: reference to captured var 'completeResult' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
216 |                     fatalError("Something is wrong, no result!")
217 |                 }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[7/57] Compiling NotionSwift URLBuilder.swift
/host/spi-builder-workspace/Sources/NotionSwift/Network/NetworkClient.swift:215:44: warning: reference to captured var 'completeResult' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
213 |
214 |             DispatchQueue.main.async {
215 |                 guard let completeResult = completeResult else {
    |                                            `- warning: reference to captured var 'completeResult' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
216 |                     fatalError("Something is wrong, no result!")
217 |                 }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[8/57] Compiling NotionSwift NotionClient+Blocks.swift
/host/spi-builder-workspace/Sources/NotionSwift/Network/NetworkClient.swift:215:44: warning: reference to captured var 'completeResult' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
213 |
214 |             DispatchQueue.main.async {
215 |                 guard let completeResult = completeResult else {
    |                                            `- warning: reference to captured var 'completeResult' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
216 |                     fatalError("Something is wrong, no result!")
217 |                 }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[9/57] Compiling NotionSwift NotionClient+Database.swift
/host/spi-builder-workspace/Sources/NotionSwift/Network/NetworkClient.swift:215:44: warning: reference to captured var 'completeResult' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
213 |
214 |             DispatchQueue.main.async {
215 |                 guard let completeResult = completeResult else {
    |                                            `- warning: reference to captured var 'completeResult' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
216 |                     fatalError("Something is wrong, no result!")
217 |                 }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[10/57] Compiling NotionSwift AccessKeyProvider.swift
[11/57] Compiling NotionSwift EntityIdentifier.swift
[12/57] Compiling NotionSwift Logger.swift
[13/57] Compiling NotionSwift Types.swift
[14/57] Compiling NotionSwift Environment.swift
[15/57] Compiling NotionSwift Block.swift
[16/57] Compiling NotionSwift BlockColor.swift
[17/57] Compiling NotionSwift BlockType+Builders.swift
[18/57] Emitting module NotionSwift
[19/64] Compiling NotionSwift DatabaseQueryParams.swift
[20/64] Compiling NotionSwift DatabaseSort.swift
[21/64] Compiling NotionSwift DatabaseUpdateRequest.swift
[22/64] Compiling NotionSwift CompountFilterType.swift
[23/64] Compiling NotionSwift DatabaseFilter.swift
[24/64] Compiling NotionSwift DatabaseFilterType.swift
[25/64] Compiling NotionSwift DatabasePropertyFilter+Encodable.swift
[26/64] Compiling NotionSwift DatabasePropertyFilter.swift
[27/64] Compiling NotionSwift Mention.swift
[28/64] Compiling NotionSwift NotionLink.swift
[29/64] Compiling NotionSwift Page.swift
[30/64] Compiling NotionSwift PageParentType.swift
[31/64] Compiling NotionSwift PageProperty.swift
[32/64] Compiling NotionSwift PartialUser.swift
[33/64] Compiling NotionSwift BaseQueryParams.swift
[34/64] Compiling NotionSwift DatabaseCreateRequest.swift
[35/64] Compiling NotionSwift DatabaseParent.swift
[36/64] Compiling NotionSwift DatabaseProperty.swift
[37/64] Compiling NotionSwift DatabasePropertyType.swift
[38/64] Compiling NotionSwift DateRange.swift
[39/64] Compiling NotionSwift DateValue.swift
[40/64] Compiling NotionSwift ErrorResponse.swift
[41/64] Compiling NotionSwift FileFile.swift
[42/64] Compiling NotionSwift IconFile.swift
[43/64] Compiling NotionSwift PageCreateRequest.swift
[44/64] Compiling NotionSwift PageUpdateRequest.swift
[45/64] Compiling NotionSwift SearchRequest.swift
[46/64] Compiling NotionSwift ListResponse.swift
[47/64] Compiling NotionSwift SearchResponse.swift
[48/64] Compiling NotionSwift RichText+extensions.swift
[49/64] Compiling NotionSwift RichText.swift
[50/64] Compiling NotionSwift BlockType+Values.swift
[51/64] Compiling NotionSwift BlockType.swift
[52/64] Compiling NotionSwift ReadBlock.swift
[53/64] Compiling NotionSwift UpdateBlock.swift
[54/64] Compiling NotionSwift WriteBlock+Builders.swift
[55/64] Compiling NotionSwift WriteBlock.swift
[56/64] Compiling NotionSwift CoverFile.swift
[57/64] Compiling NotionSwift Database.swift
[58/64] Compiling NotionSwift NotionClient+Pages.swift
[59/64] Compiling NotionSwift NotionClient+Search.swift
[60/64] Compiling NotionSwift NotionClient+Users.swift
[61/64] Compiling NotionSwift NotionClient.swift
[62/64] Compiling NotionSwift NotionClientError.swift
[63/64] Compiling NotionSwift NotionClientType+Combine.swift
[64/64] Compiling NotionSwift NotionClientType.swift
Build complete! (23.72s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "NotionSwift",
  "name" : "NotionSwift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "NotionSwift",
      "targets" : [
        "NotionSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NotionSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "NotionSwiftTests",
      "path" : "Tests/NotionSwiftTests",
      "sources" : [
        "Helpers.swift",
        "Models/BlockColorTests.swift",
        "Models/DateValueTests.swift",
        "Models/PageTests.swift",
        "NotionSwiftTests.swift",
        "Request/Filter/FiltersTests.swift",
        "Request/PageCreateRequestTests.swift"
      ],
      "target_dependencies" : [
        "NotionSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NotionSwift",
      "module_type" : "SwiftTarget",
      "name" : "NotionSwift",
      "path" : "Sources/NotionSwift",
      "product_memberships" : [
        "NotionSwift"
      ],
      "sources" : [
        "AccessKeyProvider.swift",
        "Common/EntityIdentifier.swift",
        "Common/Logger.swift",
        "Common/Types.swift",
        "Environment.swift",
        "Models/Blocks/Block.swift",
        "Models/Blocks/BlockColor.swift",
        "Models/Blocks/BlockType+Builders.swift",
        "Models/Blocks/BlockType+Values.swift",
        "Models/Blocks/BlockType.swift",
        "Models/Blocks/ReadBlock.swift",
        "Models/Blocks/UpdateBlock.swift",
        "Models/Blocks/WriteBlock+Builders.swift",
        "Models/Blocks/WriteBlock.swift",
        "Models/CoverFile.swift",
        "Models/Database.swift",
        "Models/DatabaseParent.swift",
        "Models/DatabaseProperty.swift",
        "Models/DatabasePropertyType.swift",
        "Models/DateRange.swift",
        "Models/DateValue.swift",
        "Models/ErrorResponse.swift",
        "Models/FileFile.swift",
        "Models/IconFile.swift",
        "Models/Mention.swift",
        "Models/NotionLink.swift",
        "Models/Page.swift",
        "Models/PageParentType.swift",
        "Models/PageProperty.swift",
        "Models/PartialUser.swift",
        "Models/Request/BaseQueryParams.swift",
        "Models/Request/DatabaseCreateRequest.swift",
        "Models/Request/DatabaseQueryParams.swift",
        "Models/Request/DatabaseSort.swift",
        "Models/Request/DatabaseUpdateRequest.swift",
        "Models/Request/Filter/CompountFilterType.swift",
        "Models/Request/Filter/DatabaseFilter.swift",
        "Models/Request/Filter/DatabaseFilterType.swift",
        "Models/Request/Filter/DatabasePropertyFilter+Encodable.swift",
        "Models/Request/Filter/DatabasePropertyFilter.swift",
        "Models/Request/PageCreateRequest.swift",
        "Models/Request/PageUpdateRequest.swift",
        "Models/Request/SearchRequest.swift",
        "Models/Responses/ListResponse.swift",
        "Models/Responses/SearchResponse.swift",
        "Models/RichText+extensions.swift",
        "Models/RichText.swift",
        "Models/User.swift",
        "Network/DateFormatter+ISO8601Full.swift",
        "Network/NetworkClient.swift",
        "Network/NetworkClientHelpers.swift",
        "Network/URLBuilder.swift",
        "NotionClient+Blocks.swift",
        "NotionClient+Database.swift",
        "NotionClient+Pages.swift",
        "NotionClient+Search.swift",
        "NotionClient+Users.swift",
        "NotionClient.swift",
        "NotionClientError.swift",
        "NotionClientType+Combine.swift",
        "NotionClientType.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Done.