Build Information
Successful build of NotionSwift, reference 0.9.0 (fdaf1f
), with Swift 5.9 for Linux on 3 Sep 2024 00:49:41 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.9-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.9
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.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:907758cf9691f0f77ca4e2d6f778ef6c038667a789e74bf575a4b60f864d6863
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
[1/55] Emitting module NotionSwift
[2/62] Compiling NotionSwift PageCreateRequest.swift
[3/62] Compiling NotionSwift PageUpdateRequest.swift
[4/62] Compiling NotionSwift SearchRequest.swift
[5/62] Compiling NotionSwift ListResponse.swift
[6/62] Compiling NotionSwift SearchResponse.swift
[7/62] Compiling NotionSwift RichText+extensions.swift
[8/62] Compiling NotionSwift RichText.swift
[9/62] Compiling NotionSwift AccessKeyProvider.swift
[10/62] Compiling NotionSwift EntityIdentifier.swift
[11/62] Compiling NotionSwift Logger.swift
[12/62] Compiling NotionSwift Types.swift
[13/62] Compiling NotionSwift Environment.swift
[14/62] Compiling NotionSwift Block.swift
[15/62] Compiling NotionSwift BlockColor.swift
[16/62] Compiling NotionSwift BlockType+Builders.swift
[17/62] Compiling NotionSwift User.swift
[18/62] Compiling NotionSwift DateFormatter+ISO8601Full.swift
[19/62] Compiling NotionSwift NetworkClient.swift
[20/62] Compiling NotionSwift NetworkClientHelpers.swift
[21/62] Compiling NotionSwift URLBuilder.swift
[22/62] Compiling NotionSwift NotionClient+Blocks.swift
[23/62] Compiling NotionSwift NotionClient+Database.swift
[24/62] Compiling NotionSwift BlockType+Values.swift
[25/62] Compiling NotionSwift BlockType.swift
[26/62] Compiling NotionSwift ReadBlock.swift
[27/62] Compiling NotionSwift UpdateBlock.swift
[28/62] Compiling NotionSwift WriteBlock+Builders.swift
[29/62] Compiling NotionSwift WriteBlock.swift
[30/62] Compiling NotionSwift CoverFile.swift
[31/62] Compiling NotionSwift Database.swift
[32/62] Compiling NotionSwift DatabaseQueryParams.swift
[33/62] Compiling NotionSwift DatabaseSort.swift
[34/62] Compiling NotionSwift DatabaseUpdateRequest.swift
[35/62] Compiling NotionSwift CompountFilterType.swift
[36/62] Compiling NotionSwift DatabaseFilter.swift
[37/62] Compiling NotionSwift DatabaseFilterType.swift
[38/62] Compiling NotionSwift DatabasePropertyFilter+Encodable.swift
[39/62] Compiling NotionSwift DatabasePropertyFilter.swift
[40/62] Compiling NotionSwift DatabaseParent.swift
[41/62] Compiling NotionSwift DatabaseProperty.swift
[42/62] Compiling NotionSwift DatabasePropertyType.swift
[43/62] Compiling NotionSwift DateRange.swift
[44/62] Compiling NotionSwift DateValue.swift
[45/62] Compiling NotionSwift ErrorResponse.swift
[46/62] Compiling NotionSwift FileFile.swift
[47/62] Compiling NotionSwift IconFile.swift
[48/62] Compiling NotionSwift Mention.swift
[49/62] Compiling NotionSwift NotionLink.swift
[50/62] Compiling NotionSwift Page.swift
[51/62] Compiling NotionSwift PageParentType.swift
[52/62] Compiling NotionSwift PageProperty.swift
[53/62] Compiling NotionSwift PartialUser.swift
[54/62] Compiling NotionSwift BaseQueryParams.swift
[55/62] Compiling NotionSwift DatabaseCreateRequest.swift
[56/62] Compiling NotionSwift NotionClient+Pages.swift
[57/62] Compiling NotionSwift NotionClient+Search.swift
[58/62] Compiling NotionSwift NotionClient+Users.swift
[59/62] Compiling NotionSwift NotionClient.swift
[60/62] Compiling NotionSwift NotionClientError.swift
[61/62] Compiling NotionSwift NotionClientType+Combine.swift
[62/62] Compiling NotionSwift NotionClientType.swift
Build complete! (10.85s)
Build complete.
Done.