Build Information
Successful build of Stores with Swift 5.10 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/omaralbeik/Stores.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/omaralbeik/Stores
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6382917 Keep a ref to store in AnyStore classes (#22)
Cloned https://github.com/omaralbeik/Stores.git
Revision (git rev-parse @):
638291752db347e40ea4932be424585d47447d32
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/omaralbeik/Stores.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $workDir
https://github.com/omaralbeik/Stores.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Building for debugging...
[0/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
[9/14] Compiling Blueprints MultiObjectStore.swift
[10/14] Compiling Blueprints SingleObjectStore.swift
[11/14] Compiling Blueprints AnyMultiObjectStore.swift
[12/14] Compiling Blueprints AnySingleObjectStore.swift
[13/14] Emitting module Blueprints
[14/14] Compiling Blueprints Logger.swift
[16/36] Compiling KeychainStore SingleKeychainStore.swift
[17/36] Compiling TestUtils SingleObjectStoreFake.swift
[18/36] Emitting module TestUtils
[19/36] Compiling TestUtils MultiObjectStoreFake.swift
[20/36] Compiling CoreDataStore MultiCoreDataStore.swift
[21/36] Emitting module CoreDataStore
[22/36] Compiling CoreDataStore Entity.swift
[23/36] Compiling CoreDataStore Database.swift
[24/36] Compiling CoreDataStore SingleCoreDataStore.swift
[25/36] Emitting module UserDefaultsStore
[26/37] Compiling KeychainStore KeychainError.swift
[27/37] Compiling KeychainStore KeychainAccessibility.swift
[28/37] Compiling KeychainStore MultiKeychainStore.swift
[29/37] Emitting module KeychainStore
[30/38] Compiling TestUtils StoresError.swift
[31/38] Compiling TestUtils User.swift
[33/39] Emitting module FileSystemStore
[35/39] Compiling UserDefaultsStore SingleUserDefaultsStore.swift
[37/39] Compiling FileSystemStore SingleFileSystemStore.swift
[38/39] Compiling UserDefaultsStore MultiUserDefaultsStore.swift
[39/39] Compiling FileSystemStore MultiFileSystemStore.swift
[42/43] Compiling Stores Stores.swift
[43/43] Emitting module Stores
Build complete! (11.58s)
Build complete.
Done.