Build Information
Successful build of OfficeModel, reference main (bf14ec
), with Swift 6.1 for Linux on 29 Apr 2025 23:07:02 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Frizlab/officectl-model.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/Frizlab/officectl-model
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at bf14ec0 Update dependencies
Cloned https://github.com/Frizlab/officectl-model.git
Revision (git rev-parse @):
bf14ec0832eaec0344b125f279f8346e5ad1921d
SUCCESS checkout https://github.com/Frizlab/officectl-model.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/Frizlab/officectl-model.git
https://github.com/Frizlab/officectl-model.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "generic-json",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Frizlab/generic-json.git"
},
{
"identity" : "swift-email",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Frizlab/swift-email.git"
},
{
"identity" : "unwraporthrow",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0-beta",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Frizlab/UnwrapOrThrow.git"
},
{
"identity" : "legibleerror",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mxcl/LegibleError.git"
}
],
"manifest_display_name" : "OfficeModel",
"name" : "OfficeModel",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "OfficeModelCore",
"targets" : [
"OfficeModelCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "OfficeModel",
"targets" : [
"OfficeModel"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OfficeModelTests",
"module_type" : "SwiftTarget",
"name" : "OfficeModelTests",
"path" : "Tests/OfficeModelTests",
"sources" : [
"TaggedIDTests.swift"
],
"target_dependencies" : [
"OfficeModelCore",
"OfficeModel"
],
"type" : "test"
},
{
"c99name" : "OfficeModelCore",
"module_type" : "SwiftTarget",
"name" : "OfficeModelCore",
"path" : "Sources/OfficeModelCore",
"product_dependencies" : [
"UnwrapOrThrow"
],
"product_memberships" : [
"OfficeModelCore",
"OfficeModel"
],
"sources" : [
"None.swift",
"RemoteProperty.swift",
"Tag.swift",
"TaggedID.swift"
],
"type" : "library"
},
{
"c99name" : "OfficeModel",
"module_type" : "SwiftTarget",
"name" : "OfficeModel",
"path" : "Sources/OfficeModel",
"product_dependencies" : [
"Email",
"GenericJSON",
"LegibleError",
"UnwrapOrThrow"
],
"product_memberships" : [
"OfficeModel"
],
"sources" : [
"Common/ActionQueries/User/ChangeUserPasswordQuery.swift",
"Common/ActionQueries/User/CreateOrUpdateUserQuery.swift",
"Common/ActionQueries/User/DeleteUserQuery.swift",
"Common/AuthScope.swift",
"Common/Result+Codable.swift",
"Common/Result+Utils.swift",
"FromApi/Actions/ApiAction.swift",
"FromApi/Actions/ApiActionStatus.swift",
"FromApi/ApiError.swift",
"FromApi/ApiMultiServicesID.swift",
"FromApi/ApiMultiServicesResults.swift",
"FromApi/ApiService.swift",
"FromApi/ApiTokenResponse.swift",
"FromApi/User/ApiDirectoryUser.swift",
"FromApi/User/ApiMergedUser.swift",
"FromApi/User/ApiUser.swift",
"FromApi/User/ApiUsers.swift",
"ToApi/ApiAuthPasswordGrantRequest.swift",
"ToApi/ApiAuthTokenRevokeRequest.swift",
"_Exports.swift"
],
"target_dependencies" : [
"OfficeModelCore"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/Frizlab/UnwrapOrThrow.git
Fetching https://github.com/Frizlab/swift-email.git
Fetching https://github.com/Frizlab/generic-json.git
Fetching https://github.com/mxcl/LegibleError.git
[1/615] Fetching generic-json
[616/646] Fetching generic-json, unwraporthrow
[647/824] Fetching generic-json, unwraporthrow, legibleerror
[825/1004] Fetching generic-json, unwraporthrow, legibleerror, swift-email
Fetched https://github.com/mxcl/LegibleError.git from cache (0.27s)
[666/826] Fetching generic-json, unwraporthrow, swift-email
Fetched https://github.com/Frizlab/swift-email.git from cache (0.31s)
Fetched https://github.com/Frizlab/UnwrapOrThrow.git from cache (0.31s)
Fetched https://github.com/Frizlab/generic-json.git from cache (0.31s)
Computing version for https://github.com/Frizlab/generic-json.git
Computed https://github.com/Frizlab/generic-json.git at 3.1.3 (1.27s)
Computing version for https://github.com/Frizlab/swift-email.git
Computed https://github.com/Frizlab/swift-email.git at 0.2.6 (0.59s)
Computing version for https://github.com/mxcl/LegibleError.git
Computed https://github.com/mxcl/LegibleError.git at 1.0.6 (0.65s)
Computing version for https://github.com/Frizlab/UnwrapOrThrow.git
Computed https://github.com/Frizlab/UnwrapOrThrow.git at 1.0.1 (0.75s)
Creating working copy for https://github.com/Frizlab/UnwrapOrThrow.git
Working copy of https://github.com/Frizlab/UnwrapOrThrow.git resolved at 1.0.1
Creating working copy for https://github.com/mxcl/LegibleError.git
Working copy of https://github.com/mxcl/LegibleError.git resolved at 1.0.6
Creating working copy for https://github.com/Frizlab/swift-email.git
Working copy of https://github.com/Frizlab/swift-email.git resolved at 0.2.6
Creating working copy for https://github.com/Frizlab/generic-json.git
Working copy of https://github.com/Frizlab/generic-json.git resolved at 3.1.3
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/25] Emitting module UnwrapOrThrow
[9/25] Compiling GenericJSON DummySendable.swift
[10/25] Compiling GenericJSON JSON+Codable.swift
[11/26] Emitting module Email
[12/26] Compiling GenericJSON JSON+Merging.swift
[13/26] Compiling UnwrapOrThrow UnwrapOrThrowOperator.swift
[14/26] Compiling UnwrapOrThrow UnwrapOrThrow.swift
[15/27] Compiling Email Email.swift
[16/27] Compiling Email EmailValidator.swift
[17/27] Compiling Email EmailValidator+ValidationCodes.swift
[18/28] Compiling LegibleError LegibleError.swift
[19/28] Emitting module LegibleError
[20/28] Compiling GenericJSON JSON.swift
[21/28] Compiling GenericJSON JSON+Querying.swift
[22/29] Emitting module GenericJSON
[23/29] Compiling GenericJSON JSON+CustomDebugStringConvertible.swift
[24/29] Compiling GenericJSON JSON+Decoding.swift
[25/29] Compiling GenericJSON JSON+Init.swift
[26/29] Compiling GenericJSON JSONErrors.swift
[31/35] Compiling OfficeModelCore TaggedID.swift
[32/35] Compiling OfficeModelCore RemoteProperty.swift
[33/35] Compiling OfficeModelCore None.swift
[34/35] Emitting module OfficeModelCore
[35/35] Compiling OfficeModelCore Tag.swift
[37/55] Compiling OfficeModel ApiMergedUser.swift
[38/55] Compiling OfficeModel ApiUser.swift
[39/57] Compiling OfficeModel AuthScope.swift
[40/57] Compiling OfficeModel Result+Codable.swift
[41/57] Compiling OfficeModel Result+Utils.swift
[42/57] Emitting module OfficeModel
[43/57] Compiling OfficeModel ChangeUserPasswordQuery.swift
[44/57] Compiling OfficeModel CreateOrUpdateUserQuery.swift
[45/57] Compiling OfficeModel DeleteUserQuery.swift
[46/57] Compiling OfficeModel ApiMultiServicesID.swift
[47/57] Compiling OfficeModel ApiMultiServicesResults.swift
[48/57] Compiling OfficeModel ApiService.swift
[49/57] Compiling OfficeModel ApiAction.swift
[50/57] Compiling OfficeModel ApiActionStatus.swift
[51/57] Compiling OfficeModel ApiError.swift
[52/57] Compiling OfficeModel ApiUsers.swift
[53/57] Compiling OfficeModel ApiAuthPasswordGrantRequest.swift
[54/57] Compiling OfficeModel ApiTokenResponse.swift
[55/57] Compiling OfficeModel ApiDirectoryUser.swift
[56/57] Compiling OfficeModel ApiAuthTokenRevokeRequest.swift
[57/57] Compiling OfficeModel _Exports.swift
Build complete! (19.00s)
Build complete.
{
"dependencies" : [
{
"identity" : "generic-json",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Frizlab/generic-json.git"
},
{
"identity" : "swift-email",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Frizlab/swift-email.git"
},
{
"identity" : "unwraporthrow",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0-beta",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Frizlab/UnwrapOrThrow.git"
},
{
"identity" : "legibleerror",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mxcl/LegibleError.git"
}
],
"manifest_display_name" : "OfficeModel",
"name" : "OfficeModel",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "OfficeModelCore",
"targets" : [
"OfficeModelCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "OfficeModel",
"targets" : [
"OfficeModel"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OfficeModelTests",
"module_type" : "SwiftTarget",
"name" : "OfficeModelTests",
"path" : "Tests/OfficeModelTests",
"sources" : [
"TaggedIDTests.swift"
],
"target_dependencies" : [
"OfficeModelCore",
"OfficeModel"
],
"type" : "test"
},
{
"c99name" : "OfficeModelCore",
"module_type" : "SwiftTarget",
"name" : "OfficeModelCore",
"path" : "Sources/OfficeModelCore",
"product_dependencies" : [
"UnwrapOrThrow"
],
"product_memberships" : [
"OfficeModelCore",
"OfficeModel"
],
"sources" : [
"None.swift",
"RemoteProperty.swift",
"Tag.swift",
"TaggedID.swift"
],
"type" : "library"
},
{
"c99name" : "OfficeModel",
"module_type" : "SwiftTarget",
"name" : "OfficeModel",
"path" : "Sources/OfficeModel",
"product_dependencies" : [
"Email",
"GenericJSON",
"LegibleError",
"UnwrapOrThrow"
],
"product_memberships" : [
"OfficeModel"
],
"sources" : [
"Common/ActionQueries/User/ChangeUserPasswordQuery.swift",
"Common/ActionQueries/User/CreateOrUpdateUserQuery.swift",
"Common/ActionQueries/User/DeleteUserQuery.swift",
"Common/AuthScope.swift",
"Common/Result+Codable.swift",
"Common/Result+Utils.swift",
"FromApi/Actions/ApiAction.swift",
"FromApi/Actions/ApiActionStatus.swift",
"FromApi/ApiError.swift",
"FromApi/ApiMultiServicesID.swift",
"FromApi/ApiMultiServicesResults.swift",
"FromApi/ApiService.swift",
"FromApi/ApiTokenResponse.swift",
"FromApi/User/ApiDirectoryUser.swift",
"FromApi/User/ApiMergedUser.swift",
"FromApi/User/ApiUser.swift",
"FromApi/User/ApiUsers.swift",
"ToApi/ApiAuthPasswordGrantRequest.swift",
"ToApi/ApiAuthTokenRevokeRequest.swift",
"_Exports.swift"
],
"target_dependencies" : [
"OfficeModelCore"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.