Build Information
Successful build of OctoKit, reference 0.13.0 (441924
), with Swift 5.10 for Linux on 2 Aug 2024 09:18:02 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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.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.10
Building package at path: $PWD
https://github.com/nerdishbynature/octokit.swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:f0b51be07fbc8a0d4d15ad969175777a256c8ed4ef7ff1497c5f9d7800160a18
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-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 from cache (20.27s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (20.85s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.52.8 (0.93s)
Computing version for https://github.com/nerdishbynature/RequestKit.git
Computed https://github.com/nerdishbynature/RequestKit.git at 3.3.0 (0.34s)
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...
[1/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/8] Compiling RequestKit JSONPostRouter.swift
[6/8] Emitting module RequestKit
[7/8] Compiling RequestKit RequestKitSession.swift
[8/8] Compiling RequestKit Router.swift
[10/33] Compiling OctoKit Plan.swift
[11/33] Compiling OctoKit PreviewHeader.swift
[12/33] Compiling OctoKit PublicKey.swift
[13/36] Compiling OctoKit Stars.swift
[14/36] Compiling OctoKit Statuses.swift
[15/36] Compiling OctoKit String+PercentEncoding.swift
[16/36] Compiling OctoKit NotificationThread.swift
[17/36] Compiling OctoKit Octokit.swift
[18/36] Compiling OctoKit Parameters.swift
[19/36] Compiling OctoKit Configuration.swift
[20/36] Compiling OctoKit File.swift
[21/36] Compiling OctoKit Follow.swift
[22/36] Compiling OctoKit Gist.swift
[23/36] Compiling OctoKit Time.swift
[24/36] Compiling OctoKit URL+URLParameters.swift
[25/36] Compiling OctoKit User.swift
[26/36] Emitting module OctoKit
[27/36] Compiling OctoKit Git.swift
/host/spi-builder-workspace/OctoKit/Issue.swift:63:14: warning: 'labelsURL' is deprecated
self.labelsURL = labelsURL
^
[28/36] Compiling OctoKit Issue.swift
/host/spi-builder-workspace/OctoKit/Issue.swift:63:14: warning: 'labelsURL' is deprecated
self.labelsURL = labelsURL
^
[29/36] Compiling OctoKit Label.swift
/host/spi-builder-workspace/OctoKit/Issue.swift:63:14: warning: 'labelsURL' is deprecated
self.labelsURL = labelsURL
^
[30/36] Compiling OctoKit Milestone.swift
/host/spi-builder-workspace/OctoKit/Issue.swift:63:14: warning: 'labelsURL' is deprecated
self.labelsURL = labelsURL
^
[31/36] Compiling OctoKit Repositories.swift
[32/36] Compiling OctoKit Review.swift
[33/36] Compiling OctoKit Search.swift
[34/36] Compiling OctoKit PullRequest.swift
[35/36] Compiling OctoKit Reactions.swift
[36/36] Compiling OctoKit Releases.swift
Build complete! (31.53s)
Build complete.
Done.