Build Information
Successful build of NotionSwift, reference main (fdaf1f
), with Swift 5.10 for Linux on 3 Sep 2024 00:48:46 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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: 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 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 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-1":/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] Emitting module NotionSwift
[4/64] Compiling NotionSwift AccessKeyProvider.swift
[5/64] Compiling NotionSwift EntityIdentifier.swift
[6/64] Compiling NotionSwift Logger.swift
[7/64] Compiling NotionSwift Types.swift
[8/64] Compiling NotionSwift Environment.swift
[9/64] Compiling NotionSwift Block.swift
[10/64] Compiling NotionSwift BlockColor.swift
[11/64] Compiling NotionSwift BlockType+Builders.swift
[12/64] Compiling NotionSwift NotionClient+Pages.swift
[13/64] Compiling NotionSwift NotionClient+Search.swift
[14/64] Compiling NotionSwift NotionClient+Users.swift
[15/64] Compiling NotionSwift NotionClient.swift
[16/64] Compiling NotionSwift NotionClientError.swift
[17/64] Compiling NotionSwift NotionClientType+Combine.swift
[18/64] Compiling NotionSwift NotionClientType.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 DatabaseParent.swift
[27/64] Compiling NotionSwift DatabaseProperty.swift
[28/64] Compiling NotionSwift DatabasePropertyType.swift
[29/64] Compiling NotionSwift DateRange.swift
[30/64] Compiling NotionSwift DateValue.swift
[31/64] Compiling NotionSwift ErrorResponse.swift
[32/64] Compiling NotionSwift FileFile.swift
[33/64] Compiling NotionSwift IconFile.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 DatabaseQueryParams.swift
[43/64] Compiling NotionSwift DatabaseSort.swift
[44/64] Compiling NotionSwift DatabaseUpdateRequest.swift
[45/64] Compiling NotionSwift CompountFilterType.swift
[46/64] Compiling NotionSwift DatabaseFilter.swift
[47/64] Compiling NotionSwift DatabaseFilterType.swift
[48/64] Compiling NotionSwift DatabasePropertyFilter+Encodable.swift
[49/64] Compiling NotionSwift DatabasePropertyFilter.swift
[50/64] Compiling NotionSwift User.swift
[51/64] Compiling NotionSwift DateFormatter+ISO8601Full.swift
[52/64] Compiling NotionSwift NetworkClient.swift
[53/64] Compiling NotionSwift NetworkClientHelpers.swift
[54/64] Compiling NotionSwift URLBuilder.swift
[55/64] Compiling NotionSwift NotionClient+Blocks.swift
[56/64] Compiling NotionSwift NotionClient+Database.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.51s)
Build complete.
Done.