Build Information
Successful build of OfficeModel, reference main (bf14ec
), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 23:14:22 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
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 /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/Frizlab/officectl-model.git
https://github.com/Frizlab/officectl-model.git
{
"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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-2F0A5646E1D333AE.txt
[8/26] Compiling GenericJSON JSONErrors.swift
[9/26] Compiling LegibleError LegibleError.swift
[10/26] Emitting module LegibleError
[11/26] Compiling Email EmailValidator+ValidationCodes.swift
[12/26] Emitting module Email
[13/26] Compiling Email Email.swift
[14/26] Compiling Email EmailValidator.swift
[15/26] Compiling GenericJSON JSON+Decoding.swift
[16/26] Compiling GenericJSON JSON+Querying.swift
[17/26] Compiling GenericJSON JSON+Init.swift
[18/26] Compiling UnwrapOrThrow UnwrapOrThrow.swift
[19/26] Compiling GenericJSON JSON+Merging.swift
[20/26] Emitting module UnwrapOrThrow
[21/26] Compiling GenericJSON JSON+Codable.swift
[22/26] Compiling GenericJSON JSON.swift
[23/26] Compiling UnwrapOrThrow UnwrapOrThrowOperator.swift
[24/26] Compiling GenericJSON DummySendable.swift
[25/26] Compiling GenericJSON JSON+CustomDebugStringConvertible.swift
[26/26] Emitting module GenericJSON
[27/31] Compiling OfficeModelCore TaggedID.swift
[28/31] Compiling OfficeModelCore Tag.swift
[29/31] Emitting module OfficeModelCore
[30/31] Compiling OfficeModelCore None.swift
[31/31] Compiling OfficeModelCore RemoteProperty.swift
[32/50] Emitting module OfficeModel
[33/52] Compiling OfficeModel ApiMultiServicesResults.swift
[34/52] Compiling OfficeModel ApiService.swift
[35/52] Compiling OfficeModel ApiMergedUser.swift
[36/52] Compiling OfficeModel ApiUser.swift
[37/52] Compiling OfficeModel ApiError.swift
[38/52] Compiling OfficeModel ApiMultiServicesID.swift
[39/52] Compiling OfficeModel Result+Codable.swift
[40/52] Compiling OfficeModel Result+Utils.swift
[41/52] Compiling OfficeModel ChangeUserPasswordQuery.swift
[42/52] Compiling OfficeModel CreateOrUpdateUserQuery.swift
[43/52] Compiling OfficeModel ApiTokenResponse.swift
[44/52] Compiling OfficeModel ApiDirectoryUser.swift
[45/52] Compiling OfficeModel ApiAction.swift
[46/52] Compiling OfficeModel ApiActionStatus.swift
[47/52] Compiling OfficeModel DeleteUserQuery.swift
[48/52] Compiling OfficeModel AuthScope.swift
[49/52] Compiling OfficeModel ApiUsers.swift
[50/52] Compiling OfficeModel ApiAuthPasswordGrantRequest.swift
[51/52] Compiling OfficeModel ApiAuthTokenRevokeRequest.swift
[52/52] Compiling OfficeModel _Exports.swift
Build complete! (16.64s)
Fetching https://github.com/mxcl/LegibleError.git
Fetching https://github.com/Frizlab/swift-email.git
Fetching https://github.com/Frizlab/generic-json.git
Fetching https://github.com/Frizlab/UnwrapOrThrow.git
[1/178] Fetching legibleerror
[26/209] Fetching legibleerror, unwraporthrow
Fetched https://github.com/mxcl/LegibleError.git from cache (0.62s)
[29/646] Fetching unwraporthrow, generic-json
[60/826] Fetching unwraporthrow, generic-json, swift-email
Fetched https://github.com/Frizlab/generic-json.git from cache (0.81s)
Fetched https://github.com/Frizlab/swift-email.git from cache (0.81s)
Fetched https://github.com/Frizlab/UnwrapOrThrow.git from cache (0.81s)
Computing version for https://github.com/Frizlab/generic-json.git
Computed https://github.com/Frizlab/generic-json.git at 3.1.3 (1.33s)
Computing version for https://github.com/Frizlab/swift-email.git
Computed https://github.com/Frizlab/swift-email.git at 0.2.6 (0.60s)
Computing version for https://github.com/mxcl/LegibleError.git
Computed https://github.com/mxcl/LegibleError.git at 1.0.6 (0.60s)
Computing version for https://github.com/Frizlab/UnwrapOrThrow.git
Computed https://github.com/Frizlab/UnwrapOrThrow.git at 1.0.1 (0.59s)
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/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/generic-json.git
Working copy of https://github.com/Frizlab/generic-json.git resolved at 3.1.3
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" : "/Users/admin/builder/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"
}
Done.