Build Information
Successful build of Stores with Swift 5.10 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4609320-0":/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: 1.0.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/omaralbeik/Stores
* tag 1.0.0 -> FETCH_HEAD
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 1.0.0
========================================
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-0":/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 SingleObjectStore.swift
[10/14] Compiling Blueprints MultiObjectStore.swift
[11/14] Emitting module Blueprints
[12/14] Compiling Blueprints AnySingleObjectStore.swift
[13/14] Compiling Blueprints AnyMultiObjectStore.swift
[14/14] Compiling Blueprints Logger.swift
[16/34] Compiling KeychainStore SingleKeychainStore.swift
[17/36] Compiling KeychainStore KeychainError.swift
[18/36] Compiling KeychainStore KeychainAccessibility.swift
[19/36] Emitting module KeychainStore
[20/36] Compiling KeychainStore MultiKeychainStore.swift
[21/37] Compiling CoreDataStore Entity.swift
[22/37] Compiling CoreDataStore MultiCoreDataStore.swift
[23/37] Compiling CoreDataStore Database.swift
[24/37] Emitting module CoreDataStore
[25/37] Compiling CoreDataStore SingleCoreDataStore.swift
[27/38] Compiling TestUtils MultiObjectStoreFake.swift
[28/38] Compiling TestUtils SingleObjectStoreFake.swift
[30/38] Emitting module TestUtils
[31/38] Emitting module FileSystemStore
[32/38] Compiling FileSystemStore MultiFileSystemStore.swift
[33/38] Compiling FileSystemStore SingleFileSystemStore.swift
[34/38] Compiling TestUtils StoresError.swift
[35/38] Compiling TestUtils User.swift
[36/39] Emitting module UserDefaultsStore
[37/39] Compiling UserDefaultsStore SingleUserDefaultsStore.swift
[38/39] Compiling UserDefaultsStore MultiUserDefaultsStore.swift
[42/43] Emitting module Stores
[43/43] Compiling Stores Stores.swift
Build complete! (12.54s)
Build complete.
Done.