The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of NotionSwift, reference 0.9.0 (fdaf1f), with Swift 5.10 for Linux on 3 Sep 2024 00:49:38 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.52.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/chojnac/NotionSwift.git
Reference: 0.9.0
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
 * tag               0.9.0      -> FETCH_HEAD
HEAD is now at fdaf1f4 version 0.9.0
Cloned https://github.com/chojnac/NotionSwift.git
Revision (git rev-parse @):
fdaf1f420df24185c892a6ddac81cea9b9507ed9
SUCCESS checkout https://github.com/chojnac/NotionSwift.git at 0.9.0
========================================
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-0":/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:a70f701911643a3a4293839e0e79d56dcc32eed4840549b67640dc1034af7f44
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] Compiling NotionSwift AccessKeyProvider.swift
[4/57] Compiling NotionSwift EntityIdentifier.swift
[5/57] Compiling NotionSwift Logger.swift
[6/57] Compiling NotionSwift Types.swift
[7/57] Compiling NotionSwift Environment.swift
[8/57] Compiling NotionSwift Block.swift
[9/57] Compiling NotionSwift BlockColor.swift
[10/57] Compiling NotionSwift BlockType+Builders.swift
[11/64] Compiling NotionSwift BlockType+Values.swift
[12/64] Compiling NotionSwift BlockType.swift
[13/64] Compiling NotionSwift ReadBlock.swift
[14/64] Compiling NotionSwift UpdateBlock.swift
[15/64] Compiling NotionSwift WriteBlock+Builders.swift
[16/64] Compiling NotionSwift WriteBlock.swift
[17/64] Compiling NotionSwift CoverFile.swift
[18/64] Compiling NotionSwift Database.swift
[19/64] Compiling NotionSwift User.swift
[20/64] Compiling NotionSwift DateFormatter+ISO8601Full.swift
[21/64] Compiling NotionSwift NetworkClient.swift
[22/64] Compiling NotionSwift NetworkClientHelpers.swift
[23/64] Compiling NotionSwift URLBuilder.swift
[24/64] Compiling NotionSwift NotionClient+Blocks.swift
[25/64] Compiling NotionSwift NotionClient+Database.swift
[26/64] Compiling NotionSwift Mention.swift
[27/64] Compiling NotionSwift NotionLink.swift
[28/64] Compiling NotionSwift Page.swift
[29/64] Compiling NotionSwift PageParentType.swift
[30/64] Compiling NotionSwift PageProperty.swift
[31/64] Compiling NotionSwift PartialUser.swift
[32/64] Compiling NotionSwift BaseQueryParams.swift
[33/64] Compiling NotionSwift DatabaseCreateRequest.swift
[34/64] Compiling NotionSwift DatabaseParent.swift
[35/64] Compiling NotionSwift DatabaseProperty.swift
[36/64] Compiling NotionSwift DatabasePropertyType.swift
[37/64] Compiling NotionSwift DateRange.swift
[38/64] Compiling NotionSwift DateValue.swift
[39/64] Compiling NotionSwift ErrorResponse.swift
[40/64] Compiling NotionSwift FileFile.swift
[41/64] Compiling NotionSwift IconFile.swift
[42/64] Emitting module NotionSwift
[43/64] Compiling NotionSwift DatabaseQueryParams.swift
[44/64] Compiling NotionSwift DatabaseSort.swift
[45/64] Compiling NotionSwift DatabaseUpdateRequest.swift
[46/64] Compiling NotionSwift CompountFilterType.swift
[47/64] Compiling NotionSwift DatabaseFilter.swift
[48/64] Compiling NotionSwift DatabaseFilterType.swift
[49/64] Compiling NotionSwift DatabasePropertyFilter+Encodable.swift
[50/64] Compiling NotionSwift DatabasePropertyFilter.swift
[51/64] Compiling NotionSwift PageCreateRequest.swift
[52/64] Compiling NotionSwift PageUpdateRequest.swift
[53/64] Compiling NotionSwift SearchRequest.swift
[54/64] Compiling NotionSwift ListResponse.swift
[55/64] Compiling NotionSwift SearchResponse.swift
[56/64] Compiling NotionSwift RichText+extensions.swift
[57/64] Compiling NotionSwift RichText.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! (10.38s)
Build complete.
Done.