Build Information
Successful build of OfficeModel, reference main (bf14ec
), with Swift 5.10 for macOS (SPM) on 20 Nov 2024 22:33:21 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.57.0
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: 5.10
Building package at path: $PWD
https://github.com/Frizlab/officectl-model.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-33747A42983211AE.txt
[8/25] Emitting module UnwrapOrThrow
[9/25] Compiling GenericJSON JSONErrors.swift
[10/25] Compiling GenericJSON JSON.swift
[11/25] Compiling UnwrapOrThrow UnwrapOrThrowOperator.swift
[12/25] Compiling UnwrapOrThrow UnwrapOrThrow.swift
[13/25] Compiling GenericJSON JSON+Merging.swift
[14/25] Compiling GenericJSON JSON+Querying.swift
[15/25] Compiling Email Email.swift
[16/25] Compiling LegibleError LegibleError.swift
[17/25] Emitting module LegibleError
[18/25] Compiling GenericJSON JSON+Decoding.swift
[19/25] Compiling GenericJSON JSON+Codable.swift
[20/25] Compiling GenericJSON JSON+CustomDebugStringConvertible.swift
[21/25] Emitting module GenericJSON
[22/25] Compiling GenericJSON JSON+Init.swift
[23/25] Compiling Email EmailValidator+ValidationCodes.swift
[24/25] Emitting module Email
[25/25] Compiling Email EmailValidator.swift
[26/30] Compiling OfficeModelCore RemoteProperty.swift
[27/30] Compiling OfficeModelCore Tag.swift
[28/30] Emitting module OfficeModelCore
[29/30] Compiling OfficeModelCore TaggedID.swift
[30/30] Compiling OfficeModelCore None.swift
[31/49] Compiling OfficeModel ApiUsers.swift
[32/49] Compiling OfficeModel ApiAuthPasswordGrantRequest.swift
[33/49] Compiling OfficeModel ApiMergedUser.swift
[34/49] Compiling OfficeModel ApiUser.swift
[35/49] Compiling OfficeModel ApiError.swift
[36/49] Compiling OfficeModel ApiMultiServicesID.swift
[37/49] Compiling OfficeModel ApiAction.swift
[38/49] Compiling OfficeModel ApiActionStatus.swift
[39/51] Compiling OfficeModel ApiMultiServicesResults.swift
[40/51] Compiling OfficeModel ApiService.swift
[41/51] Compiling OfficeModel Result+Codable.swift
[42/51] Compiling OfficeModel Result+Utils.swift
[43/51] Compiling OfficeModel ChangeUserPasswordQuery.swift
/Users/admin/builder/spi-builder-workspace/Sources/OfficeModel/Common/ActionQueries/User/CreateOrUpdateUserQuery.swift:4:17: remark: '@preconcurrency' attribute on module 'GenericJSON' is unused
@preconcurrency import GenericJSON
~~~~~~~~~~~~~~~~^
[44/51] Compiling OfficeModel CreateOrUpdateUserQuery.swift
/Users/admin/builder/spi-builder-workspace/Sources/OfficeModel/Common/ActionQueries/User/CreateOrUpdateUserQuery.swift:4:17: remark: '@preconcurrency' attribute on module 'GenericJSON' is unused
@preconcurrency import GenericJSON
~~~~~~~~~~~~~~~~^
[45/51] Compiling OfficeModel DeleteUserQuery.swift
[46/51] Compiling OfficeModel AuthScope.swift
[47/51] Emitting module OfficeModel
[48/51] Compiling OfficeModel ApiTokenResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/OfficeModel/FromApi/User/ApiDirectoryUser.swift:4:17: remark: '@preconcurrency' attribute on module 'GenericJSON' is unused
@preconcurrency import GenericJSON
~~~~~~~~~~~~~~~~^
[49/51] Compiling OfficeModel ApiDirectoryUser.swift
/Users/admin/builder/spi-builder-workspace/Sources/OfficeModel/FromApi/User/ApiDirectoryUser.swift:4:17: remark: '@preconcurrency' attribute on module 'GenericJSON' is unused
@preconcurrency import GenericJSON
~~~~~~~~~~~~~~~~^
[50/51] Compiling OfficeModel ApiAuthTokenRevokeRequest.swift
[51/51] Compiling OfficeModel _Exports.swift
Build complete! (15.90s)
Fetching https://github.com/mxcl/LegibleError.git
Fetching https://github.com/Frizlab/generic-json.git
Fetching https://github.com/Frizlab/swift-email.git
Fetching https://github.com/Frizlab/UnwrapOrThrow.git
[1/178] Fetching legibleerror
[9/209] Fetching legibleerror, unwraporthrow
[209/389] Fetching legibleerror, unwraporthrow, swift-email
[227/964] Fetching legibleerror, unwraporthrow, swift-email, generic-json
Fetched https://github.com/Frizlab/UnwrapOrThrow.git from cache (1.40s)
Fetched https://github.com/mxcl/LegibleError.git from cache (1.40s)
Fetched https://github.com/Frizlab/generic-json.git from cache (1.40s)
Fetched https://github.com/Frizlab/swift-email.git from cache (1.40s)
Computing version for https://github.com/Frizlab/generic-json.git
Computed https://github.com/Frizlab/generic-json.git at 3.1.1 (0.38s)
Computing version for https://github.com/Frizlab/UnwrapOrThrow.git
Computed https://github.com/Frizlab/UnwrapOrThrow.git at 1.0.1 (0.49s)
Computing version for https://github.com/Frizlab/swift-email.git
Computed https://github.com/Frizlab/swift-email.git at 0.2.6 (0.48s)
Computing version for https://github.com/mxcl/LegibleError.git
Computed https://github.com/mxcl/LegibleError.git at 1.0.6 (0.50s)
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/Frizlab/generic-json.git
Working copy of https://github.com/Frizlab/generic-json.git resolved at 3.1.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
Build complete.
Done.