aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2012-02-20 00:51:47 +0000
committerrowanbeentje <rowan@beent.je>2012-02-20 00:51:47 +0000
commitcc3c436432e592d15c46a4a9e38c6cb689eca0ee (patch)
tree2b0c17791b8a62ff2ab707a8bb082e563bec8c80 /Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build
parentbe5b96f6d79fecec53da93be6bb4d10df90e9ef5 (diff)
downloadsequelpro-cc3c436432e592d15c46a4a9e38c6cb689eca0ee.tar.gz
sequelpro-cc3c436432e592d15c46a4a9e38c6cb689eca0ee.tar.bz2
sequelpro-cc3c436432e592d15c46a4a9e38c6cb689eca0ee.zip
Initial commit of the new SPMySQL Framework, which is added to the project and ready for use but not yet integrated. This new framework should provide much of the functionality required from MCPKit and is based around its interface for relatively easy integration. The largest missing component is Hans' structure code which I believe is better placed outside the framework.
From the Readme file: The SPMySQL Framework is intended to provide a stable MySQL connection framework, with the ability to run text-based queries and rapidly retrieve result sets with conversion from MySQL data types to Cocoa objects. SPMySQL.framework has an interface loosely based around that provided by MCPKit by Serge Cohen and Bertrand Mansion (http://mysql-cocoa.sourceforge.net/), and in particular the heavily modified Sequel Pro version (http://www.sequelpro.com/). It is a full rewrite of the original framework, although it includes code from patches implementing the following Sequel Pro functionality, largely contributed by Hans-Jörg Bibiko, Stuart Connolly, Jakob Egger, and Rowan Beentje: - Connection locking (Jakob et al) - Ping & keepalive (Rowan et al) - Query cancellation (Rowan et al) - Delegate setup (Stuart et al) - SSL support (Rowan et al) - Connection checking (Rowan et al) - Version state (Stuart et al) - Maximum packet size control (Hans et al) - Result multithreading and streaming (Rowan et al) - Improved encoding support & switching (Rowan et al) - Database structure; moved to inside the app (Hans et al) - Query reattempts and error-handling approach (Rowan et al) - Geometry result class (Hans et al) - Connection proxy (Stuart et al)
Diffstat (limited to 'Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build')
-rwxr-xr-xFrameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLbin0 -> 1033464 bytes
-rw-r--r--Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQL.LinkFileList16
-rwxr-xr-xFrameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLbin0 -> 1209176 bytes
-rw-r--r--Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQL.LinkFileList16
-rw-r--r--Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmapbin0 -> 2369 bytes
-rw-r--r--Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmapbin0 -> 121 bytes
-rw-r--r--Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmapbin0 -> 3137 bytes
-rw-r--r--Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmapbin0 -> 1632 bytes
-rw-r--r--Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL.framework.dep95
-rw-r--r--Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL.framework~.dep88
-rw-r--r--Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL.hmapbin0 -> 3165 bytes
-rw-r--r--Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Conversion.plist12
-rw-r--r--Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Databases & Tables.plist12
-rw-r--r--Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Delegate & Proxy.plist12
-rw-r--r--Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Encoding.plist12
-rw-r--r--Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Field Definitions.plist12
-rw-r--r--Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Locking.plist12
-rw-r--r--Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Max Packet Size.plist12
-rw-r--r--Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Ping & KeepAlive.plist12
-rw-r--r--Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Querying & Preparation.plist12
-rw-r--r--Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLConnection.plist12
-rw-r--r--Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLFastStreamingResult.plist12
-rw-r--r--Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLGeometryData.plist12
-rw-r--r--Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLResult.plist12
-rw-r--r--Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLStreamingResult.plist12
-rw-r--r--Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLStringAdditions.plist12
-rw-r--r--Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Server Info.plist12
-rw-r--r--Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Conversion.plist12
-rw-r--r--Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Databases & Tables.plist12
-rw-r--r--Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Delegate & Proxy.plist12
-rw-r--r--Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Encoding.plist12
-rw-r--r--Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Field Definitions.plist12
-rw-r--r--Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Locking.plist12
-rw-r--r--Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Max Packet Size.plist12
-rw-r--r--Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Ping & KeepAlive.plist12
-rw-r--r--Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Querying & Preparation.plist12
-rw-r--r--Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLConnection.plist12
-rw-r--r--Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLFastStreamingResult.plist12
-rw-r--r--Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLGeometryData.plist12
-rw-r--r--Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLResult.plist12
-rw-r--r--Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLStreamingResult.plist12
-rw-r--r--Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLStringAdditions.plist12
-rw-r--r--Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Server Info.plist12
-rw-r--r--Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/build-state.dat1690
-rw-r--r--Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/build-state~.dat1498
45 files changed, 3787 insertions, 0 deletions
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQL b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQL
new file mode 100755
index 00000000..8fe29d67
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQL
Binary files differ
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQL.LinkFileList b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQL.LinkFileList
new file mode 100644
index 00000000..9fdfe40b
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQL.LinkFileList
@@ -0,0 +1,16 @@
+/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLConnection.o
+/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Ping & KeepAlive.o
+/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Encoding.o
+/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Server Info.o
+/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Conversion.o
+/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Querying & Preparation.o
+/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Locking.o
+/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLResult.o
+/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLGeometryData.o
+/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLFastStreamingResult.o
+/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Field Definitions.o
+/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLStringAdditions.o
+/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Max Packet Size.o
+/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Delegate & Proxy.o
+/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Databases & Tables.o
+/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLStreamingResult.o
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQL b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQL
new file mode 100755
index 00000000..ec8eb40c
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQL
Binary files differ
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQL.LinkFileList b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQL.LinkFileList
new file mode 100644
index 00000000..7e49b0b0
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQL.LinkFileList
@@ -0,0 +1,16 @@
+/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLConnection.o
+/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Ping & KeepAlive.o
+/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Encoding.o
+/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Server Info.o
+/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Conversion.o
+/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Querying & Preparation.o
+/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Locking.o
+/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLResult.o
+/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLGeometryData.o
+/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLFastStreamingResult.o
+/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Field Definitions.o
+/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLStringAdditions.o
+/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Max Packet Size.o
+/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Delegate & Proxy.o
+/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Databases & Tables.o
+/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLStreamingResult.o
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap
new file mode 100644
index 00000000..f8ade402
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap
Binary files differ
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap
new file mode 100644
index 00000000..dd8b535d
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap
Binary files differ
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap
new file mode 100644
index 00000000..98d0d0e0
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap
Binary files differ
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap
new file mode 100644
index 00000000..6bf5b59c
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap
Binary files differ
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL.framework.dep b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL.framework.dep
new file mode 100644
index 00000000..4de35ccd
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL.framework.dep
@@ -0,0 +1,95 @@
+439b6b267f8209890f723d28a23d486a 4b20757cc119b568f6a44f68071b314e ffffffffffffffffffffffffffffffff 276 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLStreamingResult.plist
+439b6b267f8209890f723d28a23d486a 56aa669f6e2725c20e38e7e7b100d905 ffffffffffffffffffffffffffffffff 27688 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLStreamingResult.o
+a283a4cd629af2b1a1e0556e1d620019 962fbc27accfda8ad3442750db82c64e ffffffffffffffffffffffffffffffff 276 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLStreamingResult.plist
+a283a4cd629af2b1a1e0556e1d620019 9cf255ba5845a6c4b9aed1b7dfb7db8e ffffffffffffffffffffffffffffffff 35972 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLStreamingResult.o
+439b6b267f864e490f723d28a23d7232 860f100d264dcdc43237af622e039801 ffffffffffffffffffffffffffffffff 276 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Databases & Tables.plist
+439b6b267f864e490f723d28a23d7232 d78ca805184db49027f9b825e97a6a73 ffffffffffffffffffffffffffffffff 26136 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Databases & Tables.o
+a283a4cd629eb571a1e0556e1d623a41 38b57965a87836baa1b85daf14eadc93 ffffffffffffffffffffffffffffffff 276 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Databases & Tables.plist
+a283a4cd629eb571a1e0556e1d623a41 a9cbc4f7c6077ff53bd1fb128b2ab06e ffffffffffffffffffffffffffffffff 33948 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Databases & Tables.o
+439b6b267f8be2df0f723d28a23d45ee a03c16154169482a8070ae62c60edf99 ffffffffffffffffffffffffffffffff 276 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Delegate & Proxy.plist
+439b6b267f8be2df0f723d28a23d45ee 9a70daac11d7e18e79bb71dea27f6399 ffffffffffffffffffffffffffffffff 20004 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Delegate & Proxy.o
+a283a4cd629319e7a1e0556e1d620d9d 9fe528a40af0f8ad7b06f6e81b69a93b ffffffffffffffffffffffffffffffff 276 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Delegate & Proxy.plist
+a283a4cd629319e7a1e0556e1d620d9d 6ae02c5d02e7f9b53b82c61113f8d492 ffffffffffffffffffffffffffffffff 24696 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Delegate & Proxy.o
+439b6b267f863b690f723d28a23d4e80 d48a27074632e1bf02be79dbd5f789b5 ffffffffffffffffffffffffffffffff 276 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Max Packet Size.plist
+439b6b267f863b690f723d28a23d4e80 f071e4c0016f18ad0ad39ddf9d594b22 ffffffffffffffffffffffffffffffff 23584 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Max Packet Size.o
+a283a4cd629ec051a1e0556e1d6206f3 75ce23c53f49731160d25dfa18d5b9c1 ffffffffffffffffffffffffffffffff 276 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Max Packet Size.plist
+a283a4cd629ec051a1e0556e1d6206f3 00456ad484a527f49fcd5669eca79ed1 ffffffffffffffffffffffffffffffff 30528 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Max Packet Size.o
+439b6b267f8de6b70f723d28a23d59e6 2b30677c783716e865e04413bd92e5df ffffffffffffffffffffffffffffffff 276 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLStringAdditions.plist
+439b6b267f8de6b70f723d28a23d59e6 c89c72d32dd6b6409906c0016fe0d3e5 ffffffffffffffffffffffffffffffff 4668 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLStringAdditions.o
+a283a4cd62951d8fa1e0556e1d621195 2d4ac9478dfe4f5aee1937c1c0748e17 ffffffffffffffffffffffffffffffff 276 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLStringAdditions.plist
+a283a4cd62951d8fa1e0556e1d621195 3e0d8d0ef435ec6d557aa0535fa1b127 ffffffffffffffffffffffffffffffff 6260 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLStringAdditions.o
+439b6b267f8de7220f723d28a23d1ad6 b733e7c40a52dd8505c5b2796dd75995 ffffffffffffffffffffffffffffffff 276 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Field Definitions.plist
+439b6b267f8de7220f723d28a23d1ad6 bd2b26673348000092076c5dfb198548 ffffffffffffffffffffffffffffffff 37748 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Field Definitions.o
+a283a4cd62951c1aa1e0556e1d6252a5 b72e02bb369b9740087560158afdcbbe ffffffffffffffffffffffffffffffff 276 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Field Definitions.plist
+a283a4cd62951c1aa1e0556e1d6252a5 c33e65fd13a1e9c83ee5cf892da06e29 ffffffffffffffffffffffffffffffff 53824 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Field Definitions.o
+439b6b2638392f1b0f723d28a23d5b1a 6318869f850d1695b0897111ec27b043 ffffffffffffffffffffffffffffffff 276 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLFastStreamingResult.plist
+439b6b2638392f1b0f723d28a23d5b1a 19394613896458b55a7cb73ebe96a3aa ffffffffffffffffffffffffffffffff 33152 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLFastStreamingResult.o
+a283a4cd2521d423a1e0556e1d621369 5a6c32955c5f6ee8f99965bfdb353af0 ffffffffffffffffffffffffffffffff 276 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLFastStreamingResult.plist
+a283a4cd2521d423a1e0556e1d621369 cea9069e532073dec4f18e3317c0cb62 ffffffffffffffffffffffffffffffff 43620 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLFastStreamingResult.o
+439b6b267f829b330f723d28a23d3b18 2313008c5b9c03d401c9200b0824194f ffffffffffffffffffffffffffffffff 276 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLGeometryData.plist
+439b6b267f829b330f723d28a23d3b18 a1d1ad47944de4c7d717352d8ee41cd1 ffffffffffffffffffffffffffffffff 39272 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLGeometryData.o
+a283a4cd629a600ba1e0556e1d62736b 72b23f7e4acf0d7cd43a861ccf0979cd ffffffffffffffffffffffffffffffff 276 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLGeometryData.plist
+a283a4cd629a600ba1e0556e1d62736b 72726ca4dbc16482d490c705a0cca6eb ffffffffffffffffffffffffffffffff 56344 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLGeometryData.o
+439b6b267f834ac00f723d28a23d7b26 00f8cb4f8c118a32b280cac4a7f5f912 ffffffffffffffffffffffffffffffff 276 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLResult.plist
+439b6b267f834ac00f723d28a23d7b26 698278bb1fb6b76e379a1715d197a6f3 ffffffffffffffffffffffffffffffff 37432 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLResult.o
+a283a4cd629bb1f8a1e0556e1d623355 d6f8f7bdc05588075959b7665d85a148 ffffffffffffffffffffffffffffffff 276 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLResult.plist
+a283a4cd629bb1f8a1e0556e1d623355 dbf1bd1373cd904a7bc89413ba8f685e ffffffffffffffffffffffffffffffff 53480 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLResult.o
+439b6b267f8fcbd70f723d28a23d5afa 840cceea34958ae026e1a6a7422abd43 ffffffffffffffffffffffffffffffff 276 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Locking.plist
+439b6b267f8fcbd70f723d28a23d5afa 026eecc232d0a3cc30ec10b820229a83 ffffffffffffffffffffffffffffffff 17924 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Locking.o
+a283a4cd629730efa1e0556e1d621289 1a45cf0583c2f6d0c5ef28b71b13311e ffffffffffffffffffffffffffffffff 276 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Locking.plist
+a283a4cd629730efa1e0556e1d621289 576e17676492de51f3b4ff0355c67670 ffffffffffffffffffffffffffffffff 20496 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Locking.o
+439b6b267ffe39210f723d28a23d10d4 6ab23e50abec661b85533f0373ed7b82 ffffffffffffffffffffffffffffffff 276 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Querying & Preparation.plist
+439b6b267ffe39210f723d28a23d10d4 3537e45f298051f10c9cb0f8059bfb6d ffffffffffffffffffffffffffffffff 47608 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Querying & Preparation.o
+a283a4cd62e6c219a1e0556e1d6258a7 01d3ff94adff5e01011ea1f1d6547ef8 ffffffffffffffffffffffffffffffff 276 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Querying & Preparation.plist
+a283a4cd62e6c219a1e0556e1d6258a7 af763682c5b7d0774fb8b7aa04f2a761 ffffffffffffffffffffffffffffffff 64748 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Querying & Preparation.o
+439b6b267f8de72c0f723d28a23d5350 61f6f624efbd36964f75b1903bffc793 ffffffffffffffffffffffffffffffff 276 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Conversion.plist
+439b6b267f8de72c0f723d28a23d5350 0fdb9d4912994edd9ad8f08d6c6bb16a ffffffffffffffffffffffffffffffff 19480 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Conversion.o
+a283a4cd62951c14a1e0556e1d621b23 ebca9afd47eb3bb14921cd73b821c6ec ffffffffffffffffffffffffffffffff 276 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Conversion.plist
+a283a4cd62951c14a1e0556e1d621b23 f005b2a61e638034ee424c772fbbb71e ffffffffffffffffffffffffffffffff 22616 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Conversion.o
+439b6b267f87f8520f723d28a23d4008 42ed164e55c029a7b4c4b38a89ac7033 ffffffffffffffffffffffffffffffff 276 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Server Info.plist
+439b6b267f87f8520f723d28a23d4008 0cc9e2965afd9cf9f9980f3664b38fd0 ffffffffffffffffffffffffffffffff 23220 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Server Info.o
+a283a4cd629f036aa1e0556e1d62087b fb5259f4e02966ca8ec03cb13496b9c3 ffffffffffffffffffffffffffffffff 276 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Server Info.plist
+a283a4cd629f036aa1e0556e1d62087b c3c0c59f2f26e7e8ea47c8c2355245dd ffffffffffffffffffffffffffffffff 29120 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Server Info.o
+439b6b267f8ae7200f723d28a23d693d 0c2a29e0435cbde181b7313d2138d245 ffffffffffffffffffffffffffffffff 276 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Encoding.plist
+439b6b267f8ae7200f723d28a23d693d 3858879310d58b585d5eee50c003cf6d ffffffffffffffffffffffffffffffff 34248 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Encoding.o
+a283a4cd62921c18a1e0556e1d62214e 7a8e1b1af2d39f0b365f53558db34df2 ffffffffffffffffffffffffffffffff 276 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Encoding.plist
+a283a4cd62921c18a1e0556e1d62214e 4778e2aa93a1b99465a467babc349ef4 ffffffffffffffffffffffffffffffff 41604 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Encoding.o
+439b6b267777f3b70f723d28a23d733f 278ccff559d0d339b5427b3e97227c34 ffffffffffffffffffffffffffffffff 276 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Ping & KeepAlive.plist
+439b6b267777f3b70f723d28a23d733f e753b39a97d70a07b0f80b34cf1d60ba ffffffffffffffffffffffffffffffff 24244 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Ping & KeepAlive.o
+a283a4cd6a6f088fa1e0556e1d623b4c 17de75738a31ebffc30e0d9acec20b8c ffffffffffffffffffffffffffffffff 276 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Ping & KeepAlive.plist
+a283a4cd6a6f088fa1e0556e1d623b4c cf3e366704e9a0b53da7724ae9747498 ffffffffffffffffffffffffffffffff 29960 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Ping & KeepAlive.o
+439b6b26772a11d90f723d28a23d23bc 06eaa9bfed37b1fe189ac69681e6e0b7 ffffffffffffffffffffffffffffffff 276 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLConnection.plist
+439b6b26772a11d90f723d28a23d23bc 411099d8b5db1a72b3ac71a9f314206d ffffffffffffffffffffffffffffffff 69624 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLConnection.o
+a283a4cd6a32eae1a1e0556e1d626bcf 156b5116b4235d7104ef5d5aed6dc8d6 ffffffffffffffffffffffffffffffff 276 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLConnection.plist
+a283a4cd6a32eae1a1e0556e1d626bcf 2dab2056bb915b94e447ff6b6b6b7302 ffffffffffffffffffffffffffffffff 112588 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLConnection.o
+c856b48c8c664baa5057d348c4c12159 93dc7b9384746b90a1a5a00a2d2c267a ffffffffffffffffffffffffffffffff 204 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework
+00000000000000000000000000000000 490a066f32c11330b9dc183e5feaa0a5 ffffffffffffffffffffffffffffffff 24 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/SPMySQL
+64c2c8162f7ac160810601d8bbef13d3 bef62aa282175619fd7c9f84c4926565 ffffffffffffffffffffffffffffffff 24 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Headers
+00000000000000000000000000000000 b09b03c37c09d48ba9ff8655d655a691 ffffffffffffffffffffffffffffffff 26 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Resources
+00000000000000000000000000000000 64c2c8162f7ac160810601d8bbef13d3 ffffffffffffffffffffffffffffffff 1 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/Current
+8564e689a9e9e989c135fe5a12c2d3dc 328c313a68ff27be285bf9eaa64e9603 ffffffffffffffffffffffffffffffff 2249976 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/SPMySQL
+e5aaed3e11be80dfea6341afc36c2612 938b3fdf7cc1a7b83e998c2df5062f73 ffffffffffffffffffffffffffffffff 1033464 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQL
+000000004837395c000000000000f9fd 439b6b2637bade770f723d28a23dadf6 ffffffffffffffffffffffffffffffff 10915724 /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-cofotckhtpskmbbitaunrurqfhjt/SPMySQLFramework_Prefix.pch.pth
+abb54a59b281404a224b2ea5a1f163d2 58f07e3176178ea437841d7d8559b96f ffffffffffffffffffffffffffffffff 1209176 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQL
+000000004837395c000000000000f9fd a283a4cd2aa2254fa1e0556e1d62e585 ffffffffffffffffffffffffffffffff 9978580 /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-auxswahqcpdpplbhprktpczirxee/SPMySQLFramework_Prefix.pch.pth
+000000004f0a19cd0000000000000030 32d2cc5a41e00bf1c7b68229426811c5 ffffffffffffffffffffffffffffffff 92 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Resources/English.lproj/InfoPlist.strings
+00000000000000000000000000000000 4f9a17073f384a631a0b57331f5e11b3 ffffffffffffffffffffffffffffffff 1942 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLStreamingResult.h
+00000000000000000000000000000000 2766745cb0b35c12ee92c246c863d42c ffffffffffffffffffffffffffffffff 1809 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/Databases & Tables.h
+00000000000000000000000000000000 434b9e8908293ad5d73477ca173077ba ffffffffffffffffffffffffffffffff 1406 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/Delegate & Proxy.h
+00000000000000000000000000000000 135056b04bbacc11ca8a8649aeeb2877 ffffffffffffffffffffffffffffffff 1523 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/Max Packet Size.h
+00000000000000000000000000000000 a689c4d14a4cf06c58da73cf86203088 ffffffffffffffffffffffffffffffff 2180 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLConnectionProxy.h
+00000000000000000000000000000000 c7fea678f5ad55770a22fa3082f7e22c ffffffffffffffffffffffffffffffff 1434 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/Field Definitions.h
+00000000000000000000000000000000 92cbef9cd1417f6bd89044bcaa311e1f ffffffffffffffffffffffffffffffff 1698 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLFastStreamingResult.h
+00000000000000000000000000000000 53af4c31e414b382e748c352ca106010 ffffffffffffffffffffffffffffffff 1755 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLGeometryData.h
+00000000000000000000000000000000 d69623b42586a0e7a77bdc6b3db9a25b ffffffffffffffffffffffffffffffff 4407 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLResult.h
+00000000000000000000000000000000 0eb2245fae48e46f7fc23da0fe3c1ddb ffffffffffffffffffffffffffffffff 4161 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLConnectionDelegate.h
+ffffffffffffffffffffffffffffffff 69d459ff0fce61e08b901a4581295b87 ffffffffffffffffffffffffffffffff 2218 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQL.h
+00000000000000000000000000000000 d019504419571a24515d592e5f08f04b ffffffffffffffffffffffffffffffff 1889 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/Server Info.h
+00000000000000000000000000000000 ae2101d928981cd4ebf971f2479d87cb ffffffffffffffffffffffffffffffff 1948 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/Encoding.h
+00000000000000000000000000000000 84d197301f6feaa3a9bc5988c3ad37c3 ffffffffffffffffffffffffffffffff 4500 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/Querying & Preparation.h
+00000000000000000000000000000000 78d0797c1e982629b44e2630b827a16e ffffffffffffffffffffffffffffffff 2349 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLConstants.h
+00000000000000000000000000000000 67c2f60da643366245a35771986df9fe ffffffffffffffffffffffffffffffff 5346 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLConnection.h
+00000000000000000000000000000000 0a0b806b8f45060393d0573e7f081622 ffffffffffffffffffffffffffffffff 1144 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Resources/Info.plist
+000000000776121c000000000000e579 41f49ec3b5bf2eaf6c43a4003fca1b9b ffffffffffffffffffffffffffffffff 10910168 /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-akcogxxzhrvecheeycvxvgronzwm/SPMySQLFramework_Prefix.pch.pth
+000000000776121c000000000000e579 cfc4e04ca720d02330be85b813cfcf1c ffffffffffffffffffffffffffffffff 9973036 /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-ewvxuxqrezwtesexznalgcozpcmh/SPMySQLFramework_Prefix.pch.pth
+ffffffffffffffffffffffffffffffff ad07be3761cbe476b57ac6ed1e8255a9 ffffffffffffffffffffffffffffffff 0 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework.dSYM
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL.framework~.dep b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL.framework~.dep
new file mode 100644
index 00000000..cfa1c0eb
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL.framework~.dep
@@ -0,0 +1,88 @@
+6308d6751e7867dc73b4d04343f2be5d 58f07e3176178ea437841d7d8559b96f ffffffffffffffffffffffffffffffff 0 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQL
+41f49ec3b2c04d306c43a4003fcadd6c 03507d629f5e29f63af0ac7ba6dc00b6 ffffffffffffffffffffffffffffffff 42192 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Databases & Tables.o
+cfc4e04ca05fb3bc30be85b813cf09eb 31b776da13e8248a547c63a11275cfde ffffffffffffffffffffffffffffffff 42336 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Databases & Tables.o
+41f49ec3b2cc1f266c43a4003fcaeaa8 9606c190f572973e1850112a08da3ac1 ffffffffffffffffffffffffffffffff 34272 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Delegate & Proxy.o
+cfc4e04ca053e1aa30be85b813cf3e2f 6988d13cca45afb73fc7490cce2343e2 ffffffffffffffffffffffffffffffff 34592 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Delegate & Proxy.o
+41f49ec3b2c1c6906c43a4003fcae1c6 ecf94c388c9ca9e23c9d988666a40c1c ffffffffffffffffffffffffffffffff 39328 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Max Packet Size.o
+cfc4e04ca05e381c30be85b813cf3541 39637492f961863a0427cc0a0eb65d1c ffffffffffffffffffffffffffffffff 39696 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Max Packet Size.o
+41f49ec3b2c93e876c43a4003fcaf30e edf336df89ff7744506cddbd9592aac9 ffffffffffffffffffffffffffffffff 5184 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLStringAdditions.o
+cfc4e04ca056c00b30be85b813cf2789 fb1ea18eee145eadc5c662a4440d9002 ffffffffffffffffffffffffffffffff 4752 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLStringAdditions.o
+41f49ec3b2c93f126c43a4003fcab03e c8dfc9a120b7e843c07b7c00b7ea7692 ffffffffffffffffffffffffffffffff 49184 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Field Definitions.o
+cfc4e04ca056c19e30be85b813cf64b9 4b222ae690ea81517cacc4256c91ad1f ffffffffffffffffffffffffffffffff 49888 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Field Definitions.o
+41f49ec3b2c93ed16c43a4003fcaf0dd b2e82e54cfd1482362d0f12c64527d2f ffffffffffffffffffffffffffffffff 31104 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLStreamingResult.o
+cfc4e04ca056c05d30be85b813cf245a 134a551d0403213199e53d87b1c1cedf ffffffffffffffffffffffffffffffff 31472 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLStreamingResult.o
+41f49ec3b2cb3ce26c43a4003fca91f0 ef6db5c5b3ebc6a9b45b9090e2f97468 ffffffffffffffffffffffffffffffff 44352 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLGeometryData.o
+cfc4e04ca054c26e30be85b813cf4577 ce9bfc808078fad5023b745a48fe80d4 ffffffffffffffffffffffffffffffff 47472 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLGeometryData.o
+41f49ec3b2c4b8d26c43a4003fcadca9 cc92ff84816ced60c6684dc17ebd8217 ffffffffffffffffffffffffffffffff 51056 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLResult.o
+cfc4e04ca05b465e30be85b813cf082e f3168ca9e236427bdc0dcc8e47d7d822 ffffffffffffffffffffffffffffffff 51472 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLResult.o
+41f49ec3b2c8362e6c43a4003fcaf5bc b15a41b72af520c5cd69add5eda2fefd ffffffffffffffffffffffffffffffff 32128 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Locking.o
+cfc4e04ca057c8a230be85b813cf213b efa1c2aaf4b3ad44d38b92be58c25643 ffffffffffffffffffffffffffffffff 32080 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Locking.o
+41f49ec3b2c547fe6c43a4003fcaab0b fae5aebfc2fab07080989804e77863de ffffffffffffffffffffffffffffffff 60496 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Querying & Preparation.o
+cfc4e04ca05ab97230be85b813cf7f8c c2644e4f3db1faab7fd253d476ea8e3b ffffffffffffffffffffffffffffffff 62272 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Querying & Preparation.o
+41f49ec3b2c93f1c6c43a4003fcaf9b8 f21c7d60b301067dedd50f66022803d8 ffffffffffffffffffffffffffffffff 33872 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Conversion.o
+cfc4e04ca056c19030be85b813cf2d3f e6f6e288356bd1d16212e885b0fee75f ffffffffffffffffffffffffffffffff 33488 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Conversion.o
+41f49ec3b2c005ab6c43a4003fcaef4e 03175b9fa2b06f05fa23fd7faa9b9218 ffffffffffffffffffffffffffffffff 39472 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Server Info.o
+cfc4e04ca05ffb2730be85b813cf3bc9 5711492da652a4637f6c9781ecb4b386 ffffffffffffffffffffffffffffffff 39584 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Server Info.o
+41f49ec3b2ce3f106c43a4003fcac3d5 a934077ed139414bb8d812ee84d117ac ffffffffffffffffffffffffffffffff 51968 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Encoding.o
+cfc4e04ca051c19c30be85b813cf1752 a49b1d0858f0c3df4366fd814f84826d ffffffffffffffffffffffffffffffff 52336 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Encoding.o
+41f49ec3ba403c816c43a4003fcad835 99512503d4688aac9ac694b8ea58d557 ffffffffffffffffffffffffffffffff 39568 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Ping & KeepAlive.o
+cfc4e04ca8dfc20d30be85b813cf0cb2 e1cd3dcc8ad611b1343d9f5df8574cae ffffffffffffffffffffffffffffffff 40032 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Ping & KeepAlive.o
+41f49ec3ba1092556c43a4003fca8ffa 1d9b45c10b50d3efe24967cf1ea784e3 ffffffffffffffffffffffffffffffff 99344 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLConnection.o
+cfc4e04ca88f6cd930be85b813cf5b7d 8a1f4c954309b05d14534c3cd15f8dbf ffffffffffffffffffffffffffffffff 105824 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLConnection.o
+1b2a5b29ba9d985868da2a46ff06f488 938b3fdf7cc1a7b83e998c2df5062f73 ffffffffffffffffffffffffffffffff 1015004 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQL
+00000000077611b4000000000000e578 41f49ec3b5bf2eaf6c43a4003fca1b9b ffffffffffffffffffffffffffffffff 10910168 /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-akcogxxzhrvecheeycvxvgronzwm/SPMySQLFramework_Prefix.pch.pth
+00000000077611b4000000000000e578 cfc4e04ca720d02330be85b813cfcf1c ffffffffffffffffffffffffffffffff 9973036 /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-ewvxuxqrezwtesexznalgcozpcmh/SPMySQLFramework_Prefix.pch.pth
+000000004f0a19cd0000000000000030 32d2cc5a41e00bf1c7b68229426811c5 ffffffffffffffffffffffffffffffff 92 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Resources/English.lproj/InfoPlist.strings
+00000000000000000000000000000000 434b9e8908293ad5d73477ca173077ba ffffffffffffffffffffffffffffffff 1406 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/Delegate & Proxy.h
+00000000000000000000000000000000 135056b04bbacc11ca8a8649aeeb2877 ffffffffffffffffffffffffffffffff 1523 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/Max Packet Size.h
+00000000000000000000000000000000 2766745cb0b35c12ee92c246c863d42c ffffffffffffffffffffffffffffffff 1809 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/Databases & Tables.h
+00000000000000000000000000000000 a689c4d14a4cf06c58da73cf86203088 ffffffffffffffffffffffffffffffff 2180 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLConnectionProxy.h
+00000000000000000000000000000000 c7fea678f5ad55770a22fa3082f7e22c ffffffffffffffffffffffffffffffff 1434 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/Field Definitions.h
+00000000000000000000000000000000 4f9a17073f384a631a0b57331f5e11b3 ffffffffffffffffffffffffffffffff 1601 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLStreamingResult.h
+00000000000000000000000000000000 53af4c31e414b382e748c352ca106010 ffffffffffffffffffffffffffffffff 1755 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLGeometryData.h
+00000000000000000000000000000000 0eb2245fae48e46f7fc23da0fe3c1ddb ffffffffffffffffffffffffffffffff 4161 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLConnectionDelegate.h
+00000000000000000000000000000000 d69623b42586a0e7a77bdc6b3db9a25b ffffffffffffffffffffffffffffffff 4174 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLResult.h
+00000000000000000000000000000000 69d459ff0fce61e08b901a4581295b87 ffffffffffffffffffffffffffffffff 2149 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQL.h
+00000000000000000000000000000000 ae2101d928981cd4ebf971f2479d87cb ffffffffffffffffffffffffffffffff 1948 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/Encoding.h
+00000000000000000000000000000000 84d197301f6feaa3a9bc5988c3ad37c3 ffffffffffffffffffffffffffffffff 3024 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/Querying & Preparation.h
+00000000000000000000000000000000 78d0797c1e982629b44e2630b827a16e ffffffffffffffffffffffffffffffff 2349 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLConstants.h
+00000000000000000000000000000000 d019504419571a24515d592e5f08f04b ffffffffffffffffffffffffffffffff 1889 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/Server Info.h
+00000000000000000000000000000000 67c2f60da643366245a35771986df9fe ffffffffffffffffffffffffffffffff 5344 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLConnection.h
+00000000000000000000000000000000 0a0b806b8f45060393d0573e7f081622 ffffffffffffffffffffffffffffffff 1144 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Resources/Info.plist
+64c2c8162f7ac160810601d8bbef13d3 bef62aa282175619fd7c9f84c4926565 ffffffffffffffffffffffffffffffff 24 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Headers
+00000000000000000000000000000000 64c2c8162f7ac160810601d8bbef13d3 ffffffffffffffffffffffffffffffff 1 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/Current
+00000000000000000000000000000000 490a066f32c11330b9dc183e5feaa0a5 ffffffffffffffffffffffffffffffff 24 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/SPMySQL
+00000000000000000000000000000000 b09b03c37c09d48ba9ff8655d655a691 ffffffffffffffffffffffffffffffff 26 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Resources
+ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff 0 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework.dSYM
+ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff 0 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework
+ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff 0 /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/SPMySQL
+ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff 0 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Databases & Tables.plist
+ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff 0 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Databases & Tables.plist
+ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff 0 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Delegate & Proxy.plist
+ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff 0 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Delegate & Proxy.plist
+ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff 0 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Max Packet Size.plist
+ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff 0 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Max Packet Size.plist
+ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff 0 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLStringAdditions.plist
+ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff 0 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLStringAdditions.plist
+ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff 0 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Field Definitions.plist
+ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff 0 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Field Definitions.plist
+ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff 0 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLStreamingResult.plist
+ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff 0 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLStreamingResult.plist
+ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff 0 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLGeometryData.plist
+ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff 0 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLGeometryData.plist
+ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff 0 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLResult.plist
+ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff 0 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLResult.plist
+ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff 0 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Locking.plist
+ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff 0 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Locking.plist
+ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff 0 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Querying & Preparation.plist
+ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff 0 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Querying & Preparation.plist
+ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff 0 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Conversion.plist
+ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff 0 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Conversion.plist
+ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff 0 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Server Info.plist
+ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff 0 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Server Info.plist
+ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff 0 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Encoding.plist
+ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff 0 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Encoding.plist
+ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff 0 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Ping & KeepAlive.plist
+ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff 0 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Ping & KeepAlive.plist
+ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff 0 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLConnection.plist
+ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffff 0 /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLConnection.plist
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL.hmap b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL.hmap
new file mode 100644
index 00000000..406d3bca
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL.hmap
Binary files differ
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Conversion.plist b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Conversion.plist
new file mode 100644
index 00000000..c3f62e32
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Conversion.plist
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>files</key>
+ <array>
+ </array>
+ <key>diagnostics</key>
+ <array>
+ </array>
+</dict>
+</plist> \ No newline at end of file
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Databases & Tables.plist b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Databases & Tables.plist
new file mode 100644
index 00000000..c3f62e32
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Databases & Tables.plist
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>files</key>
+ <array>
+ </array>
+ <key>diagnostics</key>
+ <array>
+ </array>
+</dict>
+</plist> \ No newline at end of file
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Delegate & Proxy.plist b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Delegate & Proxy.plist
new file mode 100644
index 00000000..c3f62e32
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Delegate & Proxy.plist
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>files</key>
+ <array>
+ </array>
+ <key>diagnostics</key>
+ <array>
+ </array>
+</dict>
+</plist> \ No newline at end of file
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Encoding.plist b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Encoding.plist
new file mode 100644
index 00000000..c3f62e32
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Encoding.plist
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>files</key>
+ <array>
+ </array>
+ <key>diagnostics</key>
+ <array>
+ </array>
+</dict>
+</plist> \ No newline at end of file
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Field Definitions.plist b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Field Definitions.plist
new file mode 100644
index 00000000..c3f62e32
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Field Definitions.plist
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>files</key>
+ <array>
+ </array>
+ <key>diagnostics</key>
+ <array>
+ </array>
+</dict>
+</plist> \ No newline at end of file
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Locking.plist b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Locking.plist
new file mode 100644
index 00000000..c3f62e32
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Locking.plist
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>files</key>
+ <array>
+ </array>
+ <key>diagnostics</key>
+ <array>
+ </array>
+</dict>
+</plist> \ No newline at end of file
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Max Packet Size.plist b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Max Packet Size.plist
new file mode 100644
index 00000000..c3f62e32
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Max Packet Size.plist
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>files</key>
+ <array>
+ </array>
+ <key>diagnostics</key>
+ <array>
+ </array>
+</dict>
+</plist> \ No newline at end of file
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Ping & KeepAlive.plist b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Ping & KeepAlive.plist
new file mode 100644
index 00000000..c3f62e32
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Ping & KeepAlive.plist
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>files</key>
+ <array>
+ </array>
+ <key>diagnostics</key>
+ <array>
+ </array>
+</dict>
+</plist> \ No newline at end of file
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Querying & Preparation.plist b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Querying & Preparation.plist
new file mode 100644
index 00000000..c3f62e32
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Querying & Preparation.plist
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>files</key>
+ <array>
+ </array>
+ <key>diagnostics</key>
+ <array>
+ </array>
+</dict>
+</plist> \ No newline at end of file
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLConnection.plist b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLConnection.plist
new file mode 100644
index 00000000..c3f62e32
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLConnection.plist
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>files</key>
+ <array>
+ </array>
+ <key>diagnostics</key>
+ <array>
+ </array>
+</dict>
+</plist> \ No newline at end of file
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLFastStreamingResult.plist b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLFastStreamingResult.plist
new file mode 100644
index 00000000..c3f62e32
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLFastStreamingResult.plist
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>files</key>
+ <array>
+ </array>
+ <key>diagnostics</key>
+ <array>
+ </array>
+</dict>
+</plist> \ No newline at end of file
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLGeometryData.plist b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLGeometryData.plist
new file mode 100644
index 00000000..c3f62e32
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLGeometryData.plist
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>files</key>
+ <array>
+ </array>
+ <key>diagnostics</key>
+ <array>
+ </array>
+</dict>
+</plist> \ No newline at end of file
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLResult.plist b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLResult.plist
new file mode 100644
index 00000000..c3f62e32
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLResult.plist
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>files</key>
+ <array>
+ </array>
+ <key>diagnostics</key>
+ <array>
+ </array>
+</dict>
+</plist> \ No newline at end of file
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLStreamingResult.plist b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLStreamingResult.plist
new file mode 100644
index 00000000..c3f62e32
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLStreamingResult.plist
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>files</key>
+ <array>
+ </array>
+ <key>diagnostics</key>
+ <array>
+ </array>
+</dict>
+</plist> \ No newline at end of file
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLStringAdditions.plist b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLStringAdditions.plist
new file mode 100644
index 00000000..c3f62e32
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLStringAdditions.plist
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>files</key>
+ <array>
+ </array>
+ <key>diagnostics</key>
+ <array>
+ </array>
+</dict>
+</plist> \ No newline at end of file
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Server Info.plist b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Server Info.plist
new file mode 100644
index 00000000..c3f62e32
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Server Info.plist
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>files</key>
+ <array>
+ </array>
+ <key>diagnostics</key>
+ <array>
+ </array>
+</dict>
+</plist> \ No newline at end of file
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Conversion.plist b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Conversion.plist
new file mode 100644
index 00000000..c3f62e32
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Conversion.plist
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>files</key>
+ <array>
+ </array>
+ <key>diagnostics</key>
+ <array>
+ </array>
+</dict>
+</plist> \ No newline at end of file
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Databases & Tables.plist b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Databases & Tables.plist
new file mode 100644
index 00000000..c3f62e32
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Databases & Tables.plist
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>files</key>
+ <array>
+ </array>
+ <key>diagnostics</key>
+ <array>
+ </array>
+</dict>
+</plist> \ No newline at end of file
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Delegate & Proxy.plist b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Delegate & Proxy.plist
new file mode 100644
index 00000000..c3f62e32
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Delegate & Proxy.plist
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>files</key>
+ <array>
+ </array>
+ <key>diagnostics</key>
+ <array>
+ </array>
+</dict>
+</plist> \ No newline at end of file
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Encoding.plist b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Encoding.plist
new file mode 100644
index 00000000..c3f62e32
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Encoding.plist
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>files</key>
+ <array>
+ </array>
+ <key>diagnostics</key>
+ <array>
+ </array>
+</dict>
+</plist> \ No newline at end of file
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Field Definitions.plist b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Field Definitions.plist
new file mode 100644
index 00000000..c3f62e32
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Field Definitions.plist
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>files</key>
+ <array>
+ </array>
+ <key>diagnostics</key>
+ <array>
+ </array>
+</dict>
+</plist> \ No newline at end of file
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Locking.plist b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Locking.plist
new file mode 100644
index 00000000..c3f62e32
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Locking.plist
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>files</key>
+ <array>
+ </array>
+ <key>diagnostics</key>
+ <array>
+ </array>
+</dict>
+</plist> \ No newline at end of file
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Max Packet Size.plist b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Max Packet Size.plist
new file mode 100644
index 00000000..c3f62e32
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Max Packet Size.plist
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>files</key>
+ <array>
+ </array>
+ <key>diagnostics</key>
+ <array>
+ </array>
+</dict>
+</plist> \ No newline at end of file
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Ping & KeepAlive.plist b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Ping & KeepAlive.plist
new file mode 100644
index 00000000..c3f62e32
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Ping & KeepAlive.plist
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>files</key>
+ <array>
+ </array>
+ <key>diagnostics</key>
+ <array>
+ </array>
+</dict>
+</plist> \ No newline at end of file
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Querying & Preparation.plist b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Querying & Preparation.plist
new file mode 100644
index 00000000..c3f62e32
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Querying & Preparation.plist
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>files</key>
+ <array>
+ </array>
+ <key>diagnostics</key>
+ <array>
+ </array>
+</dict>
+</plist> \ No newline at end of file
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLConnection.plist b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLConnection.plist
new file mode 100644
index 00000000..c3f62e32
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLConnection.plist
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>files</key>
+ <array>
+ </array>
+ <key>diagnostics</key>
+ <array>
+ </array>
+</dict>
+</plist> \ No newline at end of file
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLFastStreamingResult.plist b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLFastStreamingResult.plist
new file mode 100644
index 00000000..c3f62e32
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLFastStreamingResult.plist
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>files</key>
+ <array>
+ </array>
+ <key>diagnostics</key>
+ <array>
+ </array>
+</dict>
+</plist> \ No newline at end of file
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLGeometryData.plist b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLGeometryData.plist
new file mode 100644
index 00000000..c3f62e32
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLGeometryData.plist
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>files</key>
+ <array>
+ </array>
+ <key>diagnostics</key>
+ <array>
+ </array>
+</dict>
+</plist> \ No newline at end of file
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLResult.plist b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLResult.plist
new file mode 100644
index 00000000..c3f62e32
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLResult.plist
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>files</key>
+ <array>
+ </array>
+ <key>diagnostics</key>
+ <array>
+ </array>
+</dict>
+</plist> \ No newline at end of file
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLStreamingResult.plist b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLStreamingResult.plist
new file mode 100644
index 00000000..c3f62e32
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLStreamingResult.plist
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>files</key>
+ <array>
+ </array>
+ <key>diagnostics</key>
+ <array>
+ </array>
+</dict>
+</plist> \ No newline at end of file
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLStringAdditions.plist b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLStringAdditions.plist
new file mode 100644
index 00000000..c3f62e32
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLStringAdditions.plist
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>files</key>
+ <array>
+ </array>
+ <key>diagnostics</key>
+ <array>
+ </array>
+</dict>
+</plist> \ No newline at end of file
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Server Info.plist b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Server Info.plist
new file mode 100644
index 00000000..c3f62e32
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Server Info.plist
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>files</key>
+ <array>
+ </array>
+ <key>diagnostics</key>
+ <array>
+ </array>
+</dict>
+</plist> \ No newline at end of file
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/build-state.dat b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/build-state.dat
new file mode 100644
index 00000000..bd54a9b3
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/build-state.dat
@@ -0,0 +1,1690 @@
+TSPMySQL.framework
+v7
+r0
+t351386739.899509
+cCheck dependencies
+cSymLink /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/Current A
+cSymLink /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Resources Versions/Current/Resources
+cSymLink /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Headers Versions/Current/Headers
+cSymLink /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/SPMySQL Versions/Current/SPMySQL
+cProcessInfoPlistFile /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Resources/Info.plist Resources/Info.plist
+cCpHeader build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLConnection.h Source/SPMySQLConnection.h
+cCpHeader build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLConstants.h Source/SPMySQLConstants.h
+cCpHeader "build/Release/SPMySQL.framework/Versions/A/Headers/Querying & Preparation.h" "Source/SPMySQLConnection Categories/Querying & Preparation.h"
+cCpHeader build/Release/SPMySQL.framework/Versions/A/Headers/Encoding.h "Source/SPMySQLConnection Categories/Encoding.h"
+cCpHeader "build/Release/SPMySQL.framework/Versions/A/Headers/Server Info.h" "Source/SPMySQLConnection Categories/Server Info.h"
+cCpHeader build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQL.h SPMySQL.h
+cCpHeader build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLConnectionDelegate.h Source/SPMySQLConnectionDelegate.h
+cCpHeader build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLResult.h Source/SPMySQLResult.h
+cCpHeader build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLGeometryData.h Source/SPMySQLGeometryData.h
+cCpHeader build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLFastStreamingResult.h Source/SPMySQLFastStreamingResult.h
+cCpHeader "build/Release/SPMySQL.framework/Versions/A/Headers/Field Definitions.h" "Source/SPMySQLResult Categories/Field Definitions.h"
+cCpHeader build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLConnectionProxy.h Source/SPMySQLConnectionProxy.h
+cCpHeader "build/Release/SPMySQL.framework/Versions/A/Headers/Max Packet Size.h" "Source/SPMySQLConnection Categories/Max Packet Size.h"
+cCpHeader "build/Release/SPMySQL.framework/Versions/A/Headers/Delegate & Proxy.h" "Source/SPMySQLConnection Categories/Delegate & Proxy.h"
+cCpHeader "build/Release/SPMySQL.framework/Versions/A/Headers/Databases & Tables.h" "Source/SPMySQLConnection Categories/Databases & Tables.h"
+cCpHeader build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLStreamingResult.h Source/SPMySQLStreamingResult.h
+cCopyStringsFile /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Resources/English.lproj/InfoPlist.strings English.lproj/InfoPlist.strings
+cProcessPCH /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-auxswahqcpdpplbhprktpczirxee/SPMySQLFramework_Prefix.pch.pth Source/SPMySQLFramework_Prefix.pch normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cProcessPCH /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-cofotckhtpskmbbitaunrurqfhjt/SPMySQLFramework_Prefix.pch.pth Source/SPMySQLFramework_Prefix.pch normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLConnection.o /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Ping & KeepAlive.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Ping & KeepAlive.m" normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Encoding.o "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Encoding.m" normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Server Info.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.m" normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Conversion.o "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.m" normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Querying & Preparation.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m" normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Locking.o "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Locking.m" normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLResult.o /Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLGeometryData.o /Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLFastStreamingResult.o /Users/rowan/code/SPMySQLFramework/Source/SPMySQLFastStreamingResult.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Field Definitions.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult Categories/Field Definitions.m" normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLStringAdditions.o /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStringAdditions.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Max Packet Size.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Max Packet Size.m" normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Delegate & Proxy.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Delegate & Proxy.m" normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Databases & Tables.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m" normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLStreamingResult.o /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cLd /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQL normal x86_64
+cCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLConnection.o /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Ping & KeepAlive.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Ping & KeepAlive.m" normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Encoding.o "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Encoding.m" normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Server Info.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.m" normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Conversion.o "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.m" normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Querying & Preparation.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m" normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Locking.o "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Locking.m" normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLResult.o /Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLGeometryData.o /Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLFastStreamingResult.o /Users/rowan/code/SPMySQLFramework/Source/SPMySQLFastStreamingResult.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Field Definitions.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult Categories/Field Definitions.m" normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLStringAdditions.o /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStringAdditions.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Max Packet Size.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Max Packet Size.m" normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Delegate & Proxy.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Delegate & Proxy.m" normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Databases & Tables.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m" normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLStreamingResult.o /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cLd /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQL normal i386
+cCreateUniversalBinary /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/SPMySQL normal "x86_64 i386"
+cAnalyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection.m
+cAnalyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Ping & KeepAlive.m"
+cAnalyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Encoding.m"
+cAnalyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.m"
+cAnalyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.m"
+cAnalyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m"
+cAnalyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Locking.m"
+cAnalyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.m
+cAnalyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.m
+cAnalyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLFastStreamingResult.m
+cAnalyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult Categories/Field Definitions.m"
+cAnalyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStringAdditions.m
+cAnalyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Max Packet Size.m"
+cAnalyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Delegate & Proxy.m"
+cAnalyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m"
+cAnalyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.m
+cAnalyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection.m
+cAnalyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Ping & KeepAlive.m"
+cAnalyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Encoding.m"
+cAnalyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.m"
+cAnalyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.m"
+cAnalyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m"
+cAnalyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Locking.m"
+cAnalyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.m
+cAnalyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.m
+cAnalyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLFastStreamingResult.m
+cAnalyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult Categories/Field Definitions.m"
+cAnalyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStringAdditions.m
+cAnalyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Max Packet Size.m"
+cAnalyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Delegate & Proxy.m"
+cAnalyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m"
+cAnalyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.m
+cTouch /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework
+
+N/Developer/SDKs/MacOSX10.5.sdk
+c000000004C238B9B00000000000000EE
+t1277397915
+s238
+
+N/Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h
+c0000000040C4AA6800000000000001E5
+t1086630504
+s485
+
+N/Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/SystemConfiguration.framework/Headers/SCNetworkReachability.h
+c0000000047BAC506000000000000235B
+t1203422470
+s9051
+
+N/Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
+c000000004B760CDC00000000000371FC
+t1266027740
+s225788
+
+N/Developer/SDKs/MacOSX10.5.sdk/usr/include/mach/mach_time.h
+c0000000047E8839E0000000000000746
+t1206420382
+s1862
+
+N/Developer/SDKs/MacOSX10.5.sdk/usr/include/pthread.h
+c0000000047BA9932000000000000380F
+t1203411250
+s14351
+
+N/Developer/SDKs/MacOSX10.5.sdk/usr/include/standards.h
+c0000000047BA9930000000000000055B
+t1203411248
+s1371
+
+N/Developer/SDKs/MacOSX10.5.sdk/usr/include/sys/types.h
+c0000000047E883D2000000000000290F
+t1206420434
+s10511
+
+N/Developer/SDKs/MacOSX10.5.sdk/usr/lib/libz.dylib
+c000000004B760D050000000000006EE8
+t1266027781
+s28392
+
+N/System/Library/Frameworks/Cocoa.framework/Cocoa
+c000000004E2DE5120000000000006560
+t1311630610
+s25952
+
+N/Users/rowan/code/SPMySQLFramework/English.lproj/InfoPlist.strings
+c000000004F0A19CD0000000000000030
+t1326062029
+s48
+
+N/Users/rowan/code/SPMySQLFramework/MySQL Client Libraries/include/my_alloc.h
+c000000004F130858000000000000070C
+t1326647384
+s1804
+
+N/Users/rowan/code/SPMySQLFramework/MySQL Client Libraries/include/my_list.h
+c000000004F13085800000000000005D0
+t1326647384
+s1488
+
+N/Users/rowan/code/SPMySQLFramework/MySQL Client Libraries/include/mysql.h
+c000000004F13085800000000000083EB
+t1326647384
+s33771
+i<standards.h>
+i<sys/types.h>
+i<winsock2.h>
+i"mysql_version.h"
+i"mysql_com.h"
+i"mysql_time.h"
+i"my_list.h"
+i"typelib.h"
+i"my_alloc.h"
+
+N/Users/rowan/code/SPMySQLFramework/MySQL Client Libraries/include/mysql_com.h
+c000000004F130858000000000000503F
+t1326647384
+s20543
+
+N/Users/rowan/code/SPMySQLFramework/MySQL Client Libraries/include/mysql_time.h
+c000000004F1308580000000000000831
+t1326647384
+s2097
+
+N/Users/rowan/code/SPMySQLFramework/MySQL Client Libraries/include/mysql_version.h
+c000000004F130858000000000000032B
+t1326647384
+s811
+i<custom_conf.h>
+
+N/Users/rowan/code/SPMySQLFramework/MySQL Client Libraries/include/typelib.h
+c000000004F13085800000000000005DD
+t1326647384
+s1501
+i"my_alloc.h"
+
+N/Users/rowan/code/SPMySQLFramework/MySQL Client Libraries/lib/libmysqlclient.a
+c000000004F13085B0000000000445164
+t1326647387
+s4477284
+
+N/Users/rowan/code/SPMySQLFramework/SPMySQL Private APIs.h
+c000000004F3FDF050000000000000EFA
+t1329585925
+s3834
+i"Ping & KeepAlive.h"
+i"Locking.h"
+i"Conversion.h"
+
+N/Users/rowan/code/SPMySQLFramework/SPMySQL.h
+c000000004F40545B00000000000008AA
+t1329615963
+s2218
+i"SPMySQLConstants.h"
+i"SPMySQLStringAdditions.h"
+i"SPMySQLConnectionDelegate.h"
+i"SPMySQLConnectionProxy.h"
+i"SPMySQLConnection.h"
+i"Delegate & Proxy.h"
+i"Databases & Tables.h"
+i"Max Packet Size.h"
+i"Querying & Preparation.h"
+i"Encoding.h"
+i"Server Info.h"
+i"SPMySQLResult.h"
+i"SPMySQLStreamingResult.h"
+i"SPMySQLFastStreamingResult.h"
+i"Field Definitions.h"
+i"SPMySQLGeometryData.h"
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.h
+c000000004F307BEF00000000000009A8
+t1328577519
+s2472
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.m
+c000000004F307BE80000000000000EF3
+t1328577512
+s3827
+i"Conversion.h"
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.h
+c000000004F3800F70000000000000711
+t1329070327
+s1809
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m
+c000000004F3D0465000000000000245E
+t1329398885
+s9310
+i"Databases & Tables.h"
+i"SPMySQL Private APIs.h"
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Delegate & Proxy.h
+c000000004F3452E5000000000000057E
+t1328829157
+s1406
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Delegate & Proxy.m
+c000000004F3CFAE100000000000011ED
+t1329396449
+s4589
+i"Delegate & Proxy.h"
+i"SPMySQL Private APIs.h"
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Encoding.h
+c000000004F340C6A000000000000079C
+t1328811114
+s1948
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Encoding.m
+c000000004F330C610000000000003AAA
+t1328745569
+s15018
+i"Encoding.h"
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Locking.h
+c000000004F307BFB00000000000005E6
+t1328577531
+s1510
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Locking.m
+c000000004F3CFAF70000000000000E61
+t1329396471
+s3681
+i"Locking.h"
+i"SPMySQL Private APIs.h"
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Max Packet Size.h
+c000000004F398B4100000000000005F3
+t1329171265
+s1523
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Max Packet Size.m
+c000000004F3CFAF30000000000001A0E
+t1329396467
+s6670
+i"Max Packet Size.h"
+i"SPMySQL Private APIs.h"
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Ping & KeepAlive.h
+c000000004F3172E100000000000007C2
+t1328640737
+s1986
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Ping & KeepAlive.m
+c000000004F4184B40000000000001D1F
+t1329693876
+s7455
+i"Ping & KeepAlive.h"
+i"Locking.h"
+i<pthread.h>
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.h
+c000000004F40542D0000000000001194
+t1329615917
+s4500
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m
+c000000004F405438000000000000554B
+t1329615928
+s21835
+i"SPMySQLConnection.h"
+i"SPMySQL Private APIs.h"
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.h
+c000000004F3848660000000000000761
+t1329088614
+s1889
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.m
+c000000004F3CFAEF0000000000001614
+t1329396463
+s5652
+i"Server Info.h"
+i"SPMySQL Private APIs.h"
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection.h
+c000000004F3D27C200000000000014E2
+t1329407938
+s5346
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection.m
+c000000004F4184A80000000000006ED3
+t1329693864
+s28371
+i"SPMySQL Private APIs.h"
+i<mach/mach_time.h>
+i<pthread.h>
+i<SystemConfiguration/SCNetworkReachability.h>
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnectionDelegate.h
+c000000004F36BCAB0000000000001041
+t1328987307
+s4161
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnectionProxy.h
+c000000004F327BDC0000000000000884
+t1328708572
+s2180
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConstants.h
+c000000004F39B228000000000000092D
+t1329181224
+s2349
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLFastStreamingResult.h
+c000000004F417F8900000000000006A2
+t1329692553
+s1698
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLFastStreamingResult.m
+c000000004F41837B00000000000034CA
+t1329693563
+s13514
+i"SPMySQLFastStreamingResult.h"
+i"SPMySQL Private APIs.h"
+i<pthread.h>
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLFramework_Prefix.pch
+c000000004F307C5D00000000000000E7
+t1328577629
+s231
+i<Cocoa/Cocoa.h>
+i"mysql.h"
+i"SPMySQL.h"
+i"SPMySQLUtilities.h"
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.h
+c000000004F32785D00000000000006DB
+t1328707677
+s1755
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.m
+c000000004F3D044500000000000069C8
+t1329398853
+s27080
+i"SPMySQLGeometryData.h"
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult Categories/Field Definitions.h
+c000000004F307BB8000000000000059A
+t1328577464
+s1434
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult Categories/Field Definitions.m
+c000000004F307BB10000000000004B47
+t1328577457
+s19271
+i"Field Definitions.h"
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.h
+c000000004F415CF40000000000001137
+t1329683700
+s4407
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.m
+c000000004F415CEF0000000000003B6C
+t1329683695
+s15212
+i"SPMySQLResult.h"
+i"SPMySQL Private APIs.h"
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.h
+c000000004F401EC60000000000000796
+t1329602246
+s1942
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.m
+c000000004F415D940000000000001E81
+t1329683860
+s7809
+i"SPMySQLStreamingResult.h"
+i"SPMySQL Private APIs.h"
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLStringAdditions.h
+c000000004F32FAD700000000000005CE
+t1328741079
+s1486
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLStringAdditions.m
+c000000004F32FB4B0000000000000823
+t1328741195
+s2083
+i"SPMySQLStringAdditions.h"
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLUtilities.h
+c000000004F307D2800000000000006F7
+t1328577832
+s1783
+i<mach/mach_time.h>
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework
+t1329693917
+s204
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework.dSYM
+t2
+s0
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Headers
+t3
+s24
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Resources
+t3
+s26
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/SPMySQL
+t3
+s24
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/Databases & Tables.h
+t1329398513
+s1809
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/Delegate & Proxy.h
+t1329398513
+s1406
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/Encoding.h
+t1329398513
+s1948
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/Field Definitions.h
+t1329398513
+s1434
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/Max Packet Size.h
+t1329398513
+s1523
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/Querying & Preparation.h
+t1329685305
+s4500
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQL.h
+t1329685305
+s2218
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLConnection.h
+t1329613179
+s5346
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLConnectionDelegate.h
+t1329398513
+s4161
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLConnectionProxy.h
+t1329398513
+s2180
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLConstants.h
+t1329398513
+s2349
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLFastStreamingResult.h
+t1329693268
+s1698
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLGeometryData.h
+t1329398513
+s1755
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLResult.h
+t1329685305
+s4407
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLStreamingResult.h
+t1329613179
+s1942
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/Server Info.h
+t1329398513
+s1889
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Resources/English.lproj/InfoPlist.strings
+t1329398513
+s92
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Resources/Info.plist
+t1329398513
+s1144
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/SPMySQL
+t1329693917
+s2249976
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/Current
+t3
+s1
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Conversion.o
+t1329693271
+s19480
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Databases & Tables.o
+t1329693271
+s26136
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Delegate & Proxy.o
+t1329693271
+s20004
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Encoding.o
+t1329693270
+s34248
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Field Definitions.o
+t1329693271
+s37748
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Locking.o
+t1329693271
+s17924
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Max Packet Size.o
+t1329693271
+s23584
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Ping & KeepAlive.o
+t1329693917
+s24244
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Querying & Preparation.o
+t1329693271
+s47608
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQL
+t1329693917
+s1033464
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQL.LinkFileList
+c000000004F40497B0000000000000873
+t1329613179
+s2163
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLConnection.o
+t1329693917
+s69624
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLFastStreamingResult.o
+t1329693917
+s33152
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLGeometryData.o
+t1329693271
+s39272
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLResult.o
+t1329693271
+s37432
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLStreamingResult.o
+t1329693271
+s27688
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLStringAdditions.o
+t1329693271
+s4668
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Server Info.o
+t1329693270
+s23220
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Conversion.o
+t1329693270
+s22616
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Databases & Tables.o
+t1329693270
+s33948
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Delegate & Proxy.o
+t1329693270
+s24696
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Encoding.o
+t1329693270
+s41604
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Field Definitions.o
+t1329693270
+s53824
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Locking.o
+t1329693270
+s20496
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Max Packet Size.o
+t1329693270
+s30528
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Ping & KeepAlive.o
+t1329693917
+s29960
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Querying & Preparation.o
+t1329693270
+s64748
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQL
+t1329693917
+s1209176
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQL.LinkFileList
+c000000004F40497B0000000000000893
+t1329613179
+s2195
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLConnection.o
+t1329693917
+s112588
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLFastStreamingResult.o
+t1329693917
+s43620
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLGeometryData.o
+t1329693270
+s56344
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLResult.o
+t1329693270
+s53480
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLStreamingResult.o
+t1329693270
+s35972
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLStringAdditions.o
+t1329693270
+s6260
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Server Info.o
+t1329693269
+s29120
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Conversion.plist
+t1329693927
+s276
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Databases & Tables.plist
+t1329693928
+s276
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Delegate & Proxy.plist
+t1329693928
+s276
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Encoding.plist
+t1329693926
+s276
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Field Definitions.plist
+t1329693927
+s276
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Locking.plist
+t1329693927
+s276
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Max Packet Size.plist
+t1329693928
+s276
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Ping & KeepAlive.plist
+t1329693926
+s276
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Querying & Preparation.plist
+t1329693927
+s276
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLConnection.plist
+t1329693927
+s276
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLFastStreamingResult.plist
+t1329693928
+s276
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLGeometryData.plist
+t1329693939
+s276
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLResult.plist
+t1329693927
+s276
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLStreamingResult.plist
+t1329693928
+s276
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLStringAdditions.plist
+t1329693927
+s276
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Server Info.plist
+t1329693927
+s276
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Conversion.plist
+t1329693925
+s276
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Databases & Tables.plist
+t1329693926
+s276
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Delegate & Proxy.plist
+t1329693926
+s276
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Encoding.plist
+t1329693925
+s276
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Field Definitions.plist
+t1329693926
+s276
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Locking.plist
+t1329693925
+s276
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Max Packet Size.plist
+t1329693926
+s276
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Ping & KeepAlive.plist
+t1329693925
+s276
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Querying & Preparation.plist
+t1329693925
+s276
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLConnection.plist
+t1329693925
+s276
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLFastStreamingResult.plist
+t1329693926
+s276
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLGeometryData.plist
+t1329693939
+s276
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLResult.plist
+t1329693926
+s276
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLStreamingResult.plist
+t1329693926
+s276
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLStringAdditions.plist
+t1329693926
+s276
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Server Info.plist
+t1329693925
+s276
+
+N/var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-akcogxxzhrvecheeycvxvgronzwm/SPMySQLFramework_Prefix.pch.pth
+t1329399806
+s10910168
+
+N/var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-auxswahqcpdpplbhprktpczirxee/SPMySQLFramework_Prefix.pch.pth
+t1329693269
+s9978580
+
+N/var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-cofotckhtpskmbbitaunrurqfhjt/SPMySQLFramework_Prefix.pch.pth
+t1329693269
+s10915724
+
+N/var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-ewvxuxqrezwtesexznalgcozpcmh/SPMySQLFramework_Prefix.pch.pth
+t1329399805
+s9973036
+
+NResources/Info.plist
+c000000004F0A20EC0000000000000357
+t1326063852
+s855
+
+CAnalyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.m"
+s351386726.931095
+e351386727.138087
+r1
+xAnalyze
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.m
+lSLF07#2@91"Analyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.m351386726#351386727#0(0"0(0#0#83"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.m4456279696#1836" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-cofotckhtpskmbbitaunrurqfhjt/SPMySQLFramework_Prefix.pch --analyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.m" -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Conversion.plist 0#
+
+CAnalyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m"
+s351386728.125354
+e351386728.328516
+r1
+xAnalyze
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m
+lSLF07#2@99"Analyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m351386728#351386728#0(0"0(0#0#91"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m4456279696#1854" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-cofotckhtpskmbbitaunrurqfhjt/SPMySQLFramework_Prefix.pch --analyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m" -o "/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Databases & Tables.plist" 0#
+
+CAnalyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Delegate & Proxy.m"
+s351386728.009400
+e351386728.206574
+r1
+xAnalyze
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Delegate & Proxy.m
+lSLF07#2@97"Analyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Delegate & Proxy.m351386728#351386728#0(0"0(0#0#89"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Delegate & Proxy.m4456279696#1850" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-cofotckhtpskmbbitaunrurqfhjt/SPMySQLFramework_Prefix.pch --analyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Delegate & Proxy.m" -o "/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Delegate & Proxy.plist" 0#
+
+CAnalyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Encoding.m"
+s351386726.732878
+e351386726.930918
+r1
+xAnalyze
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Encoding.m
+lSLF07#2@89"Analyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Encoding.m351386726#351386726#0(0"0(0#0#81"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Encoding.m4456279696#1832" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-cofotckhtpskmbbitaunrurqfhjt/SPMySQLFramework_Prefix.pch --analyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Encoding.m" -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Encoding.plist 0#
+
+CAnalyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Locking.m"
+s351386727.098607
+e351386727.324678
+r1
+xAnalyze
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Locking.m
+lSLF07#2@88"Analyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Locking.m351386727#351386727#0(0"0(0#0#80"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Locking.m4456279696#1830" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-cofotckhtpskmbbitaunrurqfhjt/SPMySQLFramework_Prefix.pch --analyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Locking.m" -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Locking.plist 0#
+
+CAnalyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Max Packet Size.m"
+s351386727.826828
+e351386728.009261
+r1
+xAnalyze
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Max Packet Size.m
+lSLF07#2@96"Analyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Max Packet Size.m351386727#351386728#0(0"0(0#0#88"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Max Packet Size.m4456279696#1848" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-cofotckhtpskmbbitaunrurqfhjt/SPMySQLFramework_Prefix.pch --analyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Max Packet Size.m" -o "/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Max Packet Size.plist" 0#
+
+CAnalyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Ping & KeepAlive.m"
+s351386726.677071
+e351386726.890868
+r1
+xAnalyze
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Ping & KeepAlive.m
+lSLF07#2@97"Analyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Ping & KeepAlive.m351386726#351386726#0(0"0(0#0#89"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Ping & KeepAlive.m4456279696#1850" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-cofotckhtpskmbbitaunrurqfhjt/SPMySQLFramework_Prefix.pch --analyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Ping & KeepAlive.m" -o "/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Ping & KeepAlive.plist" 0#
+
+CAnalyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m"
+s351386727.095184
+e351386727.316856
+r1
+xAnalyze
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m
+lSLF07#2@103"Analyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m351386727#351386727#0(0"0(0#0#95"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m4456279696#1862" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-cofotckhtpskmbbitaunrurqfhjt/SPMySQLFramework_Prefix.pch --analyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m" -o "/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Querying & Preparation.plist" 0#
+
+CAnalyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.m"
+s351386726.891006
+e351386727.095043
+r1
+xAnalyze
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.m
+lSLF07#2@92"Analyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.m351386726#351386727#0(0"0(0#0#84"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.m4456279696#1840" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-cofotckhtpskmbbitaunrurqfhjt/SPMySQLFramework_Prefix.pch --analyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.m" -o "/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Server Info.plist" 0#
+
+CAnalyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult Categories/Field Definitions.m"
+s351386727.441710
+e351386727.644236
+r1
+xAnalyze
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult Categories/Field Definitions.m
+lSLF07#2@94"Analyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult Categories/Field Definitions.m351386727#351386727#0(0"0(0#0#86"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult Categories/Field Definitions.m4456279696#1848" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-cofotckhtpskmbbitaunrurqfhjt/SPMySQLFramework_Prefix.pch --analyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult Categories/Field Definitions.m" -o "/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Field Definitions.plist" 0#
+
+CAnalyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection.m
+s351386726.540458
+e351386727.098463
+r1
+xAnalyze
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection.m
+lSLF07#2@69"Analyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection.m351386726#351386727#0(0"0(0#0#61"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection.m4456279696#1819" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-cofotckhtpskmbbitaunrurqfhjt/SPMySQLFramework_Prefix.pch --analyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection.m -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLConnection.plist 0#
+
+CAnalyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLFastStreamingResult.m
+s351386727.325094
+e351386728.125033
+r1
+xAnalyze
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLFastStreamingResult.m
+lSLF07#2@78"Analyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLFastStreamingResult.m351386727#351386728#0(0"0(0#0#70"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLFastStreamingResult.m4456279696#1837" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-cofotckhtpskmbbitaunrurqfhjt/SPMySQLFramework_Prefix.pch --analyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLFastStreamingResult.m -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLFastStreamingResult.plist 0#
+
+CAnalyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.m
+s351386727.317021
+e351386739.899284
+r1
+xAnalyze
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.m
+lSLF07#2@71"Analyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.m351386727#351386739#0(0"0(0#0#63"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.m4456279696#1823" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-cofotckhtpskmbbitaunrurqfhjt/SPMySQLFramework_Prefix.pch --analyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.m -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLGeometryData.plist 0#
+
+CAnalyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.m
+s351386727.138427
+e351386727.441566
+r1
+xAnalyze
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.m
+lSLF07#2@65"Analyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.m351386727#351386727#0(0"0(0#0#57"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.m4456279696#1811" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-cofotckhtpskmbbitaunrurqfhjt/SPMySQLFramework_Prefix.pch --analyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.m -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLResult.plist 0#
+
+CAnalyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.m
+s351386728.206708
+e351386728.399588
+r1
+xAnalyze
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.m
+lSLF07#2@74"Analyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.m351386728#351386728#0(0"0(0#0#66"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.m4456279696#1829" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-cofotckhtpskmbbitaunrurqfhjt/SPMySQLFramework_Prefix.pch --analyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.m -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLStreamingResult.plist 0#
+
+CAnalyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStringAdditions.m
+s351386727.644367
+e351386727.826673
+r1
+xAnalyze
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLStringAdditions.m
+lSLF07#2@74"Analyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStringAdditions.m351386727#351386727#0(0"0(0#0#66"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLStringAdditions.m4456279696#1829" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-cofotckhtpskmbbitaunrurqfhjt/SPMySQLFramework_Prefix.pch --analyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStringAdditions.m -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLStringAdditions.plist 0#
+
+CCheck dependencies
+r0
+lSLF07#2@18"Check dependencies351386724#351386725#0(0"0(0#1#0"4456281408#0"0#
+
+CCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Databases & Tables.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m" normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351386071.565348
+e351386071.886597
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Databases & Tables.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m
+xnormal
+xi386
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@99"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m351386071#351386071#0(0"0(0#0#91"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m4551671440#1836" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-cofotckhtpskmbbitaunrurqfhjt/SPMySQLFramework_Prefix.pch -c "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m" -o "/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Databases & Tables.o" 0#
+
+CCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Delegate & Proxy.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Delegate & Proxy.m" normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351386071.478164
+e351386071.590044
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Delegate & Proxy.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Delegate & Proxy.m
+xnormal
+xi386
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@97"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Delegate & Proxy.m351386071#351386071#0(0"0(0#0#89"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Delegate & Proxy.m4551671440#1832" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-cofotckhtpskmbbitaunrurqfhjt/SPMySQLFramework_Prefix.pch -c "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Delegate & Proxy.m" -o "/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Delegate & Proxy.o" 0#
+
+CCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Field Definitions.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult Categories/Field Definitions.m" normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351386071.379642
+e351386071.590384
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Field Definitions.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult Categories/Field Definitions.m
+xnormal
+xi386
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@94"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult Categories/Field Definitions.m351386071#351386071#0(0"0(0#0#86"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult Categories/Field Definitions.m4551671440#1830" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-cofotckhtpskmbbitaunrurqfhjt/SPMySQLFramework_Prefix.pch -c "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult Categories/Field Definitions.m" -o "/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Field Definitions.o" 0#
+
+CCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Max Packet Size.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Max Packet Size.m" normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351386071.461965
+e351386071.565181
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Max Packet Size.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Max Packet Size.m
+xnormal
+xi386
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@96"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Max Packet Size.m351386071#351386071#0(0"0(0#0#88"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Max Packet Size.m4551671440#1830" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-cofotckhtpskmbbitaunrurqfhjt/SPMySQLFramework_Prefix.pch -c "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Max Packet Size.m" -o "/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Max Packet Size.o" 0#
+
+CCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Ping & KeepAlive.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Ping & KeepAlive.m" normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351386717.310522
+e351386717.459785
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Ping & KeepAlive.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Ping & KeepAlive.m
+xnormal
+xi386
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@97"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Ping & KeepAlive.m351386717#351386717#0(0"0(0#0#89"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Ping & KeepAlive.m4554342032#1832" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-cofotckhtpskmbbitaunrurqfhjt/SPMySQLFramework_Prefix.pch -c "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Ping & KeepAlive.m" -o "/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Ping & KeepAlive.o" 0#
+
+CCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Querying & Preparation.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m" normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351386070.984552
+e351386071.267628
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Querying & Preparation.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m
+xnormal
+xi386
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@103"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m351386070#351386071#0(0"0(0#0#95"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m4551671440#1844" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-cofotckhtpskmbbitaunrurqfhjt/SPMySQLFramework_Prefix.pch -c "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m" -o "/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Querying & Preparation.o" 0#
+
+CCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Server Info.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.m" normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351386070.872194
+e351386070.984379
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Server Info.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.m
+xnormal
+xi386
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@92"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.m351386070#351386070#0(0"0(0#0#84"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.m4551671440#1822" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-cofotckhtpskmbbitaunrurqfhjt/SPMySQLFramework_Prefix.pch -c "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.m" -o "/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Server Info.o" 0#
+
+CCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Databases & Tables.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m" normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351386070.555052
+e351386070.698435
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Databases & Tables.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m
+xnormal
+xx86_64
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@99"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m351386070#351386070#0(0"0(0#0#91"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m4551671440#1842" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/x86_64 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-auxswahqcpdpplbhprktpczirxee/SPMySQLFramework_Prefix.pch -c "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m" -o "/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Databases & Tables.o" 0#
+
+CCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Delegate & Proxy.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Delegate & Proxy.m" normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351386070.506238
+e351386070.611349
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Delegate & Proxy.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Delegate & Proxy.m
+xnormal
+xx86_64
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@97"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Delegate & Proxy.m351386070#351386070#0(0"0(0#0#89"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Delegate & Proxy.m4551671440#1838" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/x86_64 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-auxswahqcpdpplbhprktpczirxee/SPMySQLFramework_Prefix.pch -c "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Delegate & Proxy.m" -o "/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Delegate & Proxy.o" 0#
+
+CCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Field Definitions.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult Categories/Field Definitions.m" normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351386070.319561
+e351386070.557323
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Field Definitions.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult Categories/Field Definitions.m
+xnormal
+xx86_64
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@94"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult Categories/Field Definitions.m351386070#351386070#0(0"0(0#0#86"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult Categories/Field Definitions.m4551671440#1836" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/x86_64 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-auxswahqcpdpplbhprktpczirxee/SPMySQLFramework_Prefix.pch -c "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult Categories/Field Definitions.m" -o "/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Field Definitions.o" 0#
+
+CCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Max Packet Size.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Max Packet Size.m" normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351386070.435380
+e351386070.554868
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Max Packet Size.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Max Packet Size.m
+xnormal
+xx86_64
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@96"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Max Packet Size.m351386070#351386070#0(0"0(0#0#88"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Max Packet Size.m4551671440#1836" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/x86_64 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-auxswahqcpdpplbhprktpczirxee/SPMySQLFramework_Prefix.pch -c "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Max Packet Size.m" -o "/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Max Packet Size.o" 0#
+
+CCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Ping & KeepAlive.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Ping & KeepAlive.m" normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351386717.012572
+e351386717.310364
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Ping & KeepAlive.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Ping & KeepAlive.m
+xnormal
+xx86_64
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@97"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Ping & KeepAlive.m351386717#351386717#0(0"0(0#0#89"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Ping & KeepAlive.m4554342032#1838" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/x86_64 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-auxswahqcpdpplbhprktpczirxee/SPMySQLFramework_Prefix.pch -c "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Ping & KeepAlive.m" -o "/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Ping & KeepAlive.o" 0#
+
+CCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Querying & Preparation.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m" normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351386069.976557
+e351386070.262717
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Querying & Preparation.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m
+xnormal
+xx86_64
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@103"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m351386069#351386070#0(0"0(0#0#95"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m4551671440#1850" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/x86_64 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-auxswahqcpdpplbhprktpczirxee/SPMySQLFramework_Prefix.pch -c "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m" -o "/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Querying & Preparation.o" 0#
+
+CCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Server Info.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.m" normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351386069.859589
+e351386069.966150
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Server Info.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.m
+xnormal
+xx86_64
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@92"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.m351386069#351386069#0(0"0(0#0#84"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.m4551671440#1828" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/x86_64 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-auxswahqcpdpplbhprktpczirxee/SPMySQLFramework_Prefix.pch -c "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.m" -o "/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Server Info.o" 0#
+
+CCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Conversion.o "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.m" normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351386070.923556
+e351386071.031146
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Conversion.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.m
+xnormal
+xi386
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@91"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.m351386070#351386071#0(0"0(0#0#83"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.m4551671440#1818" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-cofotckhtpskmbbitaunrurqfhjt/SPMySQLFramework_Prefix.pch -c "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.m" -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Conversion.o 0#
+
+CCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Encoding.o "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Encoding.m" normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351386070.698596
+e351386070.902717
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Encoding.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Encoding.m
+xnormal
+xi386
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@89"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Encoding.m351386070#351386070#0(0"0(0#0#81"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Encoding.m4551671440#1814" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-cofotckhtpskmbbitaunrurqfhjt/SPMySQLFramework_Prefix.pch -c "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Encoding.m" -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Encoding.o 0#
+
+CCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Locking.o "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Locking.m" normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351386071.031939
+e351386071.108496
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Locking.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Locking.m
+xnormal
+xi386
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@88"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Locking.m351386071#351386071#0(0"0(0#0#80"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Locking.m4551671440#1812" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-cofotckhtpskmbbitaunrurqfhjt/SPMySQLFramework_Prefix.pch -c "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Locking.m" -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Locking.o 0#
+
+CCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLConnection.o /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351386717.018001
+e351386717.514378
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLConnection.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection.m
+xnormal
+xi386
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@69"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection.m351386717#351386717#0(0"0(0#0#61"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection.m4554342032#1801" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-cofotckhtpskmbbitaunrurqfhjt/SPMySQLFramework_Prefix.pch -c /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection.m -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLConnection.o 0#
+
+CCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLFastStreamingResult.o /Users/rowan/code/SPMySQLFramework/Source/SPMySQLFastStreamingResult.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351386717.361867
+e351386717.525838
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLFastStreamingResult.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLFastStreamingResult.m
+xnormal
+xi386
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@78"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLFastStreamingResult.m351386717#351386717#0(0"0(0#0#70"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLFastStreamingResult.m4554342032#1819" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-cofotckhtpskmbbitaunrurqfhjt/SPMySQLFramework_Prefix.pch -c /Users/rowan/code/SPMySQLFramework/Source/SPMySQLFastStreamingResult.m -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLFastStreamingResult.o 0#
+
+CCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLGeometryData.o /Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351386071.205736
+e351386071.887209
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLGeometryData.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.m
+xnormal
+xi386
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@71"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.m351386071#351386071#0(0"0(0#0#63"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.m4551671440#1805" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-cofotckhtpskmbbitaunrurqfhjt/SPMySQLFramework_Prefix.pch -c /Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.m -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLGeometryData.o 0#
+
+CCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLResult.o /Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351386071.108629
+e351386071.423703
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLResult.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.m
+xnormal
+xi386
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@65"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.m351386071#351386071#0(0"0(0#0#57"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.m4551671440#1793" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-cofotckhtpskmbbitaunrurqfhjt/SPMySQLFramework_Prefix.pch -c /Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.m -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLResult.o 0#
+
+CCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLStreamingResult.o /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351386071.590640
+e351386071.886979
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLStreamingResult.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.m
+xnormal
+xi386
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@74"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.m351386071#351386071#0(0"0(0#0#66"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.m4551671440#1811" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-cofotckhtpskmbbitaunrurqfhjt/SPMySQLFramework_Prefix.pch -c /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.m -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLStreamingResult.o 0#
+
+CCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLStringAdditions.o /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStringAdditions.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351386071.423866
+e351386071.477982
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLStringAdditions.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLStringAdditions.m
+xnormal
+xi386
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@74"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStringAdditions.m351386071#351386071#0(0"0(0#0#66"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLStringAdditions.m4551671440#1811" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-cofotckhtpskmbbitaunrurqfhjt/SPMySQLFramework_Prefix.pch -c /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStringAdditions.m -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLStringAdditions.o 0#
+
+CCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Conversion.o "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.m" normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351386069.966522
+e351386070.087669
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Conversion.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.m
+xnormal
+xx86_64
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@91"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.m351386069#351386070#0(0"0(0#0#83"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.m4551671440#1824" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/x86_64 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-auxswahqcpdpplbhprktpczirxee/SPMySQLFramework_Prefix.pch -c "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.m" -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Conversion.o 0#
+
+CCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Encoding.o "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Encoding.m" normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351386069.858167
+e351386070.028025
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Encoding.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Encoding.m
+xnormal
+xx86_64
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@89"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Encoding.m351386069#351386070#0(0"0(0#0#81"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Encoding.m4551671440#1820" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/x86_64 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-auxswahqcpdpplbhprktpczirxee/SPMySQLFramework_Prefix.pch -c "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Encoding.m" -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Encoding.o 0#
+
+CCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Locking.o "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Locking.m" normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351386070.031108
+e351386070.115713
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Locking.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Locking.m
+xnormal
+xx86_64
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@88"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Locking.m351386070#351386070#0(0"0(0#0#80"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Locking.m4551671440#1818" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/x86_64 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-auxswahqcpdpplbhprktpczirxee/SPMySQLFramework_Prefix.pch -c "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Locking.m" -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Locking.o 0#
+
+CCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLConnection.o /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351386717.010711
+e351386717.532164
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLConnection.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection.m
+xnormal
+xx86_64
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@69"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection.m351386717#351386717#0(0"0(0#0#61"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection.m4554342032#1807" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/x86_64 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-auxswahqcpdpplbhprktpczirxee/SPMySQLFramework_Prefix.pch -c /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection.m -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLConnection.o 0#
+
+CCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLFastStreamingResult.o /Users/rowan/code/SPMySQLFramework/Source/SPMySQLFastStreamingResult.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351386717.015019
+e351386717.356926
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLFastStreamingResult.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLFastStreamingResult.m
+xnormal
+xx86_64
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@78"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLFastStreamingResult.m351386717#351386717#0(0"0(0#0#70"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLFastStreamingResult.m4554342032#1825" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/x86_64 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-auxswahqcpdpplbhprktpczirxee/SPMySQLFramework_Prefix.pch -c /Users/rowan/code/SPMySQLFramework/Source/SPMySQLFastStreamingResult.m -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLFastStreamingResult.o 0#
+
+CCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLGeometryData.o /Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351386070.115858
+e351386070.798434
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLGeometryData.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.m
+xnormal
+xx86_64
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@71"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.m351386070#351386070#0(0"0(0#0#63"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.m4551671440#1811" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/x86_64 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-auxswahqcpdpplbhprktpczirxee/SPMySQLFramework_Prefix.pch -c /Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.m -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLGeometryData.o 0#
+
+CCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLResult.o /Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351386070.088098
+e351386070.319385
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLResult.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.m
+xnormal
+xx86_64
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@65"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.m351386070#351386070#0(0"0(0#0#57"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.m4551671440#1799" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/x86_64 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-auxswahqcpdpplbhprktpczirxee/SPMySQLFramework_Prefix.pch -c /Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.m -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLResult.o 0#
+
+CCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLStreamingResult.o /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351386070.557464
+e351386070.688127
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLStreamingResult.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.m
+xnormal
+xx86_64
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@74"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.m351386070#351386070#0(0"0(0#0#66"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.m4551671440#1817" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/x86_64 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-auxswahqcpdpplbhprktpczirxee/SPMySQLFramework_Prefix.pch -c /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.m -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLStreamingResult.o 0#
+
+CCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLStringAdditions.o /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStringAdditions.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351386070.378888
+e351386070.435210
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLStringAdditions.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLStringAdditions.m
+xnormal
+xx86_64
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@74"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStringAdditions.m351386070#351386070#0(0"0(0#0#66"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLStringAdditions.m4551671440#1817" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/x86_64 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-auxswahqcpdpplbhprktpczirxee/SPMySQLFramework_Prefix.pch -c /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStringAdditions.m -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLStringAdditions.o 0#
+
+CCopyStringsFile /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Resources/English.lproj/InfoPlist.strings English.lproj/InfoPlist.strings
+s351091313.342511
+e351091313.395429
+r1
+xCopyStringsFile
+x/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Resources/English.lproj/InfoPlist.strings
+xEnglish.lproj/InfoPlist.strings
+lSLF07#2@36"Copy English.lproj/InfoPlist.strings351091313#351091313#0(0"0(0#0#66"/Users/rowan/code/SPMySQLFramework/English.lproj/InfoPlist.strings4566089360#367" cd /Users/rowan/code/SPMySQLFramework setenv ICONV /usr/bin/iconv /Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/Resources/copystrings --validate --inputencoding utf-8 --outputencoding UTF-16 English.lproj/InfoPlist.strings --outdir /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Resources/English.lproj 0#
+
+CCpHeader "build/Release/SPMySQL.framework/Versions/A/Headers/Databases & Tables.h" "Source/SPMySQLConnection Categories/Databases & Tables.h"
+s351091313.320298
+e351091313.333153
+r1
+xCpHeader
+xbuild/Release/SPMySQL.framework/Versions/A/Headers/Databases & Tables.h
+xSource/SPMySQLConnection Categories/Databases & Tables.h
+lSLF07#2@61"Copy Source/SPMySQLConnection Categories/Databases & Tables.h351091313#351091313#0(0"0(0#0#91"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.h4566089360#405" cd /Users/rowan/code/SPMySQLFramework /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -strip-debug-symbols -resolve-src-symlinks "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.h" /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers 0#
+
+CCpHeader "build/Release/SPMySQL.framework/Versions/A/Headers/Delegate & Proxy.h" "Source/SPMySQLConnection Categories/Delegate & Proxy.h"
+s351091313.319420
+e351091313.342371
+r1
+xCpHeader
+xbuild/Release/SPMySQL.framework/Versions/A/Headers/Delegate & Proxy.h
+xSource/SPMySQLConnection Categories/Delegate & Proxy.h
+lSLF07#2@59"Copy Source/SPMySQLConnection Categories/Delegate & Proxy.h351091313#351091313#0(0"0(0#0#89"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Delegate & Proxy.h4566089360#403" cd /Users/rowan/code/SPMySQLFramework /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -strip-debug-symbols -resolve-src-symlinks "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Delegate & Proxy.h" /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers 0#
+
+CCpHeader "build/Release/SPMySQL.framework/Versions/A/Headers/Field Definitions.h" "Source/SPMySQLResult Categories/Field Definitions.h"
+s351091313.310565
+e351091313.325376
+r1
+xCpHeader
+xbuild/Release/SPMySQL.framework/Versions/A/Headers/Field Definitions.h
+xSource/SPMySQLResult Categories/Field Definitions.h
+lSLF07#2@56"Copy Source/SPMySQLResult Categories/Field Definitions.h351091313#351091313#0(0"0(0#0#86"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult Categories/Field Definitions.h4566089360#400" cd /Users/rowan/code/SPMySQLFramework /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -strip-debug-symbols -resolve-src-symlinks "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult Categories/Field Definitions.h" /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers 0#
+
+CCpHeader "build/Release/SPMySQL.framework/Versions/A/Headers/Max Packet Size.h" "Source/SPMySQLConnection Categories/Max Packet Size.h"
+s351091313.318441
+e351091313.333420
+r1
+xCpHeader
+xbuild/Release/SPMySQL.framework/Versions/A/Headers/Max Packet Size.h
+xSource/SPMySQLConnection Categories/Max Packet Size.h
+lSLF07#2@58"Copy Source/SPMySQLConnection Categories/Max Packet Size.h351091313#351091313#0(0"0(0#0#88"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Max Packet Size.h4566089360#402" cd /Users/rowan/code/SPMySQLFramework /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -strip-debug-symbols -resolve-src-symlinks "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Max Packet Size.h" /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers 0#
+
+CCpHeader "build/Release/SPMySQL.framework/Versions/A/Headers/Querying & Preparation.h" "Source/SPMySQLConnection Categories/Querying & Preparation.h"
+s351378105.959192
+e351378105.972769
+r1
+xCpHeader
+xbuild/Release/SPMySQL.framework/Versions/A/Headers/Querying & Preparation.h
+xSource/SPMySQLConnection Categories/Querying & Preparation.h
+lSLF07#2@65"Copy Source/SPMySQLConnection Categories/Querying & Preparation.h351378105#351378105#0(0"0(0#0#95"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.h4544564880#409" cd /Users/rowan/code/SPMySQLFramework /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -strip-debug-symbols -resolve-src-symlinks "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.h" /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers 0#
+
+CCpHeader "build/Release/SPMySQL.framework/Versions/A/Headers/Server Info.h" "Source/SPMySQLConnection Categories/Server Info.h"
+s351091313.289711
+e351091313.310342
+r1
+xCpHeader
+xbuild/Release/SPMySQL.framework/Versions/A/Headers/Server Info.h
+xSource/SPMySQLConnection Categories/Server Info.h
+lSLF07#2@54"Copy Source/SPMySQLConnection Categories/Server Info.h351091313#351091313#0(0"0(0#0#84"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.h4566089360#398" cd /Users/rowan/code/SPMySQLFramework /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -strip-debug-symbols -resolve-src-symlinks "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.h" /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers 0#
+
+CCpHeader build/Release/SPMySQL.framework/Versions/A/Headers/Encoding.h "Source/SPMySQLConnection Categories/Encoding.h"
+s351091313.288896
+e351091313.317405
+r1
+xCpHeader
+xbuild/Release/SPMySQL.framework/Versions/A/Headers/Encoding.h
+xSource/SPMySQLConnection Categories/Encoding.h
+lSLF07#2@51"Copy Source/SPMySQLConnection Categories/Encoding.h351091313#351091313#0(0"0(0#0#81"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Encoding.h4566089360#395" cd /Users/rowan/code/SPMySQLFramework /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -strip-debug-symbols -resolve-src-symlinks "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Encoding.h" /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers 0#
+
+CCpHeader build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQL.h SPMySQL.h
+s351378105.960224
+e351378105.973137
+r1
+xCpHeader
+xbuild/Release/SPMySQL.framework/Versions/A/Headers/SPMySQL.h
+xSPMySQL.h
+lSLF07#2@14"Copy SPMySQL.h351378105#351378105#0(0"0(0#0#44"/Users/rowan/code/SPMySQLFramework/SPMySQL.h4544564880#356" cd /Users/rowan/code/SPMySQLFramework /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -strip-debug-symbols -resolve-src-symlinks /Users/rowan/code/SPMySQLFramework/SPMySQL.h /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers 0#
+
+CCpHeader build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLConnection.h Source/SPMySQLConnection.h
+s351305979.657134
+e351305979.678654
+r1
+xCpHeader
+xbuild/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLConnection.h
+xSource/SPMySQLConnection.h
+lSLF07#2@31"Copy Source/SPMySQLConnection.h351305979#351305979#0(0"0(0#0#61"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection.h4456279696#373" cd /Users/rowan/code/SPMySQLFramework /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -strip-debug-symbols -resolve-src-symlinks /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection.h /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers 0#
+
+CCpHeader build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLConnectionDelegate.h Source/SPMySQLConnectionDelegate.h
+s351091313.291285
+e351091313.321567
+r1
+xCpHeader
+xbuild/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLConnectionDelegate.h
+xSource/SPMySQLConnectionDelegate.h
+lSLF07#2@39"Copy Source/SPMySQLConnectionDelegate.h351091313#351091313#0(0"0(0#0#69"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnectionDelegate.h4566089360#381" cd /Users/rowan/code/SPMySQLFramework /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -strip-debug-symbols -resolve-src-symlinks /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnectionDelegate.h /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers 0#
+
+CCpHeader build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLConnectionProxy.h Source/SPMySQLConnectionProxy.h
+s351091313.313233
+e351091313.331649
+r1
+xCpHeader
+xbuild/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLConnectionProxy.h
+xSource/SPMySQLConnectionProxy.h
+lSLF07#2@36"Copy Source/SPMySQLConnectionProxy.h351091313#351091313#0(0"0(0#0#66"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnectionProxy.h4566089360#378" cd /Users/rowan/code/SPMySQLFramework /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -strip-debug-symbols -resolve-src-symlinks /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnectionProxy.h /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers 0#
+
+CCpHeader build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLConstants.h Source/SPMySQLConstants.h
+s351091313.287583
+e351091313.316981
+r1
+xCpHeader
+xbuild/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLConstants.h
+xSource/SPMySQLConstants.h
+lSLF07#2@30"Copy Source/SPMySQLConstants.h351091313#351091313#0(0"0(0#0#60"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConstants.h4566089360#372" cd /Users/rowan/code/SPMySQLFramework /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -strip-debug-symbols -resolve-src-symlinks /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConstants.h /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers 0#
+
+CCpHeader build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLFastStreamingResult.h Source/SPMySQLFastStreamingResult.h
+s351386068.547227
+e351386068.558500
+r1
+xCpHeader
+xbuild/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLFastStreamingResult.h
+xSource/SPMySQLFastStreamingResult.h
+lSLF07#2@40"Copy Source/SPMySQLFastStreamingResult.h351386068#351386068#0(0"0(0#0#70"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLFastStreamingResult.h4551671440#382" cd /Users/rowan/code/SPMySQLFramework /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -strip-debug-symbols -resolve-src-symlinks /Users/rowan/code/SPMySQLFramework/Source/SPMySQLFastStreamingResult.h /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers 0#
+
+CCpHeader build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLGeometryData.h Source/SPMySQLGeometryData.h
+s351091313.292835
+e351091313.321741
+r1
+xCpHeader
+xbuild/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLGeometryData.h
+xSource/SPMySQLGeometryData.h
+lSLF07#2@33"Copy Source/SPMySQLGeometryData.h351091313#351091313#0(0"0(0#0#63"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.h4566089360#375" cd /Users/rowan/code/SPMySQLFramework /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -strip-debug-symbols -resolve-src-symlinks /Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.h /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers 0#
+
+CCpHeader build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLResult.h Source/SPMySQLResult.h
+s351378105.961194
+e351378105.973440
+r1
+xCpHeader
+xbuild/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLResult.h
+xSource/SPMySQLResult.h
+lSLF07#2@27"Copy Source/SPMySQLResult.h351378105#351378105#0(0"0(0#0#57"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.h4544564880#369" cd /Users/rowan/code/SPMySQLFramework /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -strip-debug-symbols -resolve-src-symlinks /Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.h /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers 0#
+
+CCpHeader build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLStreamingResult.h Source/SPMySQLStreamingResult.h
+s351305979.661983
+e351305979.680356
+r1
+xCpHeader
+xbuild/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLStreamingResult.h
+xSource/SPMySQLStreamingResult.h
+lSLF07#2@36"Copy Source/SPMySQLStreamingResult.h351305979#351305979#0(0"0(0#0#66"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.h4456279696#378" cd /Users/rowan/code/SPMySQLFramework /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -strip-debug-symbols -resolve-src-symlinks /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.h /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers 0#
+
+CCreateUniversalBinary /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/SPMySQL normal "x86_64 i386"
+s351386717.931058
+e351386717.962365
+r1
+xCreateUniversalBinary
+x/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/SPMySQL
+xnormal
+xx86_64 i386
+lSLF07#2@93"CreateUniversalBinary build/Release/SPMySQL.framework/Versions/A/SPMySQL normal "x86_64 i386"351386717#351386717#0(0"0(0#0#46"/Users/rowan/code/SPMySQLFramework/x86_64 i3864554342032#412" cd /Users/rowan/code/SPMySQLFramework /usr/bin/lipo -create /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQL /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQL -output /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/SPMySQL 0#
+
+CGenerateDSYMFile /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework.dSYM /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/SPMySQL
+r0
+
+CLd /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQL normal i386
+s351386717.526013
+e351386717.881233
+r1
+xLd
+x/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQL
+xnormal
+xi386
+lSLF07#2@128"Link /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQL351386717#351386717#0(0"0(0#0#0"4554342032#863" cd /Users/rowan/code/SPMySQLFramework setenv MACOSX_DEPLOYMENT_TARGET 10.5 /Developer/usr/bin/clang -arch i386 -dynamiclib -isysroot /Developer/SDKs/MacOSX10.5.sdk -L/Users/rowan/code/SPMySQLFramework/build/Release "-L/Users/rowan/code/SPMySQLFramework/MySQL Client Libraries/lib" -F/Users/rowan/code/SPMySQLFramework/build/Release -filelist /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQL.LinkFileList -install_name @executable_path/../Frameworks/SPMySQL.framework/Versions/A/SPMySQL -mmacosx-version-min=10.5 -dead_strip -framework Cocoa -lmysqlclient -lz -framework SystemConfiguration -single_module -compatibility_version 1 -current_version 1 -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQL 0#
+
+CLd /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQL normal x86_64
+s351386717.532291
+e351386717.930955
+r1
+xLd
+x/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQL
+xnormal
+xx86_64
+lSLF07#2@130"Link /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQL351386717#351386717#0(0"0(0#0#0"4554342032#869" cd /Users/rowan/code/SPMySQLFramework setenv MACOSX_DEPLOYMENT_TARGET 10.5 /Developer/usr/bin/clang -arch x86_64 -dynamiclib -isysroot /Developer/SDKs/MacOSX10.5.sdk -L/Users/rowan/code/SPMySQLFramework/build/Release "-L/Users/rowan/code/SPMySQLFramework/MySQL Client Libraries/lib" -F/Users/rowan/code/SPMySQLFramework/build/Release -filelist /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQL.LinkFileList -install_name @executable_path/../Frameworks/SPMySQL.framework/Versions/A/SPMySQL -mmacosx-version-min=10.5 -dead_strip -framework Cocoa -lmysqlclient -lz -framework SystemConfiguration -single_module -compatibility_version 1 -current_version 1 -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQL 0#
+
+CProcessInfoPlistFile /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Resources/Info.plist Resources/Info.plist
+s351091313.283593
+e351091313.286836
+r1
+xProcessInfoPlistFile
+x/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Resources/Info.plist
+xResources/Info.plist
+lSLF07#2@28"Process Resources/Info.plist351091313#351091313#0(0"0(0#0#55"/Users/rowan/code/SPMySQLFramework/Resources/Info.plist4566089472#232" cd /Users/rowan/code/SPMySQLFramework builtin-infoPlistUtility Resources/Info.plist -expandbuildsettings -platform macosx -o /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Resources/Info.plist 0#
+
+CProcessPCH /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-akcogxxzhrvecheeycvxvgronzwm/SPMySQLFramework_Prefix.pch.pth Source/SPMySQLFramework_Prefix.pch normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351092604.819745
+e351092606.154963
+r1
+xProcessPCH
+x/var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-akcogxxzhrvecheeycvxvgronzwm/SPMySQLFramework_Prefix.pch.pth
+xSource/SPMySQLFramework_Prefix.pch
+xnormal
+xi386
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+oclang: warning: argument unused during compilation: '-flto'
+lSLF07#2@45"Precompile Source/SPMySQLFramework_Prefix.pch351092604#351092606#0(60"clang: warning: argument unused during compilation: '-flto' 0(0#0#69"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLFramework_Prefix.pch4634766992#1681" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c-header -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -flto -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -c /Users/rowan/code/SPMySQLFramework/Source/SPMySQLFramework_Prefix.pch -o /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-akcogxxzhrvecheeycvxvgronzwm/SPMySQLFramework_Prefix.pch.pth 0#
+
+CProcessPCH /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-auxswahqcpdpplbhprktpczirxee/SPMySQLFramework_Prefix.pch.pth Source/SPMySQLFramework_Prefix.pch normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351386068.558766
+e351386069.716248
+r1
+xProcessPCH
+x/var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-auxswahqcpdpplbhprktpczirxee/SPMySQLFramework_Prefix.pch.pth
+xSource/SPMySQLFramework_Prefix.pch
+xnormal
+xx86_64
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@45"Precompile Source/SPMySQLFramework_Prefix.pch351386068#351386069#0(0"0(0#0#69"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLFramework_Prefix.pch4551671440#1679" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c-header -arch x86_64 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/x86_64 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -c /Users/rowan/code/SPMySQLFramework/Source/SPMySQLFramework_Prefix.pch -o /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-auxswahqcpdpplbhprktpczirxee/SPMySQLFramework_Prefix.pch.pth 0#
+
+CProcessPCH /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-cofotckhtpskmbbitaunrurqfhjt/SPMySQLFramework_Prefix.pch.pth Source/SPMySQLFramework_Prefix.pch normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351386068.559718
+e351386069.854468
+r1
+xProcessPCH
+x/var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-cofotckhtpskmbbitaunrurqfhjt/SPMySQLFramework_Prefix.pch.pth
+xSource/SPMySQLFramework_Prefix.pch
+xnormal
+xi386
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@45"Precompile Source/SPMySQLFramework_Prefix.pch351386068#351386069#0(0"0(0#0#69"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLFramework_Prefix.pch4551671440#1675" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c-header -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -c /Users/rowan/code/SPMySQLFramework/Source/SPMySQLFramework_Prefix.pch -o /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-cofotckhtpskmbbitaunrurqfhjt/SPMySQLFramework_Prefix.pch.pth 0#
+
+CProcessPCH /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-ewvxuxqrezwtesexznalgcozpcmh/SPMySQLFramework_Prefix.pch.pth Source/SPMySQLFramework_Prefix.pch normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351092604.818783
+e351092605.903013
+r1
+xProcessPCH
+x/var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-ewvxuxqrezwtesexznalgcozpcmh/SPMySQLFramework_Prefix.pch.pth
+xSource/SPMySQLFramework_Prefix.pch
+xnormal
+xx86_64
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+oclang: warning: argument unused during compilation: '-flto'
+lSLF07#2@45"Precompile Source/SPMySQLFramework_Prefix.pch351092604#351092605#0(60"clang: warning: argument unused during compilation: '-flto' 0(0#0#69"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLFramework_Prefix.pch4634766992#1685" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c-header -arch x86_64 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -flto -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/x86_64 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -c /Users/rowan/code/SPMySQLFramework/Source/SPMySQLFramework_Prefix.pch -o /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-ewvxuxqrezwtesexznalgcozpcmh/SPMySQLFramework_Prefix.pch.pth 0#
+
+CSymLink /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Headers Versions/Current/Headers
+s351091313.281056
+e351091313.283506
+r1
+xSymLink
+x/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Headers
+xVersions/Current/Headers
+lSLF07#2@82"Process /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Headers351091313#351091313#0(0"0(0#0#0"4566089360#158" cd /Users/rowan/code/SPMySQLFramework /bin/ln -sf Versions/Current/Headers /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Headers 0#
+
+CSymLink /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Resources Versions/Current/Resources
+s351091313.276568
+e351091313.280820
+r1
+xSymLink
+x/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Resources
+xVersions/Current/Resources
+lSLF07#2@84"Process /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Resources351091313#351091313#0(0"0(0#0#0"4566089360#162" cd /Users/rowan/code/SPMySQLFramework /bin/ln -sf Versions/Current/Resources /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Resources 0#
+
+CSymLink /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/SPMySQL Versions/Current/SPMySQL
+s351091313.277533
+e351091313.281810
+r1
+xSymLink
+x/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/SPMySQL
+xVersions/Current/SPMySQL
+lSLF07#2@82"Process /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/SPMySQL351091313#351091313#0(0"0(0#0#0"4566089360#158" cd /Users/rowan/code/SPMySQLFramework /bin/ln -sf Versions/Current/SPMySQL /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/SPMySQL 0#
+
+CSymLink /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/Current A
+s351091313.274448
+e351091313.280642
+r1
+xSymLink
+x/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/Current
+xA
+lSLF07#2@91"Process /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/Current351091313#351091313#0(0"0(0#0#0"4566089360#144" cd /Users/rowan/code/SPMySQLFramework /bin/ln -sf A /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/Current 0#
+
+CTouch /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework
+s351386717.962479
+e351386717.967053
+r1
+xTouch
+x/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework
+lSLF07#2@72"Touch /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework351386717#351386717#0(0"0(0#0#0"4554342032#131" cd /Users/rowan/code/SPMySQLFramework /usr/bin/touch -c /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework 0#
+
diff --git a/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/build-state~.dat b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/build-state~.dat
new file mode 100644
index 00000000..95153397
--- /dev/null
+++ b/Frameworks/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/build-state~.dat
@@ -0,0 +1,1498 @@
+TSPMySQL.framework
+v7
+r0
+t351091318.239430
+cCheck dependencies
+cSymLink /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/Current A
+cSymLink /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Resources Versions/Current/Resources
+cSymLink /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/SPMySQL Versions/Current/SPMySQL
+cSymLink /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Headers Versions/Current/Headers
+cProcessInfoPlistFile /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Resources/Info.plist Resources/Info.plist
+cCpHeader build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLConnection.h Source/SPMySQLConnection.h
+cCpHeader build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLConstants.h Source/SPMySQLConstants.h
+cCpHeader "build/Release/SPMySQL.framework/Versions/A/Headers/Querying & Preparation.h" "Source/SPMySQLConnection Categories/Querying & Preparation.h"
+cCpHeader build/Release/SPMySQL.framework/Versions/A/Headers/Encoding.h "Source/SPMySQLConnection Categories/Encoding.h"
+cCpHeader "build/Release/SPMySQL.framework/Versions/A/Headers/Server Info.h" "Source/SPMySQLConnection Categories/Server Info.h"
+cCpHeader build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQL.h SPMySQL.h
+cCpHeader build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLConnectionDelegate.h Source/SPMySQLConnectionDelegate.h
+cCpHeader build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLResult.h Source/SPMySQLResult.h
+cCpHeader build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLGeometryData.h Source/SPMySQLGeometryData.h
+cCpHeader build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLStreamingResult.h Source/SPMySQLStreamingResult.h
+cCpHeader "build/Release/SPMySQL.framework/Versions/A/Headers/Field Definitions.h" "Source/SPMySQLResult Categories/Field Definitions.h"
+cCpHeader build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLConnectionProxy.h Source/SPMySQLConnectionProxy.h
+cCpHeader "build/Release/SPMySQL.framework/Versions/A/Headers/Max Packet Size.h" "Source/SPMySQLConnection Categories/Max Packet Size.h"
+cCpHeader "build/Release/SPMySQL.framework/Versions/A/Headers/Delegate & Proxy.h" "Source/SPMySQLConnection Categories/Delegate & Proxy.h"
+cCpHeader "build/Release/SPMySQL.framework/Versions/A/Headers/Databases & Tables.h" "Source/SPMySQLConnection Categories/Databases & Tables.h"
+cCopyStringsFile /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Resources/English.lproj/InfoPlist.strings English.lproj/InfoPlist.strings
+cProcessPCH /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-ewvxuxqrezwtesexznalgcozpcmh/SPMySQLFramework_Prefix.pch.pth Source/SPMySQLFramework_Prefix.pch normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cProcessPCH /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-akcogxxzhrvecheeycvxvgronzwm/SPMySQLFramework_Prefix.pch.pth Source/SPMySQLFramework_Prefix.pch normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLConnection.o /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Ping & KeepAlive.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Ping & KeepAlive.m" normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Encoding.o "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Encoding.m" normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Server Info.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.m" normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Conversion.o "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.m" normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Querying & Preparation.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m" normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Locking.o "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Locking.m" normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLResult.o /Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLGeometryData.o /Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLStreamingResult.o /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Field Definitions.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult Categories/Field Definitions.m" normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLStringAdditions.o /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStringAdditions.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Max Packet Size.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Max Packet Size.m" normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Delegate & Proxy.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Delegate & Proxy.m" normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Databases & Tables.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m" normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLConnection.o /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Ping & KeepAlive.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Ping & KeepAlive.m" normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Encoding.o "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Encoding.m" normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Server Info.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.m" normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Conversion.o "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.m" normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cLd /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQL normal x86_64
+cCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Querying & Preparation.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m" normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Locking.o "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Locking.m" normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLResult.o /Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLGeometryData.o /Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLStreamingResult.o /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Field Definitions.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult Categories/Field Definitions.m" normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLStringAdditions.o /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStringAdditions.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Max Packet Size.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Max Packet Size.m" normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Delegate & Proxy.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Delegate & Proxy.m" normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Databases & Tables.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m" normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+cLd /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQL normal i386
+
+N/Developer/SDKs/MacOSX10.5.sdk
+c000000004C238B9B00000000000000EE
+t1277397915
+s238
+
+N/Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h
+c0000000040C4AA6800000000000001E5
+t1086630504
+s485
+
+N/Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/SystemConfiguration.framework/Headers/SCNetworkReachability.h
+c0000000047BAC506000000000000235B
+t1203422470
+s9051
+
+N/Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
+c000000004B760CDC00000000000371FC
+t1266027740
+s225788
+
+N/Developer/SDKs/MacOSX10.5.sdk/usr/include/mach/mach_time.h
+c0000000047E8839E0000000000000746
+t1206420382
+s1862
+
+N/Developer/SDKs/MacOSX10.5.sdk/usr/include/pthread.h
+c0000000047BA9932000000000000380F
+t1203411250
+s14351
+
+N/Developer/SDKs/MacOSX10.5.sdk/usr/include/standards.h
+c0000000047BA9930000000000000055B
+t1203411248
+s1371
+
+N/Developer/SDKs/MacOSX10.5.sdk/usr/include/sys/types.h
+c0000000047E883D2000000000000290F
+t1206420434
+s10511
+
+N/Developer/SDKs/MacOSX10.5.sdk/usr/lib/libz.dylib
+c000000004B760D050000000000006EE8
+t1266027781
+s28392
+
+N/System/Library/Frameworks/Cocoa.framework/Cocoa
+c000000004E2DE5120000000000006560
+t1311630610
+s25952
+
+N/Users/rowan/code/SPMySQLFramework/English.lproj/InfoPlist.strings
+c000000004F0A19CD0000000000000030
+t1326062029
+s48
+
+N/Users/rowan/code/SPMySQLFramework/MySQL Client Libraries/include/my_alloc.h
+c000000004F130858000000000000070C
+t1326647384
+s1804
+
+N/Users/rowan/code/SPMySQLFramework/MySQL Client Libraries/include/my_list.h
+c000000004F13085800000000000005D0
+t1326647384
+s1488
+
+N/Users/rowan/code/SPMySQLFramework/MySQL Client Libraries/include/mysql.h
+c000000004F13085800000000000083EB
+t1326647384
+s33771
+i<standards.h>
+i<sys/types.h>
+i<winsock2.h>
+i"mysql_version.h"
+i"mysql_com.h"
+i"mysql_time.h"
+i"my_list.h"
+i"typelib.h"
+i"my_alloc.h"
+
+N/Users/rowan/code/SPMySQLFramework/MySQL Client Libraries/include/mysql_com.h
+c000000004F130858000000000000503F
+t1326647384
+s20543
+
+N/Users/rowan/code/SPMySQLFramework/MySQL Client Libraries/include/mysql_time.h
+c000000004F1308580000000000000831
+t1326647384
+s2097
+
+N/Users/rowan/code/SPMySQLFramework/MySQL Client Libraries/include/mysql_version.h
+c000000004F130858000000000000032B
+t1326647384
+s811
+i<custom_conf.h>
+
+N/Users/rowan/code/SPMySQLFramework/MySQL Client Libraries/include/typelib.h
+c000000004F13085800000000000005DD
+t1326647384
+s1501
+i"my_alloc.h"
+
+N/Users/rowan/code/SPMySQLFramework/MySQL Client Libraries/lib/libmysqlclient.a
+c000000004F13085B0000000000445164
+t1326647387
+s4477284
+
+N/Users/rowan/code/SPMySQLFramework/SPMySQL Private APIs.h
+c000000004F3CFACC0000000000000B54
+t1329396428
+s2900
+i"Ping & KeepAlive.h"
+i"Locking.h"
+i"Conversion.h"
+
+N/Users/rowan/code/SPMySQLFramework/SPMySQL.h
+c000000004F3D02A50000000000000865
+t1329398437
+s2149
+i"SPMySQLConstants.h"
+i"SPMySQLStringAdditions.h"
+i"SPMySQLConnectionDelegate.h"
+i"SPMySQLConnectionProxy.h"
+i"SPMySQLConnection.h"
+i"Delegate & Proxy.h"
+i"Databases & Tables.h"
+i"Max Packet Size.h"
+i"Querying & Preparation.h"
+i"Encoding.h"
+i"Server Info.h"
+i"SPMySQLResult.h"
+i"SPMySQLStreamingResult.h"
+i"Field Definitions.h"
+i"SPMySQLGeometryData.h"
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.h
+c000000004F307BEF00000000000009A8
+t1328577519
+s2472
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.m
+c000000004F307BE80000000000000EF3
+t1328577512
+s3827
+i"Conversion.h"
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.h
+c000000004F3800F70000000000000711
+t1329070327
+s1809
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m
+c000000004F3CFAE50000000000002446
+t1329396453
+s9286
+i"Databases & Tables.h"
+i"SPMySQL Private APIs.h"
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Delegate & Proxy.h
+c000000004F3452E5000000000000057E
+t1328829157
+s1406
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Delegate & Proxy.m
+c000000004F3CFAE100000000000011ED
+t1329396449
+s4589
+i"Delegate & Proxy.h"
+i"SPMySQL Private APIs.h"
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Encoding.h
+c000000004F340C6A000000000000079C
+t1328811114
+s1948
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Encoding.m
+c000000004F330C610000000000003AAA
+t1328745569
+s15018
+i"Encoding.h"
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Locking.h
+c000000004F307BFB00000000000005E6
+t1328577531
+s1510
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Locking.m
+c000000004F3CFAF70000000000000E61
+t1329396471
+s3681
+i"Locking.h"
+i"SPMySQL Private APIs.h"
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Max Packet Size.h
+c000000004F398B4100000000000005F3
+t1329171265
+s1523
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Max Packet Size.m
+c000000004F3CFAF30000000000001A0E
+t1329396467
+s6670
+i"Max Packet Size.h"
+i"SPMySQL Private APIs.h"
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Ping & KeepAlive.h
+c000000004F3172E100000000000007C2
+t1328640737
+s1986
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Ping & KeepAlive.m
+c000000004F3293B20000000000001CFD
+t1328714674
+s7421
+i"Ping & KeepAlive.h"
+i"Locking.h"
+i<pthread.h>
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.h
+c000000004F3D01090000000000000BD0
+t1329398025
+s3024
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m
+c000000004F3D02C600000000000041D0
+t1329398470
+s16848
+i"SPMySQLConnection.h"
+i"SPMySQL Private APIs.h"
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.h
+c000000004F3848660000000000000761
+t1329088614
+s1889
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.m
+c000000004F3CFAEF0000000000001614
+t1329396463
+s5652
+i"Server Info.h"
+i"SPMySQL Private APIs.h"
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection.h
+c000000004F3CF21A00000000000014E0
+t1329394202
+s5344
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection.m
+c000000004F3CFADD0000000000006DD3
+t1329396445
+s28115
+i"SPMySQL Private APIs.h"
+i<mach/mach_time.h>
+i<pthread.h>
+i<SystemConfiguration/SCNetworkReachability.h>
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnectionDelegate.h
+c000000004F36BCAB0000000000001041
+t1328987307
+s4161
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnectionProxy.h
+c000000004F327BDC0000000000000884
+t1328708572
+s2180
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConstants.h
+c000000004F39B228000000000000092D
+t1329181224
+s2349
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLFramework_Prefix.pch
+c000000004F307C5D00000000000000E7
+t1328577629
+s231
+i<Cocoa/Cocoa.h>
+i"mysql.h"
+i"SPMySQL.h"
+i"SPMySQLUtilities.h"
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.h
+c000000004F32785D00000000000006DB
+t1328707677
+s1755
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.m
+c000000004F307BA400000000000069C8
+t1328577444
+s27080
+i"SPMySQLGeometryData.h"
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult Categories/Field Definitions.h
+c000000004F307BB8000000000000059A
+t1328577464
+s1434
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult Categories/Field Definitions.m
+c000000004F307BB10000000000004B47
+t1328577457
+s19271
+i"Field Definitions.h"
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.h
+c000000004F3CF545000000000000104E
+t1329395013
+s4174
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.m
+c000000004F3CFAB500000000000032DC
+t1329396405
+s13020
+i"SPMySQLResult.h"
+i"SPMySQL Private APIs.h"
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.h
+c000000004F3C36140000000000000641
+t1329346068
+s1601
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.m
+c000000004F3C37DE000000000000087F
+t1329346526
+s2175
+i"SPMySQLStreamingResult.h"
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLStringAdditions.h
+c000000004F32FAD700000000000005CE
+t1328741079
+s1486
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLStringAdditions.m
+c000000004F32FB4B0000000000000823
+t1328741195
+s2083
+i"SPMySQLStringAdditions.h"
+
+N/Users/rowan/code/SPMySQLFramework/Source/SPMySQLUtilities.h
+c000000004F307D2800000000000006F7
+t1328577832
+s1783
+i<mach/mach_time.h>
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework
+t2
+s0
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework.dSYM
+t2
+s0
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Headers
+t3
+s24
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Resources
+t3
+s26
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/SPMySQL
+t3
+s24
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/Databases & Tables.h
+t1329398513
+s1809
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/Delegate & Proxy.h
+t1329398513
+s1406
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/Encoding.h
+t1329398513
+s1948
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/Field Definitions.h
+t1329398513
+s1434
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/Max Packet Size.h
+t1329398513
+s1523
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/Querying & Preparation.h
+t1329398513
+s3024
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQL.h
+t1329398513
+s2149
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLConnection.h
+t1329398513
+s5344
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLConnectionDelegate.h
+t1329398513
+s4161
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLConnectionProxy.h
+t1329398513
+s2180
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLConstants.h
+t1329398513
+s2349
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLGeometryData.h
+t1329398513
+s1755
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLResult.h
+t1329398513
+s4174
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLStreamingResult.h
+t1329398513
+s1601
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers/Server Info.h
+t1329398513
+s1889
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Resources/English.lproj/InfoPlist.strings
+t1329398513
+s92
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Resources/Info.plist
+t1329398513
+s1144
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/SPMySQL
+t2
+s0
+
+N/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/Current
+t3
+s1
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Conversion.o
+t1329398515
+s33872
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Databases & Tables.o
+t1329398515
+s42192
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Delegate & Proxy.o
+t1329398515
+s34272
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Encoding.o
+t1329398515
+s51968
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Field Definitions.o
+t1329398515
+s49184
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Locking.o
+t1329398515
+s32128
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Max Packet Size.o
+t1329398515
+s39328
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Ping & KeepAlive.o
+t1329398515
+s39568
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Querying & Preparation.o
+t1329398515
+s60496
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQL
+t1329398517
+s1015004
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQL.LinkFileList
+c000000004F3D02F100000000000007E2
+t1329398513
+s2018
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLConnection.o
+t1329398515
+s99344
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLGeometryData.o
+t1329398515
+s44352
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLResult.o
+t1329398515
+s51056
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLStreamingResult.o
+t1329398515
+s31104
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLStringAdditions.o
+t1329398515
+s5184
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Server Info.o
+t1329398515
+s39472
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Conversion.o
+t1329398515
+s33488
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Databases & Tables.o
+t1329398515
+s42336
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Delegate & Proxy.o
+t1329398515
+s34592
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Encoding.o
+t1329398514
+s52336
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Field Definitions.o
+t1329398515
+s49888
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Locking.o
+t1329398515
+s32080
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Max Packet Size.o
+t1329398515
+s39696
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Ping & KeepAlive.o
+t1329398514
+s40032
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Querying & Preparation.o
+t1329398515
+s62272
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQL
+t2
+s0
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQL.LinkFileList
+c000000004F3D02F10000000000000800
+t1329398513
+s2048
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLConnection.o
+t1329398515
+s105824
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLGeometryData.o
+t1329398515
+s47472
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLResult.o
+t1329398515
+s51472
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLStreamingResult.o
+t1329398515
+s31472
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLStringAdditions.o
+t1329398515
+s4752
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Server Info.o
+t1329398514
+s39584
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Conversion.plist
+t2
+s0
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Databases & Tables.plist
+t2
+s0
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Delegate & Proxy.plist
+t2
+s0
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Encoding.plist
+t2
+s0
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Field Definitions.plist
+t2
+s0
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Locking.plist
+t2
+s0
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Max Packet Size.plist
+t2
+s0
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Ping & KeepAlive.plist
+t2
+s0
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Querying & Preparation.plist
+t2
+s0
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLConnection.plist
+t2
+s0
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLGeometryData.plist
+t2
+s0
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLResult.plist
+t2
+s0
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLStreamingResult.plist
+t2
+s0
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/SPMySQLStringAdditions.plist
+t2
+s0
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/i386/Server Info.plist
+t2
+s0
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Conversion.plist
+t2
+s0
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Databases & Tables.plist
+t2
+s0
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Delegate & Proxy.plist
+t2
+s0
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Encoding.plist
+t2
+s0
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Field Definitions.plist
+t2
+s0
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Locking.plist
+t2
+s0
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Max Packet Size.plist
+t2
+s0
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Ping & KeepAlive.plist
+t2
+s0
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Querying & Preparation.plist
+t2
+s0
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLConnection.plist
+t2
+s0
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLGeometryData.plist
+t2
+s0
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLResult.plist
+t2
+s0
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLStreamingResult.plist
+t2
+s0
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/SPMySQLStringAdditions.plist
+t2
+s0
+
+N/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/StaticAnalyzer/normal/x86_64/Server Info.plist
+t2
+s0
+
+N/var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-akcogxxzhrvecheeycvxvgronzwm/SPMySQLFramework_Prefix.pch.pth
+t1329398514
+s10910168
+
+N/var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-ewvxuxqrezwtesexznalgcozpcmh/SPMySQLFramework_Prefix.pch.pth
+t1329398514
+s9973036
+
+NResources/Info.plist
+c000000004F0A20EC0000000000000357
+t1326063852
+s855
+
+CAnalyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.m"
+r0
+
+CAnalyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m"
+r0
+
+CAnalyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Delegate & Proxy.m"
+r0
+
+CAnalyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Encoding.m"
+r0
+
+CAnalyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Locking.m"
+r0
+
+CAnalyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Max Packet Size.m"
+r0
+
+CAnalyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Ping & KeepAlive.m"
+r0
+
+CAnalyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m"
+r0
+
+CAnalyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.m"
+r0
+
+CAnalyze "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult Categories/Field Definitions.m"
+r0
+
+CAnalyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection.m
+r0
+
+CAnalyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.m
+r0
+
+CAnalyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.m
+r0
+
+CAnalyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.m
+r0
+
+CAnalyze /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStringAdditions.m
+r0
+
+CCheck dependencies
+r0
+lSLF07#2@18"Check dependencies351091313#351091313#0(0"0(0#1#0"4566091072#0"0#
+
+CCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Databases & Tables.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m" normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351091315.877088
+e351091315.939689
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Databases & Tables.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m
+xnormal
+xi386
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+o/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m:129:52:{129:52-129:81}{129:18-129:19}: warning: implicit conversion loses integer precision: 'unsigned long long' to 'NSUInteger' (aka 'unsigned int') [-Wshorten-64-to-32]
+o databaseList = [NSMutableArray arrayWithCapacity:[databaseResult numberOfRows]];
+o ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+o/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m:219:49:{219:49-219:75}{219:15-219:16}: warning: implicit conversion loses integer precision: 'unsigned long long' to 'NSUInteger' (aka 'unsigned int') [-Wshorten-64-to-32]
+o tableList = [NSMutableArray arrayWithCapacity:[tableResult numberOfRows]];
+o ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~
+o2 warnings generated.
+lSLF07#2@99"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m351091315#351091316#0(926"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m:129:52:{129:52-129:81}{129:18-129:19}: warning: implicit conversion loses integer precision: 'unsigned long long' to 'NSUInteger' (aka 'unsigned int') [-Wshorten-64-to-32] databaseList = [NSMutableArray arrayWithCapacity:[databaseResult numberOfRows]]; ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m:219:49:{219:49-219:75}{219:15-219:16}: warning: implicit conversion loses integer precision: 'unsigned long long' to 'NSUInteger' (aka 'unsigned int') [-Wshorten-64-to-32] tableList = [NSMutableArray arrayWithCapacity:[tableResult numberOfRows]]; ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. 2(22@102"Implicit conversion loses integer precision: 'unsigned long long' to 'NSUInteger' (aka 'unsigned int')351091315#0#264#0(6@91"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m351089253#129#52#0#0#0"2(6@91"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m351089253#129#52#129#81#6@91"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m351089253#129#18#129#19#22@102"Implicit conversion loses integer precision: 'unsigned long long' to 'NSUInteger' (aka 'unsigned int')351091315#458#264#0(6@91"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m351089253#219#49#0#0#0"2(6@91"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m351089253#219#49#219#75#6@91"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m351089253#219#15#219#16#0#0#91"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m4566089360#1842" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -flto -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-akcogxxzhrvecheeycvxvgronzwm/SPMySQLFramework_Prefix.pch -c "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m" -o "/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Databases & Tables.o" 0#
+
+CCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Delegate & Proxy.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Delegate & Proxy.m" normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351091315.845386
+e351091315.898295
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Delegate & Proxy.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Delegate & Proxy.m
+xnormal
+xi386
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@97"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Delegate & Proxy.m351091315#351091316#0(0"0(0#0#89"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Delegate & Proxy.m4566089360#1838" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -flto -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-akcogxxzhrvecheeycvxvgronzwm/SPMySQLFramework_Prefix.pch -c "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Delegate & Proxy.m" -o "/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Delegate & Proxy.o" 0#
+
+CCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Field Definitions.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult Categories/Field Definitions.m" normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351091315.743682
+e351091315.845212
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Field Definitions.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult Categories/Field Definitions.m
+xnormal
+xi386
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@94"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult Categories/Field Definitions.m351091315#351091315#0(0"0(0#0#86"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult Categories/Field Definitions.m4566089360#1836" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -flto -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-akcogxxzhrvecheeycvxvgronzwm/SPMySQLFramework_Prefix.pch -c "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult Categories/Field Definitions.m" -o "/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Field Definitions.o" 0#
+
+CCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Max Packet Size.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Max Packet Size.m" normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351091315.802289
+e351091315.876908
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Max Packet Size.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Max Packet Size.m
+xnormal
+xi386
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@96"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Max Packet Size.m351091315#351091315#0(0"0(0#0#88"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Max Packet Size.m4566089360#1836" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -flto -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-akcogxxzhrvecheeycvxvgronzwm/SPMySQLFramework_Prefix.pch -c "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Max Packet Size.m" -o "/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Max Packet Size.o" 0#
+
+CCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Ping & KeepAlive.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Ping & KeepAlive.m" normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351091315.420747
+e351091315.517376
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Ping & KeepAlive.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Ping & KeepAlive.m
+xnormal
+xi386
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@97"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Ping & KeepAlive.m351091315#351091315#0(0"0(0#0#89"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Ping & KeepAlive.m4566089360#1838" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -flto -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-akcogxxzhrvecheeycvxvgronzwm/SPMySQLFramework_Prefix.pch -c "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Ping & KeepAlive.m" -o "/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Ping & KeepAlive.o" 0#
+
+CCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Querying & Preparation.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m" normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351091315.595894
+e351091315.715091
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Querying & Preparation.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m
+xnormal
+xi386
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+o/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m:115:88:{115:88-115:107}: warning: incompatible pointer types passing 'unsigned long *' to parameter of type 'NSUInteger *' (aka 'unsigned int *')
+o const char *cQueryString = _cStringForStringWithEncoding(theQueryString, theEncoding, &cQueryStringLength);
+o ^~~~~~~~~~~~~~~~~~~
+oIn file included from /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m:35:
+oIn file included from /Users/rowan/code/SPMySQLFramework/SPMySQL Private APIs.h:40:
+o/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.h:49:117: note: passing argument to parameter 'cStringLengthPointer' here
+o static inline const char* _cStringForStringWithEncoding(NSString* aString, NSStringEncoding anEncoding, NSUInteger *cStringLengthPointer)
+o ^
+o/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m:153:78:{153:78-153:106}{153:34-153:35}: warning: implicit conversion changes signedness: 'unsigned int' to 'NSInteger' (aka 'int') [-Wconversion]
+o if (lastQueryWasCancelled && ![SPMySQLConnection isErrorIDConnectionError:mysql_errno(mySQLConnection)]) {
+o ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
+o/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m:343:129:{343:129-343:152}: warning: incompatible pointer types sending 'unsigned long *' to parameter of type 'NSUInteger *' (aka 'unsigned int *')
+o const char *killQueryCString = [SPMySQLConnection _cStringForString:killQuery usingEncoding:aStringEncoding returningLengthAs:&killQueryCStringLength];
+o ^~~~~~~~~~~~~~~~~~~~~~~
+oIn file included from /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m:35:
+oIn file included from /Users/rowan/code/SPMySQLFramework/SPMySQL Private APIs.h:40:
+o/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.h:38:130: note: passing argument to parameter 'cStringLengthPointer' here
+o + (const char *)_cStringForString:(NSString *)aString usingEncoding:(NSStringEncoding)anEncoding returningLengthAs:(NSUInteger *)cStringLengthPointer;
+o ^
+o3 warnings generated.
+lSLF07#2@103"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m351091315#351091315#0(2845"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m:115:88:{115:88-115:107}: warning: incompatible pointer types passing 'unsigned long *' to parameter of type 'NSUInteger *' (aka 'unsigned int *') const char *cQueryString = _cStringForStringWithEncoding(theQueryString, theEncoding, &cQueryStringLength); ^~~~~~~~~~~~~~~~~~~ In file included from /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m:35: In file included from /Users/rowan/code/SPMySQLFramework/SPMySQL Private APIs.h:40: /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.h:49:117: note: passing argument to parameter 'cStringLengthPointer' here static inline const char* _cStringForStringWithEncoding(NSString* aString, NSStringEncoding anEncoding, NSUInteger *cStringLengthPointer) ^ /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m:153:78:{153:78-153:106}{153:34-153:35}: warning: implicit conversion changes signedness: 'unsigned int' to 'NSInteger' (aka 'int') [-Wconversion] if (lastQueryWasCancelled && ![SPMySQLConnection isErrorIDConnectionError:mysql_errno(mySQLConnection)]) { ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m:343:129:{343:129-343:152}: warning: incompatible pointer types sending 'unsigned long *' to parameter of type 'NSUInteger *' (aka 'unsigned int *') const char *killQueryCString = [SPMySQLConnection _cStringForString:killQuery usingEncoding:aStringEncoding returningLengthAs:&killQueryCStringLength]; ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m:35: In file included from /Users/rowan/code/SPMySQLFramework/SPMySQL Private APIs.h:40: /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.h:38:130: note: passing argument to parameter 'cStringLengthPointer' here + (const char *)_cStringForString:(NSString *)aString usingEncoding:(NSStringEncoding)anEncoding returningLengthAs:(NSUInteger *)cStringLengthPointer; ^ 3 warnings generated. 5(22@111"Incompatible pointer types passing 'unsigned long *' to parameter of type 'NSUInteger *' (aka 'unsigned int *')351091315#0#242#0(6@95"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m351091270#115#88#0#0#28"incompatible pointer types *1(6@95"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m351091270#115#88#115#107#13@57"Passing argument to parameter 'cStringLengthPointer' here351091315#680#156#3(7@83"In file included from /Users/rowan/code/SPMySQLFramework/SPMySQL Private APIs.h:40:351091315#596#84#0(6@57"/Users/rowan/code/SPMySQLFramework/SPMySQL Private APIs.h351089228#40#0#40#0#0"0(7@121"In file included from /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m:35:351091315#474#122#0(6@95"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m351091270#35#0#35#0#0"0(13@144"Passing argument to parameter 'cStringLengthPointer' here in /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.h351091315#18446744073709551615#0#0(6@83"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.h350270319#49#117#0#0#0"0(6@83"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.h350270319#49#117#0#0#0"0(22@81"Implicit conversion changes signedness: 'unsigned int' to 'NSInteger' (aka 'int')351091315#1095#242#0(6@95"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m351091270#153#78#0#0#0"2(6@95"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m351091270#153#78#153#106#6@95"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m351091270#153#34#153#35#22@111"Incompatible pointer types sending 'unsigned long *' to parameter of type 'NSUInteger *' (aka 'unsigned int *')351091315#1597#244#0(6@95"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m351091270#343#129#0#0#28"incompatible pointer types *1(6@95"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m351091270#343#129#343#152#13@57"Passing argument to parameter 'cStringLengthPointer' here351091315#2383#156#3(7@83"In file included from /Users/rowan/code/SPMySQLFramework/SPMySQL Private APIs.h:40:351091315#18446744073709551615#0#0(6@57"/Users/rowan/code/SPMySQLFramework/SPMySQL Private APIs.h351089228#40#0#40#0#0"0(7@121"In file included from /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m:35:351091315#18446744073709551615#0#0(6@95"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m351091270#35#0#35#0#0"0(13@144"Passing argument to parameter 'cStringLengthPointer' here in /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.h351091315#18446744073709551615#0#0(6@83"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.h350270319#38#130#0#0#0"0(6@83"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.h350270319#38#130#0#0#0"0(0#0#95"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m4566089360#1850" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -flto -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-akcogxxzhrvecheeycvxvgronzwm/SPMySQLFramework_Prefix.pch -c "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m" -o "/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Querying & Preparation.o" 0#
+
+CCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Server Info.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.m" normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351091315.519976
+e351091315.589298
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Server Info.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.m
+xnormal
+xi386
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@92"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.m351091315#351091315#0(0"0(0#0#84"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.m4566089360#1828" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -flto -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-akcogxxzhrvecheeycvxvgronzwm/SPMySQLFramework_Prefix.pch -c "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.m" -o "/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Server Info.o" 0#
+
+CCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Databases & Tables.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m" normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351091315.376687
+e351091315.460709
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Databases & Tables.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m
+xnormal
+xx86_64
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@99"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m351091315#351091315#0(0"0(0#0#91"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m4566089360#1848" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -flto -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/x86_64 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-ewvxuxqrezwtesexznalgcozpcmh/SPMySQLFramework_Prefix.pch -c "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.m" -o "/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Databases & Tables.o" 0#
+
+CCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Delegate & Proxy.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Delegate & Proxy.m" normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351091315.347177
+e351091315.420334
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Delegate & Proxy.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Delegate & Proxy.m
+xnormal
+xx86_64
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@97"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Delegate & Proxy.m351091315#351091315#0(0"0(0#0#89"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Delegate & Proxy.m4566089360#1844" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -flto -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/x86_64 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-ewvxuxqrezwtesexznalgcozpcmh/SPMySQLFramework_Prefix.pch -c "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Delegate & Proxy.m" -o "/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Delegate & Proxy.o" 0#
+
+CCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Field Definitions.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult Categories/Field Definitions.m" normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351091315.263236
+e351091315.376520
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Field Definitions.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult Categories/Field Definitions.m
+xnormal
+xx86_64
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@94"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult Categories/Field Definitions.m351091315#351091315#0(0"0(0#0#86"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult Categories/Field Definitions.m4566089360#1842" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -flto -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/x86_64 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-ewvxuxqrezwtesexznalgcozpcmh/SPMySQLFramework_Prefix.pch -c "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult Categories/Field Definitions.m" -o "/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Field Definitions.o" 0#
+
+CCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Max Packet Size.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Max Packet Size.m" normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351091315.320220
+e351091315.389086
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Max Packet Size.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Max Packet Size.m
+xnormal
+xx86_64
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@96"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Max Packet Size.m351091315#351091315#0(0"0(0#0#88"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Max Packet Size.m4566089360#1842" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -flto -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/x86_64 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-ewvxuxqrezwtesexznalgcozpcmh/SPMySQLFramework_Prefix.pch -c "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Max Packet Size.m" -o "/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Max Packet Size.o" 0#
+
+CCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Ping & KeepAlive.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Ping & KeepAlive.m" normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351091314.746206
+e351091314.990027
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Ping & KeepAlive.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Ping & KeepAlive.m
+xnormal
+xx86_64
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@97"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Ping & KeepAlive.m351091314#351091314#0(0"0(0#0#89"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Ping & KeepAlive.m4566089360#1844" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -flto -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/x86_64 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-ewvxuxqrezwtesexznalgcozpcmh/SPMySQLFramework_Prefix.pch -c "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Ping & KeepAlive.m" -o "/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Ping & KeepAlive.o" 0#
+
+CCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Querying & Preparation.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m" normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351091314.987517
+e351091315.263012
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Querying & Preparation.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m
+xnormal
+xx86_64
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@103"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m351091314#351091315#0(0"0(0#0#95"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m4566089360#1856" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -flto -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/x86_64 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-ewvxuxqrezwtesexznalgcozpcmh/SPMySQLFramework_Prefix.pch -c "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.m" -o "/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Querying & Preparation.o" 0#
+
+CCompileC "build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Server Info.o" "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.m" normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351091314.748573
+e351091314.984806
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Server Info.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.m
+xnormal
+xx86_64
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@92"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.m351091314#351091314#0(0"0(0#0#84"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.m4566089360#1834" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -flto -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/x86_64 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-ewvxuxqrezwtesexznalgcozpcmh/SPMySQLFramework_Prefix.pch -c "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.m" -o "/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Server Info.o" 0#
+
+CCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Conversion.o "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.m" normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351091315.587346
+e351091315.642216
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Conversion.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.m
+xnormal
+xi386
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@91"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.m351091315#351091315#0(0"0(0#0#83"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.m4566089360#1824" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -flto -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-akcogxxzhrvecheeycvxvgronzwm/SPMySQLFramework_Prefix.pch -c "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.m" -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Conversion.o 0#
+
+CCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Encoding.o "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Encoding.m" normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351091315.460885
+e351091315.587192
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Encoding.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Encoding.m
+xnormal
+xi386
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@89"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Encoding.m351091315#351091315#0(0"0(0#0#81"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Encoding.m4566089360#1820" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -flto -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-akcogxxzhrvecheeycvxvgronzwm/SPMySQLFramework_Prefix.pch -c "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Encoding.m" -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Encoding.o 0#
+
+CCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Locking.o "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Locking.m" normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351091315.601304
+e351091315.659779
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Locking.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Locking.m
+xnormal
+xi386
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@88"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Locking.m351091315#351091315#0(0"0(0#0#80"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Locking.m4566089360#1818" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -flto -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-akcogxxzhrvecheeycvxvgronzwm/SPMySQLFramework_Prefix.pch -c "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Locking.m" -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/Locking.o 0#
+
+CCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLConnection.o /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351091315.389247
+e351091315.601015
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLConnection.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection.m
+xnormal
+xi386
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@69"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection.m351091315#351091315#0(0"0(0#0#61"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection.m4566089360#1807" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -flto -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-akcogxxzhrvecheeycvxvgronzwm/SPMySQLFramework_Prefix.pch -c /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection.m -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLConnection.o 0#
+
+CCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLGeometryData.o /Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351091315.659964
+e351091315.878948
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLGeometryData.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.m
+xnormal
+xi386
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+o/Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.m:767:10:{767:10-767:17}{767:3-767:9}: warning: implicit conversion changes signedness: 'UInt32' (aka 'unsigned long') to 'NSInteger' (aka 'int') [-Wconversion]
+o return geoType;
+o ~~~~~~ ^~~~~~~
+o1 warning generated.
+lSLF07#2@71"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.m351091315#351091315#0(309"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.m:767:10:{767:10-767:17}{767:3-767:9}: warning: implicit conversion changes signedness: 'UInt32' (aka 'unsigned long') to 'NSInteger' (aka 'int') [-Wconversion] return geoType; ~~~~~~ ^~~~~~~ 1 warning generated. 1(22@97"Implicit conversion changes signedness: 'UInt32' (aka 'unsigned long') to 'NSInteger' (aka 'int')351091315#0#223#0(6@63"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.m350270244#767#10#0#0#0"2(6@63"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.m350270244#767#10#767#17#6@63"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.m350270244#767#3#767#9#0#0#63"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.m4566089360#1811" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -flto -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-akcogxxzhrvecheeycvxvgronzwm/SPMySQLFramework_Prefix.pch -c /Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.m -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLGeometryData.o 0#
+
+CCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLResult.o /Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351091315.642626
+e351091315.743521
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLResult.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.m
+xnormal
+xi386
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+o/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.m:353:19:{353:19-353:46}{353:3-353:16}: warning: implicit conversion loses integer precision: 'unsigned long long' to 'NSUInteger' (aka 'unsigned int') [-Wshorten-64-to-32]
+o itemsToReturn = numberOfRows - state->state;
+o ~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~
+o1 warning generated.
+lSLF07#2@65"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.m351091315#351091315#0(373"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.m:353:19:{353:19-353:46}{353:3-353:16}: warning: implicit conversion loses integer precision: 'unsigned long long' to 'NSUInteger' (aka 'unsigned int') [-Wshorten-64-to-32] itemsToReturn = numberOfRows - state->state; ~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. 1(22@102"Implicit conversion loses integer precision: 'unsigned long long' to 'NSUInteger' (aka 'unsigned int')351091315#0#229#0(6@57"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.m351089205#353#19#0#0#0"2(6@57"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.m351089205#353#19#353#46#6@57"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.m351089205#353#3#353#16#0#0#57"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.m4566089360#1799" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -flto -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-akcogxxzhrvecheeycvxvgronzwm/SPMySQLFramework_Prefix.pch -c /Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.m -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLResult.o 0#
+
+CCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLStreamingResult.o /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351091315.715443
+e351091315.763302
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLStreamingResult.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.m
+xnormal
+xi386
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+o/Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.m:55:1: warning: control reaches end of non-void function [-Wreturn-type]
+o }
+o ^
+o1 warning generated.
+lSLF07#2@74"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.m351091315#351091315#0(166"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.m:55:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ 1 warning generated. 1(22@40"Control reaches end of non-void function351091315#0#139#0(6@66"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.m351039326#55#1#0#0#40"control reaches end of non-void function0(0#0#66"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.m4566089360#1817" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -flto -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-akcogxxzhrvecheeycvxvgronzwm/SPMySQLFramework_Prefix.pch -c /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.m -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLStreamingResult.o 0#
+
+CCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLStringAdditions.o /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStringAdditions.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351091315.763478
+e351091315.802101
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLStringAdditions.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLStringAdditions.m
+xnormal
+xi386
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@74"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStringAdditions.m351091315#351091315#0(0"0(0#0#66"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLStringAdditions.m4566089360#1817" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -flto -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-akcogxxzhrvecheeycvxvgronzwm/SPMySQLFramework_Prefix.pch -c /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStringAdditions.m -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQLStringAdditions.o 0#
+
+CCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Conversion.o "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.m" normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351091314.985444
+e351091315.239722
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Conversion.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.m
+xnormal
+xx86_64
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@91"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.m351091314#351091315#0(0"0(0#0#83"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.m4566089360#1830" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -flto -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/x86_64 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-ewvxuxqrezwtesexznalgcozpcmh/SPMySQLFramework_Prefix.pch -c "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Conversion.m" -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Conversion.o 0#
+
+CCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Encoding.o "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Encoding.m" normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351091314.747075
+e351091314.987361
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Encoding.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Encoding.m
+xnormal
+xx86_64
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@89"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Encoding.m351091314#351091314#0(0"0(0#0#81"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Encoding.m4566089360#1826" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -flto -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/x86_64 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-ewvxuxqrezwtesexznalgcozpcmh/SPMySQLFramework_Prefix.pch -c "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Encoding.m" -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Encoding.o 0#
+
+CCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Locking.o "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Locking.m" normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351091314.990338
+e351091315.259622
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Locking.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Locking.m
+xnormal
+xx86_64
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@88"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Locking.m351091314#351091315#0(0"0(0#0#80"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Locking.m4566089360#1824" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -flto -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/x86_64 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-ewvxuxqrezwtesexznalgcozpcmh/SPMySQLFramework_Prefix.pch -c "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Locking.m" -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/Locking.o 0#
+
+CCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLConnection.o /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351091314.745139
+e351091315.104285
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLConnection.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection.m
+xnormal
+xx86_64
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@69"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection.m351091314#351091315#0(0"0(0#0#61"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection.m4566089360#1813" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -flto -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/x86_64 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-ewvxuxqrezwtesexznalgcozpcmh/SPMySQLFramework_Prefix.pch -c /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection.m -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLConnection.o 0#
+
+CCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLGeometryData.o /Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351091315.239879
+e351091315.589604
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLGeometryData.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.m
+xnormal
+xx86_64
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@71"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.m351091315#351091315#0(0"0(0#0#63"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.m4566089360#1817" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -flto -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/x86_64 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-ewvxuxqrezwtesexznalgcozpcmh/SPMySQLFramework_Prefix.pch -c /Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.m -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLGeometryData.o 0#
+
+CCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLResult.o /Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351091315.104440
+e351091315.319957
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLResult.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.m
+xnormal
+xx86_64
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@65"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.m351091315#351091315#0(0"0(0#0#57"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.m4566089360#1805" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -flto -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/x86_64 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-ewvxuxqrezwtesexznalgcozpcmh/SPMySQLFramework_Prefix.pch -c /Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.m -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLResult.o 0#
+
+CCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLStreamingResult.o /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351091315.259780
+e351091315.304425
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLStreamingResult.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.m
+xnormal
+xx86_64
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+o/Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.m:55:1: warning: control reaches end of non-void function [-Wreturn-type]
+o }
+o ^
+o1 warning generated.
+lSLF07#2@74"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.m351091315#351091315#0(166"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.m:55:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ 1 warning generated. 1(22@40"Control reaches end of non-void function351091315#0#139#0(6@66"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.m351039326#55#1#0#0#40"control reaches end of non-void function0(0#0#66"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.m4566089360#1823" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -flto -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/x86_64 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-ewvxuxqrezwtesexznalgcozpcmh/SPMySQLFramework_Prefix.pch -c /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.m -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLStreamingResult.o 0#
+
+CCompileC build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLStringAdditions.o /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStringAdditions.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351091315.304845
+e351091315.346992
+r1
+xCompileC
+xbuild/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLStringAdditions.o
+x/Users/rowan/code/SPMySQLFramework/Source/SPMySQLStringAdditions.m
+xnormal
+xx86_64
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+lSLF07#2@74"Compile /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStringAdditions.m351091315#351091315#0(0"0(0#0#66"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLStringAdditions.m4566089360#1823" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -flto -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/x86_64 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -include /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-ewvxuxqrezwtesexznalgcozpcmh/SPMySQLFramework_Prefix.pch -c /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStringAdditions.m -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQLStringAdditions.o 0#
+
+CCopyStringsFile /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Resources/English.lproj/InfoPlist.strings English.lproj/InfoPlist.strings
+s351091313.342511
+e351091313.395429
+r1
+xCopyStringsFile
+x/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Resources/English.lproj/InfoPlist.strings
+xEnglish.lproj/InfoPlist.strings
+lSLF07#2@36"Copy English.lproj/InfoPlist.strings351091313#351091313#0(0"0(0#0#66"/Users/rowan/code/SPMySQLFramework/English.lproj/InfoPlist.strings4566089360#367" cd /Users/rowan/code/SPMySQLFramework setenv ICONV /usr/bin/iconv /Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/Resources/copystrings --validate --inputencoding utf-8 --outputencoding UTF-16 English.lproj/InfoPlist.strings --outdir /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Resources/English.lproj 0#
+
+CCpHeader "build/Release/SPMySQL.framework/Versions/A/Headers/Databases & Tables.h" "Source/SPMySQLConnection Categories/Databases & Tables.h"
+s351091313.320298
+e351091313.333153
+r1
+xCpHeader
+xbuild/Release/SPMySQL.framework/Versions/A/Headers/Databases & Tables.h
+xSource/SPMySQLConnection Categories/Databases & Tables.h
+lSLF07#2@61"Copy Source/SPMySQLConnection Categories/Databases & Tables.h351091313#351091313#0(0"0(0#0#91"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.h4566089360#405" cd /Users/rowan/code/SPMySQLFramework /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -strip-debug-symbols -resolve-src-symlinks "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Databases & Tables.h" /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers 0#
+
+CCpHeader "build/Release/SPMySQL.framework/Versions/A/Headers/Delegate & Proxy.h" "Source/SPMySQLConnection Categories/Delegate & Proxy.h"
+s351091313.319420
+e351091313.342371
+r1
+xCpHeader
+xbuild/Release/SPMySQL.framework/Versions/A/Headers/Delegate & Proxy.h
+xSource/SPMySQLConnection Categories/Delegate & Proxy.h
+lSLF07#2@59"Copy Source/SPMySQLConnection Categories/Delegate & Proxy.h351091313#351091313#0(0"0(0#0#89"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Delegate & Proxy.h4566089360#403" cd /Users/rowan/code/SPMySQLFramework /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -strip-debug-symbols -resolve-src-symlinks "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Delegate & Proxy.h" /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers 0#
+
+CCpHeader "build/Release/SPMySQL.framework/Versions/A/Headers/Field Definitions.h" "Source/SPMySQLResult Categories/Field Definitions.h"
+s351091313.310565
+e351091313.325376
+r1
+xCpHeader
+xbuild/Release/SPMySQL.framework/Versions/A/Headers/Field Definitions.h
+xSource/SPMySQLResult Categories/Field Definitions.h
+lSLF07#2@56"Copy Source/SPMySQLResult Categories/Field Definitions.h351091313#351091313#0(0"0(0#0#86"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult Categories/Field Definitions.h4566089360#400" cd /Users/rowan/code/SPMySQLFramework /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -strip-debug-symbols -resolve-src-symlinks "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult Categories/Field Definitions.h" /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers 0#
+
+CCpHeader "build/Release/SPMySQL.framework/Versions/A/Headers/Max Packet Size.h" "Source/SPMySQLConnection Categories/Max Packet Size.h"
+s351091313.318441
+e351091313.333420
+r1
+xCpHeader
+xbuild/Release/SPMySQL.framework/Versions/A/Headers/Max Packet Size.h
+xSource/SPMySQLConnection Categories/Max Packet Size.h
+lSLF07#2@58"Copy Source/SPMySQLConnection Categories/Max Packet Size.h351091313#351091313#0(0"0(0#0#88"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Max Packet Size.h4566089360#402" cd /Users/rowan/code/SPMySQLFramework /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -strip-debug-symbols -resolve-src-symlinks "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Max Packet Size.h" /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers 0#
+
+CCpHeader "build/Release/SPMySQL.framework/Versions/A/Headers/Querying & Preparation.h" "Source/SPMySQLConnection Categories/Querying & Preparation.h"
+s351091313.288166
+e351091313.317229
+r1
+xCpHeader
+xbuild/Release/SPMySQL.framework/Versions/A/Headers/Querying & Preparation.h
+xSource/SPMySQLConnection Categories/Querying & Preparation.h
+lSLF07#2@65"Copy Source/SPMySQLConnection Categories/Querying & Preparation.h351091313#351091313#0(0"0(0#0#95"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.h4566089360#409" cd /Users/rowan/code/SPMySQLFramework /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -strip-debug-symbols -resolve-src-symlinks "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Querying & Preparation.h" /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers 0#
+
+CCpHeader "build/Release/SPMySQL.framework/Versions/A/Headers/Server Info.h" "Source/SPMySQLConnection Categories/Server Info.h"
+s351091313.289711
+e351091313.310342
+r1
+xCpHeader
+xbuild/Release/SPMySQL.framework/Versions/A/Headers/Server Info.h
+xSource/SPMySQLConnection Categories/Server Info.h
+lSLF07#2@54"Copy Source/SPMySQLConnection Categories/Server Info.h351091313#351091313#0(0"0(0#0#84"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.h4566089360#398" cd /Users/rowan/code/SPMySQLFramework /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -strip-debug-symbols -resolve-src-symlinks "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Server Info.h" /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers 0#
+
+CCpHeader build/Release/SPMySQL.framework/Versions/A/Headers/Encoding.h "Source/SPMySQLConnection Categories/Encoding.h"
+s351091313.288896
+e351091313.317405
+r1
+xCpHeader
+xbuild/Release/SPMySQL.framework/Versions/A/Headers/Encoding.h
+xSource/SPMySQLConnection Categories/Encoding.h
+lSLF07#2@51"Copy Source/SPMySQLConnection Categories/Encoding.h351091313#351091313#0(0"0(0#0#81"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Encoding.h4566089360#395" cd /Users/rowan/code/SPMySQLFramework /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -strip-debug-symbols -resolve-src-symlinks "/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection Categories/Encoding.h" /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers 0#
+
+CCpHeader build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQL.h SPMySQL.h
+s351091313.290545
+e351091313.317984
+r1
+xCpHeader
+xbuild/Release/SPMySQL.framework/Versions/A/Headers/SPMySQL.h
+xSPMySQL.h
+lSLF07#2@14"Copy SPMySQL.h351091313#351091313#0(0"0(0#0#44"/Users/rowan/code/SPMySQLFramework/SPMySQL.h4566089360#356" cd /Users/rowan/code/SPMySQLFramework /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -strip-debug-symbols -resolve-src-symlinks /Users/rowan/code/SPMySQLFramework/SPMySQL.h /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers 0#
+
+CCpHeader build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLConnection.h Source/SPMySQLConnection.h
+s351091313.286917
+e351091313.310077
+r1
+xCpHeader
+xbuild/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLConnection.h
+xSource/SPMySQLConnection.h
+lSLF07#2@31"Copy Source/SPMySQLConnection.h351091313#351091313#0(0"0(0#0#61"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection.h4566089360#373" cd /Users/rowan/code/SPMySQLFramework /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -strip-debug-symbols -resolve-src-symlinks /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnection.h /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers 0#
+
+CCpHeader build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLConnectionDelegate.h Source/SPMySQLConnectionDelegate.h
+s351091313.291285
+e351091313.321567
+r1
+xCpHeader
+xbuild/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLConnectionDelegate.h
+xSource/SPMySQLConnectionDelegate.h
+lSLF07#2@39"Copy Source/SPMySQLConnectionDelegate.h351091313#351091313#0(0"0(0#0#69"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnectionDelegate.h4566089360#381" cd /Users/rowan/code/SPMySQLFramework /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -strip-debug-symbols -resolve-src-symlinks /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnectionDelegate.h /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers 0#
+
+CCpHeader build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLConnectionProxy.h Source/SPMySQLConnectionProxy.h
+s351091313.313233
+e351091313.331649
+r1
+xCpHeader
+xbuild/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLConnectionProxy.h
+xSource/SPMySQLConnectionProxy.h
+lSLF07#2@36"Copy Source/SPMySQLConnectionProxy.h351091313#351091313#0(0"0(0#0#66"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnectionProxy.h4566089360#378" cd /Users/rowan/code/SPMySQLFramework /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -strip-debug-symbols -resolve-src-symlinks /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConnectionProxy.h /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers 0#
+
+CCpHeader build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLConstants.h Source/SPMySQLConstants.h
+s351091313.287583
+e351091313.316981
+r1
+xCpHeader
+xbuild/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLConstants.h
+xSource/SPMySQLConstants.h
+lSLF07#2@30"Copy Source/SPMySQLConstants.h351091313#351091313#0(0"0(0#0#60"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLConstants.h4566089360#372" cd /Users/rowan/code/SPMySQLFramework /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -strip-debug-symbols -resolve-src-symlinks /Users/rowan/code/SPMySQLFramework/Source/SPMySQLConstants.h /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers 0#
+
+CCpHeader build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLGeometryData.h Source/SPMySQLGeometryData.h
+s351091313.292835
+e351091313.321741
+r1
+xCpHeader
+xbuild/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLGeometryData.h
+xSource/SPMySQLGeometryData.h
+lSLF07#2@33"Copy Source/SPMySQLGeometryData.h351091313#351091313#0(0"0(0#0#63"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.h4566089360#375" cd /Users/rowan/code/SPMySQLFramework /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -strip-debug-symbols -resolve-src-symlinks /Users/rowan/code/SPMySQLFramework/Source/SPMySQLGeometryData.h /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers 0#
+
+CCpHeader build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLResult.h Source/SPMySQLResult.h
+s351091313.292092
+e351091313.318145
+r1
+xCpHeader
+xbuild/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLResult.h
+xSource/SPMySQLResult.h
+lSLF07#2@27"Copy Source/SPMySQLResult.h351091313#351091313#0(0"0(0#0#57"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.h4566089360#369" cd /Users/rowan/code/SPMySQLFramework /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -strip-debug-symbols -resolve-src-symlinks /Users/rowan/code/SPMySQLFramework/Source/SPMySQLResult.h /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers 0#
+
+CCpHeader build/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLStreamingResult.h Source/SPMySQLStreamingResult.h
+s351091313.293654
+e351091313.321896
+r1
+xCpHeader
+xbuild/Release/SPMySQL.framework/Versions/A/Headers/SPMySQLStreamingResult.h
+xSource/SPMySQLStreamingResult.h
+lSLF07#2@36"Copy Source/SPMySQLStreamingResult.h351091313#351091313#0(0"0(0#0#66"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.h4566089360#378" cd /Users/rowan/code/SPMySQLFramework /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -strip-debug-symbols -resolve-src-symlinks /Users/rowan/code/SPMySQLFramework/Source/SPMySQLStreamingResult.h /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Headers 0#
+
+CCreateUniversalBinary /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/SPMySQL normal "x86_64 i386"
+r0
+
+CGenerateDSYMFile /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework.dSYM /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/SPMySQL
+r0
+
+CLd /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQL normal i386
+s351091315.939785
+e351091317.535719
+r1
+xLd
+x/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQL
+xnormal
+xi386
+lSLF07#2@128"Link /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQL351091315#351091317#0(0"0(0#0#0"4566089360#863" cd /Users/rowan/code/SPMySQLFramework setenv MACOSX_DEPLOYMENT_TARGET 10.5 /Developer/usr/bin/clang -arch i386 -dynamiclib -isysroot /Developer/SDKs/MacOSX10.5.sdk -L/Users/rowan/code/SPMySQLFramework/build/Release "-L/Users/rowan/code/SPMySQLFramework/MySQL Client Libraries/lib" -F/Users/rowan/code/SPMySQLFramework/build/Release -filelist /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQL.LinkFileList -install_name @executable_path/../Frameworks/SPMySQL.framework/Versions/A/SPMySQL -mmacosx-version-min=10.5 -dead_strip -framework Cocoa -lmysqlclient -lz -framework SystemConfiguration -single_module -compatibility_version 1 -current_version 1 -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/i386/SPMySQL 0#
+
+CLd /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQL normal x86_64
+s351091315.589725
+e351091318.239354
+r0
+xLd
+x/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQL
+xnormal
+xx86_64
+oclang: error: linker command failed due to signal 11 (use -v to see invocation)
+lSLF07#2@130"Link /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQL351091315#351091318#0(139"clang: error: linker command failed due to signal 11 (use -v to see invocation) Command /Developer/usr/bin/clang failed with exit code 245 1(4@58"Command /Developer/usr/bin/clang failed with exit code 245351091318#18446744073709551615#0#0(1@0"0(0#0#0"4566089360#869" cd /Users/rowan/code/SPMySQLFramework setenv MACOSX_DEPLOYMENT_TARGET 10.5 /Developer/usr/bin/clang -arch x86_64 -dynamiclib -isysroot /Developer/SDKs/MacOSX10.5.sdk -L/Users/rowan/code/SPMySQLFramework/build/Release "-L/Users/rowan/code/SPMySQLFramework/MySQL Client Libraries/lib" -F/Users/rowan/code/SPMySQLFramework/build/Release -filelist /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQL.LinkFileList -install_name @executable_path/../Frameworks/SPMySQL.framework/Versions/A/SPMySQL -mmacosx-version-min=10.5 -dead_strip -framework Cocoa -lmysqlclient -lz -framework SystemConfiguration -single_module -compatibility_version 1 -current_version 1 -o /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/Objects-normal/x86_64/SPMySQL 245#
+
+CProcessInfoPlistFile /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Resources/Info.plist Resources/Info.plist
+s351091313.283593
+e351091313.286836
+r1
+xProcessInfoPlistFile
+x/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Resources/Info.plist
+xResources/Info.plist
+lSLF07#2@28"Process Resources/Info.plist351091313#351091313#0(0"0(0#0#55"/Users/rowan/code/SPMySQLFramework/Resources/Info.plist4566089472#232" cd /Users/rowan/code/SPMySQLFramework builtin-infoPlistUtility Resources/Info.plist -expandbuildsettings -platform macosx -o /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/A/Resources/Info.plist 0#
+
+CProcessPCH /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-akcogxxzhrvecheeycvxvgronzwm/SPMySQLFramework_Prefix.pch.pth Source/SPMySQLFramework_Prefix.pch normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351091313.396535
+e351091314.745028
+r1
+xProcessPCH
+x/var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-akcogxxzhrvecheeycvxvgronzwm/SPMySQLFramework_Prefix.pch.pth
+xSource/SPMySQLFramework_Prefix.pch
+xnormal
+xi386
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+oclang: warning: argument unused during compilation: '-flto'
+lSLF07#2@45"Precompile Source/SPMySQLFramework_Prefix.pch351091313#351091314#0(60"clang: warning: argument unused during compilation: '-flto' 0(0#0#69"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLFramework_Prefix.pch4566089360#1681" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c-header -arch i386 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -flto -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/i386 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -c /Users/rowan/code/SPMySQLFramework/Source/SPMySQLFramework_Prefix.pch -o /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-akcogxxzhrvecheeycvxvgronzwm/SPMySQLFramework_Prefix.pch.pth 0#
+
+CProcessPCH /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-ewvxuxqrezwtesexznalgcozpcmh/SPMySQLFramework_Prefix.pch.pth Source/SPMySQLFramework_Prefix.pch normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
+s351091313.395598
+e351091314.653079
+r1
+xProcessPCH
+x/var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-ewvxuxqrezwtesexznalgcozpcmh/SPMySQLFramework_Prefix.pch.pth
+xSource/SPMySQLFramework_Prefix.pch
+xnormal
+xx86_64
+xobjective-c
+xcom.apple.compilers.llvm.clang.1_0.compiler
+oclang: warning: argument unused during compilation: '-flto'
+lSLF07#2@45"Precompile Source/SPMySQLFramework_Prefix.pch351091313#351091314#0(60"clang: warning: argument unused during compilation: '-flto' 0(0#0#69"/Users/rowan/code/SPMySQLFramework/Source/SPMySQLFramework_Prefix.pch4566089360#1685" cd /Users/rowan/code/SPMySQLFramework setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c-header -arch x86_64 -fmessage-length=0 -pipe -fdiagnostics-print-source-range-info -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -flto -Wmissing-field-initializers -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-variable -Wuninitialized -Wshadow -Wsign-compare -Wconversion -Wshorten-64-to-32 -Wstrict-selector-match -isysroot /Developer/SDKs/MacOSX10.5.sdk -fasm-blocks -mmacosx-version-min=10.5 -gdwarf-2 -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-generated-files.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-own-target-headers.hmap -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-all-target-headers.hmap -iquote /Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/SPMySQL-project-headers.hmap -F/Users/rowan/code/SPMySQLFramework/build/Release -I/Users/rowan/code/SPMySQLFramework/build/Release/include -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources/x86_64 -I/Users/rowan/code/SPMySQLFramework/build/SPMySQLFramework.build/Release/SPMySQL.framework.build/DerivedSources -c /Users/rowan/code/SPMySQLFramework/Source/SPMySQLFramework_Prefix.pch -o /var/folders/2z/qvbjmrlm8xjfgn006s69xpm80000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/SPMySQLFramework_Prefix-ewvxuxqrezwtesexznalgcozpcmh/SPMySQLFramework_Prefix.pch.pth 0#
+
+CSymLink /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Headers Versions/Current/Headers
+s351091313.281056
+e351091313.283506
+r1
+xSymLink
+x/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Headers
+xVersions/Current/Headers
+lSLF07#2@82"Process /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Headers351091313#351091313#0(0"0(0#0#0"4566089360#158" cd /Users/rowan/code/SPMySQLFramework /bin/ln -sf Versions/Current/Headers /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Headers 0#
+
+CSymLink /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Resources Versions/Current/Resources
+s351091313.276568
+e351091313.280820
+r1
+xSymLink
+x/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Resources
+xVersions/Current/Resources
+lSLF07#2@84"Process /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Resources351091313#351091313#0(0"0(0#0#0"4566089360#162" cd /Users/rowan/code/SPMySQLFramework /bin/ln -sf Versions/Current/Resources /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Resources 0#
+
+CSymLink /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/SPMySQL Versions/Current/SPMySQL
+s351091313.277533
+e351091313.281810
+r1
+xSymLink
+x/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/SPMySQL
+xVersions/Current/SPMySQL
+lSLF07#2@82"Process /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/SPMySQL351091313#351091313#0(0"0(0#0#0"4566089360#158" cd /Users/rowan/code/SPMySQLFramework /bin/ln -sf Versions/Current/SPMySQL /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/SPMySQL 0#
+
+CSymLink /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/Current A
+s351091313.274448
+e351091313.280642
+r1
+xSymLink
+x/Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/Current
+xA
+lSLF07#2@91"Process /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/Current351091313#351091313#0(0"0(0#0#0"4566089360#144" cd /Users/rowan/code/SPMySQLFramework /bin/ln -sf A /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework/Versions/Current 0#
+
+CTouch /Users/rowan/code/SPMySQLFramework/build/Release/SPMySQL.framework
+r0
+