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
@@ -151,7 +152,7 @@ public final class CoreMLCompilerSpec : GenericCompilerSpec, SpecIdentifierType,
151
152
// When the build setting is empty or is set to Automatic, then use an appropriate string based on the predominant source code language for the target.
152
153
if languageSettingValue.isEmpty || languageSettingValue =="Automatic"{
153
154
// Note that it would be pretty weird here to not have a configured target, or to have a target which is not a StandardTarget.
let target = cbc.producer.configuredTarget?.target as?BuildPhaseTarget,
127
+
let target = cbc.producer.configuredTarget?.target as?SWBCore.BuildPhaseTarget,
126
128
target.sourcesBuildPhase !=nil,
127
129
let intentsCodegenVisibility = input.intentsCodegenVisibility else{return}
128
130
@@ -136,7 +138,7 @@ public final class IntentsCompilerSpec : GenericCompilerSpec, SpecIdentifierType
136
138
// When the build setting is empty or is set to Automatic, then use an appropriate string based on the predominant source code language for the target.
137
139
if languageSettingValue.isEmpty || languageSettingValue =="Automatic"{
138
140
// Note that it would be pretty weird here to not have a configured target, or to have a target which is not a StandardTarget.
0 commit comments