Build Information
Successful build of OctoKit, reference 0.13.0 (441924
), with Swift 5.9 for Linux on 2 Aug 2024 09:18:12 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.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.48.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nerdishbynature/octokit.swift.git
Reference: 0.13.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/nerdishbynature/octokit.swift
* tag 0.13.0 -> FETCH_HEAD
HEAD is now at 4419245 Async notifications support + added endpoints (#183)
Cloned https://github.com/nerdishbynature/octokit.swift.git
Revision (git rev-parse @):
44192458beb89180c3a3a1245d904aacac8be0ae
SUCCESS checkout https://github.com/nerdishbynature/octokit.swift.git at 0.13.0
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/nerdishbynature/octokit.swift.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.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:ab95bcf8ae8f59ab6d4725f4fd8a1a6162581ba0800402e498200829aee2a822
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/nerdishbynature/RequestKit.git
Fetching https://github.com/nicklockwood/SwiftFormat
[1/1554] Fetching requestkit
[1555/42963] Fetching requestkit, swiftformat
Fetched https://github.com/nerdishbynature/RequestKit.git (29.81s)
Fetched https://github.com/nicklockwood/SwiftFormat (30.41s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.52.8 (3.09s)
Computing version for https://github.com/nerdishbynature/RequestKit.git
Computed https://github.com/nerdishbynature/RequestKit.git at 3.3.0 (0.38s)
Creating working copy for https://github.com/nerdishbynature/RequestKit.git
Working copy of https://github.com/nerdishbynature/RequestKit.git resolved at 3.3.0
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.52.8
[1/1] Compiling plugin SwiftFormatPlugin
Building for debugging...
[2/5] Compiling RequestKit RequestKitSession.swift
[3/5] Compiling RequestKit Router.swift
[4/5] Emitting module RequestKit
[5/5] Compiling RequestKit JSONPostRouter.swift
[8/31] Compiling OctoKit Stars.swift
[9/31] Compiling OctoKit Statuses.swift
[10/31] Compiling OctoKit String+PercentEncoding.swift
[11/34] Compiling OctoKit Configuration.swift
[12/34] Compiling OctoKit File.swift
[13/34] Compiling OctoKit Follow.swift
[14/34] Compiling OctoKit Gist.swift
[15/34] Compiling OctoKit Time.swift
[16/34] Compiling OctoKit URL+URLParameters.swift
[17/34] Compiling OctoKit User.swift
[18/34] Compiling OctoKit NotificationThread.swift
[19/34] Compiling OctoKit Octokit.swift
[20/34] Compiling OctoKit Parameters.swift
[21/34] Compiling OctoKit Plan.swift
[22/34] Compiling OctoKit PreviewHeader.swift
[23/34] Compiling OctoKit PublicKey.swift
[24/34] Compiling OctoKit PullRequest.swift
[25/34] Compiling OctoKit Reactions.swift
[26/34] Compiling OctoKit Releases.swift
[27/34] Compiling OctoKit Git.swift
/host/spi-builder-workspace/OctoKit/Issue.swift:63:14: warning: 'labelsURL' is deprecated
self.labelsURL = labelsURL
^
[28/34] Compiling OctoKit Issue.swift
/host/spi-builder-workspace/OctoKit/Issue.swift:63:14: warning: 'labelsURL' is deprecated
self.labelsURL = labelsURL
^
[29/34] Compiling OctoKit Label.swift
/host/spi-builder-workspace/OctoKit/Issue.swift:63:14: warning: 'labelsURL' is deprecated
self.labelsURL = labelsURL
^
[30/34] Compiling OctoKit Milestone.swift
/host/spi-builder-workspace/OctoKit/Issue.swift:63:14: warning: 'labelsURL' is deprecated
self.labelsURL = labelsURL
^
[31/34] Compiling OctoKit Repositories.swift
[32/34] Compiling OctoKit Review.swift
[33/34] Compiling OctoKit Search.swift
[34/34] Emitting module OctoKit
Build complete! (46.71s)
Build complete.
Done.