Build Information
Successful build of NotionSwift, reference main (3dd240
), with Swift 5.10 for Linux on 31 Dec 2024 19:05:47 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.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: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/chojnac/NotionSwift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:8b386ca1081dd55ec0944429387f246ccb59ef99c9c8cbb418b0abd78460b38f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/57] Emitting module NotionSwift
[4/64] Compiling NotionSwift NotionClient+Pages.swift
[5/64] Compiling NotionSwift NotionClient+Search.swift
[6/64] Compiling NotionSwift NotionClient+Users.swift
[7/64] Compiling NotionSwift NotionClient.swift
[8/64] Compiling NotionSwift NotionClientError.swift
[9/64] Compiling NotionSwift NotionClientType+Combine.swift
[10/64] Compiling NotionSwift NotionClientType.swift
[11/64] Compiling NotionSwift AccessKeyProvider.swift
[12/64] Compiling NotionSwift EntityIdentifier.swift
[13/64] Compiling NotionSwift Logger.swift
[14/64] Compiling NotionSwift Types.swift
[15/64] Compiling NotionSwift Environment.swift
[16/64] Compiling NotionSwift Block.swift
[17/64] Compiling NotionSwift BlockColor.swift
[18/64] Compiling NotionSwift BlockType+Builders.swift
[19/64] Compiling NotionSwift PageCreateRequest.swift
[20/64] Compiling NotionSwift PageUpdateRequest.swift
[21/64] Compiling NotionSwift SearchRequest.swift
[22/64] Compiling NotionSwift ListResponse.swift
[23/64] Compiling NotionSwift SearchResponse.swift
[24/64] Compiling NotionSwift RichText+extensions.swift
[25/64] Compiling NotionSwift RichText.swift
[26/64] Compiling NotionSwift DatabaseQueryParams.swift
[27/64] Compiling NotionSwift DatabaseSort.swift
[28/64] Compiling NotionSwift DatabaseUpdateRequest.swift
[29/64] Compiling NotionSwift CompountFilterType.swift
[30/64] Compiling NotionSwift DatabaseFilter.swift
[31/64] Compiling NotionSwift DatabaseFilterType.swift
[32/64] Compiling NotionSwift DatabasePropertyFilter+Encodable.swift
[33/64] Compiling NotionSwift DatabasePropertyFilter.swift
[34/64] Compiling NotionSwift BlockType+Values.swift
[35/64] Compiling NotionSwift BlockType.swift
[36/64] Compiling NotionSwift ReadBlock.swift
[37/64] Compiling NotionSwift UpdateBlock.swift
[38/64] Compiling NotionSwift WriteBlock+Builders.swift
[39/64] Compiling NotionSwift WriteBlock.swift
[40/64] Compiling NotionSwift CoverFile.swift
[41/64] Compiling NotionSwift Database.swift
[42/64] Compiling NotionSwift User.swift
[43/64] Compiling NotionSwift DateFormatter+ISO8601Full.swift
[44/64] Compiling NotionSwift NetworkClient.swift
[45/64] Compiling NotionSwift NetworkClientHelpers.swift
[46/64] Compiling NotionSwift URLBuilder.swift
[47/64] Compiling NotionSwift NotionClient+Blocks.swift
[48/64] Compiling NotionSwift NotionClient+Database.swift
[49/64] Compiling NotionSwift DatabaseParent.swift
[50/64] Compiling NotionSwift DatabaseProperty.swift
[51/64] Compiling NotionSwift DatabasePropertyType.swift
[52/64] Compiling NotionSwift DateRange.swift
[53/64] Compiling NotionSwift DateValue.swift
[54/64] Compiling NotionSwift ErrorResponse.swift
[55/64] Compiling NotionSwift FileFile.swift
[56/64] Compiling NotionSwift IconFile.swift
[57/64] Compiling NotionSwift Mention.swift
[58/64] Compiling NotionSwift NotionLink.swift
[59/64] Compiling NotionSwift Page.swift
[60/64] Compiling NotionSwift PageParentType.swift
[61/64] Compiling NotionSwift PageProperty.swift
[62/64] Compiling NotionSwift PartialUser.swift
[63/64] Compiling NotionSwift BaseQueryParams.swift
[64/64] Compiling NotionSwift DatabaseCreateRequest.swift
Build complete! (7.37s)
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"
}
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:8b386ca1081dd55ec0944429387f246ccb59ef99c9c8cbb418b0abd78460b38f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.