Build Information
Failed to build SwiftUTI, reference master (7a79af), with Swift 6.3 for Linux on 10 Apr 2026 09:31:17 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
| `- error: cannot find 'kUTTypeUTF16PlainText' in scope
382 | static let delimitedText = UTI(rawValue: kUTTypeDelimitedText as String)
383 | static let commaSeparatedText = UTI(rawValue: kUTTypeCommaSeparatedText as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:382:68: error: cannot find 'kUTTypeDelimitedText' in scope
380 | static let utf16ExternalPlainText = UTI(rawValue: kUTTypeUTF16ExternalPlainText as String)
381 | static let utf16PlainText = UTI(rawValue: kUTTypeUTF16PlainText as String)
382 | static let delimitedText = UTI(rawValue: kUTTypeDelimitedText as String)
| `- error: cannot find 'kUTTypeDelimitedText' in scope
383 | static let commaSeparatedText = UTI(rawValue: kUTTypeCommaSeparatedText as String)
384 | static let tabSeparatedText = UTI(rawValue: kUTTypeTabSeparatedText as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:383:68: error: cannot find 'kUTTypeCommaSeparatedText' in scope
381 | static let utf16PlainText = UTI(rawValue: kUTTypeUTF16PlainText as String)
382 | static let delimitedText = UTI(rawValue: kUTTypeDelimitedText as String)
383 | static let commaSeparatedText = UTI(rawValue: kUTTypeCommaSeparatedText as String)
| `- error: cannot find 'kUTTypeCommaSeparatedText' in scope
384 | static let tabSeparatedText = UTI(rawValue: kUTTypeTabSeparatedText as String)
385 | static let utf8TabSeparatedText = UTI(rawValue: kUTTypeUTF8TabSeparatedText as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:384:68: error: cannot find 'kUTTypeTabSeparatedText' in scope
382 | static let delimitedText = UTI(rawValue: kUTTypeDelimitedText as String)
383 | static let commaSeparatedText = UTI(rawValue: kUTTypeCommaSeparatedText as String)
384 | static let tabSeparatedText = UTI(rawValue: kUTTypeTabSeparatedText as String)
| `- error: cannot find 'kUTTypeTabSeparatedText' in scope
385 | static let utf8TabSeparatedText = UTI(rawValue: kUTTypeUTF8TabSeparatedText as String)
386 | static let rtf = UTI(rawValue: kUTTypeRTF as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:385:68: error: cannot find 'kUTTypeUTF8TabSeparatedText' in scope
383 | static let commaSeparatedText = UTI(rawValue: kUTTypeCommaSeparatedText as String)
384 | static let tabSeparatedText = UTI(rawValue: kUTTypeTabSeparatedText as String)
385 | static let utf8TabSeparatedText = UTI(rawValue: kUTTypeUTF8TabSeparatedText as String)
| `- error: cannot find 'kUTTypeUTF8TabSeparatedText' in scope
386 | static let rtf = UTI(rawValue: kUTTypeRTF as String)
387 | static let html = UTI(rawValue: kUTTypeHTML as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:386:68: error: cannot find 'kUTTypeRTF' in scope
384 | static let tabSeparatedText = UTI(rawValue: kUTTypeTabSeparatedText as String)
385 | static let utf8TabSeparatedText = UTI(rawValue: kUTTypeUTF8TabSeparatedText as String)
386 | static let rtf = UTI(rawValue: kUTTypeRTF as String)
| `- error: cannot find 'kUTTypeRTF' in scope
387 | static let html = UTI(rawValue: kUTTypeHTML as String)
388 | static let xml = UTI(rawValue: kUTTypeXML as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:387:68: error: cannot find 'kUTTypeHTML' in scope
385 | static let utf8TabSeparatedText = UTI(rawValue: kUTTypeUTF8TabSeparatedText as String)
386 | static let rtf = UTI(rawValue: kUTTypeRTF as String)
387 | static let html = UTI(rawValue: kUTTypeHTML as String)
| `- error: cannot find 'kUTTypeHTML' in scope
388 | static let xml = UTI(rawValue: kUTTypeXML as String)
389 | static let sourceCode = UTI(rawValue: kUTTypeSourceCode as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:388:68: error: cannot find 'kUTTypeXML' in scope
386 | static let rtf = UTI(rawValue: kUTTypeRTF as String)
387 | static let html = UTI(rawValue: kUTTypeHTML as String)
388 | static let xml = UTI(rawValue: kUTTypeXML as String)
| `- error: cannot find 'kUTTypeXML' in scope
389 | static let sourceCode = UTI(rawValue: kUTTypeSourceCode as String)
390 | static let assemblyLanguageSource = UTI(rawValue: kUTTypeAssemblyLanguageSource as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:389:68: error: cannot find 'kUTTypeSourceCode' in scope
387 | static let html = UTI(rawValue: kUTTypeHTML as String)
388 | static let xml = UTI(rawValue: kUTTypeXML as String)
389 | static let sourceCode = UTI(rawValue: kUTTypeSourceCode as String)
| `- error: cannot find 'kUTTypeSourceCode' in scope
390 | static let assemblyLanguageSource = UTI(rawValue: kUTTypeAssemblyLanguageSource as String)
391 | static let cSource = UTI(rawValue: kUTTypeCSource as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:390:68: error: cannot find 'kUTTypeAssemblyLanguageSource' in scope
388 | static let xml = UTI(rawValue: kUTTypeXML as String)
389 | static let sourceCode = UTI(rawValue: kUTTypeSourceCode as String)
390 | static let assemblyLanguageSource = UTI(rawValue: kUTTypeAssemblyLanguageSource as String)
| `- error: cannot find 'kUTTypeAssemblyLanguageSource' in scope
391 | static let cSource = UTI(rawValue: kUTTypeCSource as String)
392 | static let objectiveCSource = UTI(rawValue: kUTTypeObjectiveCSource as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:391:68: error: cannot find 'kUTTypeCSource' in scope
389 | static let sourceCode = UTI(rawValue: kUTTypeSourceCode as String)
390 | static let assemblyLanguageSource = UTI(rawValue: kUTTypeAssemblyLanguageSource as String)
391 | static let cSource = UTI(rawValue: kUTTypeCSource as String)
| `- error: cannot find 'kUTTypeCSource' in scope
392 | static let objectiveCSource = UTI(rawValue: kUTTypeObjectiveCSource as String)
393 | @available( OSX 10.11, iOS 9.0, * )
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:392:68: error: cannot find 'kUTTypeObjectiveCSource' in scope
390 | static let assemblyLanguageSource = UTI(rawValue: kUTTypeAssemblyLanguageSource as String)
391 | static let cSource = UTI(rawValue: kUTTypeCSource as String)
392 | static let objectiveCSource = UTI(rawValue: kUTTypeObjectiveCSource as String)
| `- error: cannot find 'kUTTypeObjectiveCSource' in scope
393 | @available( OSX 10.11, iOS 9.0, * )
394 | static let swiftSource = UTI(rawValue: kUTTypeSwiftSource as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:394:57: error: cannot find 'kUTTypeSwiftSource' in scope
392 | static let objectiveCSource = UTI(rawValue: kUTTypeObjectiveCSource as String)
393 | @available( OSX 10.11, iOS 9.0, * )
394 | static let swiftSource = UTI(rawValue: kUTTypeSwiftSource as String)
| `- error: cannot find 'kUTTypeSwiftSource' in scope
395 | static let cPlusPlusSource = UTI(rawValue: kUTTypeCPlusPlusSource as String)
396 | static let objectiveCPlusPlusSource = UTI(rawValue: kUTTypeObjectiveCPlusPlusSource as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:395:68: error: cannot find 'kUTTypeCPlusPlusSource' in scope
393 | @available( OSX 10.11, iOS 9.0, * )
394 | static let swiftSource = UTI(rawValue: kUTTypeSwiftSource as String)
395 | static let cPlusPlusSource = UTI(rawValue: kUTTypeCPlusPlusSource as String)
| `- error: cannot find 'kUTTypeCPlusPlusSource' in scope
396 | static let objectiveCPlusPlusSource = UTI(rawValue: kUTTypeObjectiveCPlusPlusSource as String)
397 | static let cHeader = UTI(rawValue: kUTTypeCHeader as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:396:68: error: cannot find 'kUTTypeObjectiveCPlusPlusSource' in scope
394 | static let swiftSource = UTI(rawValue: kUTTypeSwiftSource as String)
395 | static let cPlusPlusSource = UTI(rawValue: kUTTypeCPlusPlusSource as String)
396 | static let objectiveCPlusPlusSource = UTI(rawValue: kUTTypeObjectiveCPlusPlusSource as String)
| `- error: cannot find 'kUTTypeObjectiveCPlusPlusSource' in scope
397 | static let cHeader = UTI(rawValue: kUTTypeCHeader as String)
398 | static let cPlusPlusHeader = UTI(rawValue: kUTTypeCPlusPlusHeader as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:397:68: error: cannot find 'kUTTypeCHeader' in scope
395 | static let cPlusPlusSource = UTI(rawValue: kUTTypeCPlusPlusSource as String)
396 | static let objectiveCPlusPlusSource = UTI(rawValue: kUTTypeObjectiveCPlusPlusSource as String)
397 | static let cHeader = UTI(rawValue: kUTTypeCHeader as String)
| `- error: cannot find 'kUTTypeCHeader' in scope
398 | static let cPlusPlusHeader = UTI(rawValue: kUTTypeCPlusPlusHeader as String)
399 | static let javaSource = UTI(rawValue: kUTTypeJavaSource as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:398:68: error: cannot find 'kUTTypeCPlusPlusHeader' in scope
396 | static let objectiveCPlusPlusSource = UTI(rawValue: kUTTypeObjectiveCPlusPlusSource as String)
397 | static let cHeader = UTI(rawValue: kUTTypeCHeader as String)
398 | static let cPlusPlusHeader = UTI(rawValue: kUTTypeCPlusPlusHeader as String)
| `- error: cannot find 'kUTTypeCPlusPlusHeader' in scope
399 | static let javaSource = UTI(rawValue: kUTTypeJavaSource as String)
400 | static let script = UTI(rawValue: kUTTypeScript as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:399:68: error: cannot find 'kUTTypeJavaSource' in scope
397 | static let cHeader = UTI(rawValue: kUTTypeCHeader as String)
398 | static let cPlusPlusHeader = UTI(rawValue: kUTTypeCPlusPlusHeader as String)
399 | static let javaSource = UTI(rawValue: kUTTypeJavaSource as String)
| `- error: cannot find 'kUTTypeJavaSource' in scope
400 | static let script = UTI(rawValue: kUTTypeScript as String)
401 | static let appleScript = UTI(rawValue: kUTTypeAppleScript as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:400:68: error: cannot find 'kUTTypeScript' in scope
398 | static let cPlusPlusHeader = UTI(rawValue: kUTTypeCPlusPlusHeader as String)
399 | static let javaSource = UTI(rawValue: kUTTypeJavaSource as String)
400 | static let script = UTI(rawValue: kUTTypeScript as String)
| `- error: cannot find 'kUTTypeScript' in scope
401 | static let appleScript = UTI(rawValue: kUTTypeAppleScript as String)
402 | static let osaScript = UTI(rawValue: kUTTypeOSAScript as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:401:68: error: cannot find 'kUTTypeAppleScript' in scope
399 | static let javaSource = UTI(rawValue: kUTTypeJavaSource as String)
400 | static let script = UTI(rawValue: kUTTypeScript as String)
401 | static let appleScript = UTI(rawValue: kUTTypeAppleScript as String)
| `- error: cannot find 'kUTTypeAppleScript' in scope
402 | static let osaScript = UTI(rawValue: kUTTypeOSAScript as String)
403 | static let osaScriptBundle = UTI(rawValue: kUTTypeOSAScriptBundle as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:402:68: error: cannot find 'kUTTypeOSAScript' in scope
400 | static let script = UTI(rawValue: kUTTypeScript as String)
401 | static let appleScript = UTI(rawValue: kUTTypeAppleScript as String)
402 | static let osaScript = UTI(rawValue: kUTTypeOSAScript as String)
| `- error: cannot find 'kUTTypeOSAScript' in scope
403 | static let osaScriptBundle = UTI(rawValue: kUTTypeOSAScriptBundle as String)
404 | static let javaScript = UTI(rawValue: kUTTypeJavaScript as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:403:68: error: cannot find 'kUTTypeOSAScriptBundle' in scope
401 | static let appleScript = UTI(rawValue: kUTTypeAppleScript as String)
402 | static let osaScript = UTI(rawValue: kUTTypeOSAScript as String)
403 | static let osaScriptBundle = UTI(rawValue: kUTTypeOSAScriptBundle as String)
| `- error: cannot find 'kUTTypeOSAScriptBundle' in scope
404 | static let javaScript = UTI(rawValue: kUTTypeJavaScript as String)
405 | static let shellScript = UTI(rawValue: kUTTypeShellScript as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:404:68: error: cannot find 'kUTTypeJavaScript' in scope
402 | static let osaScript = UTI(rawValue: kUTTypeOSAScript as String)
403 | static let osaScriptBundle = UTI(rawValue: kUTTypeOSAScriptBundle as String)
404 | static let javaScript = UTI(rawValue: kUTTypeJavaScript as String)
| `- error: cannot find 'kUTTypeJavaScript' in scope
405 | static let shellScript = UTI(rawValue: kUTTypeShellScript as String)
406 | static let perlScript = UTI(rawValue: kUTTypePerlScript as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:405:68: error: cannot find 'kUTTypeShellScript' in scope
403 | static let osaScriptBundle = UTI(rawValue: kUTTypeOSAScriptBundle as String)
404 | static let javaScript = UTI(rawValue: kUTTypeJavaScript as String)
405 | static let shellScript = UTI(rawValue: kUTTypeShellScript as String)
| `- error: cannot find 'kUTTypeShellScript' in scope
406 | static let perlScript = UTI(rawValue: kUTTypePerlScript as String)
407 | static let pythonScript = UTI(rawValue: kUTTypePythonScript as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:406:68: error: cannot find 'kUTTypePerlScript' in scope
404 | static let javaScript = UTI(rawValue: kUTTypeJavaScript as String)
405 | static let shellScript = UTI(rawValue: kUTTypeShellScript as String)
406 | static let perlScript = UTI(rawValue: kUTTypePerlScript as String)
| `- error: cannot find 'kUTTypePerlScript' in scope
407 | static let pythonScript = UTI(rawValue: kUTTypePythonScript as String)
408 | static let rubyScript = UTI(rawValue: kUTTypeRubyScript as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:407:68: error: cannot find 'kUTTypePythonScript' in scope
405 | static let shellScript = UTI(rawValue: kUTTypeShellScript as String)
406 | static let perlScript = UTI(rawValue: kUTTypePerlScript as String)
407 | static let pythonScript = UTI(rawValue: kUTTypePythonScript as String)
| `- error: cannot find 'kUTTypePythonScript' in scope
408 | static let rubyScript = UTI(rawValue: kUTTypeRubyScript as String)
409 | static let phpScript = UTI(rawValue: kUTTypePHPScript as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:408:68: error: cannot find 'kUTTypeRubyScript' in scope
406 | static let perlScript = UTI(rawValue: kUTTypePerlScript as String)
407 | static let pythonScript = UTI(rawValue: kUTTypePythonScript as String)
408 | static let rubyScript = UTI(rawValue: kUTTypeRubyScript as String)
| `- error: cannot find 'kUTTypeRubyScript' in scope
409 | static let phpScript = UTI(rawValue: kUTTypePHPScript as String)
410 | static let json = UTI(rawValue: kUTTypeJSON as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:409:68: error: cannot find 'kUTTypePHPScript' in scope
407 | static let pythonScript = UTI(rawValue: kUTTypePythonScript as String)
408 | static let rubyScript = UTI(rawValue: kUTTypeRubyScript as String)
409 | static let phpScript = UTI(rawValue: kUTTypePHPScript as String)
| `- error: cannot find 'kUTTypePHPScript' in scope
410 | static let json = UTI(rawValue: kUTTypeJSON as String)
411 | static let propertyList = UTI(rawValue: kUTTypePropertyList as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:410:68: error: cannot find 'kUTTypeJSON' in scope
408 | static let rubyScript = UTI(rawValue: kUTTypeRubyScript as String)
409 | static let phpScript = UTI(rawValue: kUTTypePHPScript as String)
410 | static let json = UTI(rawValue: kUTTypeJSON as String)
| `- error: cannot find 'kUTTypeJSON' in scope
411 | static let propertyList = UTI(rawValue: kUTTypePropertyList as String)
412 | static let xmlPropertyList = UTI(rawValue: kUTTypeXMLPropertyList as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:411:68: error: cannot find 'kUTTypePropertyList' in scope
409 | static let phpScript = UTI(rawValue: kUTTypePHPScript as String)
410 | static let json = UTI(rawValue: kUTTypeJSON as String)
411 | static let propertyList = UTI(rawValue: kUTTypePropertyList as String)
| `- error: cannot find 'kUTTypePropertyList' in scope
412 | static let xmlPropertyList = UTI(rawValue: kUTTypeXMLPropertyList as String)
413 | static let binaryPropertyList = UTI(rawValue: kUTTypeBinaryPropertyList as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:412:68: error: cannot find 'kUTTypeXMLPropertyList' in scope
410 | static let json = UTI(rawValue: kUTTypeJSON as String)
411 | static let propertyList = UTI(rawValue: kUTTypePropertyList as String)
412 | static let xmlPropertyList = UTI(rawValue: kUTTypeXMLPropertyList as String)
| `- error: cannot find 'kUTTypeXMLPropertyList' in scope
413 | static let binaryPropertyList = UTI(rawValue: kUTTypeBinaryPropertyList as String)
414 | static let pdf = UTI(rawValue: kUTTypePDF as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:413:68: error: cannot find 'kUTTypeBinaryPropertyList' in scope
411 | static let propertyList = UTI(rawValue: kUTTypePropertyList as String)
412 | static let xmlPropertyList = UTI(rawValue: kUTTypeXMLPropertyList as String)
413 | static let binaryPropertyList = UTI(rawValue: kUTTypeBinaryPropertyList as String)
| `- error: cannot find 'kUTTypeBinaryPropertyList' in scope
414 | static let pdf = UTI(rawValue: kUTTypePDF as String)
415 | static let rtfd = UTI(rawValue: kUTTypeRTFD as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:414:68: error: cannot find 'kUTTypePDF' in scope
412 | static let xmlPropertyList = UTI(rawValue: kUTTypeXMLPropertyList as String)
413 | static let binaryPropertyList = UTI(rawValue: kUTTypeBinaryPropertyList as String)
414 | static let pdf = UTI(rawValue: kUTTypePDF as String)
| `- error: cannot find 'kUTTypePDF' in scope
415 | static let rtfd = UTI(rawValue: kUTTypeRTFD as String)
416 | static let flatRTFD = UTI(rawValue: kUTTypeFlatRTFD as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:415:68: error: cannot find 'kUTTypeRTFD' in scope
413 | static let binaryPropertyList = UTI(rawValue: kUTTypeBinaryPropertyList as String)
414 | static let pdf = UTI(rawValue: kUTTypePDF as String)
415 | static let rtfd = UTI(rawValue: kUTTypeRTFD as String)
| `- error: cannot find 'kUTTypeRTFD' in scope
416 | static let flatRTFD = UTI(rawValue: kUTTypeFlatRTFD as String)
417 | static let txnTextAndMultimediaData = UTI(rawValue: kUTTypeTXNTextAndMultimediaData as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:416:68: error: cannot find 'kUTTypeFlatRTFD' in scope
414 | static let pdf = UTI(rawValue: kUTTypePDF as String)
415 | static let rtfd = UTI(rawValue: kUTTypeRTFD as String)
416 | static let flatRTFD = UTI(rawValue: kUTTypeFlatRTFD as String)
| `- error: cannot find 'kUTTypeFlatRTFD' in scope
417 | static let txnTextAndMultimediaData = UTI(rawValue: kUTTypeTXNTextAndMultimediaData as String)
418 | static let webArchive = UTI(rawValue: kUTTypeWebArchive as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:417:68: error: cannot find 'kUTTypeTXNTextAndMultimediaData' in scope
415 | static let rtfd = UTI(rawValue: kUTTypeRTFD as String)
416 | static let flatRTFD = UTI(rawValue: kUTTypeFlatRTFD as String)
417 | static let txnTextAndMultimediaData = UTI(rawValue: kUTTypeTXNTextAndMultimediaData as String)
| `- error: cannot find 'kUTTypeTXNTextAndMultimediaData' in scope
418 | static let webArchive = UTI(rawValue: kUTTypeWebArchive as String)
419 | static let image = UTI(rawValue: kUTTypeImage as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:418:68: error: cannot find 'kUTTypeWebArchive' in scope
416 | static let flatRTFD = UTI(rawValue: kUTTypeFlatRTFD as String)
417 | static let txnTextAndMultimediaData = UTI(rawValue: kUTTypeTXNTextAndMultimediaData as String)
418 | static let webArchive = UTI(rawValue: kUTTypeWebArchive as String)
| `- error: cannot find 'kUTTypeWebArchive' in scope
419 | static let image = UTI(rawValue: kUTTypeImage as String)
420 | static let jpeg = UTI(rawValue: kUTTypeJPEG as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:419:68: error: cannot find 'kUTTypeImage' in scope
417 | static let txnTextAndMultimediaData = UTI(rawValue: kUTTypeTXNTextAndMultimediaData as String)
418 | static let webArchive = UTI(rawValue: kUTTypeWebArchive as String)
419 | static let image = UTI(rawValue: kUTTypeImage as String)
| `- error: cannot find 'kUTTypeImage' in scope
420 | static let jpeg = UTI(rawValue: kUTTypeJPEG as String)
421 | static let jpeg2000 = UTI(rawValue: kUTTypeJPEG2000 as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:420:68: error: cannot find 'kUTTypeJPEG' in scope
418 | static let webArchive = UTI(rawValue: kUTTypeWebArchive as String)
419 | static let image = UTI(rawValue: kUTTypeImage as String)
420 | static let jpeg = UTI(rawValue: kUTTypeJPEG as String)
| `- error: cannot find 'kUTTypeJPEG' in scope
421 | static let jpeg2000 = UTI(rawValue: kUTTypeJPEG2000 as String)
422 | static let tiff = UTI(rawValue: kUTTypeTIFF as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:421:68: error: cannot find 'kUTTypeJPEG2000' in scope
419 | static let image = UTI(rawValue: kUTTypeImage as String)
420 | static let jpeg = UTI(rawValue: kUTTypeJPEG as String)
421 | static let jpeg2000 = UTI(rawValue: kUTTypeJPEG2000 as String)
| `- error: cannot find 'kUTTypeJPEG2000' in scope
422 | static let tiff = UTI(rawValue: kUTTypeTIFF as String)
423 | static let pict = UTI(rawValue: kUTTypePICT as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:422:68: error: cannot find 'kUTTypeTIFF' in scope
420 | static let jpeg = UTI(rawValue: kUTTypeJPEG as String)
421 | static let jpeg2000 = UTI(rawValue: kUTTypeJPEG2000 as String)
422 | static let tiff = UTI(rawValue: kUTTypeTIFF as String)
| `- error: cannot find 'kUTTypeTIFF' in scope
423 | static let pict = UTI(rawValue: kUTTypePICT as String)
424 | static let gif = UTI(rawValue: kUTTypeGIF as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:423:68: error: cannot find 'kUTTypePICT' in scope
421 | static let jpeg2000 = UTI(rawValue: kUTTypeJPEG2000 as String)
422 | static let tiff = UTI(rawValue: kUTTypeTIFF as String)
423 | static let pict = UTI(rawValue: kUTTypePICT as String)
| `- error: cannot find 'kUTTypePICT' in scope
424 | static let gif = UTI(rawValue: kUTTypeGIF as String)
425 | static let png = UTI(rawValue: kUTTypePNG as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:424:68: error: cannot find 'kUTTypeGIF' in scope
422 | static let tiff = UTI(rawValue: kUTTypeTIFF as String)
423 | static let pict = UTI(rawValue: kUTTypePICT as String)
424 | static let gif = UTI(rawValue: kUTTypeGIF as String)
| `- error: cannot find 'kUTTypeGIF' in scope
425 | static let png = UTI(rawValue: kUTTypePNG as String)
426 | static let quickTimeImage = UTI(rawValue: kUTTypeQuickTimeImage as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:425:68: error: cannot find 'kUTTypePNG' in scope
423 | static let pict = UTI(rawValue: kUTTypePICT as String)
424 | static let gif = UTI(rawValue: kUTTypeGIF as String)
425 | static let png = UTI(rawValue: kUTTypePNG as String)
| `- error: cannot find 'kUTTypePNG' in scope
426 | static let quickTimeImage = UTI(rawValue: kUTTypeQuickTimeImage as String)
427 | static let appleICNS = UTI(rawValue: kUTTypeAppleICNS as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:426:68: error: cannot find 'kUTTypeQuickTimeImage' in scope
424 | static let gif = UTI(rawValue: kUTTypeGIF as String)
425 | static let png = UTI(rawValue: kUTTypePNG as String)
426 | static let quickTimeImage = UTI(rawValue: kUTTypeQuickTimeImage as String)
| `- error: cannot find 'kUTTypeQuickTimeImage' in scope
427 | static let appleICNS = UTI(rawValue: kUTTypeAppleICNS as String)
428 | static let bmp = UTI(rawValue: kUTTypeBMP as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:427:68: error: cannot find 'kUTTypeAppleICNS' in scope
425 | static let png = UTI(rawValue: kUTTypePNG as String)
426 | static let quickTimeImage = UTI(rawValue: kUTTypeQuickTimeImage as String)
427 | static let appleICNS = UTI(rawValue: kUTTypeAppleICNS as String)
| `- error: cannot find 'kUTTypeAppleICNS' in scope
428 | static let bmp = UTI(rawValue: kUTTypeBMP as String)
429 | static let ico = UTI(rawValue: kUTTypeICO as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:428:68: error: cannot find 'kUTTypeBMP' in scope
426 | static let quickTimeImage = UTI(rawValue: kUTTypeQuickTimeImage as String)
427 | static let appleICNS = UTI(rawValue: kUTTypeAppleICNS as String)
428 | static let bmp = UTI(rawValue: kUTTypeBMP as String)
| `- error: cannot find 'kUTTypeBMP' in scope
429 | static let ico = UTI(rawValue: kUTTypeICO as String)
430 | static let rawImage = UTI(rawValue: kUTTypeRawImage as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:429:68: error: cannot find 'kUTTypeICO' in scope
427 | static let appleICNS = UTI(rawValue: kUTTypeAppleICNS as String)
428 | static let bmp = UTI(rawValue: kUTTypeBMP as String)
429 | static let ico = UTI(rawValue: kUTTypeICO as String)
| `- error: cannot find 'kUTTypeICO' in scope
430 | static let rawImage = UTI(rawValue: kUTTypeRawImage as String)
431 | static let scalableVectorGraphics = UTI(rawValue: kUTTypeScalableVectorGraphics as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:430:68: error: cannot find 'kUTTypeRawImage' in scope
428 | static let bmp = UTI(rawValue: kUTTypeBMP as String)
429 | static let ico = UTI(rawValue: kUTTypeICO as String)
430 | static let rawImage = UTI(rawValue: kUTTypeRawImage as String)
| `- error: cannot find 'kUTTypeRawImage' in scope
431 | static let scalableVectorGraphics = UTI(rawValue: kUTTypeScalableVectorGraphics as String)
432 | @available(OSX 10.12, iOS 9.1, watchOS 2.1, *)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:431:68: error: cannot find 'kUTTypeScalableVectorGraphics' in scope
429 | static let ico = UTI(rawValue: kUTTypeICO as String)
430 | static let rawImage = UTI(rawValue: kUTTypeRawImage as String)
431 | static let scalableVectorGraphics = UTI(rawValue: kUTTypeScalableVectorGraphics as String)
| `- error: cannot find 'kUTTypeScalableVectorGraphics' in scope
432 | @available(OSX 10.12, iOS 9.1, watchOS 2.1, *)
433 | static let livePhoto = UTI(rawValue: kUTTypeLivePhoto as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:433:56: error: cannot find 'kUTTypeLivePhoto' in scope
431 | static let scalableVectorGraphics = UTI(rawValue: kUTTypeScalableVectorGraphics as String)
432 | @available(OSX 10.12, iOS 9.1, watchOS 2.1, *)
433 | static let livePhoto = UTI(rawValue: kUTTypeLivePhoto as String)
| `- error: cannot find 'kUTTypeLivePhoto' in scope
434 | @available(OSX 10.12, iOS 9.1, *)
435 | static let audiovisualContent = UTI(rawValue: kUTTypeAudiovisualContent as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:435:68: error: cannot find 'kUTTypeAudiovisualContent' in scope
433 | static let livePhoto = UTI(rawValue: kUTTypeLivePhoto as String)
434 | @available(OSX 10.12, iOS 9.1, *)
435 | static let audiovisualContent = UTI(rawValue: kUTTypeAudiovisualContent as String)
| `- error: cannot find 'kUTTypeAudiovisualContent' in scope
436 | static let movie = UTI(rawValue: kUTTypeMovie as String)
437 | static let video = UTI(rawValue: kUTTypeVideo as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:436:68: error: cannot find 'kUTTypeMovie' in scope
434 | @available(OSX 10.12, iOS 9.1, *)
435 | static let audiovisualContent = UTI(rawValue: kUTTypeAudiovisualContent as String)
436 | static let movie = UTI(rawValue: kUTTypeMovie as String)
| `- error: cannot find 'kUTTypeMovie' in scope
437 | static let video = UTI(rawValue: kUTTypeVideo as String)
438 | static let audio = UTI(rawValue: kUTTypeAudio as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:437:68: error: cannot find 'kUTTypeVideo' in scope
435 | static let audiovisualContent = UTI(rawValue: kUTTypeAudiovisualContent as String)
436 | static let movie = UTI(rawValue: kUTTypeMovie as String)
437 | static let video = UTI(rawValue: kUTTypeVideo as String)
| `- error: cannot find 'kUTTypeVideo' in scope
438 | static let audio = UTI(rawValue: kUTTypeAudio as String)
439 | static let quickTimeMovie = UTI(rawValue: kUTTypeQuickTimeMovie as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:438:68: error: cannot find 'kUTTypeAudio' in scope
436 | static let movie = UTI(rawValue: kUTTypeMovie as String)
437 | static let video = UTI(rawValue: kUTTypeVideo as String)
438 | static let audio = UTI(rawValue: kUTTypeAudio as String)
| `- error: cannot find 'kUTTypeAudio' in scope
439 | static let quickTimeMovie = UTI(rawValue: kUTTypeQuickTimeMovie as String)
440 | static let mpeg = UTI(rawValue: kUTTypeMPEG as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:439:68: error: cannot find 'kUTTypeQuickTimeMovie' in scope
437 | static let video = UTI(rawValue: kUTTypeVideo as String)
438 | static let audio = UTI(rawValue: kUTTypeAudio as String)
439 | static let quickTimeMovie = UTI(rawValue: kUTTypeQuickTimeMovie as String)
| `- error: cannot find 'kUTTypeQuickTimeMovie' in scope
440 | static let mpeg = UTI(rawValue: kUTTypeMPEG as String)
441 | static let mpeg2Video = UTI(rawValue: kUTTypeMPEG2Video as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:440:68: error: cannot find 'kUTTypeMPEG' in scope
438 | static let audio = UTI(rawValue: kUTTypeAudio as String)
439 | static let quickTimeMovie = UTI(rawValue: kUTTypeQuickTimeMovie as String)
440 | static let mpeg = UTI(rawValue: kUTTypeMPEG as String)
| `- error: cannot find 'kUTTypeMPEG' in scope
441 | static let mpeg2Video = UTI(rawValue: kUTTypeMPEG2Video as String)
442 | static let mpeg2TransportStream = UTI(rawValue: kUTTypeMPEG2TransportStream as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:441:68: error: cannot find 'kUTTypeMPEG2Video' in scope
439 | static let quickTimeMovie = UTI(rawValue: kUTTypeQuickTimeMovie as String)
440 | static let mpeg = UTI(rawValue: kUTTypeMPEG as String)
441 | static let mpeg2Video = UTI(rawValue: kUTTypeMPEG2Video as String)
| `- error: cannot find 'kUTTypeMPEG2Video' in scope
442 | static let mpeg2TransportStream = UTI(rawValue: kUTTypeMPEG2TransportStream as String)
443 | static let mp3 = UTI(rawValue: kUTTypeMP3 as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:442:68: error: cannot find 'kUTTypeMPEG2TransportStream' in scope
440 | static let mpeg = UTI(rawValue: kUTTypeMPEG as String)
441 | static let mpeg2Video = UTI(rawValue: kUTTypeMPEG2Video as String)
442 | static let mpeg2TransportStream = UTI(rawValue: kUTTypeMPEG2TransportStream as String)
| `- error: cannot find 'kUTTypeMPEG2TransportStream' in scope
443 | static let mp3 = UTI(rawValue: kUTTypeMP3 as String)
444 | static let mpeg4 = UTI(rawValue: kUTTypeMPEG4 as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:443:68: error: cannot find 'kUTTypeMP3' in scope
441 | static let mpeg2Video = UTI(rawValue: kUTTypeMPEG2Video as String)
442 | static let mpeg2TransportStream = UTI(rawValue: kUTTypeMPEG2TransportStream as String)
443 | static let mp3 = UTI(rawValue: kUTTypeMP3 as String)
| `- error: cannot find 'kUTTypeMP3' in scope
444 | static let mpeg4 = UTI(rawValue: kUTTypeMPEG4 as String)
445 | static let mpeg4Audio = UTI(rawValue: kUTTypeMPEG4Audio as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:444:68: error: cannot find 'kUTTypeMPEG4' in scope
442 | static let mpeg2TransportStream = UTI(rawValue: kUTTypeMPEG2TransportStream as String)
443 | static let mp3 = UTI(rawValue: kUTTypeMP3 as String)
444 | static let mpeg4 = UTI(rawValue: kUTTypeMPEG4 as String)
| `- error: cannot find 'kUTTypeMPEG4' in scope
445 | static let mpeg4Audio = UTI(rawValue: kUTTypeMPEG4Audio as String)
446 | static let appleProtectedMPEG4Audio = UTI(rawValue: kUTTypeAppleProtectedMPEG4Audio as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:445:68: error: cannot find 'kUTTypeMPEG4Audio' in scope
443 | static let mp3 = UTI(rawValue: kUTTypeMP3 as String)
444 | static let mpeg4 = UTI(rawValue: kUTTypeMPEG4 as String)
445 | static let mpeg4Audio = UTI(rawValue: kUTTypeMPEG4Audio as String)
| `- error: cannot find 'kUTTypeMPEG4Audio' in scope
446 | static let appleProtectedMPEG4Audio = UTI(rawValue: kUTTypeAppleProtectedMPEG4Audio as String)
447 | static let appleProtectedMPEG4Video = UTI(rawValue: kUTTypeAppleProtectedMPEG4Video as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:446:68: error: cannot find 'kUTTypeAppleProtectedMPEG4Audio' in scope
444 | static let mpeg4 = UTI(rawValue: kUTTypeMPEG4 as String)
445 | static let mpeg4Audio = UTI(rawValue: kUTTypeMPEG4Audio as String)
446 | static let appleProtectedMPEG4Audio = UTI(rawValue: kUTTypeAppleProtectedMPEG4Audio as String)
| `- error: cannot find 'kUTTypeAppleProtectedMPEG4Audio' in scope
447 | static let appleProtectedMPEG4Video = UTI(rawValue: kUTTypeAppleProtectedMPEG4Video as String)
448 | static let aviMovie = UTI(rawValue: kUTTypeAVIMovie as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:447:68: error: cannot find 'kUTTypeAppleProtectedMPEG4Video' in scope
445 | static let mpeg4Audio = UTI(rawValue: kUTTypeMPEG4Audio as String)
446 | static let appleProtectedMPEG4Audio = UTI(rawValue: kUTTypeAppleProtectedMPEG4Audio as String)
447 | static let appleProtectedMPEG4Video = UTI(rawValue: kUTTypeAppleProtectedMPEG4Video as String)
| `- error: cannot find 'kUTTypeAppleProtectedMPEG4Video' in scope
448 | static let aviMovie = UTI(rawValue: kUTTypeAVIMovie as String)
449 | static let audioInterchangeFileFormat = UTI(rawValue: kUTTypeAudioInterchangeFileFormat as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:448:68: error: cannot find 'kUTTypeAVIMovie' in scope
446 | static let appleProtectedMPEG4Audio = UTI(rawValue: kUTTypeAppleProtectedMPEG4Audio as String)
447 | static let appleProtectedMPEG4Video = UTI(rawValue: kUTTypeAppleProtectedMPEG4Video as String)
448 | static let aviMovie = UTI(rawValue: kUTTypeAVIMovie as String)
| `- error: cannot find 'kUTTypeAVIMovie' in scope
449 | static let audioInterchangeFileFormat = UTI(rawValue: kUTTypeAudioInterchangeFileFormat as String)
450 | static let waveformAudio = UTI(rawValue: kUTTypeWaveformAudio as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:449:68: error: cannot find 'kUTTypeAudioInterchangeFileFormat' in scope
447 | static let appleProtectedMPEG4Video = UTI(rawValue: kUTTypeAppleProtectedMPEG4Video as String)
448 | static let aviMovie = UTI(rawValue: kUTTypeAVIMovie as String)
449 | static let audioInterchangeFileFormat = UTI(rawValue: kUTTypeAudioInterchangeFileFormat as String)
| `- error: cannot find 'kUTTypeAudioInterchangeFileFormat' in scope
450 | static let waveformAudio = UTI(rawValue: kUTTypeWaveformAudio as String)
451 | static let midiAudio = UTI(rawValue: kUTTypeMIDIAudio as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:450:68: error: cannot find 'kUTTypeWaveformAudio' in scope
448 | static let aviMovie = UTI(rawValue: kUTTypeAVIMovie as String)
449 | static let audioInterchangeFileFormat = UTI(rawValue: kUTTypeAudioInterchangeFileFormat as String)
450 | static let waveformAudio = UTI(rawValue: kUTTypeWaveformAudio as String)
| `- error: cannot find 'kUTTypeWaveformAudio' in scope
451 | static let midiAudio = UTI(rawValue: kUTTypeMIDIAudio as String)
452 | static let playlist = UTI(rawValue: kUTTypePlaylist as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:451:68: error: cannot find 'kUTTypeMIDIAudio' in scope
449 | static let audioInterchangeFileFormat = UTI(rawValue: kUTTypeAudioInterchangeFileFormat as String)
450 | static let waveformAudio = UTI(rawValue: kUTTypeWaveformAudio as String)
451 | static let midiAudio = UTI(rawValue: kUTTypeMIDIAudio as String)
| `- error: cannot find 'kUTTypeMIDIAudio' in scope
452 | static let playlist = UTI(rawValue: kUTTypePlaylist as String)
453 | static let m3UPlaylist = UTI(rawValue: kUTTypeM3UPlaylist as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:452:68: error: cannot find 'kUTTypePlaylist' in scope
450 | static let waveformAudio = UTI(rawValue: kUTTypeWaveformAudio as String)
451 | static let midiAudio = UTI(rawValue: kUTTypeMIDIAudio as String)
452 | static let playlist = UTI(rawValue: kUTTypePlaylist as String)
| `- error: cannot find 'kUTTypePlaylist' in scope
453 | static let m3UPlaylist = UTI(rawValue: kUTTypeM3UPlaylist as String)
454 | static let folder = UTI(rawValue: kUTTypeFolder as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:453:68: error: cannot find 'kUTTypeM3UPlaylist' in scope
451 | static let midiAudio = UTI(rawValue: kUTTypeMIDIAudio as String)
452 | static let playlist = UTI(rawValue: kUTTypePlaylist as String)
453 | static let m3UPlaylist = UTI(rawValue: kUTTypeM3UPlaylist as String)
| `- error: cannot find 'kUTTypeM3UPlaylist' in scope
454 | static let folder = UTI(rawValue: kUTTypeFolder as String)
455 | static let volume = UTI(rawValue: kUTTypeVolume as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:454:68: error: cannot find 'kUTTypeFolder' in scope
452 | static let playlist = UTI(rawValue: kUTTypePlaylist as String)
453 | static let m3UPlaylist = UTI(rawValue: kUTTypeM3UPlaylist as String)
454 | static let folder = UTI(rawValue: kUTTypeFolder as String)
| `- error: cannot find 'kUTTypeFolder' in scope
455 | static let volume = UTI(rawValue: kUTTypeVolume as String)
456 | static let package = UTI(rawValue: kUTTypePackage as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:455:68: error: cannot find 'kUTTypeVolume' in scope
453 | static let m3UPlaylist = UTI(rawValue: kUTTypeM3UPlaylist as String)
454 | static let folder = UTI(rawValue: kUTTypeFolder as String)
455 | static let volume = UTI(rawValue: kUTTypeVolume as String)
| `- error: cannot find 'kUTTypeVolume' in scope
456 | static let package = UTI(rawValue: kUTTypePackage as String)
457 | static let bundle = UTI(rawValue: kUTTypeBundle as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:456:68: error: cannot find 'kUTTypePackage' in scope
454 | static let folder = UTI(rawValue: kUTTypeFolder as String)
455 | static let volume = UTI(rawValue: kUTTypeVolume as String)
456 | static let package = UTI(rawValue: kUTTypePackage as String)
| `- error: cannot find 'kUTTypePackage' in scope
457 | static let bundle = UTI(rawValue: kUTTypeBundle as String)
458 | static let pluginBundle = UTI(rawValue: kUTTypePluginBundle as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:457:68: error: cannot find 'kUTTypeBundle' in scope
455 | static let volume = UTI(rawValue: kUTTypeVolume as String)
456 | static let package = UTI(rawValue: kUTTypePackage as String)
457 | static let bundle = UTI(rawValue: kUTTypeBundle as String)
| `- error: cannot find 'kUTTypeBundle' in scope
458 | static let pluginBundle = UTI(rawValue: kUTTypePluginBundle as String)
459 | static let spotlightImporter = UTI(rawValue: kUTTypeSpotlightImporter as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:458:68: error: cannot find 'kUTTypePluginBundle' in scope
456 | static let package = UTI(rawValue: kUTTypePackage as String)
457 | static let bundle = UTI(rawValue: kUTTypeBundle as String)
458 | static let pluginBundle = UTI(rawValue: kUTTypePluginBundle as String)
| `- error: cannot find 'kUTTypePluginBundle' in scope
459 | static let spotlightImporter = UTI(rawValue: kUTTypeSpotlightImporter as String)
460 | static let quickLookGenerator = UTI(rawValue: kUTTypeQuickLookGenerator as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:459:68: error: cannot find 'kUTTypeSpotlightImporter' in scope
457 | static let bundle = UTI(rawValue: kUTTypeBundle as String)
458 | static let pluginBundle = UTI(rawValue: kUTTypePluginBundle as String)
459 | static let spotlightImporter = UTI(rawValue: kUTTypeSpotlightImporter as String)
| `- error: cannot find 'kUTTypeSpotlightImporter' in scope
460 | static let quickLookGenerator = UTI(rawValue: kUTTypeQuickLookGenerator as String)
461 | static let xpcService = UTI(rawValue: kUTTypeXPCService as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:460:68: error: cannot find 'kUTTypeQuickLookGenerator' in scope
458 | static let pluginBundle = UTI(rawValue: kUTTypePluginBundle as String)
459 | static let spotlightImporter = UTI(rawValue: kUTTypeSpotlightImporter as String)
460 | static let quickLookGenerator = UTI(rawValue: kUTTypeQuickLookGenerator as String)
| `- error: cannot find 'kUTTypeQuickLookGenerator' in scope
461 | static let xpcService = UTI(rawValue: kUTTypeXPCService as String)
462 | static let framework = UTI(rawValue: kUTTypeFramework as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:461:68: error: cannot find 'kUTTypeXPCService' in scope
459 | static let spotlightImporter = UTI(rawValue: kUTTypeSpotlightImporter as String)
460 | static let quickLookGenerator = UTI(rawValue: kUTTypeQuickLookGenerator as String)
461 | static let xpcService = UTI(rawValue: kUTTypeXPCService as String)
| `- error: cannot find 'kUTTypeXPCService' in scope
462 | static let framework = UTI(rawValue: kUTTypeFramework as String)
463 | static let application = UTI(rawValue: kUTTypeApplication as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:462:68: error: cannot find 'kUTTypeFramework' in scope
460 | static let quickLookGenerator = UTI(rawValue: kUTTypeQuickLookGenerator as String)
461 | static let xpcService = UTI(rawValue: kUTTypeXPCService as String)
462 | static let framework = UTI(rawValue: kUTTypeFramework as String)
| `- error: cannot find 'kUTTypeFramework' in scope
463 | static let application = UTI(rawValue: kUTTypeApplication as String)
464 | static let applicationBundle = UTI(rawValue: kUTTypeApplicationBundle as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:463:68: error: cannot find 'kUTTypeApplication' in scope
461 | static let xpcService = UTI(rawValue: kUTTypeXPCService as String)
462 | static let framework = UTI(rawValue: kUTTypeFramework as String)
463 | static let application = UTI(rawValue: kUTTypeApplication as String)
| `- error: cannot find 'kUTTypeApplication' in scope
464 | static let applicationBundle = UTI(rawValue: kUTTypeApplicationBundle as String)
465 | static let applicationFile = UTI(rawValue: kUTTypeApplicationFile as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:464:68: error: cannot find 'kUTTypeApplicationBundle' in scope
462 | static let framework = UTI(rawValue: kUTTypeFramework as String)
463 | static let application = UTI(rawValue: kUTTypeApplication as String)
464 | static let applicationBundle = UTI(rawValue: kUTTypeApplicationBundle as String)
| `- error: cannot find 'kUTTypeApplicationBundle' in scope
465 | static let applicationFile = UTI(rawValue: kUTTypeApplicationFile as String)
466 | static let unixExecutable = UTI(rawValue: kUTTypeUnixExecutable as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:465:68: error: cannot find 'kUTTypeApplicationFile' in scope
463 | static let application = UTI(rawValue: kUTTypeApplication as String)
464 | static let applicationBundle = UTI(rawValue: kUTTypeApplicationBundle as String)
465 | static let applicationFile = UTI(rawValue: kUTTypeApplicationFile as String)
| `- error: cannot find 'kUTTypeApplicationFile' in scope
466 | static let unixExecutable = UTI(rawValue: kUTTypeUnixExecutable as String)
467 | static let windowsExecutable = UTI(rawValue: kUTTypeWindowsExecutable as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:466:68: error: cannot find 'kUTTypeUnixExecutable' in scope
464 | static let applicationBundle = UTI(rawValue: kUTTypeApplicationBundle as String)
465 | static let applicationFile = UTI(rawValue: kUTTypeApplicationFile as String)
466 | static let unixExecutable = UTI(rawValue: kUTTypeUnixExecutable as String)
| `- error: cannot find 'kUTTypeUnixExecutable' in scope
467 | static let windowsExecutable = UTI(rawValue: kUTTypeWindowsExecutable as String)
468 | static let javaClass = UTI(rawValue: kUTTypeJavaClass as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:467:68: error: cannot find 'kUTTypeWindowsExecutable' in scope
465 | static let applicationFile = UTI(rawValue: kUTTypeApplicationFile as String)
466 | static let unixExecutable = UTI(rawValue: kUTTypeUnixExecutable as String)
467 | static let windowsExecutable = UTI(rawValue: kUTTypeWindowsExecutable as String)
| `- error: cannot find 'kUTTypeWindowsExecutable' in scope
468 | static let javaClass = UTI(rawValue: kUTTypeJavaClass as String)
469 | static let javaArchive = UTI(rawValue: kUTTypeJavaArchive as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:468:68: error: cannot find 'kUTTypeJavaClass' in scope
466 | static let unixExecutable = UTI(rawValue: kUTTypeUnixExecutable as String)
467 | static let windowsExecutable = UTI(rawValue: kUTTypeWindowsExecutable as String)
468 | static let javaClass = UTI(rawValue: kUTTypeJavaClass as String)
| `- error: cannot find 'kUTTypeJavaClass' in scope
469 | static let javaArchive = UTI(rawValue: kUTTypeJavaArchive as String)
470 | static let systemPreferencesPane = UTI(rawValue: kUTTypeSystemPreferencesPane as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:469:68: error: cannot find 'kUTTypeJavaArchive' in scope
467 | static let windowsExecutable = UTI(rawValue: kUTTypeWindowsExecutable as String)
468 | static let javaClass = UTI(rawValue: kUTTypeJavaClass as String)
469 | static let javaArchive = UTI(rawValue: kUTTypeJavaArchive as String)
| `- error: cannot find 'kUTTypeJavaArchive' in scope
470 | static let systemPreferencesPane = UTI(rawValue: kUTTypeSystemPreferencesPane as String)
471 | static let gnuZipArchive = UTI(rawValue: kUTTypeGNUZipArchive as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:470:68: error: cannot find 'kUTTypeSystemPreferencesPane' in scope
468 | static let javaClass = UTI(rawValue: kUTTypeJavaClass as String)
469 | static let javaArchive = UTI(rawValue: kUTTypeJavaArchive as String)
470 | static let systemPreferencesPane = UTI(rawValue: kUTTypeSystemPreferencesPane as String)
| `- error: cannot find 'kUTTypeSystemPreferencesPane' in scope
471 | static let gnuZipArchive = UTI(rawValue: kUTTypeGNUZipArchive as String)
472 | static let bzip2Archive = UTI(rawValue: kUTTypeBzip2Archive as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:471:68: error: cannot find 'kUTTypeGNUZipArchive' in scope
469 | static let javaArchive = UTI(rawValue: kUTTypeJavaArchive as String)
470 | static let systemPreferencesPane = UTI(rawValue: kUTTypeSystemPreferencesPane as String)
471 | static let gnuZipArchive = UTI(rawValue: kUTTypeGNUZipArchive as String)
| `- error: cannot find 'kUTTypeGNUZipArchive' in scope
472 | static let bzip2Archive = UTI(rawValue: kUTTypeBzip2Archive as String)
473 | static let zipArchive = UTI(rawValue: kUTTypeZipArchive as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:472:68: error: cannot find 'kUTTypeBzip2Archive' in scope
470 | static let systemPreferencesPane = UTI(rawValue: kUTTypeSystemPreferencesPane as String)
471 | static let gnuZipArchive = UTI(rawValue: kUTTypeGNUZipArchive as String)
472 | static let bzip2Archive = UTI(rawValue: kUTTypeBzip2Archive as String)
| `- error: cannot find 'kUTTypeBzip2Archive' in scope
473 | static let zipArchive = UTI(rawValue: kUTTypeZipArchive as String)
474 | static let spreadsheet = UTI(rawValue: kUTTypeSpreadsheet as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:473:68: error: cannot find 'kUTTypeZipArchive' in scope
471 | static let gnuZipArchive = UTI(rawValue: kUTTypeGNUZipArchive as String)
472 | static let bzip2Archive = UTI(rawValue: kUTTypeBzip2Archive as String)
473 | static let zipArchive = UTI(rawValue: kUTTypeZipArchive as String)
| `- error: cannot find 'kUTTypeZipArchive' in scope
474 | static let spreadsheet = UTI(rawValue: kUTTypeSpreadsheet as String)
475 | static let presentation = UTI(rawValue: kUTTypePresentation as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:474:68: error: cannot find 'kUTTypeSpreadsheet' in scope
472 | static let bzip2Archive = UTI(rawValue: kUTTypeBzip2Archive as String)
473 | static let zipArchive = UTI(rawValue: kUTTypeZipArchive as String)
474 | static let spreadsheet = UTI(rawValue: kUTTypeSpreadsheet as String)
| `- error: cannot find 'kUTTypeSpreadsheet' in scope
475 | static let presentation = UTI(rawValue: kUTTypePresentation as String)
476 | static let database = UTI(rawValue: kUTTypeDatabase as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:475:68: error: cannot find 'kUTTypePresentation' in scope
473 | static let zipArchive = UTI(rawValue: kUTTypeZipArchive as String)
474 | static let spreadsheet = UTI(rawValue: kUTTypeSpreadsheet as String)
475 | static let presentation = UTI(rawValue: kUTTypePresentation as String)
| `- error: cannot find 'kUTTypePresentation' in scope
476 | static let database = UTI(rawValue: kUTTypeDatabase as String)
477 | static let vCard = UTI(rawValue: kUTTypeVCard as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:476:68: error: cannot find 'kUTTypeDatabase' in scope
474 | static let spreadsheet = UTI(rawValue: kUTTypeSpreadsheet as String)
475 | static let presentation = UTI(rawValue: kUTTypePresentation as String)
476 | static let database = UTI(rawValue: kUTTypeDatabase as String)
| `- error: cannot find 'kUTTypeDatabase' in scope
477 | static let vCard = UTI(rawValue: kUTTypeVCard as String)
478 | static let toDoItem = UTI(rawValue: kUTTypeToDoItem as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:477:68: error: cannot find 'kUTTypeVCard' in scope
475 | static let presentation = UTI(rawValue: kUTTypePresentation as String)
476 | static let database = UTI(rawValue: kUTTypeDatabase as String)
477 | static let vCard = UTI(rawValue: kUTTypeVCard as String)
| `- error: cannot find 'kUTTypeVCard' in scope
478 | static let toDoItem = UTI(rawValue: kUTTypeToDoItem as String)
479 | static let calendarEvent = UTI(rawValue: kUTTypeCalendarEvent as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:478:68: error: cannot find 'kUTTypeToDoItem' in scope
476 | static let database = UTI(rawValue: kUTTypeDatabase as String)
477 | static let vCard = UTI(rawValue: kUTTypeVCard as String)
478 | static let toDoItem = UTI(rawValue: kUTTypeToDoItem as String)
| `- error: cannot find 'kUTTypeToDoItem' in scope
479 | static let calendarEvent = UTI(rawValue: kUTTypeCalendarEvent as String)
480 | static let emailMessage = UTI(rawValue: kUTTypeEmailMessage as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:479:68: error: cannot find 'kUTTypeCalendarEvent' in scope
477 | static let vCard = UTI(rawValue: kUTTypeVCard as String)
478 | static let toDoItem = UTI(rawValue: kUTTypeToDoItem as String)
479 | static let calendarEvent = UTI(rawValue: kUTTypeCalendarEvent as String)
| `- error: cannot find 'kUTTypeCalendarEvent' in scope
480 | static let emailMessage = UTI(rawValue: kUTTypeEmailMessage as String)
481 | static let internetLocation = UTI(rawValue: kUTTypeInternetLocation as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:480:68: error: cannot find 'kUTTypeEmailMessage' in scope
478 | static let toDoItem = UTI(rawValue: kUTTypeToDoItem as String)
479 | static let calendarEvent = UTI(rawValue: kUTTypeCalendarEvent as String)
480 | static let emailMessage = UTI(rawValue: kUTTypeEmailMessage as String)
| `- error: cannot find 'kUTTypeEmailMessage' in scope
481 | static let internetLocation = UTI(rawValue: kUTTypeInternetLocation as String)
482 | static let inkText = UTI(rawValue: kUTTypeInkText as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:481:68: error: cannot find 'kUTTypeInternetLocation' in scope
479 | static let calendarEvent = UTI(rawValue: kUTTypeCalendarEvent as String)
480 | static let emailMessage = UTI(rawValue: kUTTypeEmailMessage as String)
481 | static let internetLocation = UTI(rawValue: kUTTypeInternetLocation as String)
| `- error: cannot find 'kUTTypeInternetLocation' in scope
482 | static let inkText = UTI(rawValue: kUTTypeInkText as String)
483 | static let font = UTI(rawValue: kUTTypeFont as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:482:68: error: cannot find 'kUTTypeInkText' in scope
480 | static let emailMessage = UTI(rawValue: kUTTypeEmailMessage as String)
481 | static let internetLocation = UTI(rawValue: kUTTypeInternetLocation as String)
482 | static let inkText = UTI(rawValue: kUTTypeInkText as String)
| `- error: cannot find 'kUTTypeInkText' in scope
483 | static let font = UTI(rawValue: kUTTypeFont as String)
484 | static let bookmark = UTI(rawValue: kUTTypeBookmark as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:483:68: error: cannot find 'kUTTypeFont' in scope
481 | static let internetLocation = UTI(rawValue: kUTTypeInternetLocation as String)
482 | static let inkText = UTI(rawValue: kUTTypeInkText as String)
483 | static let font = UTI(rawValue: kUTTypeFont as String)
| `- error: cannot find 'kUTTypeFont' in scope
484 | static let bookmark = UTI(rawValue: kUTTypeBookmark as String)
485 | static let _3DContent = UTI(rawValue: kUTType3DContent as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:484:68: error: cannot find 'kUTTypeBookmark' in scope
482 | static let inkText = UTI(rawValue: kUTTypeInkText as String)
483 | static let font = UTI(rawValue: kUTTypeFont as String)
484 | static let bookmark = UTI(rawValue: kUTTypeBookmark as String)
| `- error: cannot find 'kUTTypeBookmark' in scope
485 | static let _3DContent = UTI(rawValue: kUTType3DContent as String)
486 | static let pkcs12 = UTI(rawValue: kUTTypePKCS12 as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:485:68: error: cannot find 'kUTType3DContent' in scope
483 | static let font = UTI(rawValue: kUTTypeFont as String)
484 | static let bookmark = UTI(rawValue: kUTTypeBookmark as String)
485 | static let _3DContent = UTI(rawValue: kUTType3DContent as String)
| `- error: cannot find 'kUTType3DContent' in scope
486 | static let pkcs12 = UTI(rawValue: kUTTypePKCS12 as String)
487 | static let x509Certificate = UTI(rawValue: kUTTypeX509Certificate as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:486:68: error: cannot find 'kUTTypePKCS12' in scope
484 | static let bookmark = UTI(rawValue: kUTTypeBookmark as String)
485 | static let _3DContent = UTI(rawValue: kUTType3DContent as String)
486 | static let pkcs12 = UTI(rawValue: kUTTypePKCS12 as String)
| `- error: cannot find 'kUTTypePKCS12' in scope
487 | static let x509Certificate = UTI(rawValue: kUTTypeX509Certificate as String)
488 | static let electronicPublication = UTI(rawValue: kUTTypeElectronicPublication as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:487:68: error: cannot find 'kUTTypeX509Certificate' in scope
485 | static let _3DContent = UTI(rawValue: kUTType3DContent as String)
486 | static let pkcs12 = UTI(rawValue: kUTTypePKCS12 as String)
487 | static let x509Certificate = UTI(rawValue: kUTTypeX509Certificate as String)
| `- error: cannot find 'kUTTypeX509Certificate' in scope
488 | static let electronicPublication = UTI(rawValue: kUTTypeElectronicPublication as String)
489 | static let log = UTI(rawValue: kUTTypeLog as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:488:68: error: cannot find 'kUTTypeElectronicPublication' in scope
486 | static let pkcs12 = UTI(rawValue: kUTTypePKCS12 as String)
487 | static let x509Certificate = UTI(rawValue: kUTTypeX509Certificate as String)
488 | static let electronicPublication = UTI(rawValue: kUTTypeElectronicPublication as String)
| `- error: cannot find 'kUTTypeElectronicPublication' in scope
489 | static let log = UTI(rawValue: kUTTypeLog as String)
490 | }
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:489:68: error: cannot find 'kUTTypeLog' in scope
487 | static let x509Certificate = UTI(rawValue: kUTTypeX509Certificate as String)
488 | static let electronicPublication = UTI(rawValue: kUTTypeElectronicPublication as String)
489 | static let log = UTI(rawValue: kUTTypeLog as String)
| `- error: cannot find 'kUTTypeLog' in scope
490 | }
491 |
[4/4] Compiling SwiftUTI UTI.swift
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:48:31: error: cannot find type 'CFString' in scope
46 | /// Convenience variable for internal use.
47 |
48 | fileprivate var rawCFValue: CFString {
| `- error: cannot find type 'CFString' in scope
49 | return self.rawValue as CFString
50 | }
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:59:26: error: cannot find type 'CFString' in scope
57 | /// Convenience variable for internal use.
58 |
59 | private var rawCFValue: CFString {
| `- error: cannot find type 'CFString' in scope
60 |
61 | return self.rawValue as CFString
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:359:68: error: cannot find 'kUTTypeItem' in scope
357 | public extension UTI {
358 |
359 | static let item = UTI(rawValue: kUTTypeItem as String)
| `- error: cannot find 'kUTTypeItem' in scope
360 | static let content = UTI(rawValue: kUTTypeContent as String)
361 | static let compositeContent = UTI(rawValue: kUTTypeCompositeContent as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:360:68: error: cannot find 'kUTTypeContent' in scope
358 |
359 | static let item = UTI(rawValue: kUTTypeItem as String)
360 | static let content = UTI(rawValue: kUTTypeContent as String)
| `- error: cannot find 'kUTTypeContent' in scope
361 | static let compositeContent = UTI(rawValue: kUTTypeCompositeContent as String)
362 | static let message = UTI(rawValue: kUTTypeMessage as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:361:68: error: cannot find 'kUTTypeCompositeContent' in scope
359 | static let item = UTI(rawValue: kUTTypeItem as String)
360 | static let content = UTI(rawValue: kUTTypeContent as String)
361 | static let compositeContent = UTI(rawValue: kUTTypeCompositeContent as String)
| `- error: cannot find 'kUTTypeCompositeContent' in scope
362 | static let message = UTI(rawValue: kUTTypeMessage as String)
363 | static let contact = UTI(rawValue: kUTTypeContact as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:362:68: error: cannot find 'kUTTypeMessage' in scope
360 | static let content = UTI(rawValue: kUTTypeContent as String)
361 | static let compositeContent = UTI(rawValue: kUTTypeCompositeContent as String)
362 | static let message = UTI(rawValue: kUTTypeMessage as String)
| `- error: cannot find 'kUTTypeMessage' in scope
363 | static let contact = UTI(rawValue: kUTTypeContact as String)
364 | static let archive = UTI(rawValue: kUTTypeArchive as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:363:68: error: cannot find 'kUTTypeContact' in scope
361 | static let compositeContent = UTI(rawValue: kUTTypeCompositeContent as String)
362 | static let message = UTI(rawValue: kUTTypeMessage as String)
363 | static let contact = UTI(rawValue: kUTTypeContact as String)
| `- error: cannot find 'kUTTypeContact' in scope
364 | static let archive = UTI(rawValue: kUTTypeArchive as String)
365 | static let diskImage = UTI(rawValue: kUTTypeDiskImage as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:364:68: error: cannot find 'kUTTypeArchive' in scope
362 | static let message = UTI(rawValue: kUTTypeMessage as String)
363 | static let contact = UTI(rawValue: kUTTypeContact as String)
364 | static let archive = UTI(rawValue: kUTTypeArchive as String)
| `- error: cannot find 'kUTTypeArchive' in scope
365 | static let diskImage = UTI(rawValue: kUTTypeDiskImage as String)
366 | static let data = UTI(rawValue: kUTTypeData as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:365:68: error: cannot find 'kUTTypeDiskImage' in scope
363 | static let contact = UTI(rawValue: kUTTypeContact as String)
364 | static let archive = UTI(rawValue: kUTTypeArchive as String)
365 | static let diskImage = UTI(rawValue: kUTTypeDiskImage as String)
| `- error: cannot find 'kUTTypeDiskImage' in scope
366 | static let data = UTI(rawValue: kUTTypeData as String)
367 | static let directory = UTI(rawValue: kUTTypeDirectory as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:366:68: error: cannot find 'kUTTypeData' in scope
364 | static let archive = UTI(rawValue: kUTTypeArchive as String)
365 | static let diskImage = UTI(rawValue: kUTTypeDiskImage as String)
366 | static let data = UTI(rawValue: kUTTypeData as String)
| `- error: cannot find 'kUTTypeData' in scope
367 | static let directory = UTI(rawValue: kUTTypeDirectory as String)
368 | static let resolvable = UTI(rawValue: kUTTypeResolvable as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:367:68: error: cannot find 'kUTTypeDirectory' in scope
365 | static let diskImage = UTI(rawValue: kUTTypeDiskImage as String)
366 | static let data = UTI(rawValue: kUTTypeData as String)
367 | static let directory = UTI(rawValue: kUTTypeDirectory as String)
| `- error: cannot find 'kUTTypeDirectory' in scope
368 | static let resolvable = UTI(rawValue: kUTTypeResolvable as String)
369 | static let symLink = UTI(rawValue: kUTTypeSymLink as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:368:68: error: cannot find 'kUTTypeResolvable' in scope
366 | static let data = UTI(rawValue: kUTTypeData as String)
367 | static let directory = UTI(rawValue: kUTTypeDirectory as String)
368 | static let resolvable = UTI(rawValue: kUTTypeResolvable as String)
| `- error: cannot find 'kUTTypeResolvable' in scope
369 | static let symLink = UTI(rawValue: kUTTypeSymLink as String)
370 | static let executable = UTI(rawValue: kUTTypeExecutable as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:369:68: error: cannot find 'kUTTypeSymLink' in scope
367 | static let directory = UTI(rawValue: kUTTypeDirectory as String)
368 | static let resolvable = UTI(rawValue: kUTTypeResolvable as String)
369 | static let symLink = UTI(rawValue: kUTTypeSymLink as String)
| `- error: cannot find 'kUTTypeSymLink' in scope
370 | static let executable = UTI(rawValue: kUTTypeExecutable as String)
371 | static let mountPoint = UTI(rawValue: kUTTypeMountPoint as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:370:68: error: cannot find 'kUTTypeExecutable' in scope
368 | static let resolvable = UTI(rawValue: kUTTypeResolvable as String)
369 | static let symLink = UTI(rawValue: kUTTypeSymLink as String)
370 | static let executable = UTI(rawValue: kUTTypeExecutable as String)
| `- error: cannot find 'kUTTypeExecutable' in scope
371 | static let mountPoint = UTI(rawValue: kUTTypeMountPoint as String)
372 | static let aliasFile = UTI(rawValue: kUTTypeAliasFile as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:371:68: error: cannot find 'kUTTypeMountPoint' in scope
369 | static let symLink = UTI(rawValue: kUTTypeSymLink as String)
370 | static let executable = UTI(rawValue: kUTTypeExecutable as String)
371 | static let mountPoint = UTI(rawValue: kUTTypeMountPoint as String)
| `- error: cannot find 'kUTTypeMountPoint' in scope
372 | static let aliasFile = UTI(rawValue: kUTTypeAliasFile as String)
373 | static let aliasRecord = UTI(rawValue: kUTTypeAliasRecord as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:372:68: error: cannot find 'kUTTypeAliasFile' in scope
370 | static let executable = UTI(rawValue: kUTTypeExecutable as String)
371 | static let mountPoint = UTI(rawValue: kUTTypeMountPoint as String)
372 | static let aliasFile = UTI(rawValue: kUTTypeAliasFile as String)
| `- error: cannot find 'kUTTypeAliasFile' in scope
373 | static let aliasRecord = UTI(rawValue: kUTTypeAliasRecord as String)
374 | static let urlBookmarkData = UTI(rawValue: kUTTypeURLBookmarkData as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:373:68: error: cannot find 'kUTTypeAliasRecord' in scope
371 | static let mountPoint = UTI(rawValue: kUTTypeMountPoint as String)
372 | static let aliasFile = UTI(rawValue: kUTTypeAliasFile as String)
373 | static let aliasRecord = UTI(rawValue: kUTTypeAliasRecord as String)
| `- error: cannot find 'kUTTypeAliasRecord' in scope
374 | static let urlBookmarkData = UTI(rawValue: kUTTypeURLBookmarkData as String)
375 | static let url = UTI(rawValue: kUTTypeURL as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:374:68: error: cannot find 'kUTTypeURLBookmarkData' in scope
372 | static let aliasFile = UTI(rawValue: kUTTypeAliasFile as String)
373 | static let aliasRecord = UTI(rawValue: kUTTypeAliasRecord as String)
374 | static let urlBookmarkData = UTI(rawValue: kUTTypeURLBookmarkData as String)
| `- error: cannot find 'kUTTypeURLBookmarkData' in scope
375 | static let url = UTI(rawValue: kUTTypeURL as String)
376 | static let fileURL = UTI(rawValue: kUTTypeFileURL as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:375:68: error: cannot find 'kUTTypeURL' in scope
373 | static let aliasRecord = UTI(rawValue: kUTTypeAliasRecord as String)
374 | static let urlBookmarkData = UTI(rawValue: kUTTypeURLBookmarkData as String)
375 | static let url = UTI(rawValue: kUTTypeURL as String)
| `- error: cannot find 'kUTTypeURL' in scope
376 | static let fileURL = UTI(rawValue: kUTTypeFileURL as String)
377 | static let text = UTI(rawValue: kUTTypeText as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:376:68: error: cannot find 'kUTTypeFileURL' in scope
374 | static let urlBookmarkData = UTI(rawValue: kUTTypeURLBookmarkData as String)
375 | static let url = UTI(rawValue: kUTTypeURL as String)
376 | static let fileURL = UTI(rawValue: kUTTypeFileURL as String)
| `- error: cannot find 'kUTTypeFileURL' in scope
377 | static let text = UTI(rawValue: kUTTypeText as String)
378 | static let plainText = UTI(rawValue: kUTTypePlainText as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:377:68: error: cannot find 'kUTTypeText' in scope
375 | static let url = UTI(rawValue: kUTTypeURL as String)
376 | static let fileURL = UTI(rawValue: kUTTypeFileURL as String)
377 | static let text = UTI(rawValue: kUTTypeText as String)
| `- error: cannot find 'kUTTypeText' in scope
378 | static let plainText = UTI(rawValue: kUTTypePlainText as String)
379 | static let utf8PlainText = UTI(rawValue: kUTTypeUTF8PlainText as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:378:68: error: cannot find 'kUTTypePlainText' in scope
376 | static let fileURL = UTI(rawValue: kUTTypeFileURL as String)
377 | static let text = UTI(rawValue: kUTTypeText as String)
378 | static let plainText = UTI(rawValue: kUTTypePlainText as String)
| `- error: cannot find 'kUTTypePlainText' in scope
379 | static let utf8PlainText = UTI(rawValue: kUTTypeUTF8PlainText as String)
380 | static let utf16ExternalPlainText = UTI(rawValue: kUTTypeUTF16ExternalPlainText as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:379:68: error: cannot find 'kUTTypeUTF8PlainText' in scope
377 | static let text = UTI(rawValue: kUTTypeText as String)
378 | static let plainText = UTI(rawValue: kUTTypePlainText as String)
379 | static let utf8PlainText = UTI(rawValue: kUTTypeUTF8PlainText as String)
| `- error: cannot find 'kUTTypeUTF8PlainText' in scope
380 | static let utf16ExternalPlainText = UTI(rawValue: kUTTypeUTF16ExternalPlainText as String)
381 | static let utf16PlainText = UTI(rawValue: kUTTypeUTF16PlainText as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:380:68: error: cannot find 'kUTTypeUTF16ExternalPlainText' in scope
378 | static let plainText = UTI(rawValue: kUTTypePlainText as String)
379 | static let utf8PlainText = UTI(rawValue: kUTTypeUTF8PlainText as String)
380 | static let utf16ExternalPlainText = UTI(rawValue: kUTTypeUTF16ExternalPlainText as String)
| `- error: cannot find 'kUTTypeUTF16ExternalPlainText' in scope
381 | static let utf16PlainText = UTI(rawValue: kUTTypeUTF16PlainText as String)
382 | static let delimitedText = UTI(rawValue: kUTTypeDelimitedText as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:381:68: error: cannot find 'kUTTypeUTF16PlainText' in scope
379 | static let utf8PlainText = UTI(rawValue: kUTTypeUTF8PlainText as String)
380 | static let utf16ExternalPlainText = UTI(rawValue: kUTTypeUTF16ExternalPlainText as String)
381 | static let utf16PlainText = UTI(rawValue: kUTTypeUTF16PlainText as String)
| `- error: cannot find 'kUTTypeUTF16PlainText' in scope
382 | static let delimitedText = UTI(rawValue: kUTTypeDelimitedText as String)
383 | static let commaSeparatedText = UTI(rawValue: kUTTypeCommaSeparatedText as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:382:68: error: cannot find 'kUTTypeDelimitedText' in scope
380 | static let utf16ExternalPlainText = UTI(rawValue: kUTTypeUTF16ExternalPlainText as String)
381 | static let utf16PlainText = UTI(rawValue: kUTTypeUTF16PlainText as String)
382 | static let delimitedText = UTI(rawValue: kUTTypeDelimitedText as String)
| `- error: cannot find 'kUTTypeDelimitedText' in scope
383 | static let commaSeparatedText = UTI(rawValue: kUTTypeCommaSeparatedText as String)
384 | static let tabSeparatedText = UTI(rawValue: kUTTypeTabSeparatedText as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:383:68: error: cannot find 'kUTTypeCommaSeparatedText' in scope
381 | static let utf16PlainText = UTI(rawValue: kUTTypeUTF16PlainText as String)
382 | static let delimitedText = UTI(rawValue: kUTTypeDelimitedText as String)
383 | static let commaSeparatedText = UTI(rawValue: kUTTypeCommaSeparatedText as String)
| `- error: cannot find 'kUTTypeCommaSeparatedText' in scope
384 | static let tabSeparatedText = UTI(rawValue: kUTTypeTabSeparatedText as String)
385 | static let utf8TabSeparatedText = UTI(rawValue: kUTTypeUTF8TabSeparatedText as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:384:68: error: cannot find 'kUTTypeTabSeparatedText' in scope
382 | static let delimitedText = UTI(rawValue: kUTTypeDelimitedText as String)
383 | static let commaSeparatedText = UTI(rawValue: kUTTypeCommaSeparatedText as String)
384 | static let tabSeparatedText = UTI(rawValue: kUTTypeTabSeparatedText as String)
| `- error: cannot find 'kUTTypeTabSeparatedText' in scope
385 | static let utf8TabSeparatedText = UTI(rawValue: kUTTypeUTF8TabSeparatedText as String)
386 | static let rtf = UTI(rawValue: kUTTypeRTF as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:385:68: error: cannot find 'kUTTypeUTF8TabSeparatedText' in scope
383 | static let commaSeparatedText = UTI(rawValue: kUTTypeCommaSeparatedText as String)
384 | static let tabSeparatedText = UTI(rawValue: kUTTypeTabSeparatedText as String)
385 | static let utf8TabSeparatedText = UTI(rawValue: kUTTypeUTF8TabSeparatedText as String)
| `- error: cannot find 'kUTTypeUTF8TabSeparatedText' in scope
386 | static let rtf = UTI(rawValue: kUTTypeRTF as String)
387 | static let html = UTI(rawValue: kUTTypeHTML as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:386:68: error: cannot find 'kUTTypeRTF' in scope
384 | static let tabSeparatedText = UTI(rawValue: kUTTypeTabSeparatedText as String)
385 | static let utf8TabSeparatedText = UTI(rawValue: kUTTypeUTF8TabSeparatedText as String)
386 | static let rtf = UTI(rawValue: kUTTypeRTF as String)
| `- error: cannot find 'kUTTypeRTF' in scope
387 | static let html = UTI(rawValue: kUTTypeHTML as String)
388 | static let xml = UTI(rawValue: kUTTypeXML as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:387:68: error: cannot find 'kUTTypeHTML' in scope
385 | static let utf8TabSeparatedText = UTI(rawValue: kUTTypeUTF8TabSeparatedText as String)
386 | static let rtf = UTI(rawValue: kUTTypeRTF as String)
387 | static let html = UTI(rawValue: kUTTypeHTML as String)
| `- error: cannot find 'kUTTypeHTML' in scope
388 | static let xml = UTI(rawValue: kUTTypeXML as String)
389 | static let sourceCode = UTI(rawValue: kUTTypeSourceCode as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:388:68: error: cannot find 'kUTTypeXML' in scope
386 | static let rtf = UTI(rawValue: kUTTypeRTF as String)
387 | static let html = UTI(rawValue: kUTTypeHTML as String)
388 | static let xml = UTI(rawValue: kUTTypeXML as String)
| `- error: cannot find 'kUTTypeXML' in scope
389 | static let sourceCode = UTI(rawValue: kUTTypeSourceCode as String)
390 | static let assemblyLanguageSource = UTI(rawValue: kUTTypeAssemblyLanguageSource as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:389:68: error: cannot find 'kUTTypeSourceCode' in scope
387 | static let html = UTI(rawValue: kUTTypeHTML as String)
388 | static let xml = UTI(rawValue: kUTTypeXML as String)
389 | static let sourceCode = UTI(rawValue: kUTTypeSourceCode as String)
| `- error: cannot find 'kUTTypeSourceCode' in scope
390 | static let assemblyLanguageSource = UTI(rawValue: kUTTypeAssemblyLanguageSource as String)
391 | static let cSource = UTI(rawValue: kUTTypeCSource as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:390:68: error: cannot find 'kUTTypeAssemblyLanguageSource' in scope
388 | static let xml = UTI(rawValue: kUTTypeXML as String)
389 | static let sourceCode = UTI(rawValue: kUTTypeSourceCode as String)
390 | static let assemblyLanguageSource = UTI(rawValue: kUTTypeAssemblyLanguageSource as String)
| `- error: cannot find 'kUTTypeAssemblyLanguageSource' in scope
391 | static let cSource = UTI(rawValue: kUTTypeCSource as String)
392 | static let objectiveCSource = UTI(rawValue: kUTTypeObjectiveCSource as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:391:68: error: cannot find 'kUTTypeCSource' in scope
389 | static let sourceCode = UTI(rawValue: kUTTypeSourceCode as String)
390 | static let assemblyLanguageSource = UTI(rawValue: kUTTypeAssemblyLanguageSource as String)
391 | static let cSource = UTI(rawValue: kUTTypeCSource as String)
| `- error: cannot find 'kUTTypeCSource' in scope
392 | static let objectiveCSource = UTI(rawValue: kUTTypeObjectiveCSource as String)
393 | @available( OSX 10.11, iOS 9.0, * )
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:392:68: error: cannot find 'kUTTypeObjectiveCSource' in scope
390 | static let assemblyLanguageSource = UTI(rawValue: kUTTypeAssemblyLanguageSource as String)
391 | static let cSource = UTI(rawValue: kUTTypeCSource as String)
392 | static let objectiveCSource = UTI(rawValue: kUTTypeObjectiveCSource as String)
| `- error: cannot find 'kUTTypeObjectiveCSource' in scope
393 | @available( OSX 10.11, iOS 9.0, * )
394 | static let swiftSource = UTI(rawValue: kUTTypeSwiftSource as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:394:57: error: cannot find 'kUTTypeSwiftSource' in scope
392 | static let objectiveCSource = UTI(rawValue: kUTTypeObjectiveCSource as String)
393 | @available( OSX 10.11, iOS 9.0, * )
394 | static let swiftSource = UTI(rawValue: kUTTypeSwiftSource as String)
| `- error: cannot find 'kUTTypeSwiftSource' in scope
395 | static let cPlusPlusSource = UTI(rawValue: kUTTypeCPlusPlusSource as String)
396 | static let objectiveCPlusPlusSource = UTI(rawValue: kUTTypeObjectiveCPlusPlusSource as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:395:68: error: cannot find 'kUTTypeCPlusPlusSource' in scope
393 | @available( OSX 10.11, iOS 9.0, * )
394 | static let swiftSource = UTI(rawValue: kUTTypeSwiftSource as String)
395 | static let cPlusPlusSource = UTI(rawValue: kUTTypeCPlusPlusSource as String)
| `- error: cannot find 'kUTTypeCPlusPlusSource' in scope
396 | static let objectiveCPlusPlusSource = UTI(rawValue: kUTTypeObjectiveCPlusPlusSource as String)
397 | static let cHeader = UTI(rawValue: kUTTypeCHeader as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:396:68: error: cannot find 'kUTTypeObjectiveCPlusPlusSource' in scope
394 | static let swiftSource = UTI(rawValue: kUTTypeSwiftSource as String)
395 | static let cPlusPlusSource = UTI(rawValue: kUTTypeCPlusPlusSource as String)
396 | static let objectiveCPlusPlusSource = UTI(rawValue: kUTTypeObjectiveCPlusPlusSource as String)
| `- error: cannot find 'kUTTypeObjectiveCPlusPlusSource' in scope
397 | static let cHeader = UTI(rawValue: kUTTypeCHeader as String)
398 | static let cPlusPlusHeader = UTI(rawValue: kUTTypeCPlusPlusHeader as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:397:68: error: cannot find 'kUTTypeCHeader' in scope
395 | static let cPlusPlusSource = UTI(rawValue: kUTTypeCPlusPlusSource as String)
396 | static let objectiveCPlusPlusSource = UTI(rawValue: kUTTypeObjectiveCPlusPlusSource as String)
397 | static let cHeader = UTI(rawValue: kUTTypeCHeader as String)
| `- error: cannot find 'kUTTypeCHeader' in scope
398 | static let cPlusPlusHeader = UTI(rawValue: kUTTypeCPlusPlusHeader as String)
399 | static let javaSource = UTI(rawValue: kUTTypeJavaSource as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:398:68: error: cannot find 'kUTTypeCPlusPlusHeader' in scope
396 | static let objectiveCPlusPlusSource = UTI(rawValue: kUTTypeObjectiveCPlusPlusSource as String)
397 | static let cHeader = UTI(rawValue: kUTTypeCHeader as String)
398 | static let cPlusPlusHeader = UTI(rawValue: kUTTypeCPlusPlusHeader as String)
| `- error: cannot find 'kUTTypeCPlusPlusHeader' in scope
399 | static let javaSource = UTI(rawValue: kUTTypeJavaSource as String)
400 | static let script = UTI(rawValue: kUTTypeScript as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:399:68: error: cannot find 'kUTTypeJavaSource' in scope
397 | static let cHeader = UTI(rawValue: kUTTypeCHeader as String)
398 | static let cPlusPlusHeader = UTI(rawValue: kUTTypeCPlusPlusHeader as String)
399 | static let javaSource = UTI(rawValue: kUTTypeJavaSource as String)
| `- error: cannot find 'kUTTypeJavaSource' in scope
400 | static let script = UTI(rawValue: kUTTypeScript as String)
401 | static let appleScript = UTI(rawValue: kUTTypeAppleScript as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:400:68: error: cannot find 'kUTTypeScript' in scope
398 | static let cPlusPlusHeader = UTI(rawValue: kUTTypeCPlusPlusHeader as String)
399 | static let javaSource = UTI(rawValue: kUTTypeJavaSource as String)
400 | static let script = UTI(rawValue: kUTTypeScript as String)
| `- error: cannot find 'kUTTypeScript' in scope
401 | static let appleScript = UTI(rawValue: kUTTypeAppleScript as String)
402 | static let osaScript = UTI(rawValue: kUTTypeOSAScript as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:401:68: error: cannot find 'kUTTypeAppleScript' in scope
399 | static let javaSource = UTI(rawValue: kUTTypeJavaSource as String)
400 | static let script = UTI(rawValue: kUTTypeScript as String)
401 | static let appleScript = UTI(rawValue: kUTTypeAppleScript as String)
| `- error: cannot find 'kUTTypeAppleScript' in scope
402 | static let osaScript = UTI(rawValue: kUTTypeOSAScript as String)
403 | static let osaScriptBundle = UTI(rawValue: kUTTypeOSAScriptBundle as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:402:68: error: cannot find 'kUTTypeOSAScript' in scope
400 | static let script = UTI(rawValue: kUTTypeScript as String)
401 | static let appleScript = UTI(rawValue: kUTTypeAppleScript as String)
402 | static let osaScript = UTI(rawValue: kUTTypeOSAScript as String)
| `- error: cannot find 'kUTTypeOSAScript' in scope
403 | static let osaScriptBundle = UTI(rawValue: kUTTypeOSAScriptBundle as String)
404 | static let javaScript = UTI(rawValue: kUTTypeJavaScript as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:403:68: error: cannot find 'kUTTypeOSAScriptBundle' in scope
401 | static let appleScript = UTI(rawValue: kUTTypeAppleScript as String)
402 | static let osaScript = UTI(rawValue: kUTTypeOSAScript as String)
403 | static let osaScriptBundle = UTI(rawValue: kUTTypeOSAScriptBundle as String)
| `- error: cannot find 'kUTTypeOSAScriptBundle' in scope
404 | static let javaScript = UTI(rawValue: kUTTypeJavaScript as String)
405 | static let shellScript = UTI(rawValue: kUTTypeShellScript as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:404:68: error: cannot find 'kUTTypeJavaScript' in scope
402 | static let osaScript = UTI(rawValue: kUTTypeOSAScript as String)
403 | static let osaScriptBundle = UTI(rawValue: kUTTypeOSAScriptBundle as String)
404 | static let javaScript = UTI(rawValue: kUTTypeJavaScript as String)
| `- error: cannot find 'kUTTypeJavaScript' in scope
405 | static let shellScript = UTI(rawValue: kUTTypeShellScript as String)
406 | static let perlScript = UTI(rawValue: kUTTypePerlScript as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:405:68: error: cannot find 'kUTTypeShellScript' in scope
403 | static let osaScriptBundle = UTI(rawValue: kUTTypeOSAScriptBundle as String)
404 | static let javaScript = UTI(rawValue: kUTTypeJavaScript as String)
405 | static let shellScript = UTI(rawValue: kUTTypeShellScript as String)
| `- error: cannot find 'kUTTypeShellScript' in scope
406 | static let perlScript = UTI(rawValue: kUTTypePerlScript as String)
407 | static let pythonScript = UTI(rawValue: kUTTypePythonScript as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:406:68: error: cannot find 'kUTTypePerlScript' in scope
404 | static let javaScript = UTI(rawValue: kUTTypeJavaScript as String)
405 | static let shellScript = UTI(rawValue: kUTTypeShellScript as String)
406 | static let perlScript = UTI(rawValue: kUTTypePerlScript as String)
| `- error: cannot find 'kUTTypePerlScript' in scope
407 | static let pythonScript = UTI(rawValue: kUTTypePythonScript as String)
408 | static let rubyScript = UTI(rawValue: kUTTypeRubyScript as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:407:68: error: cannot find 'kUTTypePythonScript' in scope
405 | static let shellScript = UTI(rawValue: kUTTypeShellScript as String)
406 | static let perlScript = UTI(rawValue: kUTTypePerlScript as String)
407 | static let pythonScript = UTI(rawValue: kUTTypePythonScript as String)
| `- error: cannot find 'kUTTypePythonScript' in scope
408 | static let rubyScript = UTI(rawValue: kUTTypeRubyScript as String)
409 | static let phpScript = UTI(rawValue: kUTTypePHPScript as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:408:68: error: cannot find 'kUTTypeRubyScript' in scope
406 | static let perlScript = UTI(rawValue: kUTTypePerlScript as String)
407 | static let pythonScript = UTI(rawValue: kUTTypePythonScript as String)
408 | static let rubyScript = UTI(rawValue: kUTTypeRubyScript as String)
| `- error: cannot find 'kUTTypeRubyScript' in scope
409 | static let phpScript = UTI(rawValue: kUTTypePHPScript as String)
410 | static let json = UTI(rawValue: kUTTypeJSON as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:409:68: error: cannot find 'kUTTypePHPScript' in scope
407 | static let pythonScript = UTI(rawValue: kUTTypePythonScript as String)
408 | static let rubyScript = UTI(rawValue: kUTTypeRubyScript as String)
409 | static let phpScript = UTI(rawValue: kUTTypePHPScript as String)
| `- error: cannot find 'kUTTypePHPScript' in scope
410 | static let json = UTI(rawValue: kUTTypeJSON as String)
411 | static let propertyList = UTI(rawValue: kUTTypePropertyList as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:410:68: error: cannot find 'kUTTypeJSON' in scope
408 | static let rubyScript = UTI(rawValue: kUTTypeRubyScript as String)
409 | static let phpScript = UTI(rawValue: kUTTypePHPScript as String)
410 | static let json = UTI(rawValue: kUTTypeJSON as String)
| `- error: cannot find 'kUTTypeJSON' in scope
411 | static let propertyList = UTI(rawValue: kUTTypePropertyList as String)
412 | static let xmlPropertyList = UTI(rawValue: kUTTypeXMLPropertyList as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:411:68: error: cannot find 'kUTTypePropertyList' in scope
409 | static let phpScript = UTI(rawValue: kUTTypePHPScript as String)
410 | static let json = UTI(rawValue: kUTTypeJSON as String)
411 | static let propertyList = UTI(rawValue: kUTTypePropertyList as String)
| `- error: cannot find 'kUTTypePropertyList' in scope
412 | static let xmlPropertyList = UTI(rawValue: kUTTypeXMLPropertyList as String)
413 | static let binaryPropertyList = UTI(rawValue: kUTTypeBinaryPropertyList as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:412:68: error: cannot find 'kUTTypeXMLPropertyList' in scope
410 | static let json = UTI(rawValue: kUTTypeJSON as String)
411 | static let propertyList = UTI(rawValue: kUTTypePropertyList as String)
412 | static let xmlPropertyList = UTI(rawValue: kUTTypeXMLPropertyList as String)
| `- error: cannot find 'kUTTypeXMLPropertyList' in scope
413 | static let binaryPropertyList = UTI(rawValue: kUTTypeBinaryPropertyList as String)
414 | static let pdf = UTI(rawValue: kUTTypePDF as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:413:68: error: cannot find 'kUTTypeBinaryPropertyList' in scope
411 | static let propertyList = UTI(rawValue: kUTTypePropertyList as String)
412 | static let xmlPropertyList = UTI(rawValue: kUTTypeXMLPropertyList as String)
413 | static let binaryPropertyList = UTI(rawValue: kUTTypeBinaryPropertyList as String)
| `- error: cannot find 'kUTTypeBinaryPropertyList' in scope
414 | static let pdf = UTI(rawValue: kUTTypePDF as String)
415 | static let rtfd = UTI(rawValue: kUTTypeRTFD as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:414:68: error: cannot find 'kUTTypePDF' in scope
412 | static let xmlPropertyList = UTI(rawValue: kUTTypeXMLPropertyList as String)
413 | static let binaryPropertyList = UTI(rawValue: kUTTypeBinaryPropertyList as String)
414 | static let pdf = UTI(rawValue: kUTTypePDF as String)
| `- error: cannot find 'kUTTypePDF' in scope
415 | static let rtfd = UTI(rawValue: kUTTypeRTFD as String)
416 | static let flatRTFD = UTI(rawValue: kUTTypeFlatRTFD as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:415:68: error: cannot find 'kUTTypeRTFD' in scope
413 | static let binaryPropertyList = UTI(rawValue: kUTTypeBinaryPropertyList as String)
414 | static let pdf = UTI(rawValue: kUTTypePDF as String)
415 | static let rtfd = UTI(rawValue: kUTTypeRTFD as String)
| `- error: cannot find 'kUTTypeRTFD' in scope
416 | static let flatRTFD = UTI(rawValue: kUTTypeFlatRTFD as String)
417 | static let txnTextAndMultimediaData = UTI(rawValue: kUTTypeTXNTextAndMultimediaData as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:416:68: error: cannot find 'kUTTypeFlatRTFD' in scope
414 | static let pdf = UTI(rawValue: kUTTypePDF as String)
415 | static let rtfd = UTI(rawValue: kUTTypeRTFD as String)
416 | static let flatRTFD = UTI(rawValue: kUTTypeFlatRTFD as String)
| `- error: cannot find 'kUTTypeFlatRTFD' in scope
417 | static let txnTextAndMultimediaData = UTI(rawValue: kUTTypeTXNTextAndMultimediaData as String)
418 | static let webArchive = UTI(rawValue: kUTTypeWebArchive as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:417:68: error: cannot find 'kUTTypeTXNTextAndMultimediaData' in scope
415 | static let rtfd = UTI(rawValue: kUTTypeRTFD as String)
416 | static let flatRTFD = UTI(rawValue: kUTTypeFlatRTFD as String)
417 | static let txnTextAndMultimediaData = UTI(rawValue: kUTTypeTXNTextAndMultimediaData as String)
| `- error: cannot find 'kUTTypeTXNTextAndMultimediaData' in scope
418 | static let webArchive = UTI(rawValue: kUTTypeWebArchive as String)
419 | static let image = UTI(rawValue: kUTTypeImage as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:418:68: error: cannot find 'kUTTypeWebArchive' in scope
416 | static let flatRTFD = UTI(rawValue: kUTTypeFlatRTFD as String)
417 | static let txnTextAndMultimediaData = UTI(rawValue: kUTTypeTXNTextAndMultimediaData as String)
418 | static let webArchive = UTI(rawValue: kUTTypeWebArchive as String)
| `- error: cannot find 'kUTTypeWebArchive' in scope
419 | static let image = UTI(rawValue: kUTTypeImage as String)
420 | static let jpeg = UTI(rawValue: kUTTypeJPEG as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:419:68: error: cannot find 'kUTTypeImage' in scope
417 | static let txnTextAndMultimediaData = UTI(rawValue: kUTTypeTXNTextAndMultimediaData as String)
418 | static let webArchive = UTI(rawValue: kUTTypeWebArchive as String)
419 | static let image = UTI(rawValue: kUTTypeImage as String)
| `- error: cannot find 'kUTTypeImage' in scope
420 | static let jpeg = UTI(rawValue: kUTTypeJPEG as String)
421 | static let jpeg2000 = UTI(rawValue: kUTTypeJPEG2000 as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:420:68: error: cannot find 'kUTTypeJPEG' in scope
418 | static let webArchive = UTI(rawValue: kUTTypeWebArchive as String)
419 | static let image = UTI(rawValue: kUTTypeImage as String)
420 | static let jpeg = UTI(rawValue: kUTTypeJPEG as String)
| `- error: cannot find 'kUTTypeJPEG' in scope
421 | static let jpeg2000 = UTI(rawValue: kUTTypeJPEG2000 as String)
422 | static let tiff = UTI(rawValue: kUTTypeTIFF as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:421:68: error: cannot find 'kUTTypeJPEG2000' in scope
419 | static let image = UTI(rawValue: kUTTypeImage as String)
420 | static let jpeg = UTI(rawValue: kUTTypeJPEG as String)
421 | static let jpeg2000 = UTI(rawValue: kUTTypeJPEG2000 as String)
| `- error: cannot find 'kUTTypeJPEG2000' in scope
422 | static let tiff = UTI(rawValue: kUTTypeTIFF as String)
423 | static let pict = UTI(rawValue: kUTTypePICT as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:422:68: error: cannot find 'kUTTypeTIFF' in scope
420 | static let jpeg = UTI(rawValue: kUTTypeJPEG as String)
421 | static let jpeg2000 = UTI(rawValue: kUTTypeJPEG2000 as String)
422 | static let tiff = UTI(rawValue: kUTTypeTIFF as String)
| `- error: cannot find 'kUTTypeTIFF' in scope
423 | static let pict = UTI(rawValue: kUTTypePICT as String)
424 | static let gif = UTI(rawValue: kUTTypeGIF as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:423:68: error: cannot find 'kUTTypePICT' in scope
421 | static let jpeg2000 = UTI(rawValue: kUTTypeJPEG2000 as String)
422 | static let tiff = UTI(rawValue: kUTTypeTIFF as String)
423 | static let pict = UTI(rawValue: kUTTypePICT as String)
| `- error: cannot find 'kUTTypePICT' in scope
424 | static let gif = UTI(rawValue: kUTTypeGIF as String)
425 | static let png = UTI(rawValue: kUTTypePNG as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:424:68: error: cannot find 'kUTTypeGIF' in scope
422 | static let tiff = UTI(rawValue: kUTTypeTIFF as String)
423 | static let pict = UTI(rawValue: kUTTypePICT as String)
424 | static let gif = UTI(rawValue: kUTTypeGIF as String)
| `- error: cannot find 'kUTTypeGIF' in scope
425 | static let png = UTI(rawValue: kUTTypePNG as String)
426 | static let quickTimeImage = UTI(rawValue: kUTTypeQuickTimeImage as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:425:68: error: cannot find 'kUTTypePNG' in scope
423 | static let pict = UTI(rawValue: kUTTypePICT as String)
424 | static let gif = UTI(rawValue: kUTTypeGIF as String)
425 | static let png = UTI(rawValue: kUTTypePNG as String)
| `- error: cannot find 'kUTTypePNG' in scope
426 | static let quickTimeImage = UTI(rawValue: kUTTypeQuickTimeImage as String)
427 | static let appleICNS = UTI(rawValue: kUTTypeAppleICNS as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:426:68: error: cannot find 'kUTTypeQuickTimeImage' in scope
424 | static let gif = UTI(rawValue: kUTTypeGIF as String)
425 | static let png = UTI(rawValue: kUTTypePNG as String)
426 | static let quickTimeImage = UTI(rawValue: kUTTypeQuickTimeImage as String)
| `- error: cannot find 'kUTTypeQuickTimeImage' in scope
427 | static let appleICNS = UTI(rawValue: kUTTypeAppleICNS as String)
428 | static let bmp = UTI(rawValue: kUTTypeBMP as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:427:68: error: cannot find 'kUTTypeAppleICNS' in scope
425 | static let png = UTI(rawValue: kUTTypePNG as String)
426 | static let quickTimeImage = UTI(rawValue: kUTTypeQuickTimeImage as String)
427 | static let appleICNS = UTI(rawValue: kUTTypeAppleICNS as String)
| `- error: cannot find 'kUTTypeAppleICNS' in scope
428 | static let bmp = UTI(rawValue: kUTTypeBMP as String)
429 | static let ico = UTI(rawValue: kUTTypeICO as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:428:68: error: cannot find 'kUTTypeBMP' in scope
426 | static let quickTimeImage = UTI(rawValue: kUTTypeQuickTimeImage as String)
427 | static let appleICNS = UTI(rawValue: kUTTypeAppleICNS as String)
428 | static let bmp = UTI(rawValue: kUTTypeBMP as String)
| `- error: cannot find 'kUTTypeBMP' in scope
429 | static let ico = UTI(rawValue: kUTTypeICO as String)
430 | static let rawImage = UTI(rawValue: kUTTypeRawImage as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:429:68: error: cannot find 'kUTTypeICO' in scope
427 | static let appleICNS = UTI(rawValue: kUTTypeAppleICNS as String)
428 | static let bmp = UTI(rawValue: kUTTypeBMP as String)
429 | static let ico = UTI(rawValue: kUTTypeICO as String)
| `- error: cannot find 'kUTTypeICO' in scope
430 | static let rawImage = UTI(rawValue: kUTTypeRawImage as String)
431 | static let scalableVectorGraphics = UTI(rawValue: kUTTypeScalableVectorGraphics as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:430:68: error: cannot find 'kUTTypeRawImage' in scope
428 | static let bmp = UTI(rawValue: kUTTypeBMP as String)
429 | static let ico = UTI(rawValue: kUTTypeICO as String)
430 | static let rawImage = UTI(rawValue: kUTTypeRawImage as String)
| `- error: cannot find 'kUTTypeRawImage' in scope
431 | static let scalableVectorGraphics = UTI(rawValue: kUTTypeScalableVectorGraphics as String)
432 | @available(OSX 10.12, iOS 9.1, watchOS 2.1, *)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:431:68: error: cannot find 'kUTTypeScalableVectorGraphics' in scope
429 | static let ico = UTI(rawValue: kUTTypeICO as String)
430 | static let rawImage = UTI(rawValue: kUTTypeRawImage as String)
431 | static let scalableVectorGraphics = UTI(rawValue: kUTTypeScalableVectorGraphics as String)
| `- error: cannot find 'kUTTypeScalableVectorGraphics' in scope
432 | @available(OSX 10.12, iOS 9.1, watchOS 2.1, *)
433 | static let livePhoto = UTI(rawValue: kUTTypeLivePhoto as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:433:56: error: cannot find 'kUTTypeLivePhoto' in scope
431 | static let scalableVectorGraphics = UTI(rawValue: kUTTypeScalableVectorGraphics as String)
432 | @available(OSX 10.12, iOS 9.1, watchOS 2.1, *)
433 | static let livePhoto = UTI(rawValue: kUTTypeLivePhoto as String)
| `- error: cannot find 'kUTTypeLivePhoto' in scope
434 | @available(OSX 10.12, iOS 9.1, *)
435 | static let audiovisualContent = UTI(rawValue: kUTTypeAudiovisualContent as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:435:68: error: cannot find 'kUTTypeAudiovisualContent' in scope
433 | static let livePhoto = UTI(rawValue: kUTTypeLivePhoto as String)
434 | @available(OSX 10.12, iOS 9.1, *)
435 | static let audiovisualContent = UTI(rawValue: kUTTypeAudiovisualContent as String)
| `- error: cannot find 'kUTTypeAudiovisualContent' in scope
436 | static let movie = UTI(rawValue: kUTTypeMovie as String)
437 | static let video = UTI(rawValue: kUTTypeVideo as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:436:68: error: cannot find 'kUTTypeMovie' in scope
434 | @available(OSX 10.12, iOS 9.1, *)
435 | static let audiovisualContent = UTI(rawValue: kUTTypeAudiovisualContent as String)
436 | static let movie = UTI(rawValue: kUTTypeMovie as String)
| `- error: cannot find 'kUTTypeMovie' in scope
437 | static let video = UTI(rawValue: kUTTypeVideo as String)
438 | static let audio = UTI(rawValue: kUTTypeAudio as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:437:68: error: cannot find 'kUTTypeVideo' in scope
435 | static let audiovisualContent = UTI(rawValue: kUTTypeAudiovisualContent as String)
436 | static let movie = UTI(rawValue: kUTTypeMovie as String)
437 | static let video = UTI(rawValue: kUTTypeVideo as String)
| `- error: cannot find 'kUTTypeVideo' in scope
438 | static let audio = UTI(rawValue: kUTTypeAudio as String)
439 | static let quickTimeMovie = UTI(rawValue: kUTTypeQuickTimeMovie as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:438:68: error: cannot find 'kUTTypeAudio' in scope
436 | static let movie = UTI(rawValue: kUTTypeMovie as String)
437 | static let video = UTI(rawValue: kUTTypeVideo as String)
438 | static let audio = UTI(rawValue: kUTTypeAudio as String)
| `- error: cannot find 'kUTTypeAudio' in scope
439 | static let quickTimeMovie = UTI(rawValue: kUTTypeQuickTimeMovie as String)
440 | static let mpeg = UTI(rawValue: kUTTypeMPEG as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:439:68: error: cannot find 'kUTTypeQuickTimeMovie' in scope
437 | static let video = UTI(rawValue: kUTTypeVideo as String)
438 | static let audio = UTI(rawValue: kUTTypeAudio as String)
439 | static let quickTimeMovie = UTI(rawValue: kUTTypeQuickTimeMovie as String)
| `- error: cannot find 'kUTTypeQuickTimeMovie' in scope
440 | static let mpeg = UTI(rawValue: kUTTypeMPEG as String)
441 | static let mpeg2Video = UTI(rawValue: kUTTypeMPEG2Video as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:440:68: error: cannot find 'kUTTypeMPEG' in scope
438 | static let audio = UTI(rawValue: kUTTypeAudio as String)
439 | static let quickTimeMovie = UTI(rawValue: kUTTypeQuickTimeMovie as String)
440 | static let mpeg = UTI(rawValue: kUTTypeMPEG as String)
| `- error: cannot find 'kUTTypeMPEG' in scope
441 | static let mpeg2Video = UTI(rawValue: kUTTypeMPEG2Video as String)
442 | static let mpeg2TransportStream = UTI(rawValue: kUTTypeMPEG2TransportStream as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:441:68: error: cannot find 'kUTTypeMPEG2Video' in scope
439 | static let quickTimeMovie = UTI(rawValue: kUTTypeQuickTimeMovie as String)
440 | static let mpeg = UTI(rawValue: kUTTypeMPEG as String)
441 | static let mpeg2Video = UTI(rawValue: kUTTypeMPEG2Video as String)
| `- error: cannot find 'kUTTypeMPEG2Video' in scope
442 | static let mpeg2TransportStream = UTI(rawValue: kUTTypeMPEG2TransportStream as String)
443 | static let mp3 = UTI(rawValue: kUTTypeMP3 as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:442:68: error: cannot find 'kUTTypeMPEG2TransportStream' in scope
440 | static let mpeg = UTI(rawValue: kUTTypeMPEG as String)
441 | static let mpeg2Video = UTI(rawValue: kUTTypeMPEG2Video as String)
442 | static let mpeg2TransportStream = UTI(rawValue: kUTTypeMPEG2TransportStream as String)
| `- error: cannot find 'kUTTypeMPEG2TransportStream' in scope
443 | static let mp3 = UTI(rawValue: kUTTypeMP3 as String)
444 | static let mpeg4 = UTI(rawValue: kUTTypeMPEG4 as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:443:68: error: cannot find 'kUTTypeMP3' in scope
441 | static let mpeg2Video = UTI(rawValue: kUTTypeMPEG2Video as String)
442 | static let mpeg2TransportStream = UTI(rawValue: kUTTypeMPEG2TransportStream as String)
443 | static let mp3 = UTI(rawValue: kUTTypeMP3 as String)
| `- error: cannot find 'kUTTypeMP3' in scope
444 | static let mpeg4 = UTI(rawValue: kUTTypeMPEG4 as String)
445 | static let mpeg4Audio = UTI(rawValue: kUTTypeMPEG4Audio as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:444:68: error: cannot find 'kUTTypeMPEG4' in scope
442 | static let mpeg2TransportStream = UTI(rawValue: kUTTypeMPEG2TransportStream as String)
443 | static let mp3 = UTI(rawValue: kUTTypeMP3 as String)
444 | static let mpeg4 = UTI(rawValue: kUTTypeMPEG4 as String)
| `- error: cannot find 'kUTTypeMPEG4' in scope
445 | static let mpeg4Audio = UTI(rawValue: kUTTypeMPEG4Audio as String)
446 | static let appleProtectedMPEG4Audio = UTI(rawValue: kUTTypeAppleProtectedMPEG4Audio as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:445:68: error: cannot find 'kUTTypeMPEG4Audio' in scope
443 | static let mp3 = UTI(rawValue: kUTTypeMP3 as String)
444 | static let mpeg4 = UTI(rawValue: kUTTypeMPEG4 as String)
445 | static let mpeg4Audio = UTI(rawValue: kUTTypeMPEG4Audio as String)
| `- error: cannot find 'kUTTypeMPEG4Audio' in scope
446 | static let appleProtectedMPEG4Audio = UTI(rawValue: kUTTypeAppleProtectedMPEG4Audio as String)
447 | static let appleProtectedMPEG4Video = UTI(rawValue: kUTTypeAppleProtectedMPEG4Video as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:446:68: error: cannot find 'kUTTypeAppleProtectedMPEG4Audio' in scope
444 | static let mpeg4 = UTI(rawValue: kUTTypeMPEG4 as String)
445 | static let mpeg4Audio = UTI(rawValue: kUTTypeMPEG4Audio as String)
446 | static let appleProtectedMPEG4Audio = UTI(rawValue: kUTTypeAppleProtectedMPEG4Audio as String)
| `- error: cannot find 'kUTTypeAppleProtectedMPEG4Audio' in scope
447 | static let appleProtectedMPEG4Video = UTI(rawValue: kUTTypeAppleProtectedMPEG4Video as String)
448 | static let aviMovie = UTI(rawValue: kUTTypeAVIMovie as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:447:68: error: cannot find 'kUTTypeAppleProtectedMPEG4Video' in scope
445 | static let mpeg4Audio = UTI(rawValue: kUTTypeMPEG4Audio as String)
446 | static let appleProtectedMPEG4Audio = UTI(rawValue: kUTTypeAppleProtectedMPEG4Audio as String)
447 | static let appleProtectedMPEG4Video = UTI(rawValue: kUTTypeAppleProtectedMPEG4Video as String)
| `- error: cannot find 'kUTTypeAppleProtectedMPEG4Video' in scope
448 | static let aviMovie = UTI(rawValue: kUTTypeAVIMovie as String)
449 | static let audioInterchangeFileFormat = UTI(rawValue: kUTTypeAudioInterchangeFileFormat as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:448:68: error: cannot find 'kUTTypeAVIMovie' in scope
446 | static let appleProtectedMPEG4Audio = UTI(rawValue: kUTTypeAppleProtectedMPEG4Audio as String)
447 | static let appleProtectedMPEG4Video = UTI(rawValue: kUTTypeAppleProtectedMPEG4Video as String)
448 | static let aviMovie = UTI(rawValue: kUTTypeAVIMovie as String)
| `- error: cannot find 'kUTTypeAVIMovie' in scope
449 | static let audioInterchangeFileFormat = UTI(rawValue: kUTTypeAudioInterchangeFileFormat as String)
450 | static let waveformAudio = UTI(rawValue: kUTTypeWaveformAudio as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:449:68: error: cannot find 'kUTTypeAudioInterchangeFileFormat' in scope
447 | static let appleProtectedMPEG4Video = UTI(rawValue: kUTTypeAppleProtectedMPEG4Video as String)
448 | static let aviMovie = UTI(rawValue: kUTTypeAVIMovie as String)
449 | static let audioInterchangeFileFormat = UTI(rawValue: kUTTypeAudioInterchangeFileFormat as String)
| `- error: cannot find 'kUTTypeAudioInterchangeFileFormat' in scope
450 | static let waveformAudio = UTI(rawValue: kUTTypeWaveformAudio as String)
451 | static let midiAudio = UTI(rawValue: kUTTypeMIDIAudio as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:450:68: error: cannot find 'kUTTypeWaveformAudio' in scope
448 | static let aviMovie = UTI(rawValue: kUTTypeAVIMovie as String)
449 | static let audioInterchangeFileFormat = UTI(rawValue: kUTTypeAudioInterchangeFileFormat as String)
450 | static let waveformAudio = UTI(rawValue: kUTTypeWaveformAudio as String)
| `- error: cannot find 'kUTTypeWaveformAudio' in scope
451 | static let midiAudio = UTI(rawValue: kUTTypeMIDIAudio as String)
452 | static let playlist = UTI(rawValue: kUTTypePlaylist as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:451:68: error: cannot find 'kUTTypeMIDIAudio' in scope
449 | static let audioInterchangeFileFormat = UTI(rawValue: kUTTypeAudioInterchangeFileFormat as String)
450 | static let waveformAudio = UTI(rawValue: kUTTypeWaveformAudio as String)
451 | static let midiAudio = UTI(rawValue: kUTTypeMIDIAudio as String)
| `- error: cannot find 'kUTTypeMIDIAudio' in scope
452 | static let playlist = UTI(rawValue: kUTTypePlaylist as String)
453 | static let m3UPlaylist = UTI(rawValue: kUTTypeM3UPlaylist as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:452:68: error: cannot find 'kUTTypePlaylist' in scope
450 | static let waveformAudio = UTI(rawValue: kUTTypeWaveformAudio as String)
451 | static let midiAudio = UTI(rawValue: kUTTypeMIDIAudio as String)
452 | static let playlist = UTI(rawValue: kUTTypePlaylist as String)
| `- error: cannot find 'kUTTypePlaylist' in scope
453 | static let m3UPlaylist = UTI(rawValue: kUTTypeM3UPlaylist as String)
454 | static let folder = UTI(rawValue: kUTTypeFolder as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:453:68: error: cannot find 'kUTTypeM3UPlaylist' in scope
451 | static let midiAudio = UTI(rawValue: kUTTypeMIDIAudio as String)
452 | static let playlist = UTI(rawValue: kUTTypePlaylist as String)
453 | static let m3UPlaylist = UTI(rawValue: kUTTypeM3UPlaylist as String)
| `- error: cannot find 'kUTTypeM3UPlaylist' in scope
454 | static let folder = UTI(rawValue: kUTTypeFolder as String)
455 | static let volume = UTI(rawValue: kUTTypeVolume as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:454:68: error: cannot find 'kUTTypeFolder' in scope
452 | static let playlist = UTI(rawValue: kUTTypePlaylist as String)
453 | static let m3UPlaylist = UTI(rawValue: kUTTypeM3UPlaylist as String)
454 | static let folder = UTI(rawValue: kUTTypeFolder as String)
| `- error: cannot find 'kUTTypeFolder' in scope
455 | static let volume = UTI(rawValue: kUTTypeVolume as String)
456 | static let package = UTI(rawValue: kUTTypePackage as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:455:68: error: cannot find 'kUTTypeVolume' in scope
453 | static let m3UPlaylist = UTI(rawValue: kUTTypeM3UPlaylist as String)
454 | static let folder = UTI(rawValue: kUTTypeFolder as String)
455 | static let volume = UTI(rawValue: kUTTypeVolume as String)
| `- error: cannot find 'kUTTypeVolume' in scope
456 | static let package = UTI(rawValue: kUTTypePackage as String)
457 | static let bundle = UTI(rawValue: kUTTypeBundle as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:456:68: error: cannot find 'kUTTypePackage' in scope
454 | static let folder = UTI(rawValue: kUTTypeFolder as String)
455 | static let volume = UTI(rawValue: kUTTypeVolume as String)
456 | static let package = UTI(rawValue: kUTTypePackage as String)
| `- error: cannot find 'kUTTypePackage' in scope
457 | static let bundle = UTI(rawValue: kUTTypeBundle as String)
458 | static let pluginBundle = UTI(rawValue: kUTTypePluginBundle as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:457:68: error: cannot find 'kUTTypeBundle' in scope
455 | static let volume = UTI(rawValue: kUTTypeVolume as String)
456 | static let package = UTI(rawValue: kUTTypePackage as String)
457 | static let bundle = UTI(rawValue: kUTTypeBundle as String)
| `- error: cannot find 'kUTTypeBundle' in scope
458 | static let pluginBundle = UTI(rawValue: kUTTypePluginBundle as String)
459 | static let spotlightImporter = UTI(rawValue: kUTTypeSpotlightImporter as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:458:68: error: cannot find 'kUTTypePluginBundle' in scope
456 | static let package = UTI(rawValue: kUTTypePackage as String)
457 | static let bundle = UTI(rawValue: kUTTypeBundle as String)
458 | static let pluginBundle = UTI(rawValue: kUTTypePluginBundle as String)
| `- error: cannot find 'kUTTypePluginBundle' in scope
459 | static let spotlightImporter = UTI(rawValue: kUTTypeSpotlightImporter as String)
460 | static let quickLookGenerator = UTI(rawValue: kUTTypeQuickLookGenerator as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:459:68: error: cannot find 'kUTTypeSpotlightImporter' in scope
457 | static let bundle = UTI(rawValue: kUTTypeBundle as String)
458 | static let pluginBundle = UTI(rawValue: kUTTypePluginBundle as String)
459 | static let spotlightImporter = UTI(rawValue: kUTTypeSpotlightImporter as String)
| `- error: cannot find 'kUTTypeSpotlightImporter' in scope
460 | static let quickLookGenerator = UTI(rawValue: kUTTypeQuickLookGenerator as String)
461 | static let xpcService = UTI(rawValue: kUTTypeXPCService as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:460:68: error: cannot find 'kUTTypeQuickLookGenerator' in scope
458 | static let pluginBundle = UTI(rawValue: kUTTypePluginBundle as String)
459 | static let spotlightImporter = UTI(rawValue: kUTTypeSpotlightImporter as String)
460 | static let quickLookGenerator = UTI(rawValue: kUTTypeQuickLookGenerator as String)
| `- error: cannot find 'kUTTypeQuickLookGenerator' in scope
461 | static let xpcService = UTI(rawValue: kUTTypeXPCService as String)
462 | static let framework = UTI(rawValue: kUTTypeFramework as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:461:68: error: cannot find 'kUTTypeXPCService' in scope
459 | static let spotlightImporter = UTI(rawValue: kUTTypeSpotlightImporter as String)
460 | static let quickLookGenerator = UTI(rawValue: kUTTypeQuickLookGenerator as String)
461 | static let xpcService = UTI(rawValue: kUTTypeXPCService as String)
| `- error: cannot find 'kUTTypeXPCService' in scope
462 | static let framework = UTI(rawValue: kUTTypeFramework as String)
463 | static let application = UTI(rawValue: kUTTypeApplication as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:462:68: error: cannot find 'kUTTypeFramework' in scope
460 | static let quickLookGenerator = UTI(rawValue: kUTTypeQuickLookGenerator as String)
461 | static let xpcService = UTI(rawValue: kUTTypeXPCService as String)
462 | static let framework = UTI(rawValue: kUTTypeFramework as String)
| `- error: cannot find 'kUTTypeFramework' in scope
463 | static let application = UTI(rawValue: kUTTypeApplication as String)
464 | static let applicationBundle = UTI(rawValue: kUTTypeApplicationBundle as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:463:68: error: cannot find 'kUTTypeApplication' in scope
461 | static let xpcService = UTI(rawValue: kUTTypeXPCService as String)
462 | static let framework = UTI(rawValue: kUTTypeFramework as String)
463 | static let application = UTI(rawValue: kUTTypeApplication as String)
| `- error: cannot find 'kUTTypeApplication' in scope
464 | static let applicationBundle = UTI(rawValue: kUTTypeApplicationBundle as String)
465 | static let applicationFile = UTI(rawValue: kUTTypeApplicationFile as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:464:68: error: cannot find 'kUTTypeApplicationBundle' in scope
462 | static let framework = UTI(rawValue: kUTTypeFramework as String)
463 | static let application = UTI(rawValue: kUTTypeApplication as String)
464 | static let applicationBundle = UTI(rawValue: kUTTypeApplicationBundle as String)
| `- error: cannot find 'kUTTypeApplicationBundle' in scope
465 | static let applicationFile = UTI(rawValue: kUTTypeApplicationFile as String)
466 | static let unixExecutable = UTI(rawValue: kUTTypeUnixExecutable as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:465:68: error: cannot find 'kUTTypeApplicationFile' in scope
463 | static let application = UTI(rawValue: kUTTypeApplication as String)
464 | static let applicationBundle = UTI(rawValue: kUTTypeApplicationBundle as String)
465 | static let applicationFile = UTI(rawValue: kUTTypeApplicationFile as String)
| `- error: cannot find 'kUTTypeApplicationFile' in scope
466 | static let unixExecutable = UTI(rawValue: kUTTypeUnixExecutable as String)
467 | static let windowsExecutable = UTI(rawValue: kUTTypeWindowsExecutable as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:466:68: error: cannot find 'kUTTypeUnixExecutable' in scope
464 | static let applicationBundle = UTI(rawValue: kUTTypeApplicationBundle as String)
465 | static let applicationFile = UTI(rawValue: kUTTypeApplicationFile as String)
466 | static let unixExecutable = UTI(rawValue: kUTTypeUnixExecutable as String)
| `- error: cannot find 'kUTTypeUnixExecutable' in scope
467 | static let windowsExecutable = UTI(rawValue: kUTTypeWindowsExecutable as String)
468 | static let javaClass = UTI(rawValue: kUTTypeJavaClass as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:467:68: error: cannot find 'kUTTypeWindowsExecutable' in scope
465 | static let applicationFile = UTI(rawValue: kUTTypeApplicationFile as String)
466 | static let unixExecutable = UTI(rawValue: kUTTypeUnixExecutable as String)
467 | static let windowsExecutable = UTI(rawValue: kUTTypeWindowsExecutable as String)
| `- error: cannot find 'kUTTypeWindowsExecutable' in scope
468 | static let javaClass = UTI(rawValue: kUTTypeJavaClass as String)
469 | static let javaArchive = UTI(rawValue: kUTTypeJavaArchive as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:468:68: error: cannot find 'kUTTypeJavaClass' in scope
466 | static let unixExecutable = UTI(rawValue: kUTTypeUnixExecutable as String)
467 | static let windowsExecutable = UTI(rawValue: kUTTypeWindowsExecutable as String)
468 | static let javaClass = UTI(rawValue: kUTTypeJavaClass as String)
| `- error: cannot find 'kUTTypeJavaClass' in scope
469 | static let javaArchive = UTI(rawValue: kUTTypeJavaArchive as String)
470 | static let systemPreferencesPane = UTI(rawValue: kUTTypeSystemPreferencesPane as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:469:68: error: cannot find 'kUTTypeJavaArchive' in scope
467 | static let windowsExecutable = UTI(rawValue: kUTTypeWindowsExecutable as String)
468 | static let javaClass = UTI(rawValue: kUTTypeJavaClass as String)
469 | static let javaArchive = UTI(rawValue: kUTTypeJavaArchive as String)
| `- error: cannot find 'kUTTypeJavaArchive' in scope
470 | static let systemPreferencesPane = UTI(rawValue: kUTTypeSystemPreferencesPane as String)
471 | static let gnuZipArchive = UTI(rawValue: kUTTypeGNUZipArchive as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:470:68: error: cannot find 'kUTTypeSystemPreferencesPane' in scope
468 | static let javaClass = UTI(rawValue: kUTTypeJavaClass as String)
469 | static let javaArchive = UTI(rawValue: kUTTypeJavaArchive as String)
470 | static let systemPreferencesPane = UTI(rawValue: kUTTypeSystemPreferencesPane as String)
| `- error: cannot find 'kUTTypeSystemPreferencesPane' in scope
471 | static let gnuZipArchive = UTI(rawValue: kUTTypeGNUZipArchive as String)
472 | static let bzip2Archive = UTI(rawValue: kUTTypeBzip2Archive as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:471:68: error: cannot find 'kUTTypeGNUZipArchive' in scope
469 | static let javaArchive = UTI(rawValue: kUTTypeJavaArchive as String)
470 | static let systemPreferencesPane = UTI(rawValue: kUTTypeSystemPreferencesPane as String)
471 | static let gnuZipArchive = UTI(rawValue: kUTTypeGNUZipArchive as String)
| `- error: cannot find 'kUTTypeGNUZipArchive' in scope
472 | static let bzip2Archive = UTI(rawValue: kUTTypeBzip2Archive as String)
473 | static let zipArchive = UTI(rawValue: kUTTypeZipArchive as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:472:68: error: cannot find 'kUTTypeBzip2Archive' in scope
470 | static let systemPreferencesPane = UTI(rawValue: kUTTypeSystemPreferencesPane as String)
471 | static let gnuZipArchive = UTI(rawValue: kUTTypeGNUZipArchive as String)
472 | static let bzip2Archive = UTI(rawValue: kUTTypeBzip2Archive as String)
| `- error: cannot find 'kUTTypeBzip2Archive' in scope
473 | static let zipArchive = UTI(rawValue: kUTTypeZipArchive as String)
474 | static let spreadsheet = UTI(rawValue: kUTTypeSpreadsheet as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:473:68: error: cannot find 'kUTTypeZipArchive' in scope
471 | static let gnuZipArchive = UTI(rawValue: kUTTypeGNUZipArchive as String)
472 | static let bzip2Archive = UTI(rawValue: kUTTypeBzip2Archive as String)
473 | static let zipArchive = UTI(rawValue: kUTTypeZipArchive as String)
| `- error: cannot find 'kUTTypeZipArchive' in scope
474 | static let spreadsheet = UTI(rawValue: kUTTypeSpreadsheet as String)
475 | static let presentation = UTI(rawValue: kUTTypePresentation as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:474:68: error: cannot find 'kUTTypeSpreadsheet' in scope
472 | static let bzip2Archive = UTI(rawValue: kUTTypeBzip2Archive as String)
473 | static let zipArchive = UTI(rawValue: kUTTypeZipArchive as String)
474 | static let spreadsheet = UTI(rawValue: kUTTypeSpreadsheet as String)
| `- error: cannot find 'kUTTypeSpreadsheet' in scope
475 | static let presentation = UTI(rawValue: kUTTypePresentation as String)
476 | static let database = UTI(rawValue: kUTTypeDatabase as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:475:68: error: cannot find 'kUTTypePresentation' in scope
473 | static let zipArchive = UTI(rawValue: kUTTypeZipArchive as String)
474 | static let spreadsheet = UTI(rawValue: kUTTypeSpreadsheet as String)
475 | static let presentation = UTI(rawValue: kUTTypePresentation as String)
| `- error: cannot find 'kUTTypePresentation' in scope
476 | static let database = UTI(rawValue: kUTTypeDatabase as String)
477 | static let vCard = UTI(rawValue: kUTTypeVCard as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:476:68: error: cannot find 'kUTTypeDatabase' in scope
474 | static let spreadsheet = UTI(rawValue: kUTTypeSpreadsheet as String)
475 | static let presentation = UTI(rawValue: kUTTypePresentation as String)
476 | static let database = UTI(rawValue: kUTTypeDatabase as String)
| `- error: cannot find 'kUTTypeDatabase' in scope
477 | static let vCard = UTI(rawValue: kUTTypeVCard as String)
478 | static let toDoItem = UTI(rawValue: kUTTypeToDoItem as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:477:68: error: cannot find 'kUTTypeVCard' in scope
475 | static let presentation = UTI(rawValue: kUTTypePresentation as String)
476 | static let database = UTI(rawValue: kUTTypeDatabase as String)
477 | static let vCard = UTI(rawValue: kUTTypeVCard as String)
| `- error: cannot find 'kUTTypeVCard' in scope
478 | static let toDoItem = UTI(rawValue: kUTTypeToDoItem as String)
479 | static let calendarEvent = UTI(rawValue: kUTTypeCalendarEvent as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:478:68: error: cannot find 'kUTTypeToDoItem' in scope
476 | static let database = UTI(rawValue: kUTTypeDatabase as String)
477 | static let vCard = UTI(rawValue: kUTTypeVCard as String)
478 | static let toDoItem = UTI(rawValue: kUTTypeToDoItem as String)
| `- error: cannot find 'kUTTypeToDoItem' in scope
479 | static let calendarEvent = UTI(rawValue: kUTTypeCalendarEvent as String)
480 | static let emailMessage = UTI(rawValue: kUTTypeEmailMessage as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:479:68: error: cannot find 'kUTTypeCalendarEvent' in scope
477 | static let vCard = UTI(rawValue: kUTTypeVCard as String)
478 | static let toDoItem = UTI(rawValue: kUTTypeToDoItem as String)
479 | static let calendarEvent = UTI(rawValue: kUTTypeCalendarEvent as String)
| `- error: cannot find 'kUTTypeCalendarEvent' in scope
480 | static let emailMessage = UTI(rawValue: kUTTypeEmailMessage as String)
481 | static let internetLocation = UTI(rawValue: kUTTypeInternetLocation as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:480:68: error: cannot find 'kUTTypeEmailMessage' in scope
478 | static let toDoItem = UTI(rawValue: kUTTypeToDoItem as String)
479 | static let calendarEvent = UTI(rawValue: kUTTypeCalendarEvent as String)
480 | static let emailMessage = UTI(rawValue: kUTTypeEmailMessage as String)
| `- error: cannot find 'kUTTypeEmailMessage' in scope
481 | static let internetLocation = UTI(rawValue: kUTTypeInternetLocation as String)
482 | static let inkText = UTI(rawValue: kUTTypeInkText as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:481:68: error: cannot find 'kUTTypeInternetLocation' in scope
479 | static let calendarEvent = UTI(rawValue: kUTTypeCalendarEvent as String)
480 | static let emailMessage = UTI(rawValue: kUTTypeEmailMessage as String)
481 | static let internetLocation = UTI(rawValue: kUTTypeInternetLocation as String)
| `- error: cannot find 'kUTTypeInternetLocation' in scope
482 | static let inkText = UTI(rawValue: kUTTypeInkText as String)
483 | static let font = UTI(rawValue: kUTTypeFont as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:482:68: error: cannot find 'kUTTypeInkText' in scope
480 | static let emailMessage = UTI(rawValue: kUTTypeEmailMessage as String)
481 | static let internetLocation = UTI(rawValue: kUTTypeInternetLocation as String)
482 | static let inkText = UTI(rawValue: kUTTypeInkText as String)
| `- error: cannot find 'kUTTypeInkText' in scope
483 | static let font = UTI(rawValue: kUTTypeFont as String)
484 | static let bookmark = UTI(rawValue: kUTTypeBookmark as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:483:68: error: cannot find 'kUTTypeFont' in scope
481 | static let internetLocation = UTI(rawValue: kUTTypeInternetLocation as String)
482 | static let inkText = UTI(rawValue: kUTTypeInkText as String)
483 | static let font = UTI(rawValue: kUTTypeFont as String)
| `- error: cannot find 'kUTTypeFont' in scope
484 | static let bookmark = UTI(rawValue: kUTTypeBookmark as String)
485 | static let _3DContent = UTI(rawValue: kUTType3DContent as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:484:68: error: cannot find 'kUTTypeBookmark' in scope
482 | static let inkText = UTI(rawValue: kUTTypeInkText as String)
483 | static let font = UTI(rawValue: kUTTypeFont as String)
484 | static let bookmark = UTI(rawValue: kUTTypeBookmark as String)
| `- error: cannot find 'kUTTypeBookmark' in scope
485 | static let _3DContent = UTI(rawValue: kUTType3DContent as String)
486 | static let pkcs12 = UTI(rawValue: kUTTypePKCS12 as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:485:68: error: cannot find 'kUTType3DContent' in scope
483 | static let font = UTI(rawValue: kUTTypeFont as String)
484 | static let bookmark = UTI(rawValue: kUTTypeBookmark as String)
485 | static let _3DContent = UTI(rawValue: kUTType3DContent as String)
| `- error: cannot find 'kUTType3DContent' in scope
486 | static let pkcs12 = UTI(rawValue: kUTTypePKCS12 as String)
487 | static let x509Certificate = UTI(rawValue: kUTTypeX509Certificate as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:486:68: error: cannot find 'kUTTypePKCS12' in scope
484 | static let bookmark = UTI(rawValue: kUTTypeBookmark as String)
485 | static let _3DContent = UTI(rawValue: kUTType3DContent as String)
486 | static let pkcs12 = UTI(rawValue: kUTTypePKCS12 as String)
| `- error: cannot find 'kUTTypePKCS12' in scope
487 | static let x509Certificate = UTI(rawValue: kUTTypeX509Certificate as String)
488 | static let electronicPublication = UTI(rawValue: kUTTypeElectronicPublication as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:487:68: error: cannot find 'kUTTypeX509Certificate' in scope
485 | static let _3DContent = UTI(rawValue: kUTType3DContent as String)
486 | static let pkcs12 = UTI(rawValue: kUTTypePKCS12 as String)
487 | static let x509Certificate = UTI(rawValue: kUTTypeX509Certificate as String)
| `- error: cannot find 'kUTTypeX509Certificate' in scope
488 | static let electronicPublication = UTI(rawValue: kUTTypeElectronicPublication as String)
489 | static let log = UTI(rawValue: kUTTypeLog as String)
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:488:68: error: cannot find 'kUTTypeElectronicPublication' in scope
486 | static let pkcs12 = UTI(rawValue: kUTTypePKCS12 as String)
487 | static let x509Certificate = UTI(rawValue: kUTTypeX509Certificate as String)
488 | static let electronicPublication = UTI(rawValue: kUTTypeElectronicPublication as String)
| `- error: cannot find 'kUTTypeElectronicPublication' in scope
489 | static let log = UTI(rawValue: kUTTypeLog as String)
490 | }
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:489:68: error: cannot find 'kUTTypeLog' in scope
487 | static let x509Certificate = UTI(rawValue: kUTTypeX509Certificate as String)
488 | static let electronicPublication = UTI(rawValue: kUTTypeElectronicPublication as String)
489 | static let log = UTI(rawValue: kUTTypeLog as String)
| `- error: cannot find 'kUTTypeLog' in scope
490 | }
491 |
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:49:28: error: cannot find type 'CFString' in scope
47 |
48 | fileprivate var rawCFValue: CFString {
49 | return self.rawValue as CFString
| `- error: cannot find type 'CFString' in scope
50 | }
51 | }
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:61:27: error: cannot find type 'CFString' in scope
59 | private var rawCFValue: CFString {
60 |
61 | return self.rawValue as CFString
| `- error: cannot find type 'CFString' in scope
62 | }
63 |
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:102:29: error: cannot find 'UTTypeCreatePreferredIdentifierForTag' in scope
100 | public convenience init(withTagClass tagClass: TagClass, value: String, conformingTo conforming: UTI? = nil) {
101 |
102 | let unmanagedIdentifier = UTTypeCreatePreferredIdentifierForTag(tagClass.rawCFValue, value as CFString, conforming?.rawCFValue)
| `- error: cannot find 'UTTypeCreatePreferredIdentifierForTag' in scope
103 |
104 | // UTTypeCreatePreferredIdentifierForTag only returns nil if the tag class is unknwown, which can't happen to us since we use an
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:102:97: error: cannot find type 'CFString' in scope
100 | public convenience init(withTagClass tagClass: TagClass, value: String, conformingTo conforming: UTI? = nil) {
101 |
102 | let unmanagedIdentifier = UTTypeCreatePreferredIdentifierForTag(tagClass.rawCFValue, value as CFString, conforming?.rawCFValue)
| `- error: cannot find type 'CFString' in scope
103 |
104 | // UTTypeCreatePreferredIdentifierForTag only returns nil if the tag class is unknwown, which can't happen to us since we use an
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:194:22: error: cannot find 'UTTypeCopyPreferredTagWithClass' in scope
192 | public func tag(with tagClass: TagClass) -> String? {
193 |
194 | let unmanagedTag = UTTypeCopyPreferredTagWithClass(self.rawCFValue, tagClass.rawCFValue)
| `- error: cannot find 'UTTypeCopyPreferredTagWithClass' in scope
195 |
196 | guard let tag = unmanagedTag?.takeRetainedValue() as String? else {
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:248:23: error: cannot find 'UTTypeCopyAllTagsWithClass' in scope
246 | public func tags(with tagClass: TagClass) -> Array<String> {
247 |
248 | let unmanagedTags = UTTypeCopyAllTagsWithClass(self.rawCFValue, tagClass.rawCFValue)
| `- error: cannot find 'UTTypeCopyAllTagsWithClass' in scope
249 |
250 | guard let tags = unmanagedTags?.takeRetainedValue() as? Array<CFString> else {
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:250:65: error: cannot find type 'CFString' in scope
248 | let unmanagedTags = UTTypeCopyAllTagsWithClass(self.rawCFValue, tagClass.rawCFValue)
249 |
250 | guard let tags = unmanagedTags?.takeRetainedValue() as? Array<CFString> else {
| `- error: cannot find type 'CFString' in scope
251 | return []
252 | }
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:273:30: error: cannot find 'UTTypeCreateAllIdentifiersForTag' in scope
271 | public static func utis(for tag: TagClass, value: String, conformingTo conforming: UTI? = nil) -> Array<UTI> {
272 |
273 | let unmanagedIdentifiers = UTTypeCreateAllIdentifiersForTag(tag.rawCFValue, value as CFString, conforming?.rawCFValue)
| `- error: cannot find 'UTTypeCreateAllIdentifiersForTag' in scope
274 |
275 |
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:273:88: error: cannot find type 'CFString' in scope
271 | public static func utis(for tag: TagClass, value: String, conformingTo conforming: UTI? = nil) -> Array<UTI> {
272 |
273 | let unmanagedIdentifiers = UTTypeCreateAllIdentifiersForTag(tag.rawCFValue, value as CFString, conforming?.rawCFValue)
| `- error: cannot find type 'CFString' in scope
274 |
275 |
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:276:79: error: cannot find type 'CFString' in scope
274 |
275 |
276 | guard let identifiers = unmanagedIdentifiers?.takeRetainedValue() as? Array<CFString> else {
| `- error: cannot find type 'CFString' in scope
277 | return []
278 | }
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:297:10: error: cannot find 'UTTypeConformsTo' in scope
295 | public func conforms(to otherUTI: UTI) -> Bool {
296 |
297 | return UTTypeConformsTo(self.rawCFValue, otherUTI.rawCFValue) as Bool
| `- error: cannot find 'UTTypeConformsTo' in scope
298 | }
299 |
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:302:10: error: cannot find 'UTTypeEqual' in scope
300 | public static func ==(lhs: UTI, rhs: UTI) -> Bool {
301 |
302 | return UTTypeEqual(lhs.rawCFValue, rhs.rawCFValue) as Bool
| `- error: cannot find 'UTTypeEqual' in scope
303 | }
304 |
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:311:30: error: cannot find 'UTTypeCopyDescription' in scope
309 | public var description: String? {
310 |
311 | let unmanagedDescription = UTTypeCopyDescription(self.rawCFValue)
| `- error: cannot find 'UTTypeCopyDescription' in scope
312 |
313 | guard let description = unmanagedDescription?.takeRetainedValue() as String? else {
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:324:30: error: cannot find 'UTTypeCopyDeclaration' in scope
322 | public var declaration: [AnyHashable:Any]? {
323 |
324 | let unmanagedDeclaration = UTTypeCopyDeclaration(self.rawCFValue)
| `- error: cannot find 'UTTypeCopyDeclaration' in scope
325 |
326 | guard let declaration = unmanagedDeclaration?.takeRetainedValue() as? [AnyHashable:Any] else {
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:337:22: error: cannot find 'UTTypeCopyDeclaringBundleURL' in scope
335 | public var declaringBundleURL: URL? {
336 |
337 | let unmanagedURL = UTTypeCopyDeclaringBundleURL(self.rawCFValue)
| `- error: cannot find 'UTTypeCopyDeclaringBundleURL' in scope
338 |
339 | guard let url = unmanagedURL?.takeRetainedValue() as URL? else {
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:350:10: error: cannot find 'UTTypeIsDynamic' in scope
348 | public var isDynamic: Bool {
349 |
350 | return UTTypeIsDynamic(self.rawCFValue)
| `- error: cannot find 'UTTypeIsDynamic' in scope
351 | }
352 | }
BUILD FAILURE 6.3 linux