The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftUTI with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mkeiser/SwiftUTI.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/mkeiser/SwiftUTI
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7a79af8 Restore & update podspec (#4)
Cloned https://github.com/mkeiser/SwiftUTI.git
Revision (git rev-parse @):
7a79af868845e6efe28ac7c628b952df8763e845
SUCCESS checkout https://github.com/mkeiser/SwiftUTI.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/mkeiser/SwiftUTI.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/4] Emitting module SwiftUTI
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:48:31: error: cannot find type 'CFString' in scope
                fileprivate var rawCFValue: CFString {
                                            ^~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:59:26: error: cannot find type 'CFString' in scope
        private var rawCFValue: CFString {
                                ^~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:359:68: error: cannot find 'kUTTypeItem' in scope
        static       let  item                        =    UTI(rawValue:  kUTTypeItem                        as  String)
                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:360:68: error: cannot find 'kUTTypeContent' in scope
        static       let  content                     =    UTI(rawValue:  kUTTypeContent                     as  String)
                                                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:361:68: error: cannot find 'kUTTypeCompositeContent' in scope
        static       let  compositeContent            =    UTI(rawValue:  kUTTypeCompositeContent            as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:362:68: error: cannot find 'kUTTypeMessage' in scope
        static       let  message                     =    UTI(rawValue:  kUTTypeMessage                     as  String)
                                                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:363:68: error: cannot find 'kUTTypeContact' in scope
        static       let  contact                     =    UTI(rawValue:  kUTTypeContact                     as  String)
                                                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:364:68: error: cannot find 'kUTTypeArchive' in scope
        static       let  archive                     =    UTI(rawValue:  kUTTypeArchive                     as  String)
                                                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:365:68: error: cannot find 'kUTTypeDiskImage' in scope
        static       let  diskImage                   =    UTI(rawValue:  kUTTypeDiskImage                   as  String)
                                                                          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:366:68: error: cannot find 'kUTTypeData' in scope
        static       let  data                        =    UTI(rawValue:  kUTTypeData                        as  String)
                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:367:68: error: cannot find 'kUTTypeDirectory' in scope
        static       let  directory                   =    UTI(rawValue:  kUTTypeDirectory                   as  String)
                                                                          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:368:68: error: cannot find 'kUTTypeResolvable' in scope
        static       let  resolvable                  =    UTI(rawValue:  kUTTypeResolvable                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:369:68: error: cannot find 'kUTTypeSymLink' in scope
        static       let  symLink                     =    UTI(rawValue:  kUTTypeSymLink                     as  String)
                                                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:370:68: error: cannot find 'kUTTypeExecutable' in scope
        static       let  executable                  =    UTI(rawValue:  kUTTypeExecutable                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:371:68: error: cannot find 'kUTTypeMountPoint' in scope
        static       let  mountPoint                  =    UTI(rawValue:  kUTTypeMountPoint                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:372:68: error: cannot find 'kUTTypeAliasFile' in scope
        static       let  aliasFile                   =    UTI(rawValue:  kUTTypeAliasFile                   as  String)
                                                                          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:373:68: error: cannot find 'kUTTypeAliasRecord' in scope
        static       let  aliasRecord                 =    UTI(rawValue:  kUTTypeAliasRecord                 as  String)
                                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:374:68: error: cannot find 'kUTTypeURLBookmarkData' in scope
        static       let  urlBookmarkData             =    UTI(rawValue:  kUTTypeURLBookmarkData             as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:375:68: error: cannot find 'kUTTypeURL' in scope
        static       let  url                         =    UTI(rawValue:  kUTTypeURL                         as  String)
                                                                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:376:68: error: cannot find 'kUTTypeFileURL' in scope
        static       let  fileURL                     =    UTI(rawValue:  kUTTypeFileURL                     as  String)
                                                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:377:68: error: cannot find 'kUTTypeText' in scope
        static       let  text                        =    UTI(rawValue:  kUTTypeText                        as  String)
                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:378:68: error: cannot find 'kUTTypePlainText' in scope
        static       let  plainText                   =    UTI(rawValue:  kUTTypePlainText                   as  String)
                                                                          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:379:68: error: cannot find 'kUTTypeUTF8PlainText' in scope
        static       let  utf8PlainText               =    UTI(rawValue:  kUTTypeUTF8PlainText               as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:380:68: error: cannot find 'kUTTypeUTF16ExternalPlainText' in scope
        static       let  utf16ExternalPlainText      =    UTI(rawValue:  kUTTypeUTF16ExternalPlainText      as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:381:68: error: cannot find 'kUTTypeUTF16PlainText' in scope
        static       let  utf16PlainText              =    UTI(rawValue:  kUTTypeUTF16PlainText              as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:382:68: error: cannot find 'kUTTypeDelimitedText' in scope
        static       let  delimitedText               =    UTI(rawValue:  kUTTypeDelimitedText               as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:383:68: error: cannot find 'kUTTypeCommaSeparatedText' in scope
        static       let  commaSeparatedText          =    UTI(rawValue:  kUTTypeCommaSeparatedText          as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:384:68: error: cannot find 'kUTTypeTabSeparatedText' in scope
        static       let  tabSeparatedText            =    UTI(rawValue:  kUTTypeTabSeparatedText            as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:385:68: error: cannot find 'kUTTypeUTF8TabSeparatedText' in scope
        static       let  utf8TabSeparatedText        =    UTI(rawValue:  kUTTypeUTF8TabSeparatedText        as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:386:68: error: cannot find 'kUTTypeRTF' in scope
        static       let  rtf                         =    UTI(rawValue:  kUTTypeRTF                         as  String)
                                                                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:387:68: error: cannot find 'kUTTypeHTML' in scope
        static       let  html                        =    UTI(rawValue:  kUTTypeHTML                        as  String)
                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:388:68: error: cannot find 'kUTTypeXML' in scope
        static       let  xml                         =    UTI(rawValue:  kUTTypeXML                         as  String)
                                                                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:389:68: error: cannot find 'kUTTypeSourceCode' in scope
        static       let  sourceCode                  =    UTI(rawValue:  kUTTypeSourceCode                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:390:68: error: cannot find 'kUTTypeAssemblyLanguageSource' in scope
        static       let  assemblyLanguageSource      =    UTI(rawValue:  kUTTypeAssemblyLanguageSource      as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:391:68: error: cannot find 'kUTTypeCSource' in scope
        static       let  cSource                     =    UTI(rawValue:  kUTTypeCSource                     as  String)
                                                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:392:68: error: cannot find 'kUTTypeObjectiveCSource' in scope
        static       let  objectiveCSource            =    UTI(rawValue:  kUTTypeObjectiveCSource            as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:394:57: error: cannot find 'kUTTypeSwiftSource' in scope
        static       let  swiftSource                             =    UTI(rawValue:  kUTTypeSwiftSource                                 as  String)
                                                                                      ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:395:68: error: cannot find 'kUTTypeCPlusPlusSource' in scope
        static       let  cPlusPlusSource             =    UTI(rawValue:  kUTTypeCPlusPlusSource             as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:396:68: error: cannot find 'kUTTypeObjectiveCPlusPlusSource' in scope
        static       let  objectiveCPlusPlusSource    =    UTI(rawValue:  kUTTypeObjectiveCPlusPlusSource    as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:397:68: error: cannot find 'kUTTypeCHeader' in scope
        static       let  cHeader                     =    UTI(rawValue:  kUTTypeCHeader                     as  String)
                                                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:398:68: error: cannot find 'kUTTypeCPlusPlusHeader' in scope
        static       let  cPlusPlusHeader             =    UTI(rawValue:  kUTTypeCPlusPlusHeader             as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:399:68: error: cannot find 'kUTTypeJavaSource' in scope
        static       let  javaSource                  =    UTI(rawValue:  kUTTypeJavaSource                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:400:68: error: cannot find 'kUTTypeScript' in scope
        static       let  script                      =    UTI(rawValue:  kUTTypeScript                      as  String)
                                                                          ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:401:68: error: cannot find 'kUTTypeAppleScript' in scope
        static       let  appleScript                 =    UTI(rawValue:  kUTTypeAppleScript                 as  String)
                                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:402:68: error: cannot find 'kUTTypeOSAScript' in scope
        static       let  osaScript                   =    UTI(rawValue:  kUTTypeOSAScript                   as  String)
                                                                          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:403:68: error: cannot find 'kUTTypeOSAScriptBundle' in scope
        static       let  osaScriptBundle             =    UTI(rawValue:  kUTTypeOSAScriptBundle             as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:404:68: error: cannot find 'kUTTypeJavaScript' in scope
        static       let  javaScript                  =    UTI(rawValue:  kUTTypeJavaScript                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:405:68: error: cannot find 'kUTTypeShellScript' in scope
        static       let  shellScript                 =    UTI(rawValue:  kUTTypeShellScript                 as  String)
                                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:406:68: error: cannot find 'kUTTypePerlScript' in scope
        static       let  perlScript                  =    UTI(rawValue:  kUTTypePerlScript                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:407:68: error: cannot find 'kUTTypePythonScript' in scope
        static       let  pythonScript                =    UTI(rawValue:  kUTTypePythonScript                as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:408:68: error: cannot find 'kUTTypeRubyScript' in scope
        static       let  rubyScript                  =    UTI(rawValue:  kUTTypeRubyScript                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:409:68: error: cannot find 'kUTTypePHPScript' in scope
        static       let  phpScript                   =    UTI(rawValue:  kUTTypePHPScript                   as  String)
                                                                          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:410:68: error: cannot find 'kUTTypeJSON' in scope
        static       let  json                        =    UTI(rawValue:  kUTTypeJSON                        as  String)
                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:411:68: error: cannot find 'kUTTypePropertyList' in scope
        static       let  propertyList                =    UTI(rawValue:  kUTTypePropertyList                as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:412:68: error: cannot find 'kUTTypeXMLPropertyList' in scope
        static       let  xmlPropertyList             =    UTI(rawValue:  kUTTypeXMLPropertyList             as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:413:68: error: cannot find 'kUTTypeBinaryPropertyList' in scope
        static       let  binaryPropertyList          =    UTI(rawValue:  kUTTypeBinaryPropertyList          as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:414:68: error: cannot find 'kUTTypePDF' in scope
        static       let  pdf                         =    UTI(rawValue:  kUTTypePDF                         as  String)
                                                                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:415:68: error: cannot find 'kUTTypeRTFD' in scope
        static       let  rtfd                        =    UTI(rawValue:  kUTTypeRTFD                        as  String)
                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:416:68: error: cannot find 'kUTTypeFlatRTFD' in scope
        static       let  flatRTFD                    =    UTI(rawValue:  kUTTypeFlatRTFD                    as  String)
                                                                          ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:417:68: error: cannot find 'kUTTypeTXNTextAndMultimediaData' in scope
        static       let  txnTextAndMultimediaData    =    UTI(rawValue:  kUTTypeTXNTextAndMultimediaData    as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:418:68: error: cannot find 'kUTTypeWebArchive' in scope
        static       let  webArchive                  =    UTI(rawValue:  kUTTypeWebArchive                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:419:68: error: cannot find 'kUTTypeImage' in scope
        static       let  image                       =    UTI(rawValue:  kUTTypeImage                       as  String)
                                                                          ^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:420:68: error: cannot find 'kUTTypeJPEG' in scope
        static       let  jpeg                        =    UTI(rawValue:  kUTTypeJPEG                        as  String)
                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:421:68: error: cannot find 'kUTTypeJPEG2000' in scope
        static       let  jpeg2000                    =    UTI(rawValue:  kUTTypeJPEG2000                    as  String)
                                                                          ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:422:68: error: cannot find 'kUTTypeTIFF' in scope
        static       let  tiff                        =    UTI(rawValue:  kUTTypeTIFF                        as  String)
                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:423:68: error: cannot find 'kUTTypePICT' in scope
        static       let  pict                        =    UTI(rawValue:  kUTTypePICT                        as  String)
                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:424:68: error: cannot find 'kUTTypeGIF' in scope
        static       let  gif                         =    UTI(rawValue:  kUTTypeGIF                         as  String)
                                                                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:425:68: error: cannot find 'kUTTypePNG' in scope
        static       let  png                         =    UTI(rawValue:  kUTTypePNG                         as  String)
                                                                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:426:68: error: cannot find 'kUTTypeQuickTimeImage' in scope
        static       let  quickTimeImage              =    UTI(rawValue:  kUTTypeQuickTimeImage              as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:427:68: error: cannot find 'kUTTypeAppleICNS' in scope
        static       let  appleICNS                   =    UTI(rawValue:  kUTTypeAppleICNS                   as  String)
                                                                          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:428:68: error: cannot find 'kUTTypeBMP' in scope
        static       let  bmp                         =    UTI(rawValue:  kUTTypeBMP                         as  String)
                                                                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:429:68: error: cannot find 'kUTTypeICO' in scope
        static       let  ico                         =    UTI(rawValue:  kUTTypeICO                         as  String)
                                                                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:430:68: error: cannot find 'kUTTypeRawImage' in scope
        static       let  rawImage                    =    UTI(rawValue:  kUTTypeRawImage                    as  String)
                                                                          ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:431:68: error: cannot find 'kUTTypeScalableVectorGraphics' in scope
        static       let  scalableVectorGraphics      =    UTI(rawValue:  kUTTypeScalableVectorGraphics      as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:433:56: error: cannot find 'kUTTypeLivePhoto' in scope
        static       let  livePhoto                                       =    UTI(rawValue:  kUTTypeLivePhoto                                   as  String)
                                                                                              ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:435:68: error: cannot find 'kUTTypeAudiovisualContent' in scope
        static       let  audiovisualContent          =    UTI(rawValue:  kUTTypeAudiovisualContent          as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:436:68: error: cannot find 'kUTTypeMovie' in scope
        static       let  movie                       =    UTI(rawValue:  kUTTypeMovie                       as  String)
                                                                          ^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:437:68: error: cannot find 'kUTTypeVideo' in scope
        static       let  video                       =    UTI(rawValue:  kUTTypeVideo                       as  String)
                                                                          ^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:438:68: error: cannot find 'kUTTypeAudio' in scope
        static       let  audio                       =    UTI(rawValue:  kUTTypeAudio                       as  String)
                                                                          ^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:439:68: error: cannot find 'kUTTypeQuickTimeMovie' in scope
        static       let  quickTimeMovie              =    UTI(rawValue:  kUTTypeQuickTimeMovie              as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:440:68: error: cannot find 'kUTTypeMPEG' in scope
        static       let  mpeg                        =    UTI(rawValue:  kUTTypeMPEG                        as  String)
                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:441:68: error: cannot find 'kUTTypeMPEG2Video' in scope
        static       let  mpeg2Video                  =    UTI(rawValue:  kUTTypeMPEG2Video                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:442:68: error: cannot find 'kUTTypeMPEG2TransportStream' in scope
        static       let  mpeg2TransportStream        =    UTI(rawValue:  kUTTypeMPEG2TransportStream        as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:443:68: error: cannot find 'kUTTypeMP3' in scope
        static       let  mp3                         =    UTI(rawValue:  kUTTypeMP3                         as  String)
                                                                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:444:68: error: cannot find 'kUTTypeMPEG4' in scope
        static       let  mpeg4                       =    UTI(rawValue:  kUTTypeMPEG4                       as  String)
                                                                          ^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:445:68: error: cannot find 'kUTTypeMPEG4Audio' in scope
        static       let  mpeg4Audio                  =    UTI(rawValue:  kUTTypeMPEG4Audio                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:446:68: error: cannot find 'kUTTypeAppleProtectedMPEG4Audio' in scope
        static       let  appleProtectedMPEG4Audio    =    UTI(rawValue:  kUTTypeAppleProtectedMPEG4Audio    as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:447:68: error: cannot find 'kUTTypeAppleProtectedMPEG4Video' in scope
        static       let  appleProtectedMPEG4Video    =    UTI(rawValue:  kUTTypeAppleProtectedMPEG4Video    as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:448:68: error: cannot find 'kUTTypeAVIMovie' in scope
        static       let  aviMovie                    =    UTI(rawValue:  kUTTypeAVIMovie                    as  String)
                                                                          ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:449:68: error: cannot find 'kUTTypeAudioInterchangeFileFormat' in scope
        static       let  audioInterchangeFileFormat  =    UTI(rawValue:  kUTTypeAudioInterchangeFileFormat  as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:450:68: error: cannot find 'kUTTypeWaveformAudio' in scope
        static       let  waveformAudio               =    UTI(rawValue:  kUTTypeWaveformAudio               as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:451:68: error: cannot find 'kUTTypeMIDIAudio' in scope
        static       let  midiAudio                   =    UTI(rawValue:  kUTTypeMIDIAudio                   as  String)
                                                                          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:452:68: error: cannot find 'kUTTypePlaylist' in scope
        static       let  playlist                    =    UTI(rawValue:  kUTTypePlaylist                    as  String)
                                                                          ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:453:68: error: cannot find 'kUTTypeM3UPlaylist' in scope
        static       let  m3UPlaylist                 =    UTI(rawValue:  kUTTypeM3UPlaylist                 as  String)
                                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:454:68: error: cannot find 'kUTTypeFolder' in scope
        static       let  folder                      =    UTI(rawValue:  kUTTypeFolder                      as  String)
                                                                          ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:455:68: error: cannot find 'kUTTypeVolume' in scope
        static       let  volume                      =    UTI(rawValue:  kUTTypeVolume                      as  String)
                                                                          ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:456:68: error: cannot find 'kUTTypePackage' in scope
        static       let  package                     =    UTI(rawValue:  kUTTypePackage                     as  String)
                                                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:457:68: error: cannot find 'kUTTypeBundle' in scope
        static       let  bundle                      =    UTI(rawValue:  kUTTypeBundle                      as  String)
                                                                          ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:458:68: error: cannot find 'kUTTypePluginBundle' in scope
        static       let  pluginBundle                =    UTI(rawValue:  kUTTypePluginBundle                as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:459:68: error: cannot find 'kUTTypeSpotlightImporter' in scope
        static       let  spotlightImporter           =    UTI(rawValue:  kUTTypeSpotlightImporter           as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:460:68: error: cannot find 'kUTTypeQuickLookGenerator' in scope
        static       let  quickLookGenerator          =    UTI(rawValue:  kUTTypeQuickLookGenerator          as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:461:68: error: cannot find 'kUTTypeXPCService' in scope
        static       let  xpcService                  =    UTI(rawValue:  kUTTypeXPCService                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:462:68: error: cannot find 'kUTTypeFramework' in scope
        static       let  framework                   =    UTI(rawValue:  kUTTypeFramework                   as  String)
                                                                          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:463:68: error: cannot find 'kUTTypeApplication' in scope
        static       let  application                 =    UTI(rawValue:  kUTTypeApplication                 as  String)
                                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:464:68: error: cannot find 'kUTTypeApplicationBundle' in scope
        static       let  applicationBundle           =    UTI(rawValue:  kUTTypeApplicationBundle           as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:465:68: error: cannot find 'kUTTypeApplicationFile' in scope
        static       let  applicationFile             =    UTI(rawValue:  kUTTypeApplicationFile             as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:466:68: error: cannot find 'kUTTypeUnixExecutable' in scope
        static       let  unixExecutable              =    UTI(rawValue:  kUTTypeUnixExecutable              as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:467:68: error: cannot find 'kUTTypeWindowsExecutable' in scope
        static       let  windowsExecutable           =    UTI(rawValue:  kUTTypeWindowsExecutable           as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:468:68: error: cannot find 'kUTTypeJavaClass' in scope
        static       let  javaClass                   =    UTI(rawValue:  kUTTypeJavaClass                   as  String)
                                                                          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:469:68: error: cannot find 'kUTTypeJavaArchive' in scope
        static       let  javaArchive                 =    UTI(rawValue:  kUTTypeJavaArchive                 as  String)
                                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:470:68: error: cannot find 'kUTTypeSystemPreferencesPane' in scope
        static       let  systemPreferencesPane       =    UTI(rawValue:  kUTTypeSystemPreferencesPane       as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:471:68: error: cannot find 'kUTTypeGNUZipArchive' in scope
        static       let  gnuZipArchive               =    UTI(rawValue:  kUTTypeGNUZipArchive               as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:472:68: error: cannot find 'kUTTypeBzip2Archive' in scope
        static       let  bzip2Archive                =    UTI(rawValue:  kUTTypeBzip2Archive                as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:473:68: error: cannot find 'kUTTypeZipArchive' in scope
        static       let  zipArchive                  =    UTI(rawValue:  kUTTypeZipArchive                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:474:68: error: cannot find 'kUTTypeSpreadsheet' in scope
        static       let  spreadsheet                 =    UTI(rawValue:  kUTTypeSpreadsheet                 as  String)
                                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:475:68: error: cannot find 'kUTTypePresentation' in scope
        static       let  presentation                =    UTI(rawValue:  kUTTypePresentation                as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:476:68: error: cannot find 'kUTTypeDatabase' in scope
        static       let  database                    =    UTI(rawValue:  kUTTypeDatabase                    as  String)
                                                                          ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:477:68: error: cannot find 'kUTTypeVCard' in scope
        static       let  vCard                       =    UTI(rawValue:  kUTTypeVCard                       as  String)
                                                                          ^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:478:68: error: cannot find 'kUTTypeToDoItem' in scope
        static       let  toDoItem                    =    UTI(rawValue:  kUTTypeToDoItem                    as  String)
                                                                          ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:479:68: error: cannot find 'kUTTypeCalendarEvent' in scope
        static       let  calendarEvent               =    UTI(rawValue:  kUTTypeCalendarEvent               as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:480:68: error: cannot find 'kUTTypeEmailMessage' in scope
        static       let  emailMessage                =    UTI(rawValue:  kUTTypeEmailMessage                as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:481:68: error: cannot find 'kUTTypeInternetLocation' in scope
        static       let  internetLocation            =    UTI(rawValue:  kUTTypeInternetLocation            as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:482:68: error: cannot find 'kUTTypeInkText' in scope
        static       let  inkText                     =    UTI(rawValue:  kUTTypeInkText                     as  String)
                                                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:483:68: error: cannot find 'kUTTypeFont' in scope
        static       let  font                        =    UTI(rawValue:  kUTTypeFont                        as  String)
                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:484:68: error: cannot find 'kUTTypeBookmark' in scope
        static       let  bookmark                    =    UTI(rawValue:  kUTTypeBookmark                    as  String)
                                                                          ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:485:68: error: cannot find 'kUTType3DContent' in scope
        static       let  _3DContent                  =    UTI(rawValue:  kUTType3DContent                   as  String)
                                                                          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:486:68: error: cannot find 'kUTTypePKCS12' in scope
        static       let  pkcs12                      =    UTI(rawValue:  kUTTypePKCS12                      as  String)
                                                                          ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:487:68: error: cannot find 'kUTTypeX509Certificate' in scope
        static       let  x509Certificate             =    UTI(rawValue:  kUTTypeX509Certificate             as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:488:68: error: cannot find 'kUTTypeElectronicPublication' in scope
        static       let  electronicPublication       =    UTI(rawValue:  kUTTypeElectronicPublication       as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:489:68: error: cannot find 'kUTTypeLog' in scope
        static       let  log                         =    UTI(rawValue:  kUTTypeLog                         as  String)
                                                                          ^~~~~~~~~~
[4/4] Compiling SwiftUTI UTI.swift
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:48:31: error: cannot find type 'CFString' in scope
                fileprivate var rawCFValue: CFString {
                                            ^~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:59:26: error: cannot find type 'CFString' in scope
        private var rawCFValue: CFString {
                                ^~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:359:68: error: cannot find 'kUTTypeItem' in scope
        static       let  item                        =    UTI(rawValue:  kUTTypeItem                        as  String)
                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:360:68: error: cannot find 'kUTTypeContent' in scope
        static       let  content                     =    UTI(rawValue:  kUTTypeContent                     as  String)
                                                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:361:68: error: cannot find 'kUTTypeCompositeContent' in scope
        static       let  compositeContent            =    UTI(rawValue:  kUTTypeCompositeContent            as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:362:68: error: cannot find 'kUTTypeMessage' in scope
        static       let  message                     =    UTI(rawValue:  kUTTypeMessage                     as  String)
                                                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:363:68: error: cannot find 'kUTTypeContact' in scope
        static       let  contact                     =    UTI(rawValue:  kUTTypeContact                     as  String)
                                                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:364:68: error: cannot find 'kUTTypeArchive' in scope
        static       let  archive                     =    UTI(rawValue:  kUTTypeArchive                     as  String)
                                                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:365:68: error: cannot find 'kUTTypeDiskImage' in scope
        static       let  diskImage                   =    UTI(rawValue:  kUTTypeDiskImage                   as  String)
                                                                          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:366:68: error: cannot find 'kUTTypeData' in scope
        static       let  data                        =    UTI(rawValue:  kUTTypeData                        as  String)
                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:367:68: error: cannot find 'kUTTypeDirectory' in scope
        static       let  directory                   =    UTI(rawValue:  kUTTypeDirectory                   as  String)
                                                                          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:368:68: error: cannot find 'kUTTypeResolvable' in scope
        static       let  resolvable                  =    UTI(rawValue:  kUTTypeResolvable                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:369:68: error: cannot find 'kUTTypeSymLink' in scope
        static       let  symLink                     =    UTI(rawValue:  kUTTypeSymLink                     as  String)
                                                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:370:68: error: cannot find 'kUTTypeExecutable' in scope
        static       let  executable                  =    UTI(rawValue:  kUTTypeExecutable                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:371:68: error: cannot find 'kUTTypeMountPoint' in scope
        static       let  mountPoint                  =    UTI(rawValue:  kUTTypeMountPoint                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:372:68: error: cannot find 'kUTTypeAliasFile' in scope
        static       let  aliasFile                   =    UTI(rawValue:  kUTTypeAliasFile                   as  String)
                                                                          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:373:68: error: cannot find 'kUTTypeAliasRecord' in scope
        static       let  aliasRecord                 =    UTI(rawValue:  kUTTypeAliasRecord                 as  String)
                                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:374:68: error: cannot find 'kUTTypeURLBookmarkData' in scope
        static       let  urlBookmarkData             =    UTI(rawValue:  kUTTypeURLBookmarkData             as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:375:68: error: cannot find 'kUTTypeURL' in scope
        static       let  url                         =    UTI(rawValue:  kUTTypeURL                         as  String)
                                                                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:376:68: error: cannot find 'kUTTypeFileURL' in scope
        static       let  fileURL                     =    UTI(rawValue:  kUTTypeFileURL                     as  String)
                                                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:377:68: error: cannot find 'kUTTypeText' in scope
        static       let  text                        =    UTI(rawValue:  kUTTypeText                        as  String)
                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:378:68: error: cannot find 'kUTTypePlainText' in scope
        static       let  plainText                   =    UTI(rawValue:  kUTTypePlainText                   as  String)
                                                                          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:379:68: error: cannot find 'kUTTypeUTF8PlainText' in scope
        static       let  utf8PlainText               =    UTI(rawValue:  kUTTypeUTF8PlainText               as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:380:68: error: cannot find 'kUTTypeUTF16ExternalPlainText' in scope
        static       let  utf16ExternalPlainText      =    UTI(rawValue:  kUTTypeUTF16ExternalPlainText      as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:381:68: error: cannot find 'kUTTypeUTF16PlainText' in scope
        static       let  utf16PlainText              =    UTI(rawValue:  kUTTypeUTF16PlainText              as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:382:68: error: cannot find 'kUTTypeDelimitedText' in scope
        static       let  delimitedText               =    UTI(rawValue:  kUTTypeDelimitedText               as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:383:68: error: cannot find 'kUTTypeCommaSeparatedText' in scope
        static       let  commaSeparatedText          =    UTI(rawValue:  kUTTypeCommaSeparatedText          as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:384:68: error: cannot find 'kUTTypeTabSeparatedText' in scope
        static       let  tabSeparatedText            =    UTI(rawValue:  kUTTypeTabSeparatedText            as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:385:68: error: cannot find 'kUTTypeUTF8TabSeparatedText' in scope
        static       let  utf8TabSeparatedText        =    UTI(rawValue:  kUTTypeUTF8TabSeparatedText        as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:386:68: error: cannot find 'kUTTypeRTF' in scope
        static       let  rtf                         =    UTI(rawValue:  kUTTypeRTF                         as  String)
                                                                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:387:68: error: cannot find 'kUTTypeHTML' in scope
        static       let  html                        =    UTI(rawValue:  kUTTypeHTML                        as  String)
                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:388:68: error: cannot find 'kUTTypeXML' in scope
        static       let  xml                         =    UTI(rawValue:  kUTTypeXML                         as  String)
                                                                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:389:68: error: cannot find 'kUTTypeSourceCode' in scope
        static       let  sourceCode                  =    UTI(rawValue:  kUTTypeSourceCode                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:390:68: error: cannot find 'kUTTypeAssemblyLanguageSource' in scope
        static       let  assemblyLanguageSource      =    UTI(rawValue:  kUTTypeAssemblyLanguageSource      as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:391:68: error: cannot find 'kUTTypeCSource' in scope
        static       let  cSource                     =    UTI(rawValue:  kUTTypeCSource                     as  String)
                                                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:392:68: error: cannot find 'kUTTypeObjectiveCSource' in scope
        static       let  objectiveCSource            =    UTI(rawValue:  kUTTypeObjectiveCSource            as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:394:57: error: cannot find 'kUTTypeSwiftSource' in scope
        static       let  swiftSource                             =    UTI(rawValue:  kUTTypeSwiftSource                                 as  String)
                                                                                      ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:395:68: error: cannot find 'kUTTypeCPlusPlusSource' in scope
        static       let  cPlusPlusSource             =    UTI(rawValue:  kUTTypeCPlusPlusSource             as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:396:68: error: cannot find 'kUTTypeObjectiveCPlusPlusSource' in scope
        static       let  objectiveCPlusPlusSource    =    UTI(rawValue:  kUTTypeObjectiveCPlusPlusSource    as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:397:68: error: cannot find 'kUTTypeCHeader' in scope
        static       let  cHeader                     =    UTI(rawValue:  kUTTypeCHeader                     as  String)
                                                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:398:68: error: cannot find 'kUTTypeCPlusPlusHeader' in scope
        static       let  cPlusPlusHeader             =    UTI(rawValue:  kUTTypeCPlusPlusHeader             as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:399:68: error: cannot find 'kUTTypeJavaSource' in scope
        static       let  javaSource                  =    UTI(rawValue:  kUTTypeJavaSource                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:400:68: error: cannot find 'kUTTypeScript' in scope
        static       let  script                      =    UTI(rawValue:  kUTTypeScript                      as  String)
                                                                          ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:401:68: error: cannot find 'kUTTypeAppleScript' in scope
        static       let  appleScript                 =    UTI(rawValue:  kUTTypeAppleScript                 as  String)
                                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:402:68: error: cannot find 'kUTTypeOSAScript' in scope
        static       let  osaScript                   =    UTI(rawValue:  kUTTypeOSAScript                   as  String)
                                                                          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:403:68: error: cannot find 'kUTTypeOSAScriptBundle' in scope
        static       let  osaScriptBundle             =    UTI(rawValue:  kUTTypeOSAScriptBundle             as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:404:68: error: cannot find 'kUTTypeJavaScript' in scope
        static       let  javaScript                  =    UTI(rawValue:  kUTTypeJavaScript                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:405:68: error: cannot find 'kUTTypeShellScript' in scope
        static       let  shellScript                 =    UTI(rawValue:  kUTTypeShellScript                 as  String)
                                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:406:68: error: cannot find 'kUTTypePerlScript' in scope
        static       let  perlScript                  =    UTI(rawValue:  kUTTypePerlScript                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:407:68: error: cannot find 'kUTTypePythonScript' in scope
        static       let  pythonScript                =    UTI(rawValue:  kUTTypePythonScript                as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:408:68: error: cannot find 'kUTTypeRubyScript' in scope
        static       let  rubyScript                  =    UTI(rawValue:  kUTTypeRubyScript                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:409:68: error: cannot find 'kUTTypePHPScript' in scope
        static       let  phpScript                   =    UTI(rawValue:  kUTTypePHPScript                   as  String)
                                                                          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:410:68: error: cannot find 'kUTTypeJSON' in scope
        static       let  json                        =    UTI(rawValue:  kUTTypeJSON                        as  String)
                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:411:68: error: cannot find 'kUTTypePropertyList' in scope
        static       let  propertyList                =    UTI(rawValue:  kUTTypePropertyList                as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:412:68: error: cannot find 'kUTTypeXMLPropertyList' in scope
        static       let  xmlPropertyList             =    UTI(rawValue:  kUTTypeXMLPropertyList             as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:413:68: error: cannot find 'kUTTypeBinaryPropertyList' in scope
        static       let  binaryPropertyList          =    UTI(rawValue:  kUTTypeBinaryPropertyList          as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:414:68: error: cannot find 'kUTTypePDF' in scope
        static       let  pdf                         =    UTI(rawValue:  kUTTypePDF                         as  String)
                                                                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:415:68: error: cannot find 'kUTTypeRTFD' in scope
        static       let  rtfd                        =    UTI(rawValue:  kUTTypeRTFD                        as  String)
                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:416:68: error: cannot find 'kUTTypeFlatRTFD' in scope
        static       let  flatRTFD                    =    UTI(rawValue:  kUTTypeFlatRTFD                    as  String)
                                                                          ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:417:68: error: cannot find 'kUTTypeTXNTextAndMultimediaData' in scope
        static       let  txnTextAndMultimediaData    =    UTI(rawValue:  kUTTypeTXNTextAndMultimediaData    as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:418:68: error: cannot find 'kUTTypeWebArchive' in scope
        static       let  webArchive                  =    UTI(rawValue:  kUTTypeWebArchive                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:419:68: error: cannot find 'kUTTypeImage' in scope
        static       let  image                       =    UTI(rawValue:  kUTTypeImage                       as  String)
                                                                          ^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:420:68: error: cannot find 'kUTTypeJPEG' in scope
        static       let  jpeg                        =    UTI(rawValue:  kUTTypeJPEG                        as  String)
                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:421:68: error: cannot find 'kUTTypeJPEG2000' in scope
        static       let  jpeg2000                    =    UTI(rawValue:  kUTTypeJPEG2000                    as  String)
                                                                          ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:422:68: error: cannot find 'kUTTypeTIFF' in scope
        static       let  tiff                        =    UTI(rawValue:  kUTTypeTIFF                        as  String)
                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:423:68: error: cannot find 'kUTTypePICT' in scope
        static       let  pict                        =    UTI(rawValue:  kUTTypePICT                        as  String)
                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:424:68: error: cannot find 'kUTTypeGIF' in scope
        static       let  gif                         =    UTI(rawValue:  kUTTypeGIF                         as  String)
                                                                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:425:68: error: cannot find 'kUTTypePNG' in scope
        static       let  png                         =    UTI(rawValue:  kUTTypePNG                         as  String)
                                                                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:426:68: error: cannot find 'kUTTypeQuickTimeImage' in scope
        static       let  quickTimeImage              =    UTI(rawValue:  kUTTypeQuickTimeImage              as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:427:68: error: cannot find 'kUTTypeAppleICNS' in scope
        static       let  appleICNS                   =    UTI(rawValue:  kUTTypeAppleICNS                   as  String)
                                                                          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:428:68: error: cannot find 'kUTTypeBMP' in scope
        static       let  bmp                         =    UTI(rawValue:  kUTTypeBMP                         as  String)
                                                                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:429:68: error: cannot find 'kUTTypeICO' in scope
        static       let  ico                         =    UTI(rawValue:  kUTTypeICO                         as  String)
                                                                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:430:68: error: cannot find 'kUTTypeRawImage' in scope
        static       let  rawImage                    =    UTI(rawValue:  kUTTypeRawImage                    as  String)
                                                                          ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:431:68: error: cannot find 'kUTTypeScalableVectorGraphics' in scope
        static       let  scalableVectorGraphics      =    UTI(rawValue:  kUTTypeScalableVectorGraphics      as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:433:56: error: cannot find 'kUTTypeLivePhoto' in scope
        static       let  livePhoto                                       =    UTI(rawValue:  kUTTypeLivePhoto                                   as  String)
                                                                                              ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:435:68: error: cannot find 'kUTTypeAudiovisualContent' in scope
        static       let  audiovisualContent          =    UTI(rawValue:  kUTTypeAudiovisualContent          as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:436:68: error: cannot find 'kUTTypeMovie' in scope
        static       let  movie                       =    UTI(rawValue:  kUTTypeMovie                       as  String)
                                                                          ^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:437:68: error: cannot find 'kUTTypeVideo' in scope
        static       let  video                       =    UTI(rawValue:  kUTTypeVideo                       as  String)
                                                                          ^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:438:68: error: cannot find 'kUTTypeAudio' in scope
        static       let  audio                       =    UTI(rawValue:  kUTTypeAudio                       as  String)
                                                                          ^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:439:68: error: cannot find 'kUTTypeQuickTimeMovie' in scope
        static       let  quickTimeMovie              =    UTI(rawValue:  kUTTypeQuickTimeMovie              as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:440:68: error: cannot find 'kUTTypeMPEG' in scope
        static       let  mpeg                        =    UTI(rawValue:  kUTTypeMPEG                        as  String)
                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:441:68: error: cannot find 'kUTTypeMPEG2Video' in scope
        static       let  mpeg2Video                  =    UTI(rawValue:  kUTTypeMPEG2Video                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:442:68: error: cannot find 'kUTTypeMPEG2TransportStream' in scope
        static       let  mpeg2TransportStream        =    UTI(rawValue:  kUTTypeMPEG2TransportStream        as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:443:68: error: cannot find 'kUTTypeMP3' in scope
        static       let  mp3                         =    UTI(rawValue:  kUTTypeMP3                         as  String)
                                                                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:444:68: error: cannot find 'kUTTypeMPEG4' in scope
        static       let  mpeg4                       =    UTI(rawValue:  kUTTypeMPEG4                       as  String)
                                                                          ^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:445:68: error: cannot find 'kUTTypeMPEG4Audio' in scope
        static       let  mpeg4Audio                  =    UTI(rawValue:  kUTTypeMPEG4Audio                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:446:68: error: cannot find 'kUTTypeAppleProtectedMPEG4Audio' in scope
        static       let  appleProtectedMPEG4Audio    =    UTI(rawValue:  kUTTypeAppleProtectedMPEG4Audio    as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:447:68: error: cannot find 'kUTTypeAppleProtectedMPEG4Video' in scope
        static       let  appleProtectedMPEG4Video    =    UTI(rawValue:  kUTTypeAppleProtectedMPEG4Video    as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:448:68: error: cannot find 'kUTTypeAVIMovie' in scope
        static       let  aviMovie                    =    UTI(rawValue:  kUTTypeAVIMovie                    as  String)
                                                                          ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:449:68: error: cannot find 'kUTTypeAudioInterchangeFileFormat' in scope
        static       let  audioInterchangeFileFormat  =    UTI(rawValue:  kUTTypeAudioInterchangeFileFormat  as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:450:68: error: cannot find 'kUTTypeWaveformAudio' in scope
        static       let  waveformAudio               =    UTI(rawValue:  kUTTypeWaveformAudio               as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:451:68: error: cannot find 'kUTTypeMIDIAudio' in scope
        static       let  midiAudio                   =    UTI(rawValue:  kUTTypeMIDIAudio                   as  String)
                                                                          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:452:68: error: cannot find 'kUTTypePlaylist' in scope
        static       let  playlist                    =    UTI(rawValue:  kUTTypePlaylist                    as  String)
                                                                          ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:453:68: error: cannot find 'kUTTypeM3UPlaylist' in scope
        static       let  m3UPlaylist                 =    UTI(rawValue:  kUTTypeM3UPlaylist                 as  String)
                                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:454:68: error: cannot find 'kUTTypeFolder' in scope
        static       let  folder                      =    UTI(rawValue:  kUTTypeFolder                      as  String)
                                                                          ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:455:68: error: cannot find 'kUTTypeVolume' in scope
        static       let  volume                      =    UTI(rawValue:  kUTTypeVolume                      as  String)
                                                                          ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:456:68: error: cannot find 'kUTTypePackage' in scope
        static       let  package                     =    UTI(rawValue:  kUTTypePackage                     as  String)
                                                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:457:68: error: cannot find 'kUTTypeBundle' in scope
        static       let  bundle                      =    UTI(rawValue:  kUTTypeBundle                      as  String)
                                                                          ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:458:68: error: cannot find 'kUTTypePluginBundle' in scope
        static       let  pluginBundle                =    UTI(rawValue:  kUTTypePluginBundle                as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:459:68: error: cannot find 'kUTTypeSpotlightImporter' in scope
        static       let  spotlightImporter           =    UTI(rawValue:  kUTTypeSpotlightImporter           as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:460:68: error: cannot find 'kUTTypeQuickLookGenerator' in scope
        static       let  quickLookGenerator          =    UTI(rawValue:  kUTTypeQuickLookGenerator          as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:461:68: error: cannot find 'kUTTypeXPCService' in scope
        static       let  xpcService                  =    UTI(rawValue:  kUTTypeXPCService                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:462:68: error: cannot find 'kUTTypeFramework' in scope
        static       let  framework                   =    UTI(rawValue:  kUTTypeFramework                   as  String)
                                                                          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:463:68: error: cannot find 'kUTTypeApplication' in scope
        static       let  application                 =    UTI(rawValue:  kUTTypeApplication                 as  String)
                                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:464:68: error: cannot find 'kUTTypeApplicationBundle' in scope
        static       let  applicationBundle           =    UTI(rawValue:  kUTTypeApplicationBundle           as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:465:68: error: cannot find 'kUTTypeApplicationFile' in scope
        static       let  applicationFile             =    UTI(rawValue:  kUTTypeApplicationFile             as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:466:68: error: cannot find 'kUTTypeUnixExecutable' in scope
        static       let  unixExecutable              =    UTI(rawValue:  kUTTypeUnixExecutable              as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:467:68: error: cannot find 'kUTTypeWindowsExecutable' in scope
        static       let  windowsExecutable           =    UTI(rawValue:  kUTTypeWindowsExecutable           as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:468:68: error: cannot find 'kUTTypeJavaClass' in scope
        static       let  javaClass                   =    UTI(rawValue:  kUTTypeJavaClass                   as  String)
                                                                          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:469:68: error: cannot find 'kUTTypeJavaArchive' in scope
        static       let  javaArchive                 =    UTI(rawValue:  kUTTypeJavaArchive                 as  String)
                                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:470:68: error: cannot find 'kUTTypeSystemPreferencesPane' in scope
        static       let  systemPreferencesPane       =    UTI(rawValue:  kUTTypeSystemPreferencesPane       as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:471:68: error: cannot find 'kUTTypeGNUZipArchive' in scope
        static       let  gnuZipArchive               =    UTI(rawValue:  kUTTypeGNUZipArchive               as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:472:68: error: cannot find 'kUTTypeBzip2Archive' in scope
        static       let  bzip2Archive                =    UTI(rawValue:  kUTTypeBzip2Archive                as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:473:68: error: cannot find 'kUTTypeZipArchive' in scope
        static       let  zipArchive                  =    UTI(rawValue:  kUTTypeZipArchive                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:474:68: error: cannot find 'kUTTypeSpreadsheet' in scope
        static       let  spreadsheet                 =    UTI(rawValue:  kUTTypeSpreadsheet                 as  String)
                                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:475:68: error: cannot find 'kUTTypePresentation' in scope
        static       let  presentation                =    UTI(rawValue:  kUTTypePresentation                as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:476:68: error: cannot find 'kUTTypeDatabase' in scope
        static       let  database                    =    UTI(rawValue:  kUTTypeDatabase                    as  String)
                                                                          ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:477:68: error: cannot find 'kUTTypeVCard' in scope
        static       let  vCard                       =    UTI(rawValue:  kUTTypeVCard                       as  String)
                                                                          ^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:478:68: error: cannot find 'kUTTypeToDoItem' in scope
        static       let  toDoItem                    =    UTI(rawValue:  kUTTypeToDoItem                    as  String)
                                                                          ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:479:68: error: cannot find 'kUTTypeCalendarEvent' in scope
        static       let  calendarEvent               =    UTI(rawValue:  kUTTypeCalendarEvent               as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:480:68: error: cannot find 'kUTTypeEmailMessage' in scope
        static       let  emailMessage                =    UTI(rawValue:  kUTTypeEmailMessage                as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:481:68: error: cannot find 'kUTTypeInternetLocation' in scope
        static       let  internetLocation            =    UTI(rawValue:  kUTTypeInternetLocation            as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:482:68: error: cannot find 'kUTTypeInkText' in scope
        static       let  inkText                     =    UTI(rawValue:  kUTTypeInkText                     as  String)
                                                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:483:68: error: cannot find 'kUTTypeFont' in scope
        static       let  font                        =    UTI(rawValue:  kUTTypeFont                        as  String)
                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:484:68: error: cannot find 'kUTTypeBookmark' in scope
        static       let  bookmark                    =    UTI(rawValue:  kUTTypeBookmark                    as  String)
                                                                          ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:485:68: error: cannot find 'kUTType3DContent' in scope
        static       let  _3DContent                  =    UTI(rawValue:  kUTType3DContent                   as  String)
                                                                          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:486:68: error: cannot find 'kUTTypePKCS12' in scope
        static       let  pkcs12                      =    UTI(rawValue:  kUTTypePKCS12                      as  String)
                                                                          ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:487:68: error: cannot find 'kUTTypeX509Certificate' in scope
        static       let  x509Certificate             =    UTI(rawValue:  kUTTypeX509Certificate             as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:488:68: error: cannot find 'kUTTypeElectronicPublication' in scope
        static       let  electronicPublication       =    UTI(rawValue:  kUTTypeElectronicPublication       as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:489:68: error: cannot find 'kUTTypeLog' in scope
        static       let  log                         =    UTI(rawValue:  kUTTypeLog                         as  String)
                                                                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:102:29: error: cannot find 'UTTypeCreatePreferredIdentifierForTag' in scope
                let unmanagedIdentifier = UTTypeCreatePreferredIdentifierForTag(tagClass.rawCFValue, value as CFString, conforming?.rawCFValue)
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:102:97: error: cannot find type 'CFString' in scope
                let unmanagedIdentifier = UTTypeCreatePreferredIdentifierForTag(tagClass.rawCFValue, value as CFString, conforming?.rawCFValue)
                                                                                                              ^~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:194:22: error: cannot find 'UTTypeCopyPreferredTagWithClass' in scope
                let unmanagedTag = UTTypeCopyPreferredTagWithClass(self.rawCFValue, tagClass.rawCFValue)
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:248:23: error: cannot find 'UTTypeCopyAllTagsWithClass' in scope
                let unmanagedTags = UTTypeCopyAllTagsWithClass(self.rawCFValue, tagClass.rawCFValue)
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:250:65: error: cannot find type 'CFString' in scope
                guard let tags = unmanagedTags?.takeRetainedValue() as? Array<CFString> else {
                                                                              ^~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:273:30: error: cannot find 'UTTypeCreateAllIdentifiersForTag' in scope
                let unmanagedIdentifiers = UTTypeCreateAllIdentifiersForTag(tag.rawCFValue, value as CFString, conforming?.rawCFValue)
                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:273:88: error: cannot find type 'CFString' in scope
                let unmanagedIdentifiers = UTTypeCreateAllIdentifiersForTag(tag.rawCFValue, value as CFString, conforming?.rawCFValue)
                                                                                                     ^~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:276:79: error: cannot find type 'CFString' in scope
                guard let identifiers = unmanagedIdentifiers?.takeRetainedValue() as? Array<CFString> else {
                                                                                            ^~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:297:10: error: cannot find 'UTTypeConformsTo' in scope
                return UTTypeConformsTo(self.rawCFValue, otherUTI.rawCFValue) as Bool
                       ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:302:10: error: cannot find 'UTTypeEqual' in scope
                return UTTypeEqual(lhs.rawCFValue, rhs.rawCFValue) as Bool
                       ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:311:30: error: cannot find 'UTTypeCopyDescription' in scope
                let unmanagedDescription = UTTypeCopyDescription(self.rawCFValue)
                                           ^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:324:30: error: cannot find 'UTTypeCopyDeclaration' in scope
                let unmanagedDeclaration = UTTypeCopyDeclaration(self.rawCFValue)
                                           ^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:337:22: error: cannot find 'UTTypeCopyDeclaringBundleURL' in scope
                let unmanagedURL = UTTypeCopyDeclaringBundleURL(self.rawCFValue)
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:350:10: error: cannot find 'UTTypeIsDynamic' in scope
                return UTTypeIsDynamic(self.rawCFValue)
                       ^~~~~~~~~~~~~~~
error: fatalError
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/3] Emitting module SwiftUTI
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:48:31: error: cannot find type 'CFString' in scope
                fileprivate var rawCFValue: CFString {
                                            ^~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:59:26: error: cannot find type 'CFString' in scope
        private var rawCFValue: CFString {
                                ^~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:359:68: error: cannot find 'kUTTypeItem' in scope
        static       let  item                        =    UTI(rawValue:  kUTTypeItem                        as  String)
                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:360:68: error: cannot find 'kUTTypeContent' in scope
        static       let  content                     =    UTI(rawValue:  kUTTypeContent                     as  String)
                                                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:361:68: error: cannot find 'kUTTypeCompositeContent' in scope
        static       let  compositeContent            =    UTI(rawValue:  kUTTypeCompositeContent            as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:362:68: error: cannot find 'kUTTypeMessage' in scope
        static       let  message                     =    UTI(rawValue:  kUTTypeMessage                     as  String)
                                                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:363:68: error: cannot find 'kUTTypeContact' in scope
        static       let  contact                     =    UTI(rawValue:  kUTTypeContact                     as  String)
                                                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:364:68: error: cannot find 'kUTTypeArchive' in scope
        static       let  archive                     =    UTI(rawValue:  kUTTypeArchive                     as  String)
                                                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:365:68: error: cannot find 'kUTTypeDiskImage' in scope
        static       let  diskImage                   =    UTI(rawValue:  kUTTypeDiskImage                   as  String)
                                                                          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:366:68: error: cannot find 'kUTTypeData' in scope
        static       let  data                        =    UTI(rawValue:  kUTTypeData                        as  String)
                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:367:68: error: cannot find 'kUTTypeDirectory' in scope
        static       let  directory                   =    UTI(rawValue:  kUTTypeDirectory                   as  String)
                                                                          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:368:68: error: cannot find 'kUTTypeResolvable' in scope
        static       let  resolvable                  =    UTI(rawValue:  kUTTypeResolvable                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:369:68: error: cannot find 'kUTTypeSymLink' in scope
        static       let  symLink                     =    UTI(rawValue:  kUTTypeSymLink                     as  String)
                                                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:370:68: error: cannot find 'kUTTypeExecutable' in scope
        static       let  executable                  =    UTI(rawValue:  kUTTypeExecutable                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:371:68: error: cannot find 'kUTTypeMountPoint' in scope
        static       let  mountPoint                  =    UTI(rawValue:  kUTTypeMountPoint                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:372:68: error: cannot find 'kUTTypeAliasFile' in scope
        static       let  aliasFile                   =    UTI(rawValue:  kUTTypeAliasFile                   as  String)
                                                                          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:373:68: error: cannot find 'kUTTypeAliasRecord' in scope
        static       let  aliasRecord                 =    UTI(rawValue:  kUTTypeAliasRecord                 as  String)
                                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:374:68: error: cannot find 'kUTTypeURLBookmarkData' in scope
        static       let  urlBookmarkData             =    UTI(rawValue:  kUTTypeURLBookmarkData             as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:375:68: error: cannot find 'kUTTypeURL' in scope
        static       let  url                         =    UTI(rawValue:  kUTTypeURL                         as  String)
                                                                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:376:68: error: cannot find 'kUTTypeFileURL' in scope
        static       let  fileURL                     =    UTI(rawValue:  kUTTypeFileURL                     as  String)
                                                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:377:68: error: cannot find 'kUTTypeText' in scope
        static       let  text                        =    UTI(rawValue:  kUTTypeText                        as  String)
                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:378:68: error: cannot find 'kUTTypePlainText' in scope
        static       let  plainText                   =    UTI(rawValue:  kUTTypePlainText                   as  String)
                                                                          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:379:68: error: cannot find 'kUTTypeUTF8PlainText' in scope
        static       let  utf8PlainText               =    UTI(rawValue:  kUTTypeUTF8PlainText               as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:380:68: error: cannot find 'kUTTypeUTF16ExternalPlainText' in scope
        static       let  utf16ExternalPlainText      =    UTI(rawValue:  kUTTypeUTF16ExternalPlainText      as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:381:68: error: cannot find 'kUTTypeUTF16PlainText' in scope
        static       let  utf16PlainText              =    UTI(rawValue:  kUTTypeUTF16PlainText              as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:382:68: error: cannot find 'kUTTypeDelimitedText' in scope
        static       let  delimitedText               =    UTI(rawValue:  kUTTypeDelimitedText               as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:383:68: error: cannot find 'kUTTypeCommaSeparatedText' in scope
        static       let  commaSeparatedText          =    UTI(rawValue:  kUTTypeCommaSeparatedText          as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:384:68: error: cannot find 'kUTTypeTabSeparatedText' in scope
        static       let  tabSeparatedText            =    UTI(rawValue:  kUTTypeTabSeparatedText            as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:385:68: error: cannot find 'kUTTypeUTF8TabSeparatedText' in scope
        static       let  utf8TabSeparatedText        =    UTI(rawValue:  kUTTypeUTF8TabSeparatedText        as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:386:68: error: cannot find 'kUTTypeRTF' in scope
        static       let  rtf                         =    UTI(rawValue:  kUTTypeRTF                         as  String)
                                                                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:387:68: error: cannot find 'kUTTypeHTML' in scope
        static       let  html                        =    UTI(rawValue:  kUTTypeHTML                        as  String)
                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:388:68: error: cannot find 'kUTTypeXML' in scope
        static       let  xml                         =    UTI(rawValue:  kUTTypeXML                         as  String)
                                                                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:389:68: error: cannot find 'kUTTypeSourceCode' in scope
        static       let  sourceCode                  =    UTI(rawValue:  kUTTypeSourceCode                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:390:68: error: cannot find 'kUTTypeAssemblyLanguageSource' in scope
        static       let  assemblyLanguageSource      =    UTI(rawValue:  kUTTypeAssemblyLanguageSource      as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:391:68: error: cannot find 'kUTTypeCSource' in scope
        static       let  cSource                     =    UTI(rawValue:  kUTTypeCSource                     as  String)
                                                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:392:68: error: cannot find 'kUTTypeObjectiveCSource' in scope
        static       let  objectiveCSource            =    UTI(rawValue:  kUTTypeObjectiveCSource            as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:394:57: error: cannot find 'kUTTypeSwiftSource' in scope
        static       let  swiftSource                             =    UTI(rawValue:  kUTTypeSwiftSource                                 as  String)
                                                                                      ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:395:68: error: cannot find 'kUTTypeCPlusPlusSource' in scope
        static       let  cPlusPlusSource             =    UTI(rawValue:  kUTTypeCPlusPlusSource             as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:396:68: error: cannot find 'kUTTypeObjectiveCPlusPlusSource' in scope
        static       let  objectiveCPlusPlusSource    =    UTI(rawValue:  kUTTypeObjectiveCPlusPlusSource    as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:397:68: error: cannot find 'kUTTypeCHeader' in scope
        static       let  cHeader                     =    UTI(rawValue:  kUTTypeCHeader                     as  String)
                                                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:398:68: error: cannot find 'kUTTypeCPlusPlusHeader' in scope
        static       let  cPlusPlusHeader             =    UTI(rawValue:  kUTTypeCPlusPlusHeader             as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:399:68: error: cannot find 'kUTTypeJavaSource' in scope
        static       let  javaSource                  =    UTI(rawValue:  kUTTypeJavaSource                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:400:68: error: cannot find 'kUTTypeScript' in scope
        static       let  script                      =    UTI(rawValue:  kUTTypeScript                      as  String)
                                                                          ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:401:68: error: cannot find 'kUTTypeAppleScript' in scope
        static       let  appleScript                 =    UTI(rawValue:  kUTTypeAppleScript                 as  String)
                                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:402:68: error: cannot find 'kUTTypeOSAScript' in scope
        static       let  osaScript                   =    UTI(rawValue:  kUTTypeOSAScript                   as  String)
                                                                          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:403:68: error: cannot find 'kUTTypeOSAScriptBundle' in scope
        static       let  osaScriptBundle             =    UTI(rawValue:  kUTTypeOSAScriptBundle             as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:404:68: error: cannot find 'kUTTypeJavaScript' in scope
        static       let  javaScript                  =    UTI(rawValue:  kUTTypeJavaScript                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:405:68: error: cannot find 'kUTTypeShellScript' in scope
        static       let  shellScript                 =    UTI(rawValue:  kUTTypeShellScript                 as  String)
                                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:406:68: error: cannot find 'kUTTypePerlScript' in scope
        static       let  perlScript                  =    UTI(rawValue:  kUTTypePerlScript                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:407:68: error: cannot find 'kUTTypePythonScript' in scope
        static       let  pythonScript                =    UTI(rawValue:  kUTTypePythonScript                as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:408:68: error: cannot find 'kUTTypeRubyScript' in scope
        static       let  rubyScript                  =    UTI(rawValue:  kUTTypeRubyScript                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:409:68: error: cannot find 'kUTTypePHPScript' in scope
        static       let  phpScript                   =    UTI(rawValue:  kUTTypePHPScript                   as  String)
                                                                          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:410:68: error: cannot find 'kUTTypeJSON' in scope
        static       let  json                        =    UTI(rawValue:  kUTTypeJSON                        as  String)
                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:411:68: error: cannot find 'kUTTypePropertyList' in scope
        static       let  propertyList                =    UTI(rawValue:  kUTTypePropertyList                as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:412:68: error: cannot find 'kUTTypeXMLPropertyList' in scope
        static       let  xmlPropertyList             =    UTI(rawValue:  kUTTypeXMLPropertyList             as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:413:68: error: cannot find 'kUTTypeBinaryPropertyList' in scope
        static       let  binaryPropertyList          =    UTI(rawValue:  kUTTypeBinaryPropertyList          as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:414:68: error: cannot find 'kUTTypePDF' in scope
        static       let  pdf                         =    UTI(rawValue:  kUTTypePDF                         as  String)
                                                                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:415:68: error: cannot find 'kUTTypeRTFD' in scope
        static       let  rtfd                        =    UTI(rawValue:  kUTTypeRTFD                        as  String)
                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:416:68: error: cannot find 'kUTTypeFlatRTFD' in scope
        static       let  flatRTFD                    =    UTI(rawValue:  kUTTypeFlatRTFD                    as  String)
                                                                          ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:417:68: error: cannot find 'kUTTypeTXNTextAndMultimediaData' in scope
        static       let  txnTextAndMultimediaData    =    UTI(rawValue:  kUTTypeTXNTextAndMultimediaData    as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:418:68: error: cannot find 'kUTTypeWebArchive' in scope
        static       let  webArchive                  =    UTI(rawValue:  kUTTypeWebArchive                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:419:68: error: cannot find 'kUTTypeImage' in scope
        static       let  image                       =    UTI(rawValue:  kUTTypeImage                       as  String)
                                                                          ^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:420:68: error: cannot find 'kUTTypeJPEG' in scope
        static       let  jpeg                        =    UTI(rawValue:  kUTTypeJPEG                        as  String)
                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:421:68: error: cannot find 'kUTTypeJPEG2000' in scope
        static       let  jpeg2000                    =    UTI(rawValue:  kUTTypeJPEG2000                    as  String)
                                                                          ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:422:68: error: cannot find 'kUTTypeTIFF' in scope
        static       let  tiff                        =    UTI(rawValue:  kUTTypeTIFF                        as  String)
                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:423:68: error: cannot find 'kUTTypePICT' in scope
        static       let  pict                        =    UTI(rawValue:  kUTTypePICT                        as  String)
                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:424:68: error: cannot find 'kUTTypeGIF' in scope
        static       let  gif                         =    UTI(rawValue:  kUTTypeGIF                         as  String)
                                                                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:425:68: error: cannot find 'kUTTypePNG' in scope
        static       let  png                         =    UTI(rawValue:  kUTTypePNG                         as  String)
                                                                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:426:68: error: cannot find 'kUTTypeQuickTimeImage' in scope
        static       let  quickTimeImage              =    UTI(rawValue:  kUTTypeQuickTimeImage              as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:427:68: error: cannot find 'kUTTypeAppleICNS' in scope
        static       let  appleICNS                   =    UTI(rawValue:  kUTTypeAppleICNS                   as  String)
                                                                          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:428:68: error: cannot find 'kUTTypeBMP' in scope
        static       let  bmp                         =    UTI(rawValue:  kUTTypeBMP                         as  String)
                                                                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:429:68: error: cannot find 'kUTTypeICO' in scope
        static       let  ico                         =    UTI(rawValue:  kUTTypeICO                         as  String)
                                                                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:430:68: error: cannot find 'kUTTypeRawImage' in scope
        static       let  rawImage                    =    UTI(rawValue:  kUTTypeRawImage                    as  String)
                                                                          ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:431:68: error: cannot find 'kUTTypeScalableVectorGraphics' in scope
        static       let  scalableVectorGraphics      =    UTI(rawValue:  kUTTypeScalableVectorGraphics      as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:433:56: error: cannot find 'kUTTypeLivePhoto' in scope
        static       let  livePhoto                                       =    UTI(rawValue:  kUTTypeLivePhoto                                   as  String)
                                                                                              ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:435:68: error: cannot find 'kUTTypeAudiovisualContent' in scope
        static       let  audiovisualContent          =    UTI(rawValue:  kUTTypeAudiovisualContent          as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:436:68: error: cannot find 'kUTTypeMovie' in scope
        static       let  movie                       =    UTI(rawValue:  kUTTypeMovie                       as  String)
                                                                          ^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:437:68: error: cannot find 'kUTTypeVideo' in scope
        static       let  video                       =    UTI(rawValue:  kUTTypeVideo                       as  String)
                                                                          ^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:438:68: error: cannot find 'kUTTypeAudio' in scope
        static       let  audio                       =    UTI(rawValue:  kUTTypeAudio                       as  String)
                                                                          ^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:439:68: error: cannot find 'kUTTypeQuickTimeMovie' in scope
        static       let  quickTimeMovie              =    UTI(rawValue:  kUTTypeQuickTimeMovie              as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:440:68: error: cannot find 'kUTTypeMPEG' in scope
        static       let  mpeg                        =    UTI(rawValue:  kUTTypeMPEG                        as  String)
                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:441:68: error: cannot find 'kUTTypeMPEG2Video' in scope
        static       let  mpeg2Video                  =    UTI(rawValue:  kUTTypeMPEG2Video                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:442:68: error: cannot find 'kUTTypeMPEG2TransportStream' in scope
        static       let  mpeg2TransportStream        =    UTI(rawValue:  kUTTypeMPEG2TransportStream        as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:443:68: error: cannot find 'kUTTypeMP3' in scope
        static       let  mp3                         =    UTI(rawValue:  kUTTypeMP3                         as  String)
                                                                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:444:68: error: cannot find 'kUTTypeMPEG4' in scope
        static       let  mpeg4                       =    UTI(rawValue:  kUTTypeMPEG4                       as  String)
                                                                          ^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:445:68: error: cannot find 'kUTTypeMPEG4Audio' in scope
        static       let  mpeg4Audio                  =    UTI(rawValue:  kUTTypeMPEG4Audio                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:446:68: error: cannot find 'kUTTypeAppleProtectedMPEG4Audio' in scope
        static       let  appleProtectedMPEG4Audio    =    UTI(rawValue:  kUTTypeAppleProtectedMPEG4Audio    as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:447:68: error: cannot find 'kUTTypeAppleProtectedMPEG4Video' in scope
        static       let  appleProtectedMPEG4Video    =    UTI(rawValue:  kUTTypeAppleProtectedMPEG4Video    as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:448:68: error: cannot find 'kUTTypeAVIMovie' in scope
        static       let  aviMovie                    =    UTI(rawValue:  kUTTypeAVIMovie                    as  String)
                                                                          ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:449:68: error: cannot find 'kUTTypeAudioInterchangeFileFormat' in scope
        static       let  audioInterchangeFileFormat  =    UTI(rawValue:  kUTTypeAudioInterchangeFileFormat  as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:450:68: error: cannot find 'kUTTypeWaveformAudio' in scope
        static       let  waveformAudio               =    UTI(rawValue:  kUTTypeWaveformAudio               as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:451:68: error: cannot find 'kUTTypeMIDIAudio' in scope
        static       let  midiAudio                   =    UTI(rawValue:  kUTTypeMIDIAudio                   as  String)
                                                                          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:452:68: error: cannot find 'kUTTypePlaylist' in scope
        static       let  playlist                    =    UTI(rawValue:  kUTTypePlaylist                    as  String)
                                                                          ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:453:68: error: cannot find 'kUTTypeM3UPlaylist' in scope
        static       let  m3UPlaylist                 =    UTI(rawValue:  kUTTypeM3UPlaylist                 as  String)
                                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:454:68: error: cannot find 'kUTTypeFolder' in scope
        static       let  folder                      =    UTI(rawValue:  kUTTypeFolder                      as  String)
                                                                          ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:455:68: error: cannot find 'kUTTypeVolume' in scope
        static       let  volume                      =    UTI(rawValue:  kUTTypeVolume                      as  String)
                                                                          ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:456:68: error: cannot find 'kUTTypePackage' in scope
        static       let  package                     =    UTI(rawValue:  kUTTypePackage                     as  String)
                                                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:457:68: error: cannot find 'kUTTypeBundle' in scope
        static       let  bundle                      =    UTI(rawValue:  kUTTypeBundle                      as  String)
                                                                          ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:458:68: error: cannot find 'kUTTypePluginBundle' in scope
        static       let  pluginBundle                =    UTI(rawValue:  kUTTypePluginBundle                as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:459:68: error: cannot find 'kUTTypeSpotlightImporter' in scope
        static       let  spotlightImporter           =    UTI(rawValue:  kUTTypeSpotlightImporter           as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:460:68: error: cannot find 'kUTTypeQuickLookGenerator' in scope
        static       let  quickLookGenerator          =    UTI(rawValue:  kUTTypeQuickLookGenerator          as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:461:68: error: cannot find 'kUTTypeXPCService' in scope
        static       let  xpcService                  =    UTI(rawValue:  kUTTypeXPCService                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:462:68: error: cannot find 'kUTTypeFramework' in scope
        static       let  framework                   =    UTI(rawValue:  kUTTypeFramework                   as  String)
                                                                          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:463:68: error: cannot find 'kUTTypeApplication' in scope
        static       let  application                 =    UTI(rawValue:  kUTTypeApplication                 as  String)
                                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:464:68: error: cannot find 'kUTTypeApplicationBundle' in scope
        static       let  applicationBundle           =    UTI(rawValue:  kUTTypeApplicationBundle           as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:465:68: error: cannot find 'kUTTypeApplicationFile' in scope
        static       let  applicationFile             =    UTI(rawValue:  kUTTypeApplicationFile             as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:466:68: error: cannot find 'kUTTypeUnixExecutable' in scope
        static       let  unixExecutable              =    UTI(rawValue:  kUTTypeUnixExecutable              as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:467:68: error: cannot find 'kUTTypeWindowsExecutable' in scope
        static       let  windowsExecutable           =    UTI(rawValue:  kUTTypeWindowsExecutable           as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:468:68: error: cannot find 'kUTTypeJavaClass' in scope
        static       let  javaClass                   =    UTI(rawValue:  kUTTypeJavaClass                   as  String)
                                                                          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:469:68: error: cannot find 'kUTTypeJavaArchive' in scope
        static       let  javaArchive                 =    UTI(rawValue:  kUTTypeJavaArchive                 as  String)
                                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:470:68: error: cannot find 'kUTTypeSystemPreferencesPane' in scope
        static       let  systemPreferencesPane       =    UTI(rawValue:  kUTTypeSystemPreferencesPane       as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:471:68: error: cannot find 'kUTTypeGNUZipArchive' in scope
        static       let  gnuZipArchive               =    UTI(rawValue:  kUTTypeGNUZipArchive               as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:472:68: error: cannot find 'kUTTypeBzip2Archive' in scope
        static       let  bzip2Archive                =    UTI(rawValue:  kUTTypeBzip2Archive                as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:473:68: error: cannot find 'kUTTypeZipArchive' in scope
        static       let  zipArchive                  =    UTI(rawValue:  kUTTypeZipArchive                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:474:68: error: cannot find 'kUTTypeSpreadsheet' in scope
        static       let  spreadsheet                 =    UTI(rawValue:  kUTTypeSpreadsheet                 as  String)
                                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:475:68: error: cannot find 'kUTTypePresentation' in scope
        static       let  presentation                =    UTI(rawValue:  kUTTypePresentation                as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:476:68: error: cannot find 'kUTTypeDatabase' in scope
        static       let  database                    =    UTI(rawValue:  kUTTypeDatabase                    as  String)
                                                                          ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:477:68: error: cannot find 'kUTTypeVCard' in scope
        static       let  vCard                       =    UTI(rawValue:  kUTTypeVCard                       as  String)
                                                                          ^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:478:68: error: cannot find 'kUTTypeToDoItem' in scope
        static       let  toDoItem                    =    UTI(rawValue:  kUTTypeToDoItem                    as  String)
                                                                          ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:479:68: error: cannot find 'kUTTypeCalendarEvent' in scope
        static       let  calendarEvent               =    UTI(rawValue:  kUTTypeCalendarEvent               as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:480:68: error: cannot find 'kUTTypeEmailMessage' in scope
        static       let  emailMessage                =    UTI(rawValue:  kUTTypeEmailMessage                as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:481:68: error: cannot find 'kUTTypeInternetLocation' in scope
        static       let  internetLocation            =    UTI(rawValue:  kUTTypeInternetLocation            as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:482:68: error: cannot find 'kUTTypeInkText' in scope
        static       let  inkText                     =    UTI(rawValue:  kUTTypeInkText                     as  String)
                                                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:483:68: error: cannot find 'kUTTypeFont' in scope
        static       let  font                        =    UTI(rawValue:  kUTTypeFont                        as  String)
                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:484:68: error: cannot find 'kUTTypeBookmark' in scope
        static       let  bookmark                    =    UTI(rawValue:  kUTTypeBookmark                    as  String)
                                                                          ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:485:68: error: cannot find 'kUTType3DContent' in scope
        static       let  _3DContent                  =    UTI(rawValue:  kUTType3DContent                   as  String)
                                                                          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:486:68: error: cannot find 'kUTTypePKCS12' in scope
        static       let  pkcs12                      =    UTI(rawValue:  kUTTypePKCS12                      as  String)
                                                                          ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:487:68: error: cannot find 'kUTTypeX509Certificate' in scope
        static       let  x509Certificate             =    UTI(rawValue:  kUTTypeX509Certificate             as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:488:68: error: cannot find 'kUTTypeElectronicPublication' in scope
        static       let  electronicPublication       =    UTI(rawValue:  kUTTypeElectronicPublication       as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:489:68: error: cannot find 'kUTTypeLog' in scope
        static       let  log                         =    UTI(rawValue:  kUTTypeLog                         as  String)
                                                                          ^~~~~~~~~~
[3/3] Compiling SwiftUTI UTI.swift
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:48:31: error: cannot find type 'CFString' in scope
                fileprivate var rawCFValue: CFString {
                                            ^~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:59:26: error: cannot find type 'CFString' in scope
        private var rawCFValue: CFString {
                                ^~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:359:68: error: cannot find 'kUTTypeItem' in scope
        static       let  item                        =    UTI(rawValue:  kUTTypeItem                        as  String)
                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:360:68: error: cannot find 'kUTTypeContent' in scope
        static       let  content                     =    UTI(rawValue:  kUTTypeContent                     as  String)
                                                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:361:68: error: cannot find 'kUTTypeCompositeContent' in scope
        static       let  compositeContent            =    UTI(rawValue:  kUTTypeCompositeContent            as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:362:68: error: cannot find 'kUTTypeMessage' in scope
        static       let  message                     =    UTI(rawValue:  kUTTypeMessage                     as  String)
                                                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:363:68: error: cannot find 'kUTTypeContact' in scope
        static       let  contact                     =    UTI(rawValue:  kUTTypeContact                     as  String)
                                                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:364:68: error: cannot find 'kUTTypeArchive' in scope
        static       let  archive                     =    UTI(rawValue:  kUTTypeArchive                     as  String)
                                                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:365:68: error: cannot find 'kUTTypeDiskImage' in scope
        static       let  diskImage                   =    UTI(rawValue:  kUTTypeDiskImage                   as  String)
                                                                          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:366:68: error: cannot find 'kUTTypeData' in scope
        static       let  data                        =    UTI(rawValue:  kUTTypeData                        as  String)
                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:367:68: error: cannot find 'kUTTypeDirectory' in scope
        static       let  directory                   =    UTI(rawValue:  kUTTypeDirectory                   as  String)
                                                                          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:368:68: error: cannot find 'kUTTypeResolvable' in scope
        static       let  resolvable                  =    UTI(rawValue:  kUTTypeResolvable                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:369:68: error: cannot find 'kUTTypeSymLink' in scope
        static       let  symLink                     =    UTI(rawValue:  kUTTypeSymLink                     as  String)
                                                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:370:68: error: cannot find 'kUTTypeExecutable' in scope
        static       let  executable                  =    UTI(rawValue:  kUTTypeExecutable                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:371:68: error: cannot find 'kUTTypeMountPoint' in scope
        static       let  mountPoint                  =    UTI(rawValue:  kUTTypeMountPoint                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:372:68: error: cannot find 'kUTTypeAliasFile' in scope
        static       let  aliasFile                   =    UTI(rawValue:  kUTTypeAliasFile                   as  String)
                                                                          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:373:68: error: cannot find 'kUTTypeAliasRecord' in scope
        static       let  aliasRecord                 =    UTI(rawValue:  kUTTypeAliasRecord                 as  String)
                                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:374:68: error: cannot find 'kUTTypeURLBookmarkData' in scope
        static       let  urlBookmarkData             =    UTI(rawValue:  kUTTypeURLBookmarkData             as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:375:68: error: cannot find 'kUTTypeURL' in scope
        static       let  url                         =    UTI(rawValue:  kUTTypeURL                         as  String)
                                                                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:376:68: error: cannot find 'kUTTypeFileURL' in scope
        static       let  fileURL                     =    UTI(rawValue:  kUTTypeFileURL                     as  String)
                                                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:377:68: error: cannot find 'kUTTypeText' in scope
        static       let  text                        =    UTI(rawValue:  kUTTypeText                        as  String)
                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:378:68: error: cannot find 'kUTTypePlainText' in scope
        static       let  plainText                   =    UTI(rawValue:  kUTTypePlainText                   as  String)
                                                                          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:379:68: error: cannot find 'kUTTypeUTF8PlainText' in scope
        static       let  utf8PlainText               =    UTI(rawValue:  kUTTypeUTF8PlainText               as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:380:68: error: cannot find 'kUTTypeUTF16ExternalPlainText' in scope
        static       let  utf16ExternalPlainText      =    UTI(rawValue:  kUTTypeUTF16ExternalPlainText      as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:381:68: error: cannot find 'kUTTypeUTF16PlainText' in scope
        static       let  utf16PlainText              =    UTI(rawValue:  kUTTypeUTF16PlainText              as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:382:68: error: cannot find 'kUTTypeDelimitedText' in scope
        static       let  delimitedText               =    UTI(rawValue:  kUTTypeDelimitedText               as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:383:68: error: cannot find 'kUTTypeCommaSeparatedText' in scope
        static       let  commaSeparatedText          =    UTI(rawValue:  kUTTypeCommaSeparatedText          as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:384:68: error: cannot find 'kUTTypeTabSeparatedText' in scope
        static       let  tabSeparatedText            =    UTI(rawValue:  kUTTypeTabSeparatedText            as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:385:68: error: cannot find 'kUTTypeUTF8TabSeparatedText' in scope
        static       let  utf8TabSeparatedText        =    UTI(rawValue:  kUTTypeUTF8TabSeparatedText        as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:386:68: error: cannot find 'kUTTypeRTF' in scope
        static       let  rtf                         =    UTI(rawValue:  kUTTypeRTF                         as  String)
                                                                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:387:68: error: cannot find 'kUTTypeHTML' in scope
        static       let  html                        =    UTI(rawValue:  kUTTypeHTML                        as  String)
                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:388:68: error: cannot find 'kUTTypeXML' in scope
        static       let  xml                         =    UTI(rawValue:  kUTTypeXML                         as  String)
                                                                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:389:68: error: cannot find 'kUTTypeSourceCode' in scope
        static       let  sourceCode                  =    UTI(rawValue:  kUTTypeSourceCode                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:390:68: error: cannot find 'kUTTypeAssemblyLanguageSource' in scope
        static       let  assemblyLanguageSource      =    UTI(rawValue:  kUTTypeAssemblyLanguageSource      as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:391:68: error: cannot find 'kUTTypeCSource' in scope
        static       let  cSource                     =    UTI(rawValue:  kUTTypeCSource                     as  String)
                                                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:392:68: error: cannot find 'kUTTypeObjectiveCSource' in scope
        static       let  objectiveCSource            =    UTI(rawValue:  kUTTypeObjectiveCSource            as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:394:57: error: cannot find 'kUTTypeSwiftSource' in scope
        static       let  swiftSource                             =    UTI(rawValue:  kUTTypeSwiftSource                                 as  String)
                                                                                      ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:395:68: error: cannot find 'kUTTypeCPlusPlusSource' in scope
        static       let  cPlusPlusSource             =    UTI(rawValue:  kUTTypeCPlusPlusSource             as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:396:68: error: cannot find 'kUTTypeObjectiveCPlusPlusSource' in scope
        static       let  objectiveCPlusPlusSource    =    UTI(rawValue:  kUTTypeObjectiveCPlusPlusSource    as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:397:68: error: cannot find 'kUTTypeCHeader' in scope
        static       let  cHeader                     =    UTI(rawValue:  kUTTypeCHeader                     as  String)
                                                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:398:68: error: cannot find 'kUTTypeCPlusPlusHeader' in scope
        static       let  cPlusPlusHeader             =    UTI(rawValue:  kUTTypeCPlusPlusHeader             as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:399:68: error: cannot find 'kUTTypeJavaSource' in scope
        static       let  javaSource                  =    UTI(rawValue:  kUTTypeJavaSource                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:400:68: error: cannot find 'kUTTypeScript' in scope
        static       let  script                      =    UTI(rawValue:  kUTTypeScript                      as  String)
                                                                          ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:401:68: error: cannot find 'kUTTypeAppleScript' in scope
        static       let  appleScript                 =    UTI(rawValue:  kUTTypeAppleScript                 as  String)
                                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:402:68: error: cannot find 'kUTTypeOSAScript' in scope
        static       let  osaScript                   =    UTI(rawValue:  kUTTypeOSAScript                   as  String)
                                                                          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:403:68: error: cannot find 'kUTTypeOSAScriptBundle' in scope
        static       let  osaScriptBundle             =    UTI(rawValue:  kUTTypeOSAScriptBundle             as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:404:68: error: cannot find 'kUTTypeJavaScript' in scope
        static       let  javaScript                  =    UTI(rawValue:  kUTTypeJavaScript                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:405:68: error: cannot find 'kUTTypeShellScript' in scope
        static       let  shellScript                 =    UTI(rawValue:  kUTTypeShellScript                 as  String)
                                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:406:68: error: cannot find 'kUTTypePerlScript' in scope
        static       let  perlScript                  =    UTI(rawValue:  kUTTypePerlScript                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:407:68: error: cannot find 'kUTTypePythonScript' in scope
        static       let  pythonScript                =    UTI(rawValue:  kUTTypePythonScript                as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:408:68: error: cannot find 'kUTTypeRubyScript' in scope
        static       let  rubyScript                  =    UTI(rawValue:  kUTTypeRubyScript                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:409:68: error: cannot find 'kUTTypePHPScript' in scope
        static       let  phpScript                   =    UTI(rawValue:  kUTTypePHPScript                   as  String)
                                                                          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:410:68: error: cannot find 'kUTTypeJSON' in scope
        static       let  json                        =    UTI(rawValue:  kUTTypeJSON                        as  String)
                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:411:68: error: cannot find 'kUTTypePropertyList' in scope
        static       let  propertyList                =    UTI(rawValue:  kUTTypePropertyList                as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:412:68: error: cannot find 'kUTTypeXMLPropertyList' in scope
        static       let  xmlPropertyList             =    UTI(rawValue:  kUTTypeXMLPropertyList             as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:413:68: error: cannot find 'kUTTypeBinaryPropertyList' in scope
        static       let  binaryPropertyList          =    UTI(rawValue:  kUTTypeBinaryPropertyList          as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:414:68: error: cannot find 'kUTTypePDF' in scope
        static       let  pdf                         =    UTI(rawValue:  kUTTypePDF                         as  String)
                                                                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:415:68: error: cannot find 'kUTTypeRTFD' in scope
        static       let  rtfd                        =    UTI(rawValue:  kUTTypeRTFD                        as  String)
                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:416:68: error: cannot find 'kUTTypeFlatRTFD' in scope
        static       let  flatRTFD                    =    UTI(rawValue:  kUTTypeFlatRTFD                    as  String)
                                                                          ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:417:68: error: cannot find 'kUTTypeTXNTextAndMultimediaData' in scope
        static       let  txnTextAndMultimediaData    =    UTI(rawValue:  kUTTypeTXNTextAndMultimediaData    as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:418:68: error: cannot find 'kUTTypeWebArchive' in scope
        static       let  webArchive                  =    UTI(rawValue:  kUTTypeWebArchive                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:419:68: error: cannot find 'kUTTypeImage' in scope
        static       let  image                       =    UTI(rawValue:  kUTTypeImage                       as  String)
                                                                          ^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:420:68: error: cannot find 'kUTTypeJPEG' in scope
        static       let  jpeg                        =    UTI(rawValue:  kUTTypeJPEG                        as  String)
                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:421:68: error: cannot find 'kUTTypeJPEG2000' in scope
        static       let  jpeg2000                    =    UTI(rawValue:  kUTTypeJPEG2000                    as  String)
                                                                          ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:422:68: error: cannot find 'kUTTypeTIFF' in scope
        static       let  tiff                        =    UTI(rawValue:  kUTTypeTIFF                        as  String)
                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:423:68: error: cannot find 'kUTTypePICT' in scope
        static       let  pict                        =    UTI(rawValue:  kUTTypePICT                        as  String)
                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:424:68: error: cannot find 'kUTTypeGIF' in scope
        static       let  gif                         =    UTI(rawValue:  kUTTypeGIF                         as  String)
                                                                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:425:68: error: cannot find 'kUTTypePNG' in scope
        static       let  png                         =    UTI(rawValue:  kUTTypePNG                         as  String)
                                                                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:426:68: error: cannot find 'kUTTypeQuickTimeImage' in scope
        static       let  quickTimeImage              =    UTI(rawValue:  kUTTypeQuickTimeImage              as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:427:68: error: cannot find 'kUTTypeAppleICNS' in scope
        static       let  appleICNS                   =    UTI(rawValue:  kUTTypeAppleICNS                   as  String)
                                                                          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:428:68: error: cannot find 'kUTTypeBMP' in scope
        static       let  bmp                         =    UTI(rawValue:  kUTTypeBMP                         as  String)
                                                                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:429:68: error: cannot find 'kUTTypeICO' in scope
        static       let  ico                         =    UTI(rawValue:  kUTTypeICO                         as  String)
                                                                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:430:68: error: cannot find 'kUTTypeRawImage' in scope
        static       let  rawImage                    =    UTI(rawValue:  kUTTypeRawImage                    as  String)
                                                                          ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:431:68: error: cannot find 'kUTTypeScalableVectorGraphics' in scope
        static       let  scalableVectorGraphics      =    UTI(rawValue:  kUTTypeScalableVectorGraphics      as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:433:56: error: cannot find 'kUTTypeLivePhoto' in scope
        static       let  livePhoto                                       =    UTI(rawValue:  kUTTypeLivePhoto                                   as  String)
                                                                                              ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:435:68: error: cannot find 'kUTTypeAudiovisualContent' in scope
        static       let  audiovisualContent          =    UTI(rawValue:  kUTTypeAudiovisualContent          as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:436:68: error: cannot find 'kUTTypeMovie' in scope
        static       let  movie                       =    UTI(rawValue:  kUTTypeMovie                       as  String)
                                                                          ^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:437:68: error: cannot find 'kUTTypeVideo' in scope
        static       let  video                       =    UTI(rawValue:  kUTTypeVideo                       as  String)
                                                                          ^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:438:68: error: cannot find 'kUTTypeAudio' in scope
        static       let  audio                       =    UTI(rawValue:  kUTTypeAudio                       as  String)
                                                                          ^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:439:68: error: cannot find 'kUTTypeQuickTimeMovie' in scope
        static       let  quickTimeMovie              =    UTI(rawValue:  kUTTypeQuickTimeMovie              as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:440:68: error: cannot find 'kUTTypeMPEG' in scope
        static       let  mpeg                        =    UTI(rawValue:  kUTTypeMPEG                        as  String)
                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:441:68: error: cannot find 'kUTTypeMPEG2Video' in scope
        static       let  mpeg2Video                  =    UTI(rawValue:  kUTTypeMPEG2Video                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:442:68: error: cannot find 'kUTTypeMPEG2TransportStream' in scope
        static       let  mpeg2TransportStream        =    UTI(rawValue:  kUTTypeMPEG2TransportStream        as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:443:68: error: cannot find 'kUTTypeMP3' in scope
        static       let  mp3                         =    UTI(rawValue:  kUTTypeMP3                         as  String)
                                                                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:444:68: error: cannot find 'kUTTypeMPEG4' in scope
        static       let  mpeg4                       =    UTI(rawValue:  kUTTypeMPEG4                       as  String)
                                                                          ^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:445:68: error: cannot find 'kUTTypeMPEG4Audio' in scope
        static       let  mpeg4Audio                  =    UTI(rawValue:  kUTTypeMPEG4Audio                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:446:68: error: cannot find 'kUTTypeAppleProtectedMPEG4Audio' in scope
        static       let  appleProtectedMPEG4Audio    =    UTI(rawValue:  kUTTypeAppleProtectedMPEG4Audio    as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:447:68: error: cannot find 'kUTTypeAppleProtectedMPEG4Video' in scope
        static       let  appleProtectedMPEG4Video    =    UTI(rawValue:  kUTTypeAppleProtectedMPEG4Video    as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:448:68: error: cannot find 'kUTTypeAVIMovie' in scope
        static       let  aviMovie                    =    UTI(rawValue:  kUTTypeAVIMovie                    as  String)
                                                                          ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:449:68: error: cannot find 'kUTTypeAudioInterchangeFileFormat' in scope
        static       let  audioInterchangeFileFormat  =    UTI(rawValue:  kUTTypeAudioInterchangeFileFormat  as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:450:68: error: cannot find 'kUTTypeWaveformAudio' in scope
        static       let  waveformAudio               =    UTI(rawValue:  kUTTypeWaveformAudio               as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:451:68: error: cannot find 'kUTTypeMIDIAudio' in scope
        static       let  midiAudio                   =    UTI(rawValue:  kUTTypeMIDIAudio                   as  String)
                                                                          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:452:68: error: cannot find 'kUTTypePlaylist' in scope
        static       let  playlist                    =    UTI(rawValue:  kUTTypePlaylist                    as  String)
                                                                          ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:453:68: error: cannot find 'kUTTypeM3UPlaylist' in scope
        static       let  m3UPlaylist                 =    UTI(rawValue:  kUTTypeM3UPlaylist                 as  String)
                                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:454:68: error: cannot find 'kUTTypeFolder' in scope
        static       let  folder                      =    UTI(rawValue:  kUTTypeFolder                      as  String)
                                                                          ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:455:68: error: cannot find 'kUTTypeVolume' in scope
        static       let  volume                      =    UTI(rawValue:  kUTTypeVolume                      as  String)
                                                                          ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:456:68: error: cannot find 'kUTTypePackage' in scope
        static       let  package                     =    UTI(rawValue:  kUTTypePackage                     as  String)
                                                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:457:68: error: cannot find 'kUTTypeBundle' in scope
        static       let  bundle                      =    UTI(rawValue:  kUTTypeBundle                      as  String)
                                                                          ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:458:68: error: cannot find 'kUTTypePluginBundle' in scope
        static       let  pluginBundle                =    UTI(rawValue:  kUTTypePluginBundle                as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:459:68: error: cannot find 'kUTTypeSpotlightImporter' in scope
        static       let  spotlightImporter           =    UTI(rawValue:  kUTTypeSpotlightImporter           as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:460:68: error: cannot find 'kUTTypeQuickLookGenerator' in scope
        static       let  quickLookGenerator          =    UTI(rawValue:  kUTTypeQuickLookGenerator          as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:461:68: error: cannot find 'kUTTypeXPCService' in scope
        static       let  xpcService                  =    UTI(rawValue:  kUTTypeXPCService                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:462:68: error: cannot find 'kUTTypeFramework' in scope
        static       let  framework                   =    UTI(rawValue:  kUTTypeFramework                   as  String)
                                                                          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:463:68: error: cannot find 'kUTTypeApplication' in scope
        static       let  application                 =    UTI(rawValue:  kUTTypeApplication                 as  String)
                                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:464:68: error: cannot find 'kUTTypeApplicationBundle' in scope
        static       let  applicationBundle           =    UTI(rawValue:  kUTTypeApplicationBundle           as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:465:68: error: cannot find 'kUTTypeApplicationFile' in scope
        static       let  applicationFile             =    UTI(rawValue:  kUTTypeApplicationFile             as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:466:68: error: cannot find 'kUTTypeUnixExecutable' in scope
        static       let  unixExecutable              =    UTI(rawValue:  kUTTypeUnixExecutable              as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:467:68: error: cannot find 'kUTTypeWindowsExecutable' in scope
        static       let  windowsExecutable           =    UTI(rawValue:  kUTTypeWindowsExecutable           as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:468:68: error: cannot find 'kUTTypeJavaClass' in scope
        static       let  javaClass                   =    UTI(rawValue:  kUTTypeJavaClass                   as  String)
                                                                          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:469:68: error: cannot find 'kUTTypeJavaArchive' in scope
        static       let  javaArchive                 =    UTI(rawValue:  kUTTypeJavaArchive                 as  String)
                                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:470:68: error: cannot find 'kUTTypeSystemPreferencesPane' in scope
        static       let  systemPreferencesPane       =    UTI(rawValue:  kUTTypeSystemPreferencesPane       as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:471:68: error: cannot find 'kUTTypeGNUZipArchive' in scope
        static       let  gnuZipArchive               =    UTI(rawValue:  kUTTypeGNUZipArchive               as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:472:68: error: cannot find 'kUTTypeBzip2Archive' in scope
        static       let  bzip2Archive                =    UTI(rawValue:  kUTTypeBzip2Archive                as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:473:68: error: cannot find 'kUTTypeZipArchive' in scope
        static       let  zipArchive                  =    UTI(rawValue:  kUTTypeZipArchive                  as  String)
                                                                          ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:474:68: error: cannot find 'kUTTypeSpreadsheet' in scope
        static       let  spreadsheet                 =    UTI(rawValue:  kUTTypeSpreadsheet                 as  String)
                                                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:475:68: error: cannot find 'kUTTypePresentation' in scope
        static       let  presentation                =    UTI(rawValue:  kUTTypePresentation                as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:476:68: error: cannot find 'kUTTypeDatabase' in scope
        static       let  database                    =    UTI(rawValue:  kUTTypeDatabase                    as  String)
                                                                          ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:477:68: error: cannot find 'kUTTypeVCard' in scope
        static       let  vCard                       =    UTI(rawValue:  kUTTypeVCard                       as  String)
                                                                          ^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:478:68: error: cannot find 'kUTTypeToDoItem' in scope
        static       let  toDoItem                    =    UTI(rawValue:  kUTTypeToDoItem                    as  String)
                                                                          ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:479:68: error: cannot find 'kUTTypeCalendarEvent' in scope
        static       let  calendarEvent               =    UTI(rawValue:  kUTTypeCalendarEvent               as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:480:68: error: cannot find 'kUTTypeEmailMessage' in scope
        static       let  emailMessage                =    UTI(rawValue:  kUTTypeEmailMessage                as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:481:68: error: cannot find 'kUTTypeInternetLocation' in scope
        static       let  internetLocation            =    UTI(rawValue:  kUTTypeInternetLocation            as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:482:68: error: cannot find 'kUTTypeInkText' in scope
        static       let  inkText                     =    UTI(rawValue:  kUTTypeInkText                     as  String)
                                                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:483:68: error: cannot find 'kUTTypeFont' in scope
        static       let  font                        =    UTI(rawValue:  kUTTypeFont                        as  String)
                                                                          ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:484:68: error: cannot find 'kUTTypeBookmark' in scope
        static       let  bookmark                    =    UTI(rawValue:  kUTTypeBookmark                    as  String)
                                                                          ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:485:68: error: cannot find 'kUTType3DContent' in scope
        static       let  _3DContent                  =    UTI(rawValue:  kUTType3DContent                   as  String)
                                                                          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:486:68: error: cannot find 'kUTTypePKCS12' in scope
        static       let  pkcs12                      =    UTI(rawValue:  kUTTypePKCS12                      as  String)
                                                                          ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:487:68: error: cannot find 'kUTTypeX509Certificate' in scope
        static       let  x509Certificate             =    UTI(rawValue:  kUTTypeX509Certificate             as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:488:68: error: cannot find 'kUTTypeElectronicPublication' in scope
        static       let  electronicPublication       =    UTI(rawValue:  kUTTypeElectronicPublication       as  String)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:489:68: error: cannot find 'kUTTypeLog' in scope
        static       let  log                         =    UTI(rawValue:  kUTTypeLog                         as  String)
                                                                          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:102:29: error: cannot find 'UTTypeCreatePreferredIdentifierForTag' in scope
                let unmanagedIdentifier = UTTypeCreatePreferredIdentifierForTag(tagClass.rawCFValue, value as CFString, conforming?.rawCFValue)
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:102:97: error: cannot find type 'CFString' in scope
                let unmanagedIdentifier = UTTypeCreatePreferredIdentifierForTag(tagClass.rawCFValue, value as CFString, conforming?.rawCFValue)
                                                                                                              ^~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:194:22: error: cannot find 'UTTypeCopyPreferredTagWithClass' in scope
                let unmanagedTag = UTTypeCopyPreferredTagWithClass(self.rawCFValue, tagClass.rawCFValue)
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:248:23: error: cannot find 'UTTypeCopyAllTagsWithClass' in scope
                let unmanagedTags = UTTypeCopyAllTagsWithClass(self.rawCFValue, tagClass.rawCFValue)
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:250:65: error: cannot find type 'CFString' in scope
                guard let tags = unmanagedTags?.takeRetainedValue() as? Array<CFString> else {
                                                                              ^~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:273:30: error: cannot find 'UTTypeCreateAllIdentifiersForTag' in scope
                let unmanagedIdentifiers = UTTypeCreateAllIdentifiersForTag(tag.rawCFValue, value as CFString, conforming?.rawCFValue)
                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:273:88: error: cannot find type 'CFString' in scope
                let unmanagedIdentifiers = UTTypeCreateAllIdentifiersForTag(tag.rawCFValue, value as CFString, conforming?.rawCFValue)
                                                                                                     ^~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:276:79: error: cannot find type 'CFString' in scope
                guard let identifiers = unmanagedIdentifiers?.takeRetainedValue() as? Array<CFString> else {
                                                                                            ^~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:297:10: error: cannot find 'UTTypeConformsTo' in scope
                return UTTypeConformsTo(self.rawCFValue, otherUTI.rawCFValue) as Bool
                       ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:302:10: error: cannot find 'UTTypeEqual' in scope
                return UTTypeEqual(lhs.rawCFValue, rhs.rawCFValue) as Bool
                       ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:311:30: error: cannot find 'UTTypeCopyDescription' in scope
                let unmanagedDescription = UTTypeCopyDescription(self.rawCFValue)
                                           ^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:324:30: error: cannot find 'UTTypeCopyDeclaration' in scope
                let unmanagedDeclaration = UTTypeCopyDeclaration(self.rawCFValue)
                                           ^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:337:22: error: cannot find 'UTTypeCopyDeclaringBundleURL' in scope
                let unmanagedURL = UTTypeCopyDeclaringBundleURL(self.rawCFValue)
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftUTI/UTI.swift:350:10: error: cannot find 'UTTypeIsDynamic' in scope
                return UTTypeIsDynamic(self.rawCFValue)
                       ^~~~~~~~~~~~~~~
error: fatalError
BUILD FAILURE 5.10 linux

Build Machine: Linux 2