You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/Users/buildnode/jenkins/workspace-private/swift-master-source-compat-suite/project_cache/R.swift/Sources/RswiftCore/ResourceTypes/Xcodeproj.swift:28:20: error: value of type 'ProjectFileError' has no member 'description'
warn(error.description)
~~~~~ ^~~~~~~~~~~
Starting happening in build #3865 with following changes:
AST: add a workaround for VS2017
Sort `DeclAttributeAndRange`s Deterministically
AST: Remove ObjectLiteralExpr::{get,set}SemanticExpr()
Replace all 9999 availability in non-stdlib tests. (#26109)
Replace stdlib and test/stdlib 9999 availability. (#26108)
The text was updated successfully, but these errors were encountered:
Between the previous job run and this one, the version of the XcodeEdit dependency suddenly changed from 2.4.1 to 2.7.1 in defiance of the Package.resolved file, which caused R.swift to fail to build. RxDataSources also had its RxSwift dependency change versions from 4.0.0 to 4.5.0, despite Package.resolved specifying 4.0.0.
Possibly related to #2230 which was checked in between those two runs and changes how Package.resolved files are interpreted. @aciidb0mb3r
Additional Detail from JIRA
md5: 23cb9ae75bc3082e3568c4a13550029d
is duplicated by:
Issue Description:
Jenkins URL: https://ci.swift.org/job/swift-master-source-compat-suite/3871
Starting happening in build #3865 with following changes:
The text was updated successfully, but these errors were encountered: